AYAkash Yadavinblog.akashy.com.np·4d ago · 4 min readHow I Automated Neon PostgreSQL Backups Using GitLab CI/CD (Without GitHub Actions)I wanted an automated way to back up my production database. Most tutorials use GitHub Actions, but my code is hosted on GitLab, so I decided to use GitLab CI/CD instead. In this guide, I'll show you 00
Ddhanushindhanushd24.hashnode.dev·Jun 16 · 6 min readHow I Reduced My Docker Image from 1.5GB to ~400MB (GitLab CI)If your Docker image is bloated, your GitLab pipeline slows down — longer push times, slower deployments, and higher registry storage costs. Here's exactly how I brought a 1.5GB image down to under 4000
NNavyainnavyakhannahashnodedev.hashnode.dev·Jun 10 · 3 min readLOG-5 Week 2: "Milestone 1, Coming to an end"It has been a while since I updated on the week 2 work that about to come to an end now, I pushed my working branch and opened an MR (PR for github people), and it hasn't been merged yet because it ne10
HLHatim Lohaingitworkflowjourney.hashnode.dev·Jun 10 · 2 min readLesson 1 — Git & GitHub JourneyLesson 1 — Git & GitHub Journey What is Git? Git is a version control system. It tracks: file changes code history who changed what rollback versions team collaboration Think like: Save Game Sy00
JGJoseph Ganinbwgjoseph.com·Jun 5 · 14 min readMastering GitLab Parent‑Child Pipelines: Scalable CI for Multi‑Module Maven MonoreposBackground Recently, I redesigned my team's pipeline running on a multi-module Maven monorepo using GitLab CI. It wasn't that the previous setup was broken, but my team faced a few persistent issues t10
KMKODE marketinkodemarket.hashnode.dev·May 29 · 1 min readThe World’s 1st Decentralized Code Search Engine: Achieving Full Parity for GitHub & GitLabFor years, GitLab projects have lacked the visibility and easy distribution of their GitHub counterparts. We decided to fix this by building the World’s 1st decentralized code search engine that treat10
KMKODE marketinkodemarket.hashnode.dev·May 28 · 2 min readIntroducing KODE.market: The First Decentralized App Store for GitHub & GitLabThe open-source ecosystem is fragmented. Developers publish code to GitHub or GitLab, but users struggle to find safe binaries, verify integrity, and support authors directly. Centralized app stores t11K
JAJayanath Amaranayakeinfewmorewords.com·May 25 · 5 min readGitea for Version ControlHey, Good to see you around here! 👋😊 🧵 This is the part 06 of the Home Lab 2.0 series. It took me almost 8 months to write this post 😬. Mostly I feel like these posts are increasingly becoming irr00
RARuben Alvaradoinralvaracode.hashnode.dev·May 12 · 3 min readFlexible Git Workflow - We Actually UseIn this article I write about the workflow we use on daily basis. This is a way to provide the team with simple and easy to understand rules that help them stay in order to have ready to deploy code b00
Qquietpulsesocialinquietpulse.hashnode.dev·May 7 · 11 min readGitLab Scheduled Pipeline Monitoring: How to Catch Missed CI/CD Runs Before They Break ProductionGitLab scheduled pipeline monitoring matters because scheduled CI/CD jobs can fail quietly while the rest of your system looks healthy. Your application is up. Your GitLab project is reachable. Recent commits build successfully. But the scheduled pip...00