Issue #107 · April 22, 2019

Front-end Developer Handbook 2019

“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

Articles

Announcing Rust 1.34.0

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.

The Missing Introduction To Containerization

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.

The Web Developer's Guide to DNS

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.

Why you should use CSS env()

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.

Book of the week

Web Scraping with Python: Collecting Data from the Modern Web

Web Scraping with Python: Collecting Data from the Modern Web

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.