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 11A response icon1May 11A response icon1
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 icon35Apr 7A response icon35
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 icon8Dec 1, 2024A response icon8
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 inLevel Up CodingNetwork Middleware in Go: Hands-On Guide 2025When an HTTP call hits a service you often want to log it, limit it, check a token, compress the answer … and you don’t want to sprinkle…2d ago2d ago
Published inLevel Up CodingGo Interfaces Made Practical in 2025: From Basics to Real-World UseInterfaces can look deceptively simple in Go, yet many developers trip over the details.2d ago2d ago
Published inLevel Up CodingTop 10 Go Anti-Patterns to Dodge in 2025Go looks deceptively simple: spin up a goroutine, toss data through a channel, call it a day.2d ago2d ago
Published inLevel Up CodingGo! Keep Your Variable Names Brief and Clear in 2025Arguments about garbage collectors come and go; but the question “How should I name than variables?” never loses relevance.2d ago2d ago
Published inLevel Up CodingBuffering in Go: a Complete Walk-Through in 2025Buffer — is a small memory area that “sits” between your code and the outside world.2d ago2d ago
Published inData Engineer ThingsTop File Formats Every Data Engineer Should Know in 2025Every time I set up a data pipeline, the first thing I ask is easy: “How will this data stay on disk?”2d ago2d ago