Issue #217 · June 28, 2021

Next.js 11

“There are two ways to write error-free programs; only the third one works”

This issue is kindly sponspored by:

We help upcoming influencers and businesses do big things 🚀

Start scheduling content today for free here.

Next.js 11

Next.js 11

The famous React-based web framework Next.js 11 has just released a new major version and it's pumped with interesting features and improvements. Check it out!

Articles

AWS Step Functions Workflow Studio

AWS Step Functions allow you to build scalable, distributed applications using state machines. Until today, building workflows on Step Functions required you to learn and understand Amazon State Language (ASL). Today, you can use Workflow Studio, a low-code visual tool.

Building a 3D Cheeseburger Drum Kit

I think that, with a title like this, you just need to click the link and watch the video... Seriously, it is a lot of fun... no need for spoilers!

A Beginner's Guide To The File System Module In Node.js

The fs module is one of the most useful modules in Node.js. It allows you to interact with the filesystem in a number of ways: read and write files, list directories, create directories, etc. In this article, you can learn almost everything that there's to know about it!

How To Add Animations to React Apps with React-Lottie

Lottie is a program developed by Airbnb Design that allows you to use After Effects animations in real-time in a lightweight and flexible format. Lottie takes JSON data from an After Effects extension called Bodymovin and turns it into a usable animation that you can easily include in many contexts, including React applications.

Book of the week

Rust in action

Rust in action

by Tim McNamara

Rust in action is probably one of our favourite books to learn Rust. It has been in the works for a good number of years and it's finally ready for the press. The reason why we enjoyed this book so much is that it takes a very practical stance. Rust concepts are taught by building interesting projects such as your own floating-point number implementation, a CPU emulator, a custom file format, a key-value store database, etc. With this book, you won't be learning only about the Rust programming language, but also an additional number of concepts and ideas that are useful for every software engineer.