Ali
HomeResumeProjectsBlogContact

© 2026 Ali Akbar. All rights reserved.

GitHubLinkedInORCIDResearchGate

    Blog

    Thoughts, insights, and technical articles

    MeltnMunch: Learning Core Django Concepts by Building Real Things
    November, 2025
    10 min read

    MeltnMunch: Learning Core Django Concepts by Building Real Things

    MeltnMunch is a boutique e-commerce platform for handmade bakery products: cookies, cakes, pastries and more, built entirely with Django ORM, SQLite,and vanilla HTML/CSS/JS.

    DjangoPythonE-commerceBackend
    Automating My Daily OSINT Brief with n8n, Reddit and Gemini AI
    December, 2025
    12 min read

    Automating My Daily OSINT Brief with n8n, Reddit and Gemini AI

    I built an automated OSINT digest using n8n, RSS feeds, the Reddit API, and Gemini AI — and it lands in my inbox every morning.

    OSINTAutomationn8nGemini AI
    Quantum Computing for the Curious: Building a Circuit from Scratch
    January 22, 2023
    8 min read

    Quantum Computing for the Curious: Building a Circuit from Scratch

    A beginner's walkthrough of building a single-qubit quantum circuit with Qiskit — covering X gates, Hadamard, superposition, and measurement.

    Quantum ComputingQiskitPythonBeginner