Blogs
I write about AI engineering, full-stack development, and open-source projects.
- The Reverse Engineer's Approach to Computer Vision - Part 1 04 Jan 2026computer-visionimage-processingreverse-engineeringmachine-learning
Learn computer vision through reverse engineering: start with real-world problems, understand why raw data fails, then work backwards to the mathematical solutions. This approach transforms abstract algorithms into intuitive tools by first asking 'what breaks?' before 'how do we fix it?'
- Python Data Structures & Time Complexity Reference Guide 01 Jan 2026pythondata-structuresalgorithmsleetcodeinterview-prep
A comprehensive reference guide for Python data structures, their operations, and time complexities. Essential for coding interviews, LeetCode problems, and efficient algorithm design.
- The Complete LinkedIn Growth Blueprint: From Profile Optimization to Lead Generation 18 Apr 2025linkedinpersonal-brandinglead-generationgrowthmarketing
A comprehensive guide to ranking first in keyword searches, optimizing your LinkedIn profile, building connections, creating engaging content, and generating inbound leads through a proven multi-step blueprint.
- Setting Up lazy.nvim in Neovim: A Complete Guide 14 Dec 2024nvimlazy.nvimluaneovimeditor
Learn how to properly set up lazy.nvim plugin manager in Neovim, including understanding Neovim's runtime path and lua module system.
