Before we dive into How to design AWS VPC and the 10 this to consider while setting up AWS VPC we need to have some…
1 CommentPrateek's Blog Posts
For high-end performance for databases, we can use ElastiCache which basically is an In-memory database cache for high performance. Databases store data persistently on disk…
Leave a CommentKeeping Simple Simple Storage Service (S3) safe within the VPC by preventing public access and only allowing access through Cloudfront is key to securing your…
Leave a CommentThis post is aimed at hosting a resilient and highly available website in AWS, starting from setting up VPC with layered architecture (2 private subnets…
1 CommentWhat is an Event-Driven Architecture? An Event-driven architecture (EDA) is a software architecture paradigm promoting the production, detection, consumption of, and reaction to events. It…
Leave a CommentThis post helps to understand the process of well-architected application development and architecting a software project from requirement to a fully functional decoupled layered architecture.…
1 CommentInversion of Control is a Design Principle that helps to invert the control of object creation. Dependency injection design pattern is the software development design…
1 CommentRepository pattern is one of the most popular pattern used while accesing dataacces layer. Tech stack are changing fast and so is the data layers,…
Leave a CommentAmazon CloudFront is a fast content delivery network (CDN) service that securely delivers data, videos, applications, and APIs to customers globally with low latency, high transfer…
Leave a CommentS3 (Simple storage service) in AWS is an object storage service that offers industry-leading scalability, data availability, security, and performance. S3 can be used to…
2 Comments