Posts
All the articles I've posted.
Preparing for a Career in the Software Industry
Published: at 06:00 PMAfter seeing many people who are in the software industry, and many people preparing to get into it. I've noticed some patterns. Categorized them in this blog piece.
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.
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.