Develpreneur Blog • Latest
Latest Posts
Fresh thinking, practical patterns, and lessons that compound — built for developers who want to ship, lead, and build momentum.
We have run a weekly gathering for the last few years that is called our mentor and mastermind group. This is a resource we rarely push. However, it is an invaluable tool for anyone…
Develpreneur – A Better Philosophy
It never hurts to start the year with a review of why we are here. As the years go by, we get deeper into the details of becoming a better developer. This better philosophy…
The Source Code Of Happiness – A Develpreneur Book
This episode covers the new book “The Source Code Of Happiness” that is our first Develpreneur published work. It contains a lot of ideas that we have discussed in blog posts over the years.…
Software Design – The Observer Pattern and Series Wrap-Up
We wrap up the season with the observer pattern and a review of what we have learned. This pattern is one that you probably have already encountered. Instead of an observer, you probably have…
Software Design – The Visitor Pattern
The visitor pattern is the last of the behavioral ones for us to review. This is going to feel similar to some others that allow us to abstract functionality such as a command. This…
Your Best Year Ever – Start A Better Tomorrow Today
There is nothing like starting the year with a presentation on how to embrace the next twelve months. It is hardly ground-breaking to present on a topic like this. However, this particular one is…
Software Design – The Template Method Pattern
In the last episode, we looked at abstracting algorithms. Now we examine the template method pattern and how it allows us to abstract steps of an algorithm. Thus, providing a template for implementation while…
Software Design – The Strategy Pattern
Our review of the behavioral design patterns moves on to look at the Strategy pattern. This is one that you might not recognize from the name. However, it is relatively common in use (or…
Software Design – The Memento Pattern
We tackle the memento pattern in this episode. If you ever wanted to store the state of an object, then this is the one for you. You can think of this pattern as a…
Buffer – A Great Tool For Managing Social Media Accounts
There are some highly useful tools we use. However, few are as effective at saving time as Buffer. Anyone that has more than one social media account they post to regularly should take a look…