

iteration
John Jacob & JP Sio - Web Developers
A podcast about development and design.
We do our best to be code-agnostic but we talk a lot about Rails, JavaScript, React, React Native, design, business and startups.
We do our best to be code-agnostic but we talk a lot about Rails, JavaScript, React, React Native, design, business and startups.
Episodes
Mentioned books

Jun 22, 2018 • 44min
Time and Simplicity
The podcast discusses tips for designing software, such as using service objects for concurrency, separating views from models, and coordinating workflow with blackboards. They emphasize the importance of well-defined interfaces, clean interfaces for debugging, and central repositories for data. The speakers also explore Elixir programming concepts and prototyping tools.

Jun 15, 2018 • 40min
Bend or Break
In this podcast, the hosts discuss the importance of writing flexible code for software engineers. They cover topics like minimizing coupling between modules, configuring technology choices, and improving error handling for mobile apps. Tips include organizing code into modules, limiting interactions between them, and abstracting code details into metadata. The conversation also touches on enhancing concurrency and using services like App Signal for error tracking.

Jun 8, 2018 • 33min
Pragmatic Paranoia
The podcast delves into the idea of writing perfect software being impossible, using a 'defensive driving' analogy. Emphasizes the importance of designing with contracts to ensure code reliability and correctness. Discusses the concept of 'correct' programs and the significance of documenting and verifying code functionality. Explores the advantages of using contracts over traditional testing methods for improved code quality and reliability.

Jun 1, 2018 • 43min
Prove It.
The podcast discusses the differences between stubs/doubles and mocks in testing, emphasizing the importance of proving assumptions wrong. They share a debugging checklist and the value of text manipulation languages for automation. The hosts talk about utilizing Ruby for quick scripts and experimenting with self-creating API docs.

May 25, 2018 • 39min
...a poor craftsman blames his tools
The podcast discusses the importance of using plain text for knowledge storage, mastering command shells for efficient tasks, preferring a single editor like VIM over IDEs, emphasizing the use of source code control, and focusing on solutions rather than blame when debugging. Additional topics include book recommendations, tech gear guides, and refurbished Mac tips.

May 18, 2018 • 39min
I'll get back to you...
The podcast discusses the importance of prototyping, focusing on prototype vs tracer bullet. They emphasize on programming close to the problem domain and estimating to avoid surprises. It also mentions iterating the schedule with code and the significance of clear communication. The hosts share their picks of productivity tools like Todoist and TextExpander.

May 11, 2018 • 30min
Tracer bullets
The podcast discusses the importance of avoiding code duplication through tips on not repeating oneself and making it easy to reuse code. It emphasizes orthogonality in software development for independence, touches on flexibility in decision-making, and highlights effective communication using 'tracer bullets' to validate features.

May 4, 2018 • 1h 6min
NEW BOOK - The Pragmatic Programmer
Co-authors Andy Hunt and Dave Thomas discuss their book 'The Pragmatic Programmer' emphasizing the craft of programming, being a jack of all trades, and continuous improvement. They highlight the mindset of a pragmatic programmer, offering tips like caring about your craft and thinking consciously about your work. The podcast explores strategies for investing in your knowledge portfolio, staying relevant as a programmer, and the importance of effective communication in software development projects.