SSSingaraju Saitejainsingarajusaiteja.hashnode.dev·Nov 19, 2025 · 1 min readHow 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:...00
SSSingaraju Saitejainsingarajusaiteja.hashnode.dev·May 23, 2025 · 8 min readComputer 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...00
SSSingaraju Saitejainsingarajusaiteja.hashnode.dev·Apr 12, 2025 · 14 min readPython 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...00
SSSingaraju Saitejainsingarajusaiteja.hashnode.dev·Apr 5, 2025 · 6 min readAsynchronous 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...00
SSSingaraju Saitejainsingarajusaiteja.hashnode.dev·Apr 5, 2025 · 6 min readOOPs 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...00