adityadevinterviewblog.hashnode.devIntro: Jump Server and IP CIDRJump Server (Bastion Host) What is AWS EC2? Amazon Elastic Compute Cloud (Amazon EC2) provides on-demand, scalable computing capacity in the Amazon Web Services (AWS) Cloud. Using Amazon EC2 reduces hardware costs so you can develop and deploy appli...Jun 15, 2025路6 min read
adityadevinterviewblog.hashnode.devDocker & K8S Architecture, Intro HELM ChartDocker Architecture Docker Components Docker Architecture Docker is a platform for building, running, and shipping applications in lightweight, portable containers. It abstracts the operating system and allows applications to run consistently across...Jun 11, 2025路10 min read
adityadevinterviewblog.hashnode.devGitHub Action- Rover Lint CommandAim To set up a GitHub Action that automatically runs the rover lint command whenever any .graphql file is added or modified in the repository. This ensures that all GraphQL schema and operation files are validated for correctness and style complian...Jun 10, 2025路12 min read
adityadevinterviewblog.hashnode.devIntro: YAML file format, MCP Server and GitHub CopilotYAML File Format Intro YAML is a data serialization language (standard format to transfer the data) just like- XML, JSON. YAML stand鈥檚 for YAML Ain鈥檛 Markup Language. File Extension: .yaml OR .yml NOTE: YAML is superset of JSON: any valid JSON ...Jun 9, 2025路4 min read
gitandgithubnotes.hashnode.devLearning Git and GitHubIntroduction Git Git is a distributed version control system used to track changes in source code during software development. It allows multiple developers to work on the same project simultaneously without overwriting each other鈥檚 changes. 馃攽 Key F...Apr 8, 2025路11 min read