

Revenge of the junior developer (News)
37 snips Mar 24, 2025
Explore the future of coding with insights on agentic coding that could reshape how junior developers work. Discover essential PostgreSQL patterns that can transform your development process. Delve into Verification-First Development and its potential benefits. Hear about the struggles faced with GitHub Actions and how new tools like CASCII can enhance visual communication in coding. This discussion is packed with valuable tips and innovative solutions for navigating the tech landscape.
AI Snips
Chapters
Transcript
Episode notes
Agentic Coding's Rise
- Steve Yegge predicts "agentic coding" will surpass "vibe coding" by Q3 2025, revolutionizing software development.
- This shift, driven by coding agents, will enhance coding efficiency but increase costs significantly.
Postgres Best Practices
- Ethan McCue recommends several Postgres patterns for improved developer experience.
- These include UUID primary keys, created_at/updated_at fields, schemas, enum tables, and more.
TFD vs. TDD
- Hillel Wayne distinguishes Test-First Development (TFD) from Test-Driven Development (TDD).
- TFD is simply writing tests before code, while TDD is a broader paradigm encompassing TFD and other practices.