SKShyam Kundainshyamkunda.hashnode.dev·Mar 15 · 4 min readFastAPI notesCreate Virtual Env # Create a virtual environment python3 -m venv venv # Activate it (macOS/Linux) source venv/bin/activate # Then install pip install -r requirements.txt Running server uvicorn boo00
SKShyam Kundainshyamkunda.hashnode.dev·Mar 1 · 5 min readRoadmap to AI EngineerThis is my personal notes from youtube channels Artificial Intelligence is no longer just for researchers. If you're a software engineer, the transition to AI engineering is much shorter than you thin00
SKShyam Kundainshyamkunda.hashnode.dev·Jan 17 · 2 min readImportant lessons from experience developerI want to summarize the good insights from this youtube video from pete. Key Points from the Video You Don’t Need to Know Everything You don’t have to memorize every detail of a language or technology — even experienced developers don’t know every...00
SKShyam Kundainshyamkunda.hashnode.dev·Sep 14, 2025 · 11 min read🧠 Core Concepts & Terminology of AI AgentBefore actually building an AI Agent, it’s very useful to have some baseline knowledge and terminology clear. Otherwise, the concepts (LLM, tools, RAG, memory, orchestration) can feel overwhelming. Here’s a primer: 🧠 Core Concepts & Terminology 1. ...00
SKShyam Kundainshyamkunda.hashnode.dev·Nov 15, 2024 · 7 min readExploring K6 for performance testingNote: Running blog, will complete this blog by Dec 1st Background I am working in a startup who’s techstack based on javascript (nodejs + angular +PGSQL+ mongo). As system is scaling up we need build performance suites. Based on my previous experienc...00