Aller au contenu
5 articles avec l'étiquette « Automation »

Accélérer les traductions avec l'intégration continue

A beautiful cover image with the text "AI Translations"

Je travaille dans les communautés de logiciels libres (OSS) sur githubGitHub depuis plus d’un an maintenant et, bien que je pensais avoir trouvé tout ce à quoi je voulais contribuer, j’ai récemment découvert le projet personnel de pelikhanPeli, action-continuous-translation. Je suis très heureux d’avoir commencé à y apporter des contributions régulières et de faire désormais partie de cette petite communauté.

How I Built a GitHub Profile README That Shouldn't Exist (But It Does)

A beautiful cover image with the text "GitHub Profile"

Creating a standout githubGitHub profile README isn’t just about adding a few badges — it’s about pushing technical boundaries. In this deep dive, I explore low-level SVG manipulation, HTML-to-SVG conversion, inline animations, and full automation with GitHub Actions to build what I believe is one of the most technically advanced GitHub READMEs. From a dynamic Bento Grid that updates every 5 minutes to embedding live SVGs without external requests, this project transformed my profile into a living, self-updating showcase of my work. Want to know how I did it? Let’s break it down. 🚀

Setting up Continuous deployment in a GitHub repository

A beautiful cover image with the text "Github CD"

Today we’ll take a look at how to set up a githubGitHub repository which will be deployed to a k3s cluster via Argo CD. In summary, the article will include Workflow files, Dockerfile, manifests (deployment) and Docker HubDocker Hub repositories. Please check out our Argo CD blog because this will be a continuation of the other post.