VBVivek Biswasinzero2ds.hashnode.dev·1d ago · 4 min readDays 2-5: A Missed Morning, Gradebook Charts, and My First Real Fundamental Analysis ConceptsCatching up on four days at once here, since life did not exactly cooperate with the schedule this week. Day 2: When the plan meets real life Started strong: up at 5:30 AM, a proper workout, and a 4 k00
NINehal Ingoleinlearnwithnehal.hashnode.dev·5d ago · 6 min readRendering Types in Next.jsWhen I started learning Next.js, one thing that confused me the most was the different rendering methods. Terms like SSR, CSR, SSG, ISR, and Partial Prerendering sounded complicated at first. After wo00
ASAbhijeet Shindeinweeklyupdate.hashnode.dev·Aug 27 · 7 min readLearning Go, Week 4: Functions, Methods, Defer, and File HandlingLast week was maps, control flow, and structs. This week I moved from organizing data to doing things with it — functions (including the variadic kind), methods on structs, the defer keyword, and basi00
ASAbhijeet Shindeinprojectlog.hashnode.dev·Aug 23 · 5 min readCodeAtlas: How a College AST Project Became My First Open-Source MCP ToolI want to tell this one straight, because the real story isn't "I identified a market gap." It's messier than that. It Started as a College Project A while back I built CodeAtlas as a college project,20
ASAbhijeet Shindeinweeklyupdate.hashnode.dev·Jul 23 · 8 min readComing from Node.js to Go : What Week Actually Taught MeI've been working mostly with JavaScript and Node.js on the backend, and I wanted to learn a language that is commonly used for backend systems, cloud infrastructure, networking, and distributed syste00
PRPratik R. Mandgeinpratikm363.hashnode.dev·Jul 6 · 8 min readKubernetes Setup Made Super Simple: Minikube + Kubeadm (Step by Step)Hey! 👋 If you've never touched Kubernetes before, don't worry. This guide is written for complete beginners — even if you're setting up your very first server, you can follow this. We'll do two thing00
ASAkshansh Singhinblog.akshanshsingh.com·Jul 3 · 7 min readThe Backend Fails I Never Thought About Until NowI've been bouncing back and forth between theory and actually shipping stuff for a while now. Learn a concept, go build something with it, get stuck, go learn more, repeat. After finishing 2-3 project30
ATAiAyush Technoinlearnaiayush.hashnode.dev·Jul 4 · 6 min readHow ChatGPT Actually Generates Text — Word by Word (Day 3)Yesterday we learned that ChatGPT is Generative AI — it creates text instead of just understanding it. But here's the question nobody fully answers: How does it actually do that? Not the marketing ver10
ATAiAyush Technoinlearnaiayush.hashnode.dev·Jul 3 · 1 min readWhat is AI, ML, Deep Learning, and Generative AI? (Finally Explained Simply)What's Coming Tomorrow Tomorrow I'm going deep on something that surprised me when I first learned it — how ChatGPT actually generates text, word by word, and why that one mechanism explains both why 10
LGLalit Gujarinai-blog-hub.hashnode.dev·Jul 1 · 7 min readHow Claude Understands Your Questions?1. What is an LLM? LLM stands for Large Language Model. It's an AI system trained on massive amounts of text data to understand and generate human-like language. The problem LLMs solve: Before LLMs, c00