-
DevOps
Deploying a Neo4J single core on managed Kubernetes
Besides running a database cluster, it might already be sufficient for your project to deploy a single instance. In the…
Read More » -
Software Development
[MEGA DEAL] Big Think Edge Expert-Taught Lectures: Lifetime Subscription (36%)
Access 200+ Lectures By World-Renowned Experts, Including Edward Norton, Malcom Gladwell, Chris Hadfield, Bryan Cranston & 150 Others! Hey fellow…
Read More » -
DevOps
Deploying a Neo4J cluster on managed Kubernetes
I’ve created some videos on how to deploy both a Neo4J cluster and standalone instance to a manged Kubernetes cluster.…
Read More » -
Enterprise Java
Apache Kafka Consumer Rebalance
Consumer rebalance decide which consumer is responsible for which subset of all available partitions for some topic(s). For example, you…
Read More » -
Core Java
Java Text Blocks
Text Blocks are a JDK Enhancement Proposal (JEP 355) available as preview language feature in JDK 13 and 14. It…
Read More » -
Agile
Process Agility: An Impossibility?
I’ve seen several cases of process standardization recently. Those processes don’t translate to the current context. The processes don’t have…
Read More » -
Python
IndexError: String Index out of Range
Surprise, surprise! We’re back with another article on a Python exception. Of course, this time we’re moving away from the…
Read More » -
Software Development
Multi-Runtime Microservices Architecture
Creating good distributed applications is not an easy task: such systems often follow the 12-factor app and microservices principles. They…
Read More » -
Python
Python Tips: On Getting Started, Unit Testing and Code Coverage
tl;dr Here is a collection of useful Python tips, a starter “Hello World” Python template for both web (using Flask)…
Read More »