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.

Automatically generate changelogs with git

One of the rather tedious tasks of a developer is to generate changelogs. I cannot imagine that anybody enjoys going through the project history and try to reverse engineer what has happened since the...
03.04.2025 0 Read More

DevOps Training in Bangalore: Step-by-Step Guide to Git Installation

Master Git Installation for a Smooth DevOps Workflow Git is an essential tool in DevOps workflows, allowing seamless collaboration, version control, and code management. Whether you’re a be...
03.04.2025 0 Read More

The Adventures of Blink S3e5: Use the Forks

The Adventures of Blink S3e5: Use the Forks
Hey friends, welcome to The Adventures of Blink! If you find today's adventure helpful, please let me know by leaving an emoji or a comment... and then make sure to subscribe so you don't miss upcom...
03.04.2025 0 Read More

Most Used Git Commands: A Step-by-Step Guide with Examples

Whether you're new to Git or need a quick refresher, this post will walk you through the most commonly used Git commands with practical examples. Each command is paired with input/output and real-worl...
03.04.2025 0 Read More

Git Commit Conventions Using Cursor MCP: A Complete Guide

Ever struggled with maintaining consistent Git practices across your team? You're not alone! Let's dive into how Cursor's Model Context Protocol (MCP) can help enforce Git conventions and make your ve...
03.04.2025 0 Read More

Como recuperar quase qualquer coisa no git (git reflog)

Como recuperar quase qualquer coisa no git (git reflog)
Reflog é um recurso do Git que armazena informações das alterações de branch, commit, merge, rebase, checkout, entre outros (uma espécie de dedo duro 🫣).Diferente do git log, que rastreia com...
03.04.2025 0 Read More

# 🚀 From Commands to Confidence: My Week with Linux Scripting

Hello Peeps!It’s been a great week of learning — and more importantly, using what I’ve learned. Like I said earlier, I’ve been feeding my brain a ton lately, and it finally feels like I’m fl...
03.04.2025 0 Read More

Conventional Commit Types: A Rule of Thumb Guide

📄 Original post on boonyarit.me Conventional Commits provide a fantastic structure for keeping commit histories clean, understandable, and ready for automated processes like versioning and changel...
04.04.2025 0 Read More

Automatically resolve formatting conflicts with jj fix

Jujutsu (jj) is a git-compatible versioning tool. It makes working with git repositories much nicer, and also supports more advanced workflows that would be difficult or infeasible in git.As an exampl...
04.04.2025 0 Read More

🚀 GitHub SSH & "Repo Not Found": The Mistake That Took Me a Bit Too Long to Debug

“Hi ishan1! You've successfully authenticated, but GitHub does not provide shell access.” Sound familiar? It definitely did to me. 🙃 🧩 The Confusing Error So here I was, just tryin...
04.04.2025 0 Read More
Loading...
#reading
Starting my journey with The Odin Project
0
Singleton de forma simples
0
Tutorial 15: Fetching and Displaying JSON Data from a REST API in Swift
0
Extreme Ownership of Your Career — the Open Source Way
0
🚀 Auto-Deploying a Slim-PHP App with Docker, GitHub Actions, and Caddy
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