Before Semicolon
published: Fri, Mar 03, 2023 . 4 min read
How To Create Custom Modal/Dialog in React
Modals and Dialogs are ways you can focus users on a specific thing you want them to act upon. They are industry standard and super common…
How to Handle Modals In A Large-Scale React App — Render Manager
Modals, Dialogs, Notifications, and Snackbars, are all examples of “global components” — as I call them. These are components that should…
published: Thu, Mar 02, 2023 . 4 min read
You Are Using the “useState” Hook Wrong

React API is not developer friendly. One of them is the useState hook which is another misunderstood API much like useEffect .
published: Sun, Feb 26, 2023 . 4 min read
How To Create a JSON Database In NodeJs From Scratch
In order to teach myself my ways of working with NodeJs, Javascript, and Typescript, I have built many versions of a file-based JSON…
published: Wed, Feb 22, 2023 . 4 min read
How to Set up a TypeScript + NodeJs Server (2023)

With new releases and tools, setting up a node server has become super simple and until NodeJs ships with typescript built-in, adding…
published: Sat, Feb 18, 2023 . 4 min read
Better Ways To Handle Data Storage on The Web Client
Whenever you mention data storage and state management on the web client, different people will provide you with different solutions. From…
published: Sun, Feb 12, 2023 . 4 min read
How to Turn Software Engineers Into Zombies
There are a lot of tech companies with career promises hiring right now. Many of them happen to get rough diamonds and polish them into…
published: Tue, Nov 29, 2022 . 4 min read
How to Handle Data Lists in React Like a Pro — FlatList React
Often enough you get to deal with some set of data that you must list to the user. This can be in a dropdown, table, or standard…
published: Tue, Oct 11, 2022 . 4 min read
My 2015 Six Figures Laptop

I fell in love with computer programming in high school.
published: Sun, Jul 10, 2022 . 4 min read
How to Work With Web Client Storage
A better way to work with web client storage
published: Wed, Jun 22, 2022 . 4 min read