System Design Series for Beginners — without AI wirtten content
My Story: Continue reading on Medium »
My Story: Continue reading on Medium »

Why Some AI Frameworks Feel Like Driving a Tank (And When You Actually Need One) A practical guide to choosing between lightweight agent libraries and...

Problem Given an integer array arr[] and an integer k, find the kth smallest element. The kth smallest element is determined based on the sorted order...

Local LLM training has a dirty secret. Everyone talks about the magic of custom weights, but nobody talks about the grueling reality of babysitting Py...

You've heard about VibeOps — the governance layer for agentic coding. Now let's get it running. This quickstart gets you from zero to a fully governed...

I Built a Fully Local Paper RAG on an RTX 4060 8GB — BGE-M3 + Qwen2.5-32B + ChromaDB I was using GPT-4o to read ArXiv papers. Throw in a PDF, say "sum...

What It Does Uspector is a cross-platform Python tool designed to discover devices and detect open ports on your local IPv4 network. Built for ethical...

Hi everyone! Today I worked on sorting a linked list using Merge Sort . Unlike arrays, we can’t directly apply quick access techniques, so merge sort...

Artificial intelligence agents are rapidly transforming the way we interact with software. Powered by large language models (LLMs), these… Continue re...

IPL 2026 starts this month, so I built something around it. I have been learning how to build AI agents, and one thing I kept wanting was a project th...

In this task, I worked on finding two numbers in a sorted array that add up to a given target. The goal is to return their 1-based indices. What I Did...

Problem Explanation You are given two sorted linked lists list1 and list2 . Your task is to merge them into a single sorted linked list . The new list...

Managing personal finances shouldn't require a $15/month app. Here's how to build a powerful finance dashboard with Python in under 100 lines. Why Pyt...

Day 2 of the journey — and this is where things start to get real. Day 1 is usually driven by excitement, but Day 2 tests consistency… Continue readin...

In today’s digital world, links are everywhere — inside documents, PDFs, HTML files, and project folders. But over time, many of these… Continue readi...

In 2026 Java interview questions will cover core Java concepts, object oriented programming, collections framework, multithreading and… Continue readi...

Logistic Regression, Naive Bayes, Decision Tree, and KNN performance analysis with pre-processing and scaling Continue reading on Medium »

The “It Works on My Machine” Problem Continue reading on Medium »

Random Password Toolkit - Secure Passwords, Tokens, and Data Masking for Python Developers Managing passwords, tokens, API keys, and sensitive data is...

The Honest Truth First I've been coding for 8 months. Not years. Eight months. When I tell people what I built, they usually assume I'm exaggerating o...
Showing 2141 - 2160 of 10163 articles