Blog

I've been writing online since 2022, mostly about web development and tech careers. Use the search below to filter by title.

All posts

Simplify State Management in React with Immer.js

9 months ago

Learn how to streamline your React state management with Immer.js. This blog explores the challenges of traditional state management methods and introduces Immer.js, a powerful library that simplifies immutable state updates.

Managing Mutual Exclusion with Distributed Locks in Serverless using Node.js

9 months ago

Learn how to ensure data consistency and prevent race conditions in serverless environments using distributed locks with Node.js and Redlock.

An Introduction to Programming with JavaScript: Unlocking the World of Code

a year ago

In this article, we'll take you on a journey into the exciting realm of programming, using JavaScript as our gateway.

Distributed Asynchronous Work with RabbitMQ and Node.js using Throng

a year ago

Discover how to supercharge your Node.js applications with the power of RabbitMQ and Throng. In this article, you'll learn how to efficiently distribute asynchronous workloads across multiple Node.js instances, improving scalability and resilience.

Supercharge Your Node.js Apps with Throng

a year ago

Learn how to boost the performance of your Node.js apps with Throng, a module that efficiently manages worker processes, distributing the workload across multiple CPU cores. By leveraging parallel processing and maximizing resource utilization, Throng enables seamless scalability and improved responsiveness, enhancing the overall user experience.

The Story Behind the Android Python Editor

2 years ago

Join me as I share the exciting tale of how I built my own Python code editor and interpreter using the Android Flutter framework.