AAnnetinhtml-portfolio.hashnode.dev·7h ago · 7 min readFrom print("Hello World") to Building Logic — My Python Learning Journey 🐍When I first started learning Python, I thought coding was just writing lines and getting output. But slowly I realized it is actually about thinking logically and teaching the computer how to think. 00
YAY ANISHinonani.hashnode.dev·5h ago · 2 min readWhy AI Agents Aren't Replacing Engineers Anytime Soon 🤔I've been noticing a pattern in how many people use AI coding agents. A small UI bug. A missing import. A broken API route. Instead of investigating the issue themselves, they ask the AI agent to "fix00
RGRajesh Ginrajeshg.hashnode.dev·2d ago · 14 min readHosting my own Claude Sonnet-level local coding LLM on a laptop.This is a crude-humoured journal series of my journey in finding the best local coding AI model for my laptop hardware. Maybe insightful for you too ? (no promises & refunds btw). why, bro? Because yo00
AJAryan Jaininblogsbyaryan.hashnode.dev·1d ago · 1 min readMy Online Security Hackathon SubmissionHi, Here's the short version of my blog: I participated in an online hackathon and built a GitHub alert that sends Slack messages. I need votes to win, so please vote? Here's the long story; read this00
AAAnusmita Astrophileinanutech.hashnode.dev·1d ago · 7 min readWhy Your App Feels Slow Even When It's Fast — The Psychology and Science of Perceived PerformanceThe Gap Between Fast and Felt Fast - The Doherty threshold In 1982, Walter Doherty J and Aharon Thadhani did critical research. According to their paper of 1982 IBM Systems Journal, they analyzed that10
CDCarlos Dusanininformer-tech.hashnode.dev·1d ago · 6 min readI Tested 5 AI Coding Assistants for 3 Months: Here Is My Honest TakeEveryone has an opinion about AI coding assistants. Very few have actually put them through their paces on real work — not curated demos or cherry-picked benchmarks. I spent three months using five of10
AAAmeer Abdullahinameerab-blog.hashnode.dev·3d ago · 3 min readMemoization from First Principles: Building and Tracing a Cache Memoization is one of those concepts that is trivial to use with functools.lru_cache and poorly understood when asked to implement manually. Building it from scratch and tracing the cache state alongs00
DZDanny Zhenginblog.hackunited.org·4d ago · 2 min readThe Difference Between Good Code and Clean Code.In programming, coders usually focus on writing code that doesn’t have errors and produces the correct output more than writing clean code, so what is the difference between writing code that works an11D
AJAmit Joshiindevnation.joshisfitness.com·4d ago · 5 min readMutex vs SpinlockIntroduction Concurrency is everywhere inside the Linux kernel. Multiple threads, processes, softirqs, tasklets, and interrupt handlers can access the same shared data simultaneously. Without synchron30
SASyed Ahmer Shahinblog.ahmershah.dev·4d ago · 14 min readWhat I’m Actually Learning as a 19-Year-Old SWE Student (And Why)Introduction I'm Ahmer. I'm 19, I'm doing a 4-year Software Engineering degree at a fairly average institute in Hyderabad, and I'm also running a 3-year ADSE program at Aptech on the side. Two program10