My First Big Mistake as a Software Engineer
Well, I knew it was gonna happen sooner or later. Today, I made my first BIG mistake as a software engineer. Turns out, it wasn’t even a software problem, wasn’t a bug, wasn’t some ill-thought-out ...
Well, I knew it was gonna happen sooner or later. Today, I made my first BIG mistake as a software engineer. Turns out, it wasn’t even a software problem, wasn’t a bug, wasn’t some ill-thought-out ...
When was the last time you wrote an algorithm from scratch? Recently, a year and a half into my new software engineering job, I stumbled across the chance to utilize a binary search algorithm on a ...
I stumbled upon “Invisible China: How the Urban-Rural Divide Threatens China’s Rise” in the economic section of a U.S. bookstore. The cover depicted a farmer in front of urban high-rises, setting a...
Several years ago, I was introduced to the advantages of using Rust over other programming languages by a knowledgeable friend. While I had read about these benefits and heard other developers disc...
In this post, I will document my attempt to create a fast and responsive voice assistant on a Windows machine. This project is inspired by this video: and this Github Repo: As I have almo...