• Breaking News

    Sunday, December 10, 2017

    I just got a developer job at Facebook. Here’s how I prepped for my interviews. web developers

    I just got a developer job at Facebook. Here’s how I prepped for my interviews. web developers


    I just got a developer job at Facebook. Here’s how I prepped for my interviews.

    Posted: 10 Dec 2017 04:31 AM PST

    I'm new to webdev, but I made some bubbles you can pop! How can I make it better?

    Posted: 10 Dec 2017 09:51 AM PST

    https://codepen.io/2hands10fingers/pen/oeRPwK

    Was a fun project idea to figure out how to get this to work. Have no idea how to make it work on mobile as well as it does on desktop.

    Here's the GitHub if you want to contribute to making it a little nicer: https://github.com/2hands10fingers/bubblepop

    Thanks for popping in...

    submitted by /u/2hands10fingers
    [link] [comments]

    I'm about to open a linode account. Anyone wants me to use their referral code?

    Posted: 10 Dec 2017 10:00 AM PST

    I'll use the first one to come.

    submitted by /u/klarcgarbler
    [link] [comments]

    React's Async Rendering Will Cause Some Life Cycle Hooks to Fire Multiple Times, use them Wisely!

    Posted: 09 Dec 2017 08:50 PM PST

    Font-display playground

    Posted: 10 Dec 2017 01:10 PM PST

    Is there a website to outsource site animation projects? EG. Canvas/paper.js etc...

    Posted: 10 Dec 2017 02:31 PM PST

    Our freelancers that we worked in the past have been dodging us when we ask them to do interactive website/animations. It seems most web developers I've encounter aren't comfortable doing this kind of work. I'm guessing it would be a steep learning curve for them if they don't do this kind of work on a daily basis.

    *I'm not here to look for a developer but I'm looking for resources to help me find a developer. (I hope that make sense)

    submitted by /u/MichaelManagement
    [link] [comments]

    Get into the declarative spirit this Christmas

    Posted: 10 Dec 2017 06:55 AM PST

    On the Growing Popularity of Atomic CSS

    Posted: 10 Dec 2017 04:24 AM PST

    Share your terminal setup

    Posted: 10 Dec 2017 11:17 AM PST

    I was wondering if we could get going a terminal setup thread, I'm kinda new to terminal so I wanted to learn about what you guys use.

    I'm currently using bash/cmd on Windows 10, mostly using ConEmu but I'm currently trying Hyper but it's not selling it for me.

    submitted by /u/SeraphineX93
    [link] [comments]

    My first big project - forum software using vue and node - I'd love any thoughts or feedback you have

    Posted: 10 Dec 2017 02:10 PM PST

    Here's the GitHub repo and a demo link (for the admin account use "username" and "password" as username and password)

    There's probably loads of bugs so let me know when you find any :)

    submitted by /u/cccccccccrispy
    [link] [comments]

    How long should it take to scrape 25-30 web pages?

    Posted: 10 Dec 2017 02:10 PM PST

    I'm trying to do some basic web scraping of stackoverflow jobs page, and a lot of the job listing data is not on the main search results page, but rather on its own job listing page, so I am navigating to each one and scraping the data there, but the issue is that it's taking ~15 seconds.

    I am using node with cheerio, and adding each request function (that returns Promises) to an array, and then calling them at the end.

    Certainly there's a way for me to start executing them asynchronously, while also ensuring that data isn't sent back to the browser prematurely?

    submitted by /u/austintackaberry
    [link] [comments]

    Framework, starter, boilerplate terminology

    Posted: 10 Dec 2017 12:38 PM PST

    I am working on something a bit like Bootstrap, it has its own grid, functions and styling etc, but it also has 3rd party scripts included for other functions.

    Just trying to get the right terminology, is this a framework? Starter theme? Template? Boilerplate? Does it even matter?

    submitted by /u/AMAZING_DETECTIVE
    [link] [comments]

    I'm a beginner in web dev and about to start my first project. Which is the best editor with a lot of tools support?

    Posted: 10 Dec 2017 11:52 AM PST

    Configuring my domains DNS MX records

    Posted: 10 Dec 2017 10:50 AM PST

    Hello there,

    Im a little stuck with configuring my domains DNS records so I can receive emails.

    I have ordered 2 plans for 2 different clients. The first one is at siteground which handles both domain and hosting. I was able to set up everything just fine since they did a set up with settings already in place.

    My problem is with the second option that I chose, where I bought a domain from Gandi.net and host at Siteground. I updated DNS A Record to my accounts IP at Siteground and I'm able to acces my site. However I'm a bit clueless how to handle MX records. Siteground guide says that my chosen plan should point MX records to

    mx10.mailspamprotection.com

    mx20.mailspamprotection.com

    mx30.mailspamprotection.com

    I added 3 MX records with those values, but I'm still not able to receive emails. I did an nslookup and it shows those 3 values above. I did a bit of googling and discovered that I have 2 options here:

    1. Add nameservers provided by siteground, and then configure my cPanel.

    2. Update my MX records at domains host.

    Currently I have tried both options, but no results.

    I also changed TTL values to 5 minutes so I guess my changes are in place. Any help would be really great. :)

    submitted by /u/e-Hax
    [link] [comments]

    Fire fox's Media Player

    Posted: 10 Dec 2017 10:17 AM PST

    Anyone know how to get the code of firefox's media player?

    I'd like to edit it and code it to some of the videos I have on my website.

    submitted by /u/kevinbestkiller
    [link] [comments]

    How to use Cloudfront for Secure Delivery of Static Websites Around the World

    Posted: 10 Dec 2017 09:55 AM PST

    Are "I agree to ToS" checkboxes actually validated?

    Posted: 10 Dec 2017 08:34 AM PST

    I was wondering if I can simply disable the register button (what processes the form) until this checkbox is clicked.

    I don't know what makes an "I agree to the ToS" checkbox "legit"

    I'm not sure if I should actually record like the time this checkbox was clicked.

    submitted by /u/crespo_modesto
    [link] [comments]

    Was checking my website statistics and suddenly saw this, should I be worried?

    Posted: 10 Dec 2017 06:13 AM PST

    Dealing with flexboxes on iPad

    Posted: 10 Dec 2017 01:03 AM PST

    Here's the site I'm working on: https://sanskriti.surge.sh

    I've been working on the responsiveness of this site so it looks good on mobiles and tablets but I'm facing a peculiar problem only on the iPad. Most of the content on the website is a flexbox, and that causes weird things to happen when it renders the page on the iPad, all content starts overlapping each other.

    Are there some css properties I'm missing which are needed to correctly render flexboxes on iPad? Thanks!

    submitted by /u/MihirChaturvedi
    [link] [comments]

    Confused and lost. Need help!

    Posted: 10 Dec 2017 03:23 AM PST

    Hello r/webdev, First - a bit of a background on me. I am a beginner at fullstack web dev, don't do this stuff professionally and just as a hobby. I started out by learning basic front end stuff, and some bootstrap. After that, I went on to learn Node.js and have developed a few IoT APIs and dashboards for my personal projects.

    Now, I'm looking to start a business and want to develop a website for it. I tried doing it from scratch but trying to do stuff in front-end just frustrates me. I'm more comfortable with programming back-ends especially since I've a limited experience with APIs, and finally having to make a public facing website which people would actually use and needs to have a good design was way more difficult than I'd imagined. So I looked up about Wordpress, since it has a lot of good templates and the like. Though I still don't understand it clearly, my understanding is that if I use wordpress I have to use PHP too. And I really, really don't like PHP. And then I'm just stumbling upon things like Keystone.js and a whole bunch of other stuff and just getting lost in all this web development madness ( not the first time ).

    TL;DR : I'm trying to make a public business-ish website for the first time. Looking to use Node.js, and need blog functionality (it helps boost page rankings, right? ). Its e-commerce, though there wouldn't be any functionality to buy the stuff online in the beginning. Just product catalogues. What's the best, quickest way I can do this considering I'm a one man army here? Just need someone to point me in the right direction with respect to what tools I should be using.

    Much thanks for your help, everyone!

    submitted by /u/DeathGlyc
    [link] [comments]

    Probably the finest API usage by yelling "John Cena"

    Posted: 09 Dec 2017 07:21 PM PST

    Is Cloudflare Argo worth it?

    Posted: 10 Dec 2017 02:52 AM PST

    No comments:

    Post a Comment