Serverless Architecture

Introduction Serverless architecture is a cloud computing model where developers can build and run applications without the need to manage servers. In serverless architecture, the cloud provider takes care of server management, automatic scaling, and resource allocation based on the Read More …

File upload and Read – AWS Serverless Architecture Diagram

Introduction This serverless architecture diagram explains to fetch critical information from a file uploaded by a client like Aadhar Card, Pan Card, and Passport information asynchronously. We used AWS Cloud services to build the architecture and those are given below Read More …

Design Pattern with Examples for Java/J2EE

Introduction Design Patterns are very popular among software developers. A design pattern is a well described solution to a common software problem. Some of the benefits of using design patterns are: Design Patterns are already defined and provides industry standard Read More …