Browsing Tag
beginners
1728 posts
79. The Attention Mechanism: Focus on Important Parts
The word “it” in this sentence: “The animal didn’t cross the street because it was too tired.” What…
I Built a Tool That Writes Its Own Infrastructure
A complete beginner-friendly walkthrough of building SwiftDeploy: a CLI tool that generates Nginx configs, manages Docker containers, enforces…
I Finally Understand Why Mobile Tests Keep Breaking — Thanks to This Article by Jay Saadana
I’ve always wondered why mobile test automation feels so fragile. You change one small thing in the UI…
nylas init — Guided setup wizard for first-time Nylas CLI users
First time with the Nylas CLI? nylas init is where everything starts. The nylas init command walks you…
Week 1: Hassles & Tackling Problems
Introduction Hello, I almost forgot I had to post on the 30th. I probably would have forgotten if…
Kiro Specs: Deja de Improvisar y Empieza a Planificar Features con IA
Si alguna vez arrancaste a codear una feature “porque ya sabes lo que hay que hacer” y terminaste…
Learn Kubernetes the Manga Way
Do you want to learn Kubernetes in a fun way? I wrote a manga (comic book) about Kubernetes…
Bringing Java Closer to Education: A Community-Driven Initiative
Story Horse? Java has long been one of the most powerful, stable, and widely-used programming languages in the…
SQLite Is All You Need (Until It Isn’t) — A Practical Guide
I run 4 production SaaS products on SQLite. Not PostgreSQL. Not MySQL. SQLite. Before you close this tab…
SQL Subquery and CTEs( Common Table Expressions)
What is a subquery? Subquery is a query nested inside another query statement. It allows the query to…