Pratik Das

Professional Software Engineer and Architect currently focussed on Cloud Architecture, serverless technologies, and Microservices.
Articles by Pratik Das
Complete Guide to CSRF/XSRF (Cross-Site Request Forgery)
Protecting a web application against various security threats and attacks is vital for the health and reputation of any web application.
Read moreComplete Guide to CORS
“CORS” stands for Cross-Origin Resource Sharing. CORS is a protocol and security standard for browsers that helps to maintain the integrity of a website and secure it from unauthorized access.
Read moreSending Emails with Amazon SES and Spring Cloud AWS
Email is a convenient way to communicate different kinds of events from applications to interested parties. Amazon Simple Email Service (SES) is an email platform that provides an easy and cost-effective way to send and receive emails.
Read moreGetting Started with Apache Camel and Spring Boot
Apache Camel is an integration framework with a programming model for integrating a wide variety of applications. It is also a good fit for microservice architectures where we need to communicate between different microservices and other upstream and downstream systems like databases and messaging systems.
Read moreComplete 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 more