Logo
Login
Tech Posts 31213
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 to Clean Up Git Branches: Scripts to Delete Old, Inactive, and Unused Branches

As software development projects grow, so does the number of Git branches. Before long, your repository can become cluttered with old, inactive branches that serve no purpose. These abandoned branches...
10.04.2025 0 Read More

๐Ÿš€ CI/CD in 2025: Build Faster, Deploy Safer ๐Ÿ”

Still struggling with bloated images or flaky pipelines?In this short guide, I break down the top practices for modern CI/CD workflows: โœ… Multi-stage Docker builds for clean, small containers ๐Ÿ”’ K...
11.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

Git Branching and Merging: A Data Engineer's Guide to Efficient Code Management

Git Branching and Merging: A Step-By-Step Guide As a data engineer, managing and collaborating on code for data pipelines, transformations, and infrastructure is crucial. Git branching and merging are...
11.04.2025 0 Read More

Git - Using git cherry-pick to Select Specific Commits

Introduction In software projects, you may want to transfer specific changes from one branch to another without merging the entire history of changes. The git cherry-pick command allows you t...
12.04.2025 0 Read More

Software Configuration Management for DevOps teams

This article originally appeared on my personal blog https://luigimorel.com Introduction While working on software projects, maintaining control over configurations is very important. Software...
12.04.2025 0 Read More

Week 3 Hw notes keyboard shortcut windows

Ctrl + Tab = toggle between tabs Ctrl + Shift + tab = toggle backwards between tabsAlt + tab = toggle between apps Alt + shift + tab = toggle backwards between apps Windows key + S = search bar shor...
12.04.2025 0 Read More

Belajar Flyway Episode 1: Pengenalan dan Migrasi Pertama

Belajar Flyway Episode 1: Pengenalan dan Migrasi Pertama
Pendahuluan Halo teman-teman! Selamat datang di seri Belajar Flyway. ๐ŸŽ‰ Di episode pertama ini, kita akan berkenalan dengan Flyway, sebuah tool untuk mengelola migrasi database, dan langsun...
13.04.2025 0 Read More

๐Ÿš€ GitHub Releases: What, Why, and How?

If you're building a project and want people to download, use, or test it, then GitHub Releases is your best friend. It helps you publish official versions of your work โ€” and it makes sharing, track...
14.04.2025 0 Read More
Loading...
#reading
๐Ÿš€ ๐—›๐—ผ๐˜„ ๐˜๐—ผ ๐—”๐˜๐˜๐—ฎ๐—ฐ๐—ต ๐—ฎ๐—ป๐—ฑ ๐—ฆ๐—ฒ๐—ป๐—ฑ ๐—ฎ๐—ป ๐—˜๐˜…๐—ฝ๐—ฒ๐—ป๐˜€๐—ฒ ๐—ฅ๐—ฒ๐—ฝ๐—ผ๐—ฟ๐˜ ๐—ฃ๐——๐—™ ๐˜ƒ๐—ถ๐—ฎ ๐—˜๐—บ๐—ฎ๐—ถ๐—น ๐—ถ๐—ป ๐—”๐—ฆ๐—ฃ.๐—ก๐—˜๐—ง ๐—–๐—ผ๐—ฟ๐—ฒ?
0
WSL rsync in /mnt/c drive
0
UX/UI Designs In Fintech
0
Understanding Keyloggers
0
React Form Toaster 1.0.0
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