Open source projects like React, GraphQL and Relay are powering more and more Facebook services. This video session discloses how Facebook use the latest features of these technologies, like React Suspense, to help deliver a high quality, modern web experience at Facebook.
Node.js 12 was recently released and this post recaps on the new additions to this amazing runtime. Some spoilers: TLS 1.3, experimental support for ES6 modules, startup improvements, worker threads. Find out all the other changes :)
This article proposes a number of best practices to use HTTP headers to build better web applications: security, caching, content negotiation and more.
The key to learning anything is to quickly understand the most important concepts and how they go together. This is true for Docker as well so let's try to learn them
Complex web projects often require the use of 3rd party widgets. But what if you're using a framework while a widget is only available in pure JavaScript? To use a JavaScript widget in your project, the best approach would be to create a framework specific wrapper and this article shows you how to do exactly that!
Book of the week
The Go Programming Language
by Alan A. A. Donovan
The Go Programming Language is the authoritative resource for any programmer who wants to learn Go. It shows how to write clear and idiomatic Go to solve real-world problems. The book does not assume prior knowledge of Go nor experience with any specific language, so you’ll find it accessible whether you’re most comfortable with JavaScript, Ruby, Python, Java, or C++.