singarajusaiteja.hashnode.devHow to build a Github repo explainerI Just Shipped a Repo Explainer using Streamlit and MiniMax model. — A tiny streamlit app that let’s you upload your Github repo in a .zip file format and then the app will generate a simple but detailed explanation to your large codebase Live Demo:...Nov 19, 2025·1 min read
singarajusaiteja.hashnode.devComputer vision engineer roadmapRoadmap to Becoming a Computer Vision Engineer with a Focus on Image Generation A Computer Vision Engineer specializing in image generation develops AI models to process, analyze, and generate images or videos, powering applications like autonomous v...May 23, 2025·8 min read
singarajusaiteja.hashnode.devPython for ML & FastAPIOkay, let's break down learning Python for Machine Learning (ML) and FastAPI backend development. We'll go step-by-step, keeping things simple with examples. Think of it like building with LEGOs: Learn the basic LEGO bricks: Python Fundamentals. Le...Apr 12, 2025·14 min read
singarajusaiteja.hashnode.devAsynchronous programming in DartLet’s dive into asynchronous programming in Dart! I’ll break it down into simple topics and sub-topics, explain everything in plain words, and use examples to make it clear. Asynchronous programming is all about handling tasks that take time (like fe...Apr 5, 2025·6 min read
singarajusaiteja.hashnode.devOOPs in DartLet’s dive into Object-Oriented Programming (OOP) in Dart! OOP is a way of writing code that organizes it around "objects" rather than just functions or logic. Think of objects as real-world things—like a car, a dog, or a book—that have properties (l...Apr 5, 2025·6 min read