News
Learning Tech as an Intern
22+ min ago (134+ words) This blog is basically my tech notebook. I write about what I'm learning, what I'm working on. Most of it comes from my day-to-day work with code, projects I build. I'm learning in public and sharing the journey as it…...
No more coding, just deleting
50+ min ago (80+ words) The Silent Plague of the AI Coding Era We're drowning in technical debt, and AI is the quiet culprit. Every "good enough" snippet, every generated function we barely understand, is compounding interest we can't afford. We're building systems we don't…...
Understanding OSINT: A Comprehensive Guide to Open Source Intelligence in Modern Security
58+ min ago (168+ words) The Erosion of Information Control Traditional information control mechanisms relied on limiting access and managing release timing. This model has become increasingly untenable in an era of ubiquitous documentation and instantaneous global communication. The result is a fundamental power shift....
Claude Code Best Practices: 15 Tips from Running 6 Projects (2026)
5+ hour, 25+ min ago (995+ words) I've been running 6 production projects with Claude Code for the past year. Not toy projects " real SaaS products with users, payments, and deployments. These 15 practices are the ones that survived. I tried dozens more that didn't make the cut. Some…...
Evidence Briefing – Monólito vs Microsserviços
5+ hour, 34+ min ago (1248+ words) Diante desse contexto, este trabalho tem como objetivo analisar e sintetizar evid'ncias existentes sobre arquiteturas monol'ticas e de microsservi'os, buscando responder "s seguintes quest'es: Em seguida, foi conduzida uma busca automatizada no IEEE, utilizando uma string de busca definida a…...
Stop miscalculating age in JavaScript: leap years, Feb 29, and the Jan 31 trap
8+ hour, 52+ min ago (364+ words) Most age calculators are wrong for at least one of these reasons: they do nowYear - dobYear and forget to check if the birthday already happened they treat all months like the same length they explode on Feb 29 birthdays they hit…...
Stop Guessing Your Health: Build a Unified Quantified Self Dashboard with Streamlit and ECharts
9+ hour, 10+ min ago (339+ words) Are you tired of jumping between five different apps just to see how your sleep affected your glucose levels? Welcome to the world of Quantified Self. In this era of wearable overload, the real challenge isn't collecting data'it's data engineering…...
Lancei um app que transforma mensagens de amor em experiências emocionais (e aprendi muito com isso)
9+ hour, 22+ min ago (264+ words) Quero compartilhar um projeto que coloquei no ar recentemente e os aprendizados t'cnicos e de produto que vieram junto. A ideia nasceu de algo simples: " mensagens importantes (amor, pedidos de desculpa, anivers'rio) merecem mais do que um texto no WhatsApp....
Verdict — When Policies Collide
9+ hour, 51+ min ago (456+ words) Most support tools search for a policy and hand it to an agent. But real support tickets don't map to a single policy " they sit at the intersection of multiple, often contradictory ones. A customer's treadmill motor dies at 6 weeks....
How to Actually Use Buildmate (The Practical Guide)
9+ hour, 59+ min ago (957+ words) because "just read the docs" isn't helpful and we both know it Yeah I get it. Docs are great and all but sometimes you just want someone to show you how they actually use the thing. So thats what this…...