Bookmarks and note to users

Bookmarks and note to users A note for the users of this blog Most visited pages Sem 6 lab expts 😭😅 Docker MERN Lab expts 😭😅 Computer networks Note to users Find any issues? Want to suggest changes? Feel free to do so by creating a GitHub pull request the button below.

April 17, 2024 · 1 min · 52 words · Aum Pauskar

WebApis Using DDD

WebApis Using DDD The DDD architecture separates your core business logic (the “Domain”) from technical details like databases (the “Infrastructure”) or web frameworks (the “API”). Unlike using a flat architecture using a DDD architecture requires your code to have a central entry point which will be your API this will be your base project and with contain the Program.cs. This project will be of the type webapi. We will have other projects which will be of the type classlib. These will complement your base code with their respective functions. ...

December 30, 2025 · 2 min · 266 words · Aum Pauskar

Design Patterns

December 30, 2025 · 0 min · 0 words · Aum Pauskar

Gcp

October 13, 2025 · 0 min · 0 words · Me

AWS

AWS Basic setup and IAM configuration Creating an AWS account gives you access to the entire suite of Amazon Web Services. The first user you create is the AWS Account Root User. This user has unrestricted access to all resources in the account, including billing, and should NEVER be used for day-to-day tasks. Immediately after account creation, the absolute most critical security step is to set up a secondary, secure user for daily operations using AWS Identity and Access Management (IAM). ...

October 13, 2025 · 8 min · 1607 words · Aum Pauskar