MSmehboob shaikhindevopsgyanwithmehboob.hashnode.dev·Aug 24, 2023 · 6 min readMega project on AWS serverless ...My AWS Serverless Project Features: Serverless Architecture: No need to manage infrastructure, enabling scalability. API Gateway Integration: Easy creation and management of secure RESTful APIs. DynamoDB for Data Storage: Efficient and scalable ...00
MSmehboob shaikhindevopsgyanwithmehboob.hashnode.dev·Aug 23, 2023 · 3 min readSimple practice Project On AWS Serverless ...Introduction to the serverless framework. The Serverless Framework is a powerful and popular open-source framework that simplifies the process of building, deploying, and managing serverless applications. With its extensive features and integrations...00
MSmehboob shaikhindevopsgyanwithmehboob.hashnode.dev·Jul 17, 2023 · 5 min read"JenDockFlow"JenDockFlow is a continuous integration and continuous deployment (CI/CD) solution that uses Jenkins as the central server and Docker for containerization. Here are some of the key features of JenDockFlow: Utilizes Jenkins as the central CI/CD serve...00
MSmehboob shaikhindevopsgyanwithmehboob.hashnode.dev·Jul 4, 2023 · 4 min readStarting my first DevOps project...Launching my initial project in which we plan to employ GitHub Actions for (CI/CD), along with utilizing an S3 bucket for storage and Docker for constructing images. Pre-requisites GitHub repository Application code Dockerhub login Dockerfile AW...00
MSmehboob shaikhindevopsgyanwithmehboob.hashnode.dev·Jun 28, 2023 · 4 min readDay 12 GitHub Cheat SheetInstall GitHub Desktop desktop.github.com Git for All Platforms git-scm.com Configuring Git $ git config --global user.name "[name]"Sets the name you want to be attached to your commit transactions.$ git config --global user.email "[email address]"S...00