Logo
Login
Tech Posts 31191
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

How I Built My Own CI/CD Pipeline for a Small Project (Because GitHub Said “No”)

How I Built My Own CI/CD Pipeline for a Small Project (Because GitHub Said “No”)
Why I Ditched GitHub Actions So long story short no one wants to make systems of their own and why should we there are great minds who have devoted years in perfecting it. Like most developer...
01.04.2025 0 Read More

How to create dynamic GitHub Actions based on the contents of a repository

How to create dynamic GitHub Actions based on the contents of a repository
If you are here, you probably know what GitHub Actions are and understand the basics of YAML Dynamic GitHub Actions GitHub Actions allow you to create jobs programmatically by using ...
02.04.2025 0 Read More

Cost Optimization Gone Wrong: Lessons from Using Arm Runners in GitHub Actions for Fargate Spot

Cost Optimization Gone Wrong: Lessons from Using Arm Runners in GitHub Actions for Fargate Spot
About six months ago, I wrote an article about how to cut costs using Fargate and Fargate Spot. At the time, I kept the GitHub Actions runner as the default x86 architecture (ubuntu-latest) and introd...
03.04.2025 0 Read More

Never Miss a Bug Again: Enforce Screenshots in PRs with GitHub Actions

Never Miss a Bug Again: Enforce Screenshots in PRs with GitHub Actions
🚀 Supercharge Your PRs with PR Quality Enforcer: Frustrated with vague pull requests and missing screenshots? Meet **PR Quality Enforcer* – your GitHub Actions hero!* 🎯 The Pa...
06.04.2025 0 Read More

How to Set Up a CI/CD Pipeline with GitHub Actions for Automated Deployments

How to Set Up a CI/CD Pipeline with GitHub Actions for Automated Deployments
In this article, you will learn how to implement continuous integration and continuous delivery in your repository using GitHub Actions to automate your development workflow. To demonstrate this, I w...
08.04.2025 0 Read More

I made a GitHub Actions ebook, its totally free, would love your feedback!

Hey everyone,I’ve been working in cloud, infrastructure, DevOps, and platform engineering for a while and I finally put together something I’ve always dreamed of creating: an ebook.This is somethi...
08.04.2025 0 Read More

Containerize Express APP and automate deployment to Google Cloud Run using GitHub Actions

This article provides step by step guide for setting up a complete CI/CD pipeline to deploy a Express API to Google Cloud Run using GitHub Actions. What We'll do? Builds a Docker container fr...
09.04.2025 0 Read More

3 hacks to easily create and manage Argo CD applications

Introduction: Argo CD is a powerful GitOps tool that helps you declaratively manage your Kubernetes applications. But let’s be real, getting everything set up efficiently can sometimes feel...
09.04.2025 0 Read More

What is GitHub Actions Matrix Strategy?

The GitHub Actions matrix strategy is a powerful feature that allows you to run the same job across multiple combinations of variables—like environments, operating systems, or software versions—wi...
09.04.2025 0 Read More

Compare changes to encrypted files without revealing secrets in a GitHub Actions pull request workflow!

Compare changes to encrypted files without revealing secrets in a GitHub Actions pull request workflow!
Recently I've worked on something I can describe as a very fun solution that has relieved much stress. On a project with frequent updates to encrypted environment files, it became tedious to review pu...
09.04.2025 0 Read More
Loading...
#reading
AI System Learns Physics by Imagining "What If" Scenarios in Videos
0
How to Create a Simple GUI in Roblox in 2025?
0
SQL Day 7: Foreign Key, Primary Key, Index, Transactions, and Rollback
0
Estratégias de Caching para Resolver Problemas de Latência e Sobrecarga em Bancos de Dados
0
Understanding SSH: A Comprehensive Guide to Secure Shell Protocol
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
What is Model Context Protocol (MCP): Explained in detail
0
Beginner's Guide to the Model Context Protocol (MCP)
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
How to Run DeepSeek Locally Using Ollama
0