Latest Updates

Documenting code, one commit at a time.

Docker 2 posts
×

Strengthening CI/CD Pipelines: Essential Practices for Robustness and Security

Introduction

In the world of continuous integration and continuous delivery (CI/CD), robust and secure pipeline functions are paramount. Our pfm-groovy-library aims to provide reusable deployment logic, streamlining how applications are built, tested, and deployed. However, as with any critical automation, these functions must be meticulously crafted to prevent vulnerabilities and ensure

Read more

From Monolith to Modularity: Streamlining the Job-Hunter-Assistant with Python and Robust CI

The 'job-hunter-assistant' project is designed to streamline the job application process by automating tasks like job scraping and generating personalized CVs and cover letters. Initially, our approach to integrating large language models (LLMs) for content creation faced challenges, particularly concerning the project's architecture and the efficiency of our continuous integration pipeline.

Read more