ASP.NET Core Action Parameters Source Normally, the ASP.NET will speculate the source(body or query string or URL) of your action par 2023-08-31 Self-Study .net c# back-end asp.net Entity Framework Core Config there are 2 ways for EF core to make configurations on table, 1. data annotation 2. Fluent API data annotation(e 2023-08-25 Self-Study .net c# back-end entity-framework-core OOP's SOLID Principles Single Responsibility PrincipleIt means one single class should only have a single purpose. And when we need to change o 2023-07-31 Self-Study back-end C# OOP Skand Internship Certificate Certificate for Skand Internship 2023-06-27 Miscellaneous internship certificate Docker Notes Docker Commands docker build -t . : build an image docker image ls : list all images docker run -d -p 3000:3000 –na 2023-05-12 Self-Study docker AWS 0-05 - intro to HA|FT|DR, Route53, DNS Records HA(High-Availability) Aims to ensure an agreed level of operational performance, usually uptime, for a higher than norma 2023-05-01 Self-Study aws HA FT DR route53 AWS 1-01 - IAM Policy, User, Group, ARN IAM Policy Created using JSON A statement only applies if the interaction matches the Action and Resource Statement Str 2023-05-01 Self-Study aws IAM-policy IAM-user ARN AWS 1-01 - IAM Policy, User, Group, ARN IAM Policy Created using JSON A statement only applies if the interaction matches the Action and Resource Statement Str 2023-05-01 Self-Study aws IAM-policy IAM-user ARN AWS 0-04 - intro to CFN, CW, Shared Responsibility CFN(CloudFormation) Intro A tool helps you create, delete, updating infrastructures using template Written in YAML and J 2023-04-30 Self-Study aws CFN CW shared-responsibility AWS 0-03 - Intro to EC2, S3 EC2 Intro EC2 is IAAS(Infrastructure as Service) Provide access to virtual machine known as instance, an instance is an 2023-04-30 Self-Study aws EC2 S3