An open source collection of Jupyter notebooks meant for those who are studying Python and are looking for some inspirational challenges (with solutions). You can even check out the notebooks online, no need for any installation!
Google’s Core Web Vitals initiative has taken the SEO and Web Performance worlds by storm and many sites are busy optimizing their Page Experience to maximize the ranking factor. The Cumulative Layout Shift metric is causing trouble to a lot of sites, so let’s have a look at ways of addressing any potential issue you might have with it!
The JAMstack is a philosophy, methodology, and set of tools for building web applications that are faster, more secure, and more scalable than applications built with traditional monolithic web architectures.
A very interesting article exploring the distributed architecture that allows Facebook to serve millions of images per second. In this article you will learn about the architecture of SeaweedFS, a distributed storage system used by Facebook to address this particular challenge.
A simple article that shows how easy it is to configure a new JavaScript project adopting ESLint and StandardJS.
Book of the week
The Self-Taught Programmer: The Definitive Guide to Programming Professionally
by Cory Althoff
This book is not just about learning to program; although you will learn to code. If you want to program professionally, it is not enough to learn to code; that is why, in addition to helping you learn to program, it also covers the rest of the things you need to know to program professionally that classes and books don't teach you.