Monthly Archives: March 2025

How to become a developer in your 30s with Anjana Vakil [Podcast #162]

On this week’s episode of the podcast, I interview Anjana Vakil. She left academia to learn to code and got her first developer job in her 30s. Anjana was an English teacher who studied computational linguistics, and found building software to be more fun than actual research. She’s worked at ton of tech companies and […]

Learn Git through Gamification – A Visual Guide to Key Version Control Concepts

Git has many concepts and commands that you’ll need to understand before you feel confident using it. Some of these concepts may sound trivial, especially to someone who has worked with Git before. But like most Git and coding concepts, even the “simple” ones tend to be abstract. The three concepts that stand out to […]

Learn Linear Algebra for Machine Learning

Linear algebra is a fundamental building block of machine learning. Whether you are working with deep learning models, optimization algorithms, or computer vision applications, understanding linear algebra concepts can give you a solid mathematical foundation to grasp how these models function under the hood. If you’ve ever wondered how matrices, vectors, and transformations play a […]

Build an AI Chat Application with the MERN Stack

AI-powered chat applications are becoming an essential part of modern web development, enabling users to interact with intelligent conversational agents. Whether for customer support, virtual assistants, or educational tools, building your own AI chat app can be a rewarding and practical project. If you’re interested in learning how to integrate powerful AI models into a […]

Build a Vision Transformer from Scratch

Transformers have revolutionized natural language processing, and now they are transforming computer vision as well. Vision Transformers (ViTs) apply the power of self-attention to image processing, offering state-of-the-art performance in tasks like classification, object detection, and image segmentation. But how do these models work under the hood? If you’ve ever wanted to build a Vision […]