From “Can I Do This?” to Becoming Part of the Team: Lessons From My Apprenticeship at ISRO
My first real experience working in a professional engineering environment began during my apprenticeship at ISRO On my first day, I was introduced…
Tech news from the best sources
My first real experience working in a professional engineering environment began during my apprenticeship at ISRO On my first day, I was introduced…
Originally published on tamiz.pro . In the early days of shipping LLM-based agents, we optimized for output volume. If the model could not find the…
Note: This tutorial was originally published on effessdev.github.io . Check out the original article for the most up-to-date version: https://effess…
This is me being honest with myself for a minute. The New York Times published a newsletter where the headline was OpenAI and 100 Others Warn that W…
Episode 3 | Spring Boot | Auto-Configuration, Starters & How the Application Starts Episode 1 covered why Spring exists — avoiding tight couplin…
During my studies in Systems Development, I’ve been learning that building software is about much more than writing code. Through academic projects,…
Animalia This is an initial academic project that I am developing with the purpose of helping and providing greater knowledge about the local fauna…
Originally published on tamiz.pro . The Gap Between Demo and Day One Every team that builds a multi-agent system starts the same way: three agents c…
Git or GitHub was just another buzzword that for so long I used to associate it with the so called "tech bros and siz". As a result, I never got qui…
I’ve been working on a desktop utility called Ripper, a Python + CustomTkinter app that downloads video and audio from supported sites (starting wit…
Originally published on tamiz.pro . The era of throwing everything at a single LLM call is over. Prompt engineering and RAG pipelines hit diminishin…
How database indexes actually work: B-trees, selectivity, composite indexes, covering indexes, and reading EXPLAIN plans so your queries scale past…
Originally published on tamiz.pro . In 2021, a team running a Go-based infrastructure service hit 1 million concurrent goroutines under load. The le…
Originally published on tamiz.pro . The excitement around Large Language Models (LLMs) has largely focused on the capabilities of the models themsel…
Originally published on tamiz.pro . When a Retrieval-Augmented Generation (RAG) agent or any LLM-backed service produces an answer, the real value r…
I always heard people say that Linux is harder than Windows. Sure, but only if we're talking about everyday use. I've finished the Linux fundamental…
Originally published on tamiz.pro . You've spent weeks tuning your system prompt. You've tried chain-of-thought, ReAct, and tree-of-thought promptin…
System Design: Payment Processing System A capstone system design walkthrough — designing a payment processing system end to end — covering the core…
Originally published on tamiz.pro . For the better part of two years, the narrative has been seductive: build a few function calls around a reasonin…
Bro, I think the reason we keep telling ourselves, “I'll start coding when I get into college” , is because the future looks ridiculously attractive…
What if you could take a mathematical equation and make it move? Not just display it on a screen, but animate it—make graphs appear, equations trans…
Explaining a technical problem in a second language can become harder when you try to include every detail at once. Logs, reproduction steps, custom…
I’m not here because I know everything about software development. Quite the opposite. Right now, I’m learning React, TypeScript, Supabase, PostgreS…
Originally published on tamiz.pro . The demo works beautifully. The agent reads the inbox, writes a draft, calls the API, and updates the database —…
Originally published on tamiz.pro . The era of treating Large Language Models (LLMs) as simple text-completion endpoints is over. We are currently w…
I'm learning backend development and I really enjoy it! I created my first API last month and got an amazing feedback! I work hard these days and cr…
Breaking Into Full-Stack Development Without a CS Degree: What Actually Worked for Me I didn't go through a computer science program. What I have in…
Originally published on tamiz.pro . The initial wave of the Generative AI boom was defined by the "Hello World" of agents: a simple script chaining…
Not all skills are for AI. Tough question, but let me try: here's what I think is the best skill set. Understanding technology - you know its possib…
Originally published on tamiz.pro . You spent weeks building an agentic workflow that works flawlessly on your local machine. It handles edge cases,…