Cline Cline: Don't Trust One Model A little pet project got an unexpected turn and was replatformed. To save time and protect mental health, most of the work was "outsourced" to an LLM, mostly Gemini. But when we got to GitLab pipelines, progress stalled until help arrived.
GitLab GitLab: Clean Up Pipes If you have multiple projects running numerous builds, your job history will grow, even when you chop off repository branches. Let's discuss a few methods to keep it tidy.
GitLab Joint Forces: AWS and Docker The GitLab CI/CDÂ and its partners offer an extensive library of templates, components, and ready-to-ship solutions to automate your application builds and deployments. But real-life cases make you search for non-trivial scenarios. Here is a simple one that may save you days down the road.
Git Git: From SSH to Personal Access Tokens Accessing remote repositories over SSH is a convenient, reliable, and secure way to sync your local and remote repositories. However, architectural changes and security requirements encourage moving from SSH to HTTPS/TLS protocols.
Documentation Pandoc: My Missing Tool With the "everything as a code" approach, it's natural to treat documentation as a code and use the same source code management and delivery techniques. I know how to create and deliver documents. And now I found my missing link, static content generator - pandoc.
Containers Docker: Logn Errors Recently, I spent some time trying to find why I can not push my just-from-the-own image into the GitLab project registry. The message "illegal base64 data at input" is a bit confusing, but the solution is simple.