JP Sio Web Developers public
[search 0]
×
Best JP Sio Web Developers podcasts we could find (updated June 2020)
Best JP Sio Web Developers podcasts we could find
Updated June 2020
Join millions of Player FM users today to get news and insights whenever you like, even when you're offline. Podcast smarter with the free podcast app that refuses to compromise. Let's play!
Join the world's best podcast app to manage your favorite shows online and play them offline on our Android and iOS apps. It's free and easy!
More
show episodes
 
A weekly podcast about development and design through the lens of amazing books, chapter-by-chapter. We do our best to be code-agnostic but we talk a lot about Rails, JavaScript, React, React Native, design, business and startups.
 
Loading …
show series
 
Welcome to Iteration, a weekly podcast about programming, development, and design. First, some fun questions: 👍or 👎 on writing CSS? What do you love about CSS, what do you hate? To this day, what are some of the things you don't understand? JP: CSS Grid, Floats (kind of. I always forget what the clearfix thing is for) Frameworks WTF ?— Here is a se…
 
Welcome to Iteration, a weekly podcast about programming, development, and design. John: Hi I'm John a software engineer at a tech start up — Joined by JP JP: I'm JP, I'm a software engineer at a tech start up Today we're going to be talking about something that's frequently discussed on the Twitters-phere: Remote work. Take me through your day (da…
 
A weekly podcast about programming, development, and design. I'm John, I run a design and development firm that builds apps and websites. I'm joined by JP: Hi, I'm a software engineer at a real estate tech start up Catch up / What's today's episode about? This week Best and Worst Apps Design and development patterns we love and hate. JP: Gripe 1: 👎…
 
A weekly podcast about programming, development, and design. My name is John Jacob, I am a developer and designer. I am joined by my co-host JP Conversation — When Tech Meets Business Who is Jon? Tell us a bit about your educational background and how you eventually landed at Opendoor Jon, Briefly tell us why you're interested in Real Estate potent…
 
Planning: Managing Scope This episode jumps off Chapter 12 of Extreme programing by Kent Beck. Planning is an exercise in listening, speaking, and aligning goals for a specific time period. It is valuable input for each team member. Without planning, we are individuals with haphazard connections and effectiveness. We are a team when we plan and wor…
 
Season 7 Epsiode 2 A weekly podcast about programming, development, and design through the lens of amazing books, chapter-by-chapter 5 Essential Values in Extreme Programing Extreme Programing By Kent Beck - Chapters 2,3 and 4 Chapter 2 - Learning to Drive frequent, small corrections don't wait to find out if you are going in the wrong direction Ch…
 
Iteration Season 06E09 - Release July 22nd 2019 A weekly podcast about programming, development, and design through the lens of amazing books, chapter-by-chapter. Roundtable: Getting a Job in Tech Between books - Discussion about career development in tech Guest: John Rivera - Link? John S to lead discussion - Where do you work now? What do you do?…
 
Chapter 4 - Building Tests To do refactoring properly, I need a solid suite of tests to spot my inevitable mistakes. The Value of Self-Testing Code make sure all tests are fully automatic and that they check their own results a suite of tests is a powerful bug detector that decapitates the time it takes to find bugs If you want to refactor, you hav…
 
Episode 6 - More Code Examples Drawing from Chapter 7 - Encapsulation A weekly podcast about programming, development, and design through the lens of amazing books, chapter-by-chapter. Encapsulate Record (162) var organization = { name: "JP Sio", country: "USA" }; becomes ⬇️ class Organization { constructor(data) { this._name = data.name; this._cou…
 
S06E04 - Iteration A weekly podcast about development and design through the lens of amazing books, chapter-by-chapter Refactors Before - Extract Function Change Function Decleration Replace Temp with query Replace conditional with polymorphism Refactoring in Practice Introduce Parameter Object - 140 Structure your parameters This way order doesn’t…
 
S06E01 - DO IT LIVE! This week is a more casual episode where we talk about recent struggles findings and some of our favorite parts of our most recent book. Practical Object-Oriented Programming in Ruby We'll be back episode covering a new book - Refactoring by Martin Fowler A weekly podcast about programming, development, and design through the l…
 
Chapter 4: Creating Flexible Interfaces At an object-oriented level, applications are made up of classes but defined by messages The design is concerned with messages that pass between objects This conversation between objects takes places using interfaces Defining Interfaces Imagine a restaurant kitchen. Customers order food off a menu. The menu i…
 
A weekly podcast about development and design through the lens of amazing books, chapter-by-chapter. Pivot a bit: Less agnostic, more useful to just lean into the technologies we use every day for a while. We’ll do our best to keep the information generally useful to all software developers. Moving forward this is a Web Development Podcast covering…
 
Alternatives to Exceptions Multiple return values in failures can be helpful - Represent a process as an object “Download Provisionment” - This is a really interesting idea…. “MessageSend.new” - would actually handle a lot of the issues in the SMS interface concept we’ve been talking through. “It’s tempting to raise an exception every time you get …
 
Building to Last Welcome to Iteration: A weekly podcast about programming, development, and design through the lens of amazing books, chapter-by-chapter On following fashions What are short-lived trends? What will stand the test of time? How to approach hot new techniques: Ask yourself: Does the code feel easier to read and change after refactoring…
 
Chapter 8 - Pragmatic Projects Season 2 - Episode 14 - Chapter 8 Part 2 John: Welcome to Iteration: A weekly podcast about programming, development, and design through the lens of amazing books, chapter-by-chapter. JP: This is part 2 of Chapter 8 - THE FINAL CHAPTER! 65 - Test state coverage, not code coverage Identify and test significant program …
 
Loading …
Google login Twitter login Classic login