-
Software Development
MicroServices – Part 5 : Spring Cloud Zuul Proxy as API Gateway
In microservices architecture, there could be a number of API services and few UI components that are talking to APIs.…
Read More » -
Enterprise Java
Spring Cloud Configuration – Externalize Application Configuration
This tutorial is about spring cloud config.Here, we will take a look into how we can manage to serve and…
Read More » -
Software Development
Introduction To Microservices
MicroServices or Microservice Architecture is a distinct method of developing and designing software systems. The concept of a microservice originally…
Read More » -
Enterprise Java
Spring Cloud Netflix Eureka
This tutorial is about spring cloud Netflix Eureka. Here, we will be creating eureka discovery server and microservices that will…
Read More » -
Core Java
AES Encryption in Javascript and Decryption in Java
AES stands for Advanced Encryption System and it’s a symmetric encryption algorithm.Many times we require to encrypt some plain-text such…
Read More » -
Enterprise Java
Neo4j: Cypher – Neo.ClientError.Statement.TypeError: Don’t know how to add Double and String
I recently upgraded a Neo4j backed application from Neo4j 3.2 to Neo4j 3.3 and came across an interesting change in…
Read More » -
Enterprise Java
Angular5 JWT Authentication (Spring Boot Security)
Welcome to angular5 jwt authentication with spring security.In this tutorial, we will be creating a full stack app using jwt…
Read More » -
Core Java
Fluent Interfaces Are Bad for Maintainability
Fluent interface, first coined as a term by Martin Fowler, is a very convenient way of communicating with objects in…
Read More » -
Software Development
5 Shocking Stats That Prove Logs Are Inadequate
We’re all guilty of logging malpractice. Don’t think so? These statistics might change your mind We won’t sit here and…
Read More »