Home
Categories
EXPLORE
True Crime
Comedy
Business
Society & Culture
History
Sports
Health & Fitness
About Us
Contact Us
Copyright
© 2024 PodJoint
00:00 / 00:00
Sign in

or

Don't have an account?
Sign up
Forgot password
https://is1-ssl.mzstatic.com/image/thumb/Podcasts113/v4/a1/ec/19/a1ec1907-8c4b-c43b-38d8-ae62eb0ee7bd/mza_2396859005201325921.jpg/600x600bb.jpg
The Loosely Coupled Show
James Hickey
28 episodes
4 days ago
The Loosely Coupled Show is where James Hickey and Derek Comartin share their strongly held opinions about topics relating to software architecture and design: HTTP REST design, asynchronous messaging patterns, distributed systems, microservices, SOA, Domain-driven design, etc. From time-to-time, we chat with industry experts who have specific specializations within the field of software development & design.
Show more...
Technology
RSS
All content for The Loosely Coupled Show is the property of James Hickey and is served directly from their servers with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
The Loosely Coupled Show is where James Hickey and Derek Comartin share their strongly held opinions about topics relating to software architecture and design: HTTP REST design, asynchronous messaging patterns, distributed systems, microservices, SOA, Domain-driven design, etc. From time-to-time, we chat with industry experts who have specific specializations within the field of software development & design.
Show more...
Technology
Episodes (20/28)
The Loosely Coupled Show
Domains & Experience Reports

James and Derek discuss various domains and projects that they have worked on in their careers.


#softwarearchitecture #softwaredevelopers #softwarepodcast

Show more...
4 years ago
43 minutes 52 seconds

The Loosely Coupled Show
AsyncAPI with Fran Méndez

We chatted with AsyncAPI founder Fran Méndez about what AsyncAPI is, where it came from, and its new partnership with Postman.


Fran Méndez

https://twitter.com/fmvilas

https://www.asyncapi.com

https://asyncapi.com/slack-invite


James Hickey

https://twitter.com/jamesmh_dev

https://www.jamesmichaelhickey.com/


Derek Comartin

https://twitter.com/codeopinion

https://codeopinion.com

Show more...
4 years ago
47 minutes 12 seconds

The Loosely Coupled Show
Caching Pro-Tip: DON'T. Caching is difficult.

James Hickey

https://twitter.com/jamesmh_dev

https://www.jamesmichaelhickey.com/


Derek Comartin

https://twitter.com/codeopinion

https://codeopinion.com

Show more...
4 years ago
29 minutes 58 seconds

The Loosely Coupled Show
Microservices: Consistency or Availability?

We talk a bit about CAP Theorem in regards to Microservices.  When partitions occur, do systems lean towards Consistency or Availability? With autonomy, should you even care?


James Hickey

https://twitter.com/jamesmh_dev

https://www.jamesmichaelhickey.com/


Derek Comartin

https://twitter.com/codeopinion

https://codeopinion.com

Show more...
4 years ago
15 minutes 7 seconds

The Loosely Coupled Show
Organizing Code by Features

James Hickey

https://twitter.com/jamesmh_dev

https://www.jamesmichaelhickey.com/


Derek Comartin

https://twitter.com/codeopinion

https://codeopinion.com

Show more...
4 years ago
18 minutes 50 seconds

