Secure AWS Access with GitHub Actions Using OIDC

GitHub Actions can access AWS resources via OIDC (OpenID Connect), eliminating the need for long-term IAM credentials…
Ensuring Zero Downtime: On-Prem High Availability Docker Swarm Setup with Proxmox

Maintaining high availability (HA) in a Docker Swarm cluster is crucial for production-grade deployments. In this blog…
Automating PostgreSQL Backups to Amazon S3 Using Shell Script

Database backups are an essential part of any data-driven application. Automating this process not only saves time…
Automatically Register GitHub Actions Self-Hosted Runners via Terraform and Shell Script

Dynamically register a GitHub Actions self-hosted runner using Terraform and a shell script. This approach ensures that
Triggering AWS Lambda from S3 Uploads with Terraform

AWS Lambda allows you to run code without provisioning or managing servers. In this guide, we will integrate AWS Lambda with Amazon S3 to trigger a function
Efficiently Managing AWS S3 Files at Scale with Node.js

In a recent project, we needed to process and manage a vast amount of data stored in AWS S3. Our challenge? Handling over 7,000 company IDs and more than 100,000 files while ensuring efficient retrieval, filtering, and management of the latest relevant files.
Managing AWS with ManageIQ: Setup, Integration, and Features

ManageIQ is a robust cloud management platform that enables users to manage multiple cloud providers from a single interface. Integrating AWS with ManageIQ allows you to monitor, control, and automate your cloud infrastructure efficiently.
Automating Selective Deployments in Jenkins with Groovy: A Step-by-Step Guide

Why we need db backup: The advantage of regularly backing up data is the ability to restore data operations in the case of a ruinous failure of the system.
PFsense port forwarding : complete guide

In today’s interconnected world, port forwarding plays a crucial role in facilitating network communication. Whether you need to host a web server, set up remote access, or run online gaming servers, port forwarding allows you to direct incoming traffic to specific devices or services on your network.
Azure MySQL database backup on Blob container

Why we need db backup: The advantage of regularly backing up data is the ability to restore data operations in the case of a ruinous failure of the system.