2 followers
I like to tinker and (mostly) break things, either software or hardware! I value human connections in the age of software and am interested in automation. Feel free to connect with me on any socials!
The map data structure and its related keyed collections siblings are handy tools to have in your hypothetical pocket for Javascript development. Maps are key-value stores that allow us to access data using a unique key without iterating through ever...
Today I tried out live-streaming my coding session on Twitch! https://youtu.be/OtCNbqbVPyk Twitch VOD on Youtube I'm actually not a stranger to streaming my code. My weekend job is to teach youths games programming and since we moved to online due t...
This post is for those who are scared of using the command line. I have switched back and forth between Windows and various Linux distributions for the better part of 3 years. Frustration about lack of hardware or software support, inability to play ...
Cover Photo by Markus Winkler on Unsplash GitHub is one of the most well-known repository hosting platforms in the open-source community. One feature that they provide over other hosting platforms is the discovery, ease-of-use and integration of 3rd...
I got a chance to solve a "whiteboard" question (a jargon for data structures and algorithms question done on a whiteboard usually at interviews) the other day and wanted to break it down for anyone who might come across this in their interviews. Thi...
What Is Notion? If you have not heard of Notion, it's an "all-in-one workspace" or as I liked to call it, a better EverNote. The application is essentially a fully-featured markdown editor, allowing editing of each page using standard markdown and La...