Imtiaz's Notes
RSS FeedI'm constantly trying out new things, mostly in the software world, but sometimes in the hardware world too. Every new project comes with it's own set of challenges and if I don't document them somewhere I will definitely forget about them.
Featured
Building Internet Without the Internet
Published: at 06:00 PMDuring the recent internet shutdown by the government, I built a chatroom that ran on the intranet. It helped me and my friends maintain our communication. However, this wasn't an isolated incident.
Recent Posts
Using Typescript with Express Middlewares
Published: at 06:00 PMI wrote an express middleware that would validate the user inputs and then hoped that the route handler would automatically know the types of the user inputs, but turns out that's not how it works.