-
Software Development
Security in the Microservices Paradigm
One of the least glamorous aspects of implementing a Microservices architecture is the security. It’s not fun or cool when…
Read More » -
DevOps
Service Discovery with Java and Database application in Kubernetes
This blog will show how a simple Java application can talk to a database using service discovery in Kubernetes. Service…
Read More » -
Software Development
Modern application design with In-memory data fabrics
In this article, author of the book “High Performance in-memory computing with Apache Ignite”, discussing the design of modern application…
Read More » -
Software Development
Protecting Sensitive Data
If you are building a service that stores sensitive data, your number one concern should be how to protect it.…
Read More » -
Software Development
[MEGA DEAL] The Complete Linux Mastery Bundle (97% off)
Get to Grips with One of the Top Business Operating Systems On Earth Over These 33 Hours Hey fellow geeks,…
Read More » -
Core Java
Run Eclipse IDE on One Version of Java, but Target Another
The Eclipse IDE for Java™ Developers (and the other Java developer variants) is itself a Java application that’s used to build…
Read More » -
Enterprise Java
Service Discovery with Java and Database application in DC/OS
This blog will show how a simple Java application can talk to a database using service discovery in DC/OS. Why Service Discovery? An…
Read More » -
Enterprise Java
Stateful Containers using Portworx and Couchbase
Containers are meant to be ephemeral and so scale pretty well for stateless applications. Stateful containers, such as Couchbase, need to…
Read More » -
Core Java
The ANTLR mega tutorial
Parsers are powerful tools, and using ANTLR you could write all sort of parsers usable from many different languages. In…
Read More »