Joe's Blog
K8S K8S
each pod has its own internal IP address Service is permanent IP address that can be attached to each service even if
2024-03-03
ASP.NET Core 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
Entity Framework Core 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
OOP's SOLID Principles 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
Docker Notes 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
AWS 0-05 - intro to HA|FT|DR, Route53, DNS Records 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
AWS 1-01 - IAM Policy, User, Group, 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
AWS 1-01 - IAM Policy, User, Group, 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
AWS 0-04 - intro to CFN, CW, Shared Responsibility 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
AWS 0-03 - Intro to EC2, S3 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
1 / 4