Coding Blocks show

Coding Blocks

Summary: Pragmatic talk about software design best practices: design patterns, software architecture, coding for performance, object oriented programming, database design and implementation, tips, tricks and a whole lot more. You'll be exposed to broad areas of information as well as deep dives into the guts of a programming language. Most topics discussed are relevant in any number of Object Oriented programming languages such as C#, Java, Ruby, PHP, etc.. All three of us are full stack web and database / software engineers so we discuss Javascript, HTML, SQL and a full spectrum of technologies and are open to any suggestions anyone might have for a topic. So please join us, subscribe, and invite your computer programming friends to come along for the ride.

Join Now to Subscribe to this Podcast
  • Visit Website
  • RSS
  • Artist: Allen Underwood, Michael Outlaw, Joe Zack
  • Copyright: CodingBlocks.NET ©2019

Podcasts:

 Clean Code – Integrating with Third Party Libraries the Right Way | File Type: audio/mpeg | Duration: 1:18:07

In this episode we talk about how to insulate your application at it's boundaries? What in the world does that even mean?! We're not talking about those boundaries where others aren't allowed to touch your keyboard (although that's a real thing). No, we're talking about making sure you make your code easier to maintain over time by coding to interfaces or wrappers for third party libraries or external APIs. Come join us on another deep dive into Clean Code, and our (polluted) thoughts on the topic.

 52. Clean Code – Error Handling | File Type: audio/mpeg | Duration: 1:25:48

This week, we continue our Clean Code discussion as we dive into the joys and pains of error handing.

 Clean Code – Error Handling | File Type: audio/mpeg | Duration: 1:25:48

This week, we continue our Clean Code discussion as we dive into the joys and pains of error handing.

 Clean Code – Objects vs Data Structures | File Type: audio/mpeg | Duration: Unknown

This week we're drawing a line in the sand between objects and data structures. Who will win? Take a listen and decide for yourself! For the full show notes visit: http://www.codingblocks.net/episode51

 51. Clean Code – Objects vs Data Structures | File Type: audio/mpeg | Duration: Unknown

This week we're drawing a line in the sand between objects and data structures. Who will win? Take a listen and decide for yourself! For the full show notes visit: https://www.codingblocks.net/episode51

 Clean Code – Formatting Matters | File Type: audio/mpeg | Duration: 2:18:34

Ever judged a book by its cover? Of course you have. Ever passed judgement on some code simply because it didn't look pretty? There's more to writing code than having it functional and in this episode we dive into the reasons code formatting actually matters. There are more reasons than you probably realize to format your code nicely and in particular ways. Join us to hear our takes (and debates) on the right way to format your code.

 50. Clean Code – Formatting Matters | File Type: audio/mpeg | Duration: 2:18:34

Ever judged a book by its cover? Of course you have. Ever passed judgement on some code simply because it didn't look pretty? There's more to writing code than having it functional and in this episode we dive into the reasons code formatting actually matters. There are more reasons than you probably realize to format your code nicely and in particular ways. Join us to hear our takes (and debates) on the right way to format your code.

 Clean Code – Comments Are Lies | File Type: audio/mpeg | Duration: 2:19:16

This week, Michael fails geography, Allen introduces us to Croom, and Joe has to potty as we head into our third installment of the Clean Code series. The original version of the show notes can be found at: http://www.codingblocks.net/episode49

 49. Clean Code – Comments Are Lies | File Type: audio/mpeg | Duration: 2:19:16

This week, Michael fails geography, Allen introduces us to Croom, and Joe has to potty as we head into our third installment of the Clean Code series. The original version of the show notes can be found at: https://www.codingblocks.net/episode49

 Clean Code – How to Write Amazing Functions | File Type: audio/mpeg | Duration: Unknown

We continue talking our way through Clean Code, taking a deep look at the building blocks of programming in the quest to write the best functions. Oh, and everybody sings. The original version of the show notes can be found at: http://www.codingblocks.net/episode48

 48. Clean Code – How to Write Amazing Functions | File Type: audio/mpeg | Duration: Unknown

We continue talking our way through Clean Code, taking a deep look at the building blocks of programming in the quest to write the best functions. Oh, and everybody sings. The original version of the show notes can be found at: https://www.codingblocks.net/episode48

 Clean Code – Writing Meaningful Names | File Type: audio/mpeg | Duration: 1:51:36

In this episode, we take our first dive into the book Clean Code by Robert Martin and specifically we talk about writing meaningful names for all things code related. You'll be amazed at how following some decent rules that you can start naming things that will help you and fellow coders understand your code at a glance.

 47. Clean Code – Writing Meaningful Names | File Type: audio/mpeg | Duration: 1:51:36

In this episode, we take our first dive into the book Clean Code by Robert Martin and specifically we talk about writing meaningful names for all things code related. You'll be amazed at how following some decent rules that you can start naming things that will help you and fellow coders understand your code at a glance.

 Caching in the Application Framework | File Type: audio/mpeg | Duration: Unknown

Storing smaller subsets of data in a faster, closer memory can make astronomical differences in performance. This episode we're talking about the caching tools and techniques that application frameworks provide. The original version of the shownotes can be found at: http://www.codingblocks.net/episode46

 46. Caching in the Application Framework | File Type: audio/mpeg | Duration: Unknown

Storing smaller subsets of data in a faster, closer memory can make astronomical differences in performance. This episode we're talking about the caching tools and techniques that application frameworks provide. The original version of the shownotes can be found at: https://www.codingblocks.net/episode46

Comments

Login or signup comment.