Optimize Your Azure Costs with Python Automation
Cloud infrastructure expenses can quickly consume your budget without providing any additional benefits. To ensure optimal return on investment, you can aim to utilize available resources effectively and minimize waste and unnecessary spending on cloud costs
Securing Your PostgreSQL Database with SSL: A Step-by-Step Guide
SSL is required for a secure connection between the client and the server so confidential data cannot be intercepted by any middle-man
How I auto-start my dev environment on Windows 10
Starting all components for development is hectic whenever you restart your machine, this thing can be automated using batch script.
How I converted my bash scripts into Python?
Python has number of packages which can be used to enhance shell scripts. It is easier to convert Shell scripts to Python.
Jenkins minimal installation on Kubernetes
We can install Jenkins in different ways but sometimes we just need Jenkins with minimal resources and configuration.
Mastering Bash: Unleashing the Power of Advanced Bash Scripting
Introduction:
Bash scripting stands as a formidable skill, a gateway that transforms mundane command-line tasks into robust and efficient automation
Bash Unveiled: Navigating the Power of the Bourne Again Shell
Introduction:
In the vast landscape of command-line interfaces, Bash, or the "Bourne Again SHell," emerges as a powerful
How to Assign storage for each user in JupyterHub on Kubernetes?
Running JupyterHub on Kubernetes is easy with Kubespawner, you can attach PV to each spawned user pod to persist data.
CI/CD: Running Jenkins Pipelines on Kubernetes Made Simple
In containerization world we run Jenkins pipeline on Kubernetes platform as a pod instead of running it on legacy nodes.
Mastering Jenkins Automation: Create, Update, Delete, and Trigger Jobs with API
Jenkins provides REST API to automate actions from external systems. We can create, update, delete and trigger Jenkins Jobs/Pipeline using API.