Issue #227 · September 6, 2021

Why are hyperlinks blue?

“Programs must be written for people to read, and only incidentally for machines to execute”

This issue is kindly sponspored by:

We help upcoming influencers and businesses do big things πŸš€

Start scheduling content today for free here.

Why are hyperlinks blue?

Why are hyperlinks blue?

The internet has ingrained itself into every aspect of our lives, but there’s one aspect of the digital world that I bet you take for granted. Did you ever wonder why hyperlinks are traditionally blue?

Articles

Near Zero Downtime Migration from MySQL to DynamoDB

Many companies consider migrating from relational databases like MySQL to Amazon DynamoDB, a fully managed, fast, highly scalable, and flexible NoSQL database service. For example, DynamoDB can increase or decrease capacity based on traffic, in accordance with business needs.

The Proper Way to Write Async Constructors in JavaScript

At the moment, there is no standardized way to write asynchronous constructors in JavaScript. However, this does not mean there aren't any workarounds! In this article, we will discuss the various ways to emulate async in constructor. Most of them are not-so-ideal, but in the end, we will have something that works!

Procedurally generated fish drawings

This is one of the most amazing GitHub repositories we have seen in a while. If you have never stumbled into generative art, this repository might be your gateway into it!

The power of custom hooks in React

Generally, custom hook is a great pattern in order to handle modularity and composition in your app. This article demonstrates this idea by showing an example of custom React hook to simplify responsive behaviours.

Book of the week

Building Microservices: Designing Fine-Grained Systems

Building Microservices: Designing Fine-Grained Systems

by Sam Newman

Distributed systems have become more fine-grained in the past 10 years, shifting from code-heavy monolithic applications to smaller, self-contained microservices. But developing these systems brings its own set of headaches. With lots of examples and practical advice, this book takes a holistic view of the topics that system architects and administrators must consider when building, managing, and evolving microservice architectures.