Issue #286 · August 15, 2022

Boost Your Web Performance

“Never underestimate the bandwidth of a station wagon full of tapes hurtling down the highway”

Boost Your Web Performance

Boost Your Web Performance

Identify, compare, analyze and fix your Core Web Vitals scores to boost the web performance of your sites. This article proposes a collection of valuable tools to help you do exactly that.

Articles

system.css

I believe retro-UIs are somewhat timelessly charming. In some previous editions we saw UI toolkits to build windows style websites (including windows 3.1!) Now it's time for a design system for building retro Apple interfaces! I am sure you are going to love it!

GDPR For Developers By Example

GDPR has been in place for years now, and we’re starting to learn more and more about how it’s going to be enforced and what it really means.This awesome article presents some learnings directly based on litigation and court decisions!

A deep dive into Rust iterators and closures

One of my favorite things in Rust is the support for iterators in the standard library! In this article, you can learn a lot about how iteration works, but also about closures, another hot Rust topic!

Checking if a JavaScript native function is monkey patched

Have you ever wondered how could you know if a given native JavaScript method has been monkey patched? The author of this article definitely did! In this article, you can deep dive into the available options to check if a JavaScript native function is still clean or has been monkey patched.

Committing CSS Crimes

This article talks about CSS crimes... not really if you ask me! I think there are some really clever and original techniques being discussed here! But I will not spoil them: you can check them out yourself! :)

Astro 1.0

The first stable release of Astro is out now! In case you missed it, Astro is one of the most promising static site generators that allows you to build fast, content-focused websites using the Island architectures and the frontend framework of your choice (among React, Vue, Svelte, and even SolidJS).

Book of the week

The DevOps 2.0 Toolkit: Automating the Continuous Deployment Pipeline with Containerized Microservices

The DevOps 2.0 Toolkit: Automating the Continuous Deployment Pipeline with Containerized Microservices

by Viktor Farcic

This book is about different techniques that help us architect software in a better and more efficient way with microservices packed as immutable containers, tested and deployed continuously to servers that are automatically provisioned with configuration management tools. It's about fast, reliable and continuous deployments with zero-downtime and ability to roll-back. It's about scaling to any number of servers, design of self-healing systems capable of recuperation from both hardware and software failures and about centralized logging and monitoring of the cluster.