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:

 Design Patterns Part 4 – Adapter, Facade, and Memento | File Type: audio/mpeg | Duration: 1:14:12

Part 4 of our design patterns series, this time up it's Adapters, Facades, and Mementos. Oh, and which tech luminary would make the best head of state! See these notes on the web: http://www.codingblocks.net/episode30

 30. Design Patterns Part 4 – Adapter, Facade, and Memento | File Type: audio/mpeg | Duration: 1:14:12

Part 4 of our design patterns series, this time up it's Adapters, Facades, and Mementos. Oh, and which tech luminary would make the best head of state! See these notes on the web: https://www.codingblocks.net/episode30

 Hierarchical Data cont’d – Path Enumeration and Closure Tables | File Type: audio/mpeg | Duration: 1:09:19

It's that time again. This week we answer a question, Allen registers for school, Joe reads some numbers, Michael breaks out the survey results, and Joe cringes at the thought of bidets. It's time for episode 29! And we thought, what better to talk about than to continue our discussion on hierarchical data solutions. See the full shownotes here: http://www.codingblocks.net/episode29

 29. Hierarchical Data cont’d – Path Enumeration and Closure Tables | File Type: audio/mpeg | Duration: 1:09:19

It's that time again. This week we answer a question, Allen registers for school, Joe reads some numbers, Michael breaks out the survey results, and Joe cringes at the thought of bidets. It's time for episode 29! And we thought, what better to talk about than to continue our discussion on hierarchical data solutions. See the full shownotes here: https://www.codingblocks.net/episode29

 Hierarchical Data – Adjacency Lists and Nested Set Models | File Type: audio/mpeg | Duration: 1:38:03

So, how DO you persist hierarchical Data? We discuss two common solutions to this age-old problem: Adjacency Lists and Nested Set Models. Also, Build Atlanta, technical problems, multi-monitor vs ultra-wide, and utilizing gaming mice to up your game. See the full shownotes here: http://www.codingblocks.net/episode28

 28. Hierarchical Data – Adjacency Lists and Nested Set Models | File Type: audio/mpeg | Duration: 1:38:03

So, how DO you persist hierarchical Data? We discuss two common solutions to this age-old problem: Adjacency Lists and Nested Set Models. Also, Build Atlanta, technical problems, multi-monitor vs ultra-wide, and utilizing gaming mice to up your game. See the full shownotes here: https://www.codingblocks.net/episode28

 27. Your Questions Our Answers SYN-ACK with Packet Loss | File Type: audio/mpeg | Duration: 1:34:44

In this, Episode 27 of the Coding Blocks Podcast, we are answering several questions / comments from our listeners regarding: more frequent episodes, naming of classes / assemblies, Test Driven Development, the differences between MVC and MVVM and a number of other side conversations such as aliasing tables in SQL. See the full shownotes here: https://www.codingblocks.net/episode27

 Your Questions Our Answers SYN-ACK with Packet Loss | File Type: audio/mpeg | Duration: 1:34:44

In this, Episode 27 of the Coding Blocks Podcast, we are answering several questions / comments from our listeners regarding: more frequent episodes, naming of classes / assemblies, Test Driven Development, the differences between MVC and MVVM and a number of other side conversations such as aliasing tables in SQL. See the full shownotes here: http://www.codingblocks.net/episode27

 26. Algorithms, Puzzles and the Technical Interview | File Type: audio/mpeg | Duration: 1:26:21

In this episode we discuss algorithms, puzzles and the best way to ensure you're prepared for an interview programming problem. It's not uncommon for interviewers to have software developers write code on a board during an interview process, especially with one of the larger tech companies out there. So in this podcast we discuss a number of resources to help you hone your problem solving skills and some step by step approaches that can be used to improve your ability to perform under pressure! See the full shownotes here: https://www.codingblocks.net/episode26

 Algorithms, Puzzles and the Technical Interview | File Type: audio/mpeg | Duration: 1:26:21

In this episode we discuss algorithms, puzzles and the best way to ensure you're prepared for an interview programming problem. It's not uncommon for interviewers to have software developers write code on a board during an interview process, especially with one of the larger tech companies out there. So in this podcast we discuss a number of resources to help you hone your problem solving skills and some step by step approaches that can be used to improve your ability to perform under pressure! See the full shownotes here: http://www.codingblocks.net/episode26

 25. ASP.NET 5 – It’s Basically Java | File Type: audio/mpeg | Duration: 1:33:51

This week we give away Joe's stuff, we break up with IE8 like a big boy, Joe and Allen get excited about readme files, and we argue about which is worse: bad code or bad architecture. That and more in this week's episode where we explore the new bits in ASP.NET 5. See the full shownotes here: https://www.codingblocks.net/episode25

 ASP.NET 5 – It’s Basically Java | File Type: audio/mpeg | Duration: 1:33:51

This week we give away Joe's stuff, we break up with IE8 like a big boy, Joe and Allen get excited about readme files, and we argue about which is worse: bad code or bad architecture. That and more in this week's episode where we explore the new bits in ASP.NET 5. See the full shownotes here: http://www.codingblocks.net/episode25

 Delegate all the things! | File Type: audio/mpeg | Duration: 1:28:32

This week we tackle one of life's great questions, does Jack Bauer give high fives? Also, we go over everything you need to know about delegates, events, callbacks and closures in .NET. Big thanks to @kappelcodesalot for being the inspiration for this episode! See the full shownotes here: http://www.codingblocks.net/episode24

 24. Delegate all the things! | File Type: audio/mpeg | Duration: 1:28:32

This week we tackle one of life's great questions, does Jack Bauer give high fives? Also, we go over everything you need to know about delegates, events, callbacks and closures in .NET. Big thanks to @kappelcodesalot for being the inspiration for this episode! See the full shownotes here: https://www.codingblocks.net/episode24

 Back to Basics – Encapsulation for Object Oriented Programming | File Type: audio/mpeg | Duration: 1:07:22

It's time to get back to basics. It's easy as a software developer to be working on the latest and greatest frameworks, using the best methodologies, trying out new things. Sometimes it's a good idea to get a refresher on the very basic fundamentals. In this episode we go over the access modifiers that are common in C# and Java as well as ways to emulate these types of behaviors in Javascript. And let's be honest - encapsulation is only effective if you're providing programmers that come after you with a roadmap of how things should work. For that reason we also discuss Command Query Separation and some other ideas and practices that are a part of good programming practices. See the full shownotes here: http://www.codingblocks.net/episode23

Comments

Login or signup comment.