Issue #255 · January 10, 2022

3D & WebGL Background Animations

“Technology is anything that wasn’t around when you were born”

This issue is kindly sponspored by:

Power your content experiences with high fidelity data. Retrieve analytics & insights with with the Nudge API.

3D & WebGL Background Animations

3D & WebGL Background Animations

Vanta.js is a library that helps you to build customizable plug & play animated backgrounds using three.js. Great if you want to give your next website a memorable vivid style!

Articles

Frontend Developer Resources 2022

A wondeful list of resources that every fullstack web developer should know about in 2022. Organised in different sections: JavaScript, HTML, CSS, Accessibility, JAMStack, etc.

Frontend Web Performance: The Essentials

If you want to learn how to make performant frontend applications you need to start from the basics and learn about the Browser Rendering Cycle and Hardware Acceleration & Compositor Laye‍rs.

The Nudge Platform

Content measurement provides an essential building block for any smart web experience. The Nudge Docs shows you how you can measure the right things, to provide the best experience for your users. sponsored

Video-Intro to Monads

As a software engineer chances are you have already heard about monads, but also, as a software engineer, you are probably still struggling to understand what a monad is why it's useful... Fear no more, this video makes it very easy and quick to finally understand monads and it's full of great examples!

You don't need that CORS request

Have you ever wondered what that OPTIONS request is executing before your actual GET/POST/PUT/DELETE when making requests to api.foobarbaz.app? And what kind of performance impact can an extra request have in a large app? Find out more in this amazing article!

Book of the week

Algorithms to live by

Algorithms to live by

by Brian Christian and Tom Griffiths

A fascinating exploration of how computer algorithms can be applied to our everyday lives, helping to solve common decision-making problems and illuminate the workings of the human mindAll our lives are constrained by limited space and time, limits that give rise to a particular set of problems. What should we do, or leave undone, in a day or a lifetime? How much messiness should we accept? What balance of new activities and familiar favourites is the most fulfilling?