Design Patterns in Java: Singleton Pattern

Today we’ll continue our journey in design patterns by uncovering the singleton design pattern. This post is part of the Design Patterns in Java Series. Check out the full list of covered patterns there. This

Continue reading

Design Patterns in Java: Façade Pattern

In this blog post, you’ll learn what’s the façade design pattern and how to apply it. This post is part of the Design Patterns in Java Series. Check out the full list of covered patterns there. Design

Continue reading

Design Patterns in Java Series: Introduction

As a software developer, I’m always striving to improve the quality of my code. Design patterns are one of many tools for good software design, therefore I’ve decided to create a blog post series covering

Continue reading

Build a Microservice API with Bottle and Google Cloud Platform

In this blog post, I promise you’ll learn how to build, test and deploy a simple microservice API (Application Programming Interface) in the cloud using the Bottle Python framework and the Google Cloud

Continue reading