-
Software Development
Types of Data Breaches and How To Prevent Them
Data breaches happen practically every day. Personal, including financial and medical data leak to cyber criminals as well as intelligence…
Read More » -
Software Development
Technical Innovation vs. Process Innovation
We are often talking about “innovation” and “digital innovation” (or “technical innovation”) in particular, when it comes to tech startups.…
Read More » -
Software Development
API Design of Eclipse Collections
Eclipse Collections is an open source Java Collections Framework which enables writing functional, fluent code in Java. History Eclipse Collections…
Read More » -
Enterprise Java
Build a Basic App with Spring Boot and JPA using PostgreSQL
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Core Java
Java Security Animated
Overview Java security has been inherently a complex topic ever since the introduction of the security sandbox model in JDK…
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 » -
DevOps
Open Liberty Override Configuration
Open Liberty can be easily configured using the server.xml file in it’s config directory. If you’re running your servers in…
Read More » -
DevOps
Configuring Open Liberty Datasources via Kubernetes Secrets
In Open Liberty, configuration of datasource credentials is typically done in the server.xml file. If we use containers and container…
Read More » -
Enterprise Java
Reactive Spring Webflux with AWS DynamoDB
AWS has released AWS SDK for Java version 2, the SDK now supports non-blocking IO for the API calls of different…
Read More »