Feb 14 · 4 min read · Understanding JVM memory is one of those topics that appears deceptively simple but is frequently explained with a mixture of intuition and myth. Many developers hear statements like “the heap stores addresses” or “objects contain methods,” which sou...
Join discussion
Feb 5 · 6 min read · Why 2025 Felt Like a Breaking Point As a computer science student, back in 2025, we entered this field with excitement and ambition. We imagined sleepless nights wrestling with algorithms, thriving through late‑night debugging sessions, and growing -...
Join discussion
Feb 1 · 5 min read · When Data Has No Rules: A Recipe for Chaos Imagine trying to send a puzzle to a friend, but the pieces arrive in random order—or worse, some pieces never arrive at all. You'd end up with an incomplete, jumbled mess. This is exactly what happens when ...
Join discussion
Jan 25 · 3 min read · It is truly the end of an era. For over 15 years, Stack Overflow was the "holy grail" of developer productivity—the place where we went to copy-paste our way to success and occasionally get roasted by a moderator for a missing semicolon. But the "cli...
Join discussion
Jan 8 · 5 min read · When JavaScript is not used as Modules When I start learning javascript modules I eventually came up with learning the concept of local and global scope of a variable or function. Moreover I understand why addEventListener is more meaningful way to u...
Join discussionSep 23, 2025 · 10 min read · 💡 TLDR: I swapped my ritual of 20 browser tabs and stale Stack Overflow answers for a tool that actually understands what I'm trying to do. GitHits isn't just another search bar. For years, my(and i guess most us) workflow for tackling a new prob...
Join discussion
Jul 11, 2025 · 6 min read · Tail Call Optimization (TCO) is a compiler or interpreter feature that optimizes certain kinds of function calls—specifically, tail calls—to avoid adding a new stack frame for each call. This allows recursive functions to execute in constant stack sp...
Join discussion
May 30, 2025 · 3 min read · ¿Alguna vez tu app ha petado con un StackOverflowError o con un error de dependencias circulares y te ha dejado con cara de 🫠?Hoy vamos a ver cómo ocurren estos dos problemas, por qué a veces se mezclan, y lo mejor: cómo solucionarlos con ejemplos c...
Join discussion
May 30, 2025 · 2 min read · Are you a developer dreaming of building your own AI-powered SaaS but unsure where to start? In this post, I’ll walk you through how I built ColdMail AI, a cold outreach SaaS that uses artificial intelligence to generate high-converting cold emails a...
Join discussion