Disclaimer: this post is all about my personal experience, only representing my point of view, take...
Just another day, I was making memes on reddit, and writing code in the interval. It suddenly struck...
Today we are going to try to sort 1 billion numbers. To be exact, they are 1 billion 32bit signed...
Intro Remember those days when your school system suck so much that you can never pick the...
Every 60 seconds passed in Africa, a new javascript library is created. There are a plethora of js...
Yesterday I built an android app in 2 hours with kotlin without even knowing how to write hello worl...
Typescript is all fun and games until you want some behaviour based on runtime values, recently I enc...
About a year ago I wrote a guide on how to migrate to typescript from javascript on node.js and it g...
Recoil is a hot new state management tool from Facebook that handles the state sharing problem gracef...
After a day of diligently copying from Stackoverflow and Google searches, you finally ready to build...
Recently I've migrated one of my personal projects from Javascript to Typescript. The reason for mig...
Background If you are a Js developer, you probably have used async and await, and you lov...
Problem Recently when writing a project of mine, I've written some javascript like this:...