develpreneur podcast

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 way to take note of your instance and store it for later. The Memento Pattern Defined As always, we will start with the “Gang of Four” intent to set the stage for our discussion. “Without violating encapsulating, capture and externalize an object’s internal state so that the object can be restored to this state later.” The trick to this intent is to avoid violating encapsulation.  The whole point of this pattern is to allow us to store and pass around the memento without having to keep track... Read more

buffer management tool

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 at this tool.  If you have not already signed up, then you can get a free account at buffer.com and join us as we walk through the menu options. Buffer Manages Multiple Accounts The first thing you need to do (if you have not done so already) is to add an account.  There are several social sites supported, and new ones are added periodically.  Due to Google plus there are also some that occasionally are removed.  The free version of Buffer allows you to add one account... Read more

develpreneur podcast

Software Design – The State Pattern

In this episode, we look at the state pattern.  It is a design that uses object-oriented tactics to provide a class with very different functionality based on its current state.  I think you will find this to be one that is not often going to be evident in your first pass of a design. The State Pattern Defined As always, we will start with the “Gang of Four” intent to set the stage for our discussion. “Allow an object to alter its behavior when its internal state changes. The object will appear to change its class.” We have not had many cases of helpers or partner classes in the patterns we have explored so far.  This pattern uses a primary (context)... Read more

develpreneur podcast

Conference Solutions – Free and Low Cost Tools

The number of conference solutions available out there can be overwhelming.  A large number of them are free or close enough that it can make deciding on a solution a difficult task.  Thus, we want to look at the well-known and well-supported solutions that fit our price range as well as the features we should look for in an application.  Even if you only need to use conference solutions a time or two a quarter, this list will help you find a platform that matches your needs. Amazon Chime Among the AWS services is a conference call solution called Chime.  This has a thirty-day free trial as well as a free option where all members pay call fees.  It is... Read more

develpreneur podcast

Software Design – The Mediator Pattern

We spend this episode looking at the mediator pattern.  This is a pattern that provides a great deal of flexibility.  However, it is not used as often as it should be.  The implementation does not always lend itself to a mediator.  Instead, the design needs to be thought through enough to create one. The Mediator Pattern Defined As always, we will start with the “Gang of Four” intent to set the stage for our discussion. “Define an object that encapsulates how a set of objects interact. Mediator promotes loose coupling by keeping objects from referring to each other explicitly, and it lets you vary their interaction independently.” It may be most comfortable to think of the mediator as a pattern that creates... Read more

develpreneur podcast

AWS Services – New Since We Started and Looking Ahead

We started this series on AWS services in the late 3rd quarter of 2018.  As we start in 2019, there are over a dozen new AWS services that have come online during that time.  Although we have covered a few of these in an overview with one of the groups due to the timing of their release, most of these are yet to be looked at. AWS Services March On The good and bad news about these offerings from Amazon is that they do not show any sign of slowing down their advance.  There are new services, and even new groups created every quarter.  Therefore, you will need to put aside a little time each week or month to check out... Read more