Skip to content

Concepts

Every developer has their own concepts. They are the foundation of how I work. This leads to a consistent and efficient workflow. The purpose are the same, to make the code easy to read, maintain, and solve the problem.

Jenkins Essentials

4 minutes read • Jan 29, 2025

What are the essential steps to set up a Jenkins CI/CD pipeline? This guide covers the installation, configuration, and usage of Jenkins for automating the build, test, and deployment process.

CI/CD Pipeline Strategy for Go Project

7 minutes read • Dec 22, 2024

How do I automate the deployment process for a Go project? This pipeline script is designed to build, test, and deploy the application consistently across different environments.

3 Recommended Patterns for Back-End Functionality

5 minutes read • Dec 8, 2024

What code conventions do I use to organize back-end functionality? These patterns are designed to make the code more readable, maintainable, and efficient.

Released under the MIT License.