Docker Compose For Prometheus + Grafana
Run Prometheus and Grafana stack locally using docker compose
Github Dependabot Alerts
#github #security #nodejs #expressjs (4 min)Security is a major concern for any business or product, and with the increasing number of methodologies and toolkits to easily exploits…
Github Code Scanning
#github #security #tools #github code scanning (8 min)Bad guys can’t get in if they don’t have a way. Github Code Scanning tools helps to find out any vulnerabilities or error in the code, that could provide potential access to application or causing runtime errors resulting in serious impact & million dollar loss to the business.
Burp Suite For Web App Testing Go Lang
#testing #testing strategy #golang (3 min)Configure burp suite as a proxy for golang application
Organizing Scala Tests For Faster Feedback
Writing tests is a developer’s mundane task, and when you follow practices like TDD or BDD, hardly you find any code without any test…
The Ultimate Guide To Setup Golden Gate On Vagrant Box
If you have read my previous post on Debezium, I have mentioned that currently, I am working on a platform which includes capturing CDC…
How Debezium Kafka Streams Can Help You Write Cdc Solution
#sample (6 min)I had worked on multiple applications for enterprises where legacy applications have been migrated on modern technology stack. Starting…
Running Spark Job On Minikube Kubernetes Cluster
#kubernetes #apache spark #spark #devops #bigdata #docker (6 min)Kubernetes is another industry buzz words these days and I am trying few different things with Kubernetes. On Feb 28th, 2018 Apache spark…
Apache Kafka Using Java
#kafka #java #serialization #deserialization #serde #kyro (7 min)Apache Kafka is a buzz word these days. Originally developed by LinkedIn in 2011 the project has been donated to Apache, many companies…
Rest Web Service Using Express Js
#REST #expressjs #nodejs #javascript (11 min)In this post, we will be using expressjs to create REST web services. We will also learn about what is ExpressJS, its features, and as we…
Serializing Data Using Google Protobuf
In this post, we will see how to use Google Protocol Buffers a language-neutral, platform-neutral, extensible and a popular data format to…
Conditional Beans Creation In Spring Boot
Spring Container is core to Spring Framework. It manages the entire lifecycle of Spring Beans. A bean is nothing but an instance of a class…
Service Locator Using Spring Framework
#spring #design-patterns (3 min)How to create a service locator in spring to access multiple beans or locate a specific service bean implementation programmatically
Unit Test logback Using JUnit
A simple way to unit test your logging code for logback using junit