Logo
Login
Tech Posts 31192
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.

Dockerizing a FastAPI CRUD App: Automating Builds and Pushes with GitHub Actions

Dockerizing a FastAPI CRUD App: Automating Builds and Pushes with GitHub Actions
FastAPI is a high-performance Python framework for building APIs, and Docker allows us to containerize applications to make them easier to deploy. In this guide, we'll containerize a FastAPI app with ...
09.04.2025 0 Read More

πŸ”§ Fix Git Mistakes Like They Never Happened

Tired of commit messages like "fix again 😬"? It's 2025 β€” your Git history deserves better.Use: βœ… git commit --fixup βš™οΈ git rebase --autosquash ✨ Clean commits, pro-level history, and zero...
11.04.2025 0 Read More

GitHub Actions for Beginners: Automate Everything

GitHub Actions makes automation easy for developers. Whether you want to lint code, run tests, deploy apps, or just automate boring tasks β€” GitHub Actions has your back.In this guide, we'll walk thr...
11.04.2025 0 Read More

AIGeT – Auto Issue Generator from TODOs in Code

Tired of ignoring TODOs in your code? Introducing AIGeT – An Auto-Issue Generator that scans your codebase for # TODO: comments and automatically creates GitHub issues for them! πŸ§ βœ¨πŸ”Ή Built wi...
11.04.2025 0 Read More

Terraform and Nuxt: Deployment Automation

Terraform, created by HashiCorp, is one of the leading tools for professionals such as DevOps Engineers, Cloud Architects, and System Administrators. Its goal is to provision and manage infrastructure...
11.04.2025 0 Read More

Deploy Static Web Apps to AWS S3 Using GitHub Actions

This guide will help you securely deploy a static web application (e.g., Next.js, Vite) to an AWS S3 bucket using GitHub Actions and an IAM Role. Step 1: Create an IAM Role in AWS Log in to ...
13.04.2025 0 Read More

Recent Security Alerts: GitHub Actions Hijack and Kubernetes Ingress-NGINX Vulnerability

Hello friends Recently, two important security issues were brought up by Wiz. These issues affect GitHub Actions and the Kubernetes Ingress-NGINX controller. If you are working in DevOps or m...
13.04.2025 0 Read More

Building a GitHub Actions Version Checker with Cursor AI: 5 Lessons Learned

Building a GitHub Actions Version Checker with Cursor AI: 5 Lessons Learned
TL;DR: Created a version checker for GitHub Actions using AI that made me question my life choices, but at least now I know why semver exists and how to write AI prompts better. Chaotic Beginn...
14.04.2025 0 Read More

Building a Secure CI/CD Pipeline for a React-TypeScript Application Using GitHub Actions and ArgoCD

Security is a continuous part of the development lifecycle rather than an afterthought. It goes beyond just securing CI/CD pipelines and extends to all aspects of development, from infrastructure to a...
14.04.2025 0 Read More

πŸ§ͺ GitHub Actions Matrix Strategy - Part 2: Email Notifications with Artifact Links via EmailJS

πŸ§ͺ GitHub Actions Matrix Strategy - Part 2: Email Notifications with Artifact Links via EmailJS
In Part 1 of this series, we explored how to use GitHub Actions matrix strategy to run UI automation tests across multiple browsers like Chrome and Firefox in parallel. It was fast, flexible, and scal...
14.04.2025 0 Read More
Loading...
#reading
What is Qiskit Function?
0
Building AWS Infrastructure with Terraform: A Deep Dive into Our Jira Clone Setup πŸ—οΈ
0
Callback props in React
0
πŸš€ CSS Responsive Design: Why Use min-width & max-width?
0
I Built a 3D Global Radio Map with Next.js and Three.js
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