RSRajat Shresthainnikitshrest.hashnode.dev·Oct 28, 2023 · 3 min readUnleash Your Creativity: The Journey of a Crazy Bloggerntro: In the fast-paced world of the internet, there's a unique breed of individuals who embark on an extraordinary adventure every day - they are the Crazy Bloggers. These passionate content creators are on a mission to write, inspire, and engage th...00
RSRajat Shresthainnikitshrest.hashnode.dev·Oct 2, 2023 · 16 min readBash Scripting and LinuxIntroduction Definition of Bash scripting A bash script is a file containing a sequence of commands that are executed by the bash program line by line. It allows you to perform a series of actions, such as navigating to a specific directory, creating...00
RSRajat Shresthainnikitshrest.hashnode.dev·Oct 2, 2023 · 2 min readIntroduction Bash Scripting TutorialDefinition of Bash scripting Bash scripting allows you to automate tasks and create custom command-line tools using the Bash shell. Here are some essential Bash scripting commands and concepts for working with the command line: Shebang: Start your ...00
RSRajat Shresthainnikitshrest.hashnode.dev·Sep 18, 2023 · 4 min readDeploying a Docker Image to an EC2 InstanceIn the world of modern application deployment, Docker containers have revolutionized the way we build, ship, and run applications. Amazon Web Services (AWS) offers a highly scalable and flexible infrastructure platform, and when you combine it with D...00
RSRajat Shresthainnikitshrest.hashnode.dev·Sep 5, 2023 · 2 min readDocker to GitThere are a few different strategies for combining Docker and Git: 1. Dockerfile in Git repository The simplest approach is to store the Dockerfile directly in the Git repository, along with the rest of the application code: ProjectFolder/ .git/ ...00