AJAmit Joshiindevnation.joshisfitness.com·3d ago · 13 min readUnderstanding Linux Kernel Threads and SpinlocksIntroduction Concurrent execution is an important concept in operating systems and kernel development. Modern processors can execute multiple tasks concurrently, often across multiple CPU cores. When 40
MCmvs Chamanthinmvsctechblogs.hashnode.dev·4d ago · 11 min readUnderstanding FrameworksPLEASE NOTE: This is not an AI-generated blog. I wrote this blog myself, in my own words, based on what I have learned and understood. Also, if you see emojis throughout the blog like (😄🍕) — It does00
SGSui Gninneurons-me.hashnode.dev·3d ago · 12 min readMachine Identity Is Not a Key: A Different Architecture for Workload IdentityWhy machine identity, workload identity, service identity, and cryptographic identity should survive key rotation, infrastructure changes, and runtime migration. neurons.me Docs Modern distributed sys00
Uunpaid0interninunpaid0intern.hashnode.dev·4d ago · 2 min readSwitching from vscode to lazyvim, and I already have thoughts For context, I've used vscode for years, comfortable, extensions for everything, mouse-friendly, basically autopilot at this point Decided to switch to lazyvim because I kept seeing people fly through00
ASAbirami Sriinabi-blog.hashnode.dev·4d ago · 8 min readDay 2 of My 30-Day DSA Journey — Strings with JavaScriptWelcome to Day 2 of my 30 Days of DSA with JavaScript. On Day 1, I started with basic array problems. Today, I moved into String problems and learned several important problem-solving patterns. The ma00
ASAaditya Sarafintarshawkman.hashnode.dev·5d ago · 9 min readDP: A complex term for memoizationDynamic Programming can feel confusing because every problem looks different. But many DP problems follow the same patterns. In this blog, we will look at 5 common forms of DP: Knapsack Form Ending 00
AJAyush Jaininayushjjainn.hashnode.dev·Aug 28 · 9 min readMap & Set in JavaScriptLet me tell you about AML Sir, and if you have a professor even a little like him, you already feel my pain. AML Sir takes one of our labs, and he is, without any exaggeration, insanely strict. Formal00
Iimbrooklyninimbrooklyn.hashnode.dev·Aug 27 · 10 min readShuttle: Small, Type-Safe Composition Primitives for GoSorting a slice by one field is easy. Filtering one collection is easy. Returning (T, bool) is idiomatic. So is writing a nested loop. The friction appears when the same ordering must be shared by a s00
ASAkanksha Sharmainakankshasharma.hashnode.dev·Aug 25 · 7 min readGit & GitHub Zero to Hero #1: What Is Git? A Beginner’s Guide 🚀If you've started learning development, you've probably seen commands like: git add . git commit -m "Initial commit" git push origin main And if you're a beginner, you might be thinking: “Okay… but w10
SGSui Gninneurons-me.hashnode.dev·Aug 26 · 1 min readRust .me v0.3.0this-me v0.3.0 is now live on crates.io. This is the Rust implementation ground for the .me semantic kernel: append-only memory, hash-chain integrity, .me operators, selectors, derivations, secret/noi00