AI TIP: Plan Mode into PRD/ERD as Session Handoffs
Plan Heavy with Claude: Plan Mode, DDD, and PRD/ERD as Session Handoffs If you've used Claude Code on anything bigger than a weekend project, you've hit this wall: you're three…
AI TIP: Running Two Claude Code Accounts
Running Two Claude Code Accounts on the Same Machine If you have two Anthropic accounts, say, a personal one and a work one, you've probably hit the same wall I…
Reprogramming My Career – Engineer to Engineer
Trainee Program Hey everyone! 👋 Today I'm not here to talk about the usual topics, such as tests or SQL (Yes, I know part 2 is in progress for both…
RSpec: Basic concepts
Testing with RSpec: Part I - Basic concepts Introduction Hello, fellow reader! Let's explore the fundamental concepts for the Ruby gem RSpec together. We'll cover its basic structure, progressing from…
SQL 101 – The Basics
Introduction First things first, a little bit of history for us to understand what is SQL. Structured Query Language (SQL) is a domain-specific language used in programming and developed in…