PinnedAbout MeHello, I’m Alexander Obregon, a 29-year-old who’s passionate about code and software development. I’m living in the U.S. now, but a lot of…Dec 22, 2023A response icon7Dec 22, 2023A response icon7
Why TypeScript Type Compatibility Isn’t Always ObviousSome of the most confusing bugs in TypeScript don’t come from bad logic but from how types silently accept or reject assignments that seem…11h ago11h ago
How to Make a Countdown in Java from Any NumberCounting down from any number is one of those things that shows how much thought goes into even the smallest parts of a program. A loop…11h ago11h ago
Email Verification Flows with Spring Boot and Expiring TokensEmail verification is one of the most common features in user registration systems, especially when securing personal accounts or services…11h ago11h ago
How to Use Template Literal Types in TypeScript ProjectsTemplate literal types let TypeScript treat certain strings as patterns instead of just raw text. You’re probably used to writing strings…1d ago1d ago
Printing Even Numbers with Java Using LoopsLooping over a range of numbers and filtering for even values is one of the simplest but most effective tasks for learning control flow in…1d ago1d ago
Data Pagination in Spring Boot Without Exposing Page NumbersReal-time APIs and modern frontends don’t gain much from showing page numbers in their requests. What actually helps is letting users…1d agoA response icon11d agoA response icon1
Why TypeScript Sometimes Inlines Types and Sometimes Doesn’tMost people who spend time writing TypeScript have run into this. You hover over something in the editor, and sometimes it shows the whole…2d ago2d ago
Using Java to Count Vowels in a WordWorking with strings in Java helps show how characters, loops, and basic checks come together in code that actually runs. One example that…2d ago2d ago
PDF Form Filling with Spring Boot and iText TemplatesCreating and returning filled PDF forms through a Spring Boot API helps move paperwork online in a way that feels predictable and…2d ago2d ago