ADAditya Dev Shrivastavainadityadevinterviewblog.hashnode.dev路Jun 15, 2025 路 6 min readIntro: 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...00
ADAditya Dev Shrivastavainadityadevinterviewblog.hashnode.dev路Jun 11, 2025 路 10 min readDocker & 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...00
ADAditya Dev Shrivastavainadityadevinterviewblog.hashnode.dev路Jun 10, 2025 路 12 min readGitHub 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...00
ADAditya Dev Shrivastavainadityadevinterviewblog.hashnode.dev路Jun 9, 2025 路 4 min readIntro: 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 ...00
ADAditya Dev Shrivastavaingitandgithubnotes.hashnode.dev路Apr 8, 2025 路 11 min readLearning 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...00