Hi,👋 Abdullah (AB) here
I'm a software engineer, who loves to build things.
Featured
The Bias Nature of JavaScript Event Loop
Updated: at 08:08 PMIn this article, I'll try to explain most simply; how the event loop handles different tasks assigned to it.
Bun 101 - Bun for JavaScript Developers
Updated: at 08:07 PMIn this article, we'll delve into the features and capabilities that make Bun an invaluable addition to your JavaScript toolkit.
We fixed react context 🚀. Using selectors for granular reactivity
Updated: at 08:06 PMIn this article we will discuss how we can use selectors to achieve granular reactivity in react context using my library called textcon with a slightly advance but simple approach.
Supercharge Your Web Apps - Harnessing Web Assembly for High Performance
Updated: at 08:05 PMHarnessing Web Assembly for High Performance
Deploying FastAPI app on Vercel Serverless
Updated: at 08:03 PMIn this article, I'll show you how to deploy a FastAPI app on Vercel Serverless.
MobX  -  The missing piece in your complex react applications
Updated: at 08:01 PMIn this article, I'll show you how to use MobX to manage state in your complex react applications.
How to add Discord like QR Code Login
Updated: at 07:59 PMIn this article, I'll show you my approach that I reverse-engineered to achieve discord like passwordless login experience in my application.
Using Firebase to send real-time notifications in Django apps
Updated: at 07:58 PMIn this article, I'll show you how you can add any sort of real-time functionality to your Django application while keeping the complexity and time to implementation minimal.
How to add real-time notifications with Django
Updated: at 07:57 PMHow to add real-time notifications with Django and NextJS
How to create custom code snippets in VS Code
Updated: at 07:56 PMVS Code supports creating code snippets that come in handy to save time by not manually typing the same code again and again.
100 lines of Elixir
Updated: at 07:20 PMElixir is a multi-purpose dynamically typed functional programming language which when combined with the phoenix web framework is one of the hottest topics out there.
Basic Data Types in GO
Updated: at 07:20 PMGO has all the basic and advanced data types like other programming languages. Before we dive into the data types, let's first have a look at some conventions in GO.
Shell Scripting Basics - Beginner's Guide - Part II
Updated: at 07:20 PMPart II - Shell scripting is the code that is designed to run in the Unix shell. This means that you can write these generic pieces of instructions and execute them directly from the shell on Linux and MacOS.
Shell Scripting Basics - Beginner's Guide
Updated: at 07:20 PMShell scripting is the code that is designed to run in the Unix shell. This means that you can write these generic pieces of instructions and execute them directly from the shell on Linux and MacOS.
Recent Posts
Reason for developing in GO
Updated: at 01:10 AMGO is like a hot kid in the market with all the latest features needs to face modern problems in almost every field. The main reason is that GO is a comparatively new language. Programming languages like C & C++ which was developed in 90s could not quite evolve with the modern complexities of the systems. GO solves all of the same problems with much simpler syntax ( which mean less development time) with almost the same performance which leads to the next point.