cat ~/writing/*
Writing
Notes on backend systems, ML experiments, and things I had to debug the hard way.
Image Alignment with Python and OpenCV
Mar 2024A comprehensive guide to image alignment using ORB features, homography transformation, and RANSAC. Includes practical implementation with code examples and visual results.
How to Create a SCRUM Board for Your Startup
Feb 2024A comprehensive guide to setting up effective SCRUM boards, writing user stories, and managing agile workflows. Essential for startup teams looking to improve project management.
Aligning the Pixels: Image Registration Unveiled
Feb 2024Exploring the challenges and solutions in image registration, from handling non-linear deformations to bridging modality gaps. A deep dive into computer vision fundamentals.
Unleashing Web Freedom: IPFS
May 2023Discover how IPFS transforms the web with decentralization, content-based addressing, and peer-to-peer architecture. A solution to centralization's censorship and reliability problems.
Order of Growth
Jan 2023Understanding algorithm complexity through order of growth. A deep dive into Big O notation, mathematical analysis, and comparing algorithm performance across different scales.
Analysis of Algorithms
Dec 2022My first blog exploring why analyzing algorithms matters and introducing asymptotic analysis. Learn how to measure algorithm efficiency independent of hardware, language, or test cases.