Blog

Mapping Over Promises in JavaScript
Learn how to effectively map over promises in JavaScript. Also how to handle concurrency for them

Concurrency & Fault-tolerant In Distributed Systems
Discover how modern languages like Go, Rust, Elixir, and JavaScript approach concurrency and resilience, inspired by Erlang's robust actor model.

Building HTTP/JSON API In Gleam: Introduction
Exploring Gleam and its ecosystem by building a basic REST API

Array Grouping in JavaScript
The ability to combine data into groups allows developers to compute higher order datasets, like grouping employees by department. Let me show you how.

Top 5 VS Code Extensions for React Developers
Learn about the top 5 VS Code extensions for React developers. Improve your workflow with these extensions.

Using GitHub and NextAuth.js for Single Sign-on in Next.js
See how to implement single sign-on with GitHub and OAuth in Next.js for straightforward and secure authentication management.