sp
Triple D : Design, Develop, Deploy

Connecting legacy to kubernetes

In this blog post I'll demonstrate how to make applications that are external to a Kubernetes cluster available to the applications that are managed by K8s. This is useful for when we have started using Kubernetes to deploy and manage some your applications but not everything is managed at once.


The MVC-architecture

A discussion about MVC, the model from MVC and the MVC - architecture.


Model anti-patterns

About model patterns and anti-patterns


What is domain driven design?

Tackling complexity in the heart of software. But what is DDD exactly?


Levels Of Abstraction

Writing code is all about abstractions, they help us grasp the complexity of the code by hiding low level details from high level concepts. The key to readable code lies in grouping the right level of abstraction in the same unit of code.