Linux Shell Scripting Advanced : Automation with the power of Shell Scripting.Sep 30, 2023路3 min read
To-Do Notes AppDjango To-Do Notes App 馃殌 Just deployed a simple to-do notes app using shell scripting! 馃捇 Here's how I did it: 1锔忊儯 Clone the repository: git clone https://github.com/pushkalv/django-notes-app.git 2锔忊儯 Build the app: docker build -t notes-app . 3锔忊儯 ...Feb 13, 2024路1 min read
Introduction to DevOps.Table of Contents:- Introduction What is DevOps and Why DevOps? DevOps Lifecycle. Automation. Scaling. Infrastructure. Conclusion. Introduction DevOps is basically a combination of two words- Development and Operations. DevOps is a culture t...Aug 14, 2023路7 min read