-
Software Development
A guide to the InfluxDBMapper and QueryBuilder for Java Part: 2
Previously we setup an influxdb instance running through docker and we also run our first InfluxDBMapper code against an influxdb…
Read More » -
Software Development
A guide to the InfluxDBMapper and QueryBuilder for Java Part: 1
With the release of latest influxdb-java driver version came along the InfluxbMapper. To get started we need to spin up…
Read More » -
Software Development
Spin up an InfluxDB instance with docker for testing
It is a reality that we tend to make things harder than they might be when we try to use…
Read More » -
Software Development
Behavioural Design Patterns: Visitor
Our last pattern of the behavioural design patterns is going to be the visitor pattern. We use the visitor pattern…
Read More » -
Enterprise Java
Upload and Download files to S3 using maven
Throughout the years I’ve seen many teams using maven in many different ways. Maven can be used for many ci/cd…
Read More » -
Software Development
Behavioural Design Patterns: Template method
Previously we used the strategy pattern to in order to solve the problem of choosing various speeding algorithms based on…
Read More » -
Software Development
Behavioural Design Patterns: Strategy
Previously we used the state in order to add some functionality to an application based on the user state. Our…
Read More » -
Software Development
Behavioural Design patterns: State
The state pattern deals with altering an object’s behaviour when its state changes. Imagine the case of a class responsible…
Read More » -
Software Development
Behavioural Design patterns: Observer
Observer is one of the most popular design patterns. It has been used a lot on many software use cases…
Read More »