Zerodha Publisher API Integration : using Thyme-leaf Spring Boot

Stock trading has become very popular these days. Tech behind stock trading application has improved significantly over last few years. Complexity of adding stock trading option in your application has reduced significantly. This blog will help you for integrating publisher Trading API using Spring Boot and Thyme-leaf template. By using this you can place order … Continue reading Zerodha Publisher API Integration : using Thyme-leaf Spring Boot

How Spring Boot Actuator Improves the Web Application Monitoring !!!!

Contents What is spring boot actuator?Enable actuator in spring boot applicationWhat are actuator endpoints?Enabling spring boot actuator endpointsActuator metrics endpoint What is spring boot actuator? Spring boot actuator module provides you the features which will help you monitor and manage your application. You can monitor your application status, gather various statistics related to CPU/memory usage, … Continue reading How Spring Boot Actuator Improves the Web Application Monitoring !!!!

LAZYSODIUM-JAVA: CRYPTOGRAPHY MADE EASY IN JAVA

Whenever I used to hear about cryptography, I used to feel that something is really difficult to implement. I would need to learn a lot of things to work on it. But, when I came across lazysodium-java library, I found it easy to implement it in java. What is lazysodium-java? Lazysodium-java is library that is built … Continue reading LAZYSODIUM-JAVA: CRYPTOGRAPHY MADE EASY IN JAVA