

It dependencies (Friends)
Nov 17, 2023
In this discussion, Justin Searls, a veteran software developer known for his sharp insights into development practices, joins Jerod to tackle pivotal topics in tech. They dive into the build vs. buy debate, weighing the merits of selecting the right software tools. Justin also shares his experiences managing software dependencies and the importance of context in making decisions. Additionally, they explore the evolving landscape of online presence, emphasizing genuine connections over superficial social media interactions. A thought-provoking conversation awaits!
AI Snips
Chapters
Transcript
Episode notes
Build vs. Buy
- Consider the "build versus buy" decision when deciding whether to create a software component yourself or use an existing dependency.
- Factor in the total cost of ownership, including maintenance and potential integration issues.
Shifting Towards Self-Reliance
- Developers often shift from relying on dependencies to building their own solutions as they gain experience.
- Early career developers rely on dependencies due to limited experience and immature ecosystems, while experienced developers find it easier to roll their own as they gain more skill.
Authentication Example
- Jerod Santo and Justin Searls discuss authentication, a common example of the build vs. buy decision.
- Justin prefers rolling his own authentication, finding popular solutions like Devise overly complex for his needs and preferring simpler methods.