Recent Articles
Complete Guide to CSRF
Protecting a web application against various security threats and attacks is vital for the health and security of a website. Cross Site Request Forgery (CSRF) is a type of such attack on websites.
Read moreWorking with AWS DynamoDB and Spring
AWS DynamoDB is a NoSQL database service available in AWS Cloud. DynamoDB provides many benefits starting from a flexible pricing model, stateless connection, and a consistent response time irrespective of the database size.
Read moreTesting with Spring Boot’s @TestConfiguration Annotation
A unit test is used to verify the smallest part of an application (a “unit”) independent of other parts. This makes the verification process easy and fast since the scope of the testing is narrowed down to a class or method.
Read moreGetting Started With AWS RDS and Spring Cloud
Amazon Relational Database Service (AWS RDS) is a relational database service available in AWS Cloud. The Spring Framework always had good support for database access technologies built on top of JDBC.
Read moreSending HTTP requests with Spring WebClient
In Spring 5, Spring gained a reactive web framework: Spring WebFlux. This is designed to co-exist alongside the existing Spring Web MVC APIs, but to add support for non-blocking designs.
Read moreBook Notes: Measure What Matters
TL;DR: Read this Book, when… you want to be structured in goal-making and tracking you want to learn about what motivates people and what doesn’t you are interested in hearing stories about the goals of big and successful companies Book Facts Title: Measure What Matters Authors: John Doerr Word Count: ~ 62,000 (ca.
Read more