Pratik Das

Professional Software Engineer and Architect currently focussed on Cloud Architecture, serverless technologies, and Microservices.
Articles by Pratik Das
Getting 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 moreGetting Started With AWS SQS and Spring Cloud
Spring Cloud is a suite of projects containing many of the services required to make an application cloud-native by conforming to the 12-Factor principles.
Read moreCreating and Analyzing Thread Dumps
A thread is a basic path of execution in a program. Most of the applications we build today execute in a multi-threaded environment.
Read moreUsing Terraform to Deploy AWS Resources
Provisioning infrastructure resources has always been a time-consuming manual process. Infrastructure has now moved away from physical hardware in data centers to software-defined infrastructure using virtualization technology and cloud computing.
Read moreCreating and Analyzing Java Heap Dumps
As Java developers, we are familiar with our applications throwing OutOfMemoryErrors or our server monitoring tools throwing alerts and complaining about high JVM memory utilization.
Read moreGetting Started with GraphQL
GraphQL was developed by Facebook in 2012 for their mobile apps. It was open-sourced in 2015 and is now used by many development teams, including some prominent ones like GitHub, Twitter, and Airbnb.
Read more