PinnedPublished inCode Your Own PathExploring Technology Together: What You’ll Find on My SubstackA single Medium post often isn’t enough to feel you’ve truly mastered a topic. Too many essential details stay “off-screen,” yet those…May 11May 11
PinnedPublished inDataDrivenInvestorI Quit Nest.js in 2025: Here’s What I Chose InsteadWhen I first discovered Nest.js, it felt like a promising way to bring order and enterprise-level patterns into the Node.js world. Its use…Apr 7A response icon32Apr 7A response icon32
PinnedPublished inDev Genius10 Ways to Work with Large Files in Python: Effortlessly Handle Gigabytes of Data!Handling large text files in Python can feel overwhelming. When files grow into gigabytes, attempting to load them into memory all at once…Dec 1, 2024A response icon9Dec 1, 2024A response icon9
PinnedPublished inJavaScript in Plain EnglishMastering useRef and forwardRef in React DOMReact is a developer’s dream — clean, declarative, and efficient. But as much as it shields us from low-level DOM manipulation, there are…Nov 21, 2024A response icon2Nov 21, 2024A response icon2
Published inDev GeniusDesigning a State Machine in Python for 2025: A Clear IntroductionEvery software object lives through phases. A library book can be “On Shelf”, “Reserved”, “Borrowed”, “Overdue”; a pizza order goes…12h ago12h ago
Published inDataDrivenInvestorDevSecOps Essentials 2025: From IDE to Cloud in One Security LoopIn 2025 a single commit can launch a SaaS, spin up a hundred containers and — if something leaks — appear in a breach report the same day…16h ago16h ago
Published inLevel Up CodingLinux Security Playbook 2025: disk Group Dangers ExposedThis article is intended for educational and defensive research only. Always test in isolated environments you own and control.2d ago2d ago
Published inLevel Up CodingBuild Once, Run Anywhere: Go Tag Tricks for 2025 ProjectsOne code-base, many worlds: different operating systems, separate dev and prod behaviors, optional native libraries, slim test binaries.2d ago2d ago
Published inLevel Up CodingSystem Calls Made Friendly: A 2025 Deep-Dive into Go + C InteropMost of the time the standard library hides the OS behind ergonomic wrappers, but some tasks demand directconversation with the kernel:2d agoA response icon12d agoA response icon1
Published inJavaScript in Plain EnglishNative Reactivity Made Simple — Proxy + Reflect Explained for 2025Reactive data is no longer the exclusive domain of heavyweight libraries. Two native language features — Proxy and Reflect — are more than…5d agoA response icon45d agoA response icon4