Front-end Developer Handbook 2019
A guide for front-end developers to equip themselves with latest learning resources and development tools in front-end engineering.
“The real danger is not that computers will begin to think like men, but that men will begin to think like computers”
Best 7 links of week #16, 2019
A guide for front-end developers to equip themselves with latest learning resources and development tools in front-end engineering.
The handy local development containerization guide, with examples of the Amplifr project dockerization. Getting the services written in Ruby, Node.js, and Golang work together locally with docker networks.
Alternative cargo registries, in documentation tests, TryFrom and TryInto and Library stabilizations are only some of the new features in the latest release of Rust.
A fantastic (and extremely complete) introduction to containerization. Even if you feel confident enough about Docker and Containers, for sure you are going to benefit in some way by reading this article.
Domain Name System, DNS, bears the inglorious responsibility of turning hostnames like pets.com into a machine-friendly IP address. DNS servers essentially glue the web together, so as a web developer you probably want to know more about how this protocol works.
How Heroku uses JSON Schema to test and document our Platform API–and how it helped us uncover an unexpected bug.
Learn how you can use the CSS env() feature and a PostCSS plugin to share the same variables between CSS and JS in a single file.
by Ryan Mitchell
Learn web scraping and crawling techniques to access unlimited data from any web source in any format. With this practical guide, you’ll learn how to use Python scripts and web APIs to gather and process data from thousands—or even millions—of web pages at once. Ideal for programmers, security professionals, and web administrators familiar with Python, this book not only teaches basic web scraping mechanics, but also delves into more advanced topics, such as analyzing raw data or using scrapers for frontend website testing.