Blog Archive
Videos
Commercial software is a great way to earn a living as a developer. Unfortunately, there are many details we have to cover before releasing our “baby” to the public. Many of these…
JShell: An In Depth Interactive Demo
This lesson continues our discussion from JavaOne 2017. In which we go in-depth on one of the newest tools in Java 9, JShell.
Java 9: Whats New, Highlights, Features, and Tools
Java 9 Whats New expands on our previous JavaOne 2017 review, going into a more in-depth coverage of some of the more major features in Java 9.
Product Catalog: Building a WordPress Plugin for our Product Catalog
This next lesson expands our interaction with the data in our database by converting our MVC web application into a WordPress Plugin.
Patterns of Software Design
Every challenge we face has solutions patterns. These are approaches to a problem that solves it consistently. Some software patterns provide the fastest solution, some the cheapest, and others the most aesthetically…
Object-Oriented Design – Planning Your Implementation
Although we have not picked an implementation language or platform, an object-oriented design is useful. This approach is easier to maintain and understand when done right. This episode focuses on OOD principles…