Github Commit Convention
This guide outlines the structure and best practices for writing clear and consistent Git commit messages. It follows the **Conventional Commits** to help automate changelogs, versioning, and release processes.
Deep dives into full-stack development, server architectures, deployment automations, and UI solutions.
This guide outlines the structure and best practices for writing clear and consistent Git commit messages. It follows the **Conventional Commits** to help automate changelogs, versioning, and release processes.
The Definitive Guide to Scrum: The Rules of the Game
The file provides a detailed overview of the various types of hard drives, including traditional HDDs, SSDs, hybrid drives (SSHD), NVMe SSDs, and enterprise-class drives. It explains the key features, uses, and advantages of each type, with a comparison table summarizing their performance, capacity, cost, and ideal use cases.
This markdown guide provides a step-by-step process for setting up Docker Swarm on a VPS. It covers initializing a Swarm cluster, adding worker nodes, verifying the cluster, and deploying services across the nodes. Additionally, it includes optional steps for managing nodes and scaling services. Ideal for users looking to create a scalable, distributed system using Docker Swarm.
This markdown file provides a step-by-step guide for setting up Portainer on a Linux VPS using Docker. It includes instructions for installing Docker, deploying Portainer, and accessing the Portainer web interface, with an optional section for installing Docker Compose.
This markdown file provides a comprehensive guide for setting up Traefik on a Linux VPS using Docker. It includes instructions for updating the VPS, installing Docker, configuring Traefik, deploying it as a container, and accessing the Traefik dashboard. Additionally, it covers setting up services with Traefik labels and enabling HTTPS with Let's Encrypt.
A docker compose file for self hosting moodle
This is the Guide to schedule auto exporting pdf report to emails.
This setup enables the use of InfluxDB and Grafana services on a Windows Server. Since these services don't natively run on Windows, a workaround using Docker in WSL2 is implemented, with NGINX as a reverse proxy for external access.