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.
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.
Running Docker Compose as a systemd Service: A Comprehensive Guide
Learn how to run Docker Compose as a systemd service to ensure automatic startup and seamless container management.
How to Install Pip Packages Without Internet (Offline Pip Installation Guide)
Python packages can be installed on Internet prohibited sites using offline installation, including dependencies