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 2024

A comprehensive guide to image alignment using ORB features, homography transformation, and RANSAC. Includes practical implementation with code examples and visual results.

8 min readcomputer-vision · opencv · python · image-processing · machine-learning

How to Create a SCRUM Board for Your Startup

Feb 2024

A comprehensive guide to setting up effective SCRUM boards, writing user stories, and managing agile workflows. Essential for startup teams looking to improve project management.

8 min readagile · scrum · project-management · startup

Aligning the Pixels: Image Registration Unveiled

Feb 2024

Exploring the challenges and solutions in image registration, from handling non-linear deformations to bridging modality gaps. A deep dive into computer vision fundamentals.

4 min readcomputer-vision · image-processing · machine-learning · opencv

Unleashing Web Freedom: IPFS

May 2023

Discover how IPFS transforms the web with decentralization, content-based addressing, and peer-to-peer architecture. A solution to centralization's censorship and reliability problems.

4 min readweb3 · ipfs · decentralization · blockchain

Order of Growth

Jan 2023

Understanding algorithm complexity through order of growth. A deep dive into Big O notation, mathematical analysis, and comparing algorithm performance across different scales.

4 min readdsa · algorithms · time-complexity · big-o

Analysis of Algorithms

Dec 2022

My first blog exploring why analyzing algorithms matters and introducing asymptotic analysis. Learn how to measure algorithm efficiency independent of hardware, language, or test cases.

5 min readdsa · algorithms · cpp · time-complexity