Julia writes about her journey around the open-source world. |
|
Codetree helps you stay in control of your GitHub Issues. Easily see GitHub issues across multiple repositories. Track progress with Kanban Boards. See blockers with issue dependencies. Everything gets synced back to GitHub Issues so your team can work where they’re most comfortable. | |
|
Eva put together a list of ten web accessibility guidelines that will guarantee access to your site to any person, in spite of their disabilities. |
|
A library of React components to make pretty SVG maps using d3-geo and topojson . |
|
Use props to send information into a component. Use state to manage information created and updated by a component. |
|
Jeff was recently invited to a podcast. He talks about how blogging on Coding Horror opened doors during his career, and keeps himself interesting for this hour-long podcast episode. |
|
Font loading is complicated. Now we have font-display: optional . With it, the font is only downloaded in the background on first load. On subsequent page loads, the font is used. |
|
Don’t create and maintain an account for every service in your stack—use Manifold to purchase and manage logging, search, a database and much more. Here’s a $25 coupon to get you started for free: PONYFOOAUG | |
|
The idea behind lazy loading images is that you wait until a user scrolls further down the page and the image comes into view before making the network request for it. If your web page contains multiple images, but you only load each image as they are scrolled into view, you’ll end up saving bandwidth as well as ensuring that your web page loads quicker. |
|
Are you interested in understanding more about compilers, virtual machines, JavaScript engines, and maybe even want to contribute to V8? Franziska helps you dive right in. | |
|
Best practices in the realm of security, passwords, and authentication flows. The writing style could carry a little less “someone is wrong on the Internet!”, but there’s valuable advice once we get past that! |
|
Errors thrown by the Node.js runtime are changing in Node.js 8 and up. This will impact any user whose code or dependencies parse error.message strings provided by runtime errors. |
|
Facebook’s engineering team describes how they’ve transitioned user-provided text translation entirely to neural networks for a better end-user experience. |
|
|
Comments