Code Review GuidelinesCode Review is an important step in the development process. It helps not only to catch bugs early on, it also helps with sharing both…Sep 11, 2022Sep 11, 2022
Microservices — A recipe for disaster?Microservices have been popular for quite a long time now. This topic may seem out dated, but maybe not?Aug 12, 2022Aug 12, 2022
Preventing XSS in Spring Boot AppsIn a Cross Site Scripting (XSS) attack, an attacker could execute a malicious script in the victim’s browser. This is typically done by…Feb 26, 2021Feb 26, 2021
Access Control in Spring BootAccess control enforces policy such that users cannot act outside of their intended permissions. Failures typically lead to unauthorized…Dec 8, 2020Dec 8, 2020
Rabbit Vs KafkaRabbitMQ and Kafka are the two popular technologies for asynchronous communication. Both technologies are fundamentally different. Kafka…Nov 11, 2020Nov 11, 2020
Published inThe StartupAutomating Dependency UpdatesSoftware maintenance is an ever lasting phase in software development lifecycle. In this phase, we are fixing bugs, addressing security…Oct 25, 2020Oct 25, 2020
PCF concepts for newbiesPivotal Cloud Foundry is a Platform as a Service unlike AWS or Azure, which are Infrastructure as Services. There are some great benefits…Sep 17, 2020Sep 17, 2020
Telemetry — Spring Boot AppsTelemetry helps us learn what is going on inside the application. Its data can empower both operators and the development team to detect…Aug 10, 2020Aug 10, 2020