Develpreneur Blog • Latest
Latest Posts
Fresh thinking, practical patterns, and lessons that compound — built for developers who want to ship, lead, and build momentum.
In this episode, we get started on the implementation phase of our software product. We have a reasonably robust design documented from the tasks of the prior episodes. Thus, this should be an easy and…
Creating Our Test Scripts and Planning for Quality
Testing is an integral part of software development. It is critical for producing quality and an essential habit to develop early in your career. We will look at building test considerations into our product…
Building Your Service Offering and Resume
One of the first steps once we decide to do consulting as a side-hustle is to define our service offering. We have the option to be a general consultant and do at large coding…
Software Estimation: Improving Productivity, Quality, and Expectations
There is a saying that what gets measured gets improved. That goes for software development. Unfortunately, it is a task that is easier said than done. This presentation looks at some ways to make…
Creating a product specification and defining your environment
We continue defining our product in this episode. Our prior episodes looked at the problem to solve, the solution, and general requirements. Now we can move on to the product specification and deciding on…
Amazon Elastic Container Service – Containers Made Easy
Containers are a big deal in development. This is an excellent tool for coding but can be a bit of a challenge once we get to deployment. Never fear, Amazon and their AWS offerings…
Creating Your Product Requirements
In this episode, we look at creating the product requirements for our side hustle software. Even though we have a lot of this information in our head, it is good practice to put it…
The Kick Off For Online Consulting
This episode kicks off a new season focused on how to launch your online consulting side hustle. The weekly episodes will walk you through making a plan, creating marketing materials, landing a customer, and then…
Building a Selenium-Grid environment with Docker Containers
Before we get started let’s take a moment to get to know Selenium-Grid. Selenium-Grid allows you run your Selenium tests on different machines against different browsers in parallel. That is, running multiple tests at…
Creating a Software Specification
A tricky part of the application development process is creating a software specification. The requirements do not tend to pose the same problems as specs. Unfortunately, there is too often a spill over into an attempt…