The Loosely Coupled Show
Should I Learn a Functional Programing Language (F#)?

James Hickey

https://twitter.com/jamesmh_dev

https://www.jamesmichaelhickey.com/


Derek Comartin

https://twitter.com/codeopinion

https://codeopinion.com

Show more...
5 years ago
16 minutes 43 seconds

The Loosely Coupled Show
Event Modeling with Adam Dymitruk

Event Modeling is a method of describing systems using an example of how information has changed within them over time. Specifically this omits transient details and looks at what is durably stored and what the user sees at any particular point in time. These are the events on the timeline that form the description of the system.


Adam Dymitruk

https://twitter.com/adymitruk

https://www.adaptechgroup.com/

https://eventmodeling.org/


James Hickey

https://twitter.com/jamesmh_dev

https://www.jamesmichaelhickey.com/


Derek Comartin

https://twitter.com/codeopinion

https://codeopinion.com

Show more...
5 years ago
41 minutes 35 seconds

The Loosely Coupled Show
Events Everywhere! Different Type of Events in a Distributed System

Just saying "event" doesn't mean much without context.  There's so many meanings and how you can use events in a distributed system.  Domain Events, Integration Events, Event Sourcing, Thin Events, Fat Events, Event Carried State Transfer.... the list goes on.


James Hickey

https://twitter.com/jamesmh_dev

https://www.jamesmichaelhickey.com/


Derek Comartin

https://twitter.com/codeopinion

https://codeopinion.com


Show more...
5 years ago
21 minutes 1 second

The Loosely Coupled Show
Blazor: Our first impressions with Andrew Lock

Are you on the Blazor train? Some of us are hesitant with scars from the past, even though they might not be warranted.


Andrew Lock

https://andrewlock.net

https://twitter.com/andrewlocknet


James Hickey

https://twitter.com/jamesmh_dev

https://www.jamesmichaelhickey.com/


Derek Comartin

https://twitter.com/codeopinion

https://codeopinion.com

Show more...
5 years ago
17 minutes 18 seconds

The Loosely Coupled Show
RabbitMQ & Kafka with Andrew Lock

Andrew Lock talks about his experience with both RabbitMQ to Kafka.  The challenges with RabbitMQ and how they were solved by moving to Kafka.


Andrew Lock

https://andrewlock.net

https://twitter.com/andrewlocknet


James Hickey

https://twitter.com/jamesmh_dev

https://www.jamesmichaelhickey.com/


Derek Comartin

https://twitter.com/codeopinion

https://codeopinion.com

Show more...
5 years ago
14 minutes 58 seconds

The Loosely Coupled Show
Testing Controllers, Messages & Systems with Andrew Lock

Andrew Lock joins us to talk about testing.  We started out by talking about should you test API/MVC controllers?  The discussion then turned into testing for messaging, databases, and much more.


Should you unit-test API/MVC controllers in ASP.NET Core?

https://andrewlock.net/should-you-unit-test-controllers-in-aspnetcore/


Andrew Lock

https://andrewlock.net

https://twitter.com/andrewlocknet


James Hickey

https://twitter.com/jamesmh_dev

https://www.jamesmichaelhickey.com/


Derek Comartin

https://twitter.com/codeopinion

https://codeopinion.com


Show more...
5 years ago
34 minutes 48 seconds

The Loosely Coupled Show
Fallacy of Distributed Computing: Latency is Zero

Udi Dahan posted (per usual) a great graphic that points out latency scaled to how we comprehend it.  We add synchronous network calls to database, caches and other services without thinking of the latency it will add.


https://twitter.com/UdiDahan/status/1303694890992390144


🔔 Subscribe: https://www.youtube.com/channel/UCNX9EQV4aEfa6fa9o6qcdEQ?sub_confirmation=1


James Hickey

https://twitter.com/jamesmh_dev

https://www.jamesmichaelhickey.com/


Derek Comartin

https://twitter.com/codeopinion

https://codeopinion.com

Show more...
5 years ago
24 minutes 27 seconds

The Loosely Coupled Show
Loosely Coupled Monolith

Monoliths don't need to be a big ball of mud. Microservices don't need to be a distributed ball of mud.  James and Derek talk about striking a balance and how using strictly defined boundaries and asynchronous messaging can go a long way.


James Hickey

https://twitter.com/jamesmh_dev

https://www.jamesmichaelhickey.com/


Derek Comartin

https://twitter.com/codeopinion

https://codeopinion.com

Show more...
5 years ago
20 minutes 22 seconds

The Loosely Coupled Show
State of Community & OSS in .NET

James and Derek discuss the .NET Community and the state of OSS including the .NET Foundation.  

What do they do again?

Show more...
5 years ago
21 minutes 44 seconds

The Loosely Coupled Show
Are there more experienced developers in older technologies?

Are there more junior developers using Node.js? Are .NET/Java Developers just old and writing boring line of business apps?

Show more...
5 years ago
14 minutes 47 seconds

The Loosely Coupled Show
Thoughts About Uber's "DOMA" Architecture

Uber Engineering released a blog post of their current architecture named "Domain-Oriented Microservices (which was removed, then re-posted).  There was quite the buzz on Twitter about it.  Here are our strong opinions about what they are doing in comparison to Domain Driven Design and SOA.

The day we recorded the article "Introducing Domain-Oriented Microservice Architecture" by Uber Engineering Blog was unavailable. It seems to be available again:

https://eng.uber.com/microservice-architecture/


Hosted By:

James Hickey

https://twitter.com/jamesmh_dev

https://www.jamesmichaelhickey.com/


Derek Comartin

https://twitter.com/codeopinion

https://codeopinion.com

Show more...
5 years ago
20 minutes 52 seconds

The Loosely Coupled Show
When should you use CQRS?

What is CQRS? Is it all about complex asynchronous processing or is it simpler than that? When should you consider using CQRS anyways? Are there different ways to achieve the benefits that CQRS offers?  

Derek and James offer their strongly held yet loosely coupled opinions on these issues and more! 

James Hickey:
- https://twitter.com/jamesmh_dev
- https://www.jamesmichaelhickey.com/ 

Derek Comartin
- https://twitter.com/codeopinion
- https://codeopinion.com

Show more...
5 years ago
23 minutes 3 seconds

The Loosely Coupled Show
Limiting Packages And Dependencies In Software Projects

What's the state of third-party packages in the software development industry today? How do third-party packages affect security, maintainability & ownership?


James and Derek share their ideas on these issues and more!


James Hickey:

https://twitter.com/jamesmh_dev

https://www.jamesmichaelhickey.com/


Derek Comartin:

https://twitter.com/codeopinion

https://codeopinion.com

Show more...
5 years ago
14 minutes 55 seconds

The Loosely Coupled Show
Software Specifications

Derek and James discuss their own experience in dealing with specifications. They then move on to chatting about what makes for a good specification, who is responsible, etc.


James Hickey:

https://twitter.com/jamesmh_dev

https://www.jamesmichaelhickey.com/


Derek Comartin:

https://twitter.com/codeopinion

https://codeopinion.com

Show more...
5 years ago
20 minutes 3 seconds

The Loosely Coupled Show
Code Reviews

Derek and James talk about their experiences with code reviews. What's been difficult, what's work well and what are the main benefits to code review... and... what are they NOT good for?


James Hickey:

https://twitter.com/jamesmh_dev 

https://www.jamesmichaelhickey.com/  


Derek Comartin:

https://twitter.com/codeopinion 

https://codeopinion.com

Show more...
5 years ago
12 minutes 40 seconds

The Loosely Coupled Show
The Loosely Coupled Show is where James Hickey and Derek Comartin share their strongly held opinions about topics relating to software architecture and design: HTTP REST design, asynchronous messaging patterns, distributed systems, microservices, SOA, Domain-driven design, etc. From time-to-time, we chat with industry experts who have specific specializations within the field of software development & design.