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

The Adventures of Blink S3e3: Branching into the Git Multiverse

Hey friends, welcome back to the Adventures of Blink! This week's adventure continues our deep-dive into the world of source control. Last week we talked about how to commit our code and save our ch...
20.03.2025 0 Read More

Day 4: Git Branching, Switching, Merging, and Commit Handling

Day 4: Git Branching, Switching, Merging, and Commit Handling
In the previous session, web created a Git repository and pushed it to GitLab. Today, let's explore Branching, Switching, Merging, and Commit Handling in git. step 1: 1.open your pro...
20.03.2025 0 Read More

How to Set Up a Python Development Environment (VS Code + Git)

🚀 How to Set Up a Python Development Environment (VS Code + Git)So, you’ve decided to learn Python—great choice! 🎉 Now, let’s set up a proper coding environment to write, test, and manage ...
21.03.2025 0 Read More

DAY4-GIT BRANCH,STASH.

DAY4-GIT BRANCH,STASH.
GIT BRANCH: GIT ADD: GIT MERGE: GIT REBASE: GIT CHERRY PIC: GIT STASH: ...
21.03.2025 0 Read More

What is Git and How to Use It: A Beginner's Guide to Version Control with Daily Useful Commands

Git is an essential tool for developers and anyone working with code. If you’re a beginner looking to understand what Git is used for and how to use it efficiently, you’ve come to the right place....
21.03.2025 0 Read More

Mastering Git Commit Messages: A Guide to Effective Version Control

Ever opened a Git history and felt like deciphering ancient hieroglyphs? Yeah, we've all been there. Let's face it, most Git logs resemble cryptic ancient texts, leaving fellow developers deciphering ...
21.03.2025 0 Read More

DAY 5 Git rebase, Git stash, Git cherry-pick.

DAY 5 Git rebase, Git stash, Git cherry-pick.
Create the new file in git directory using git touch command. $ touch git rebase CommandThe git rebase command is used to reapply commits on top of another base commit, helping to maintain a clea...
22.03.2025 0 Read More

Buenas prácticas para escribir commits en Git con Conventional Commits

...
22.03.2025 0 Read More

Konda - The Easy Way to Install Conda in Google Colab

Google Colab's ephemeral environment can be challenging when you need specialized package dependencies. While conda is the go-to solution for managing complex Python environments, getting it working s...
22.03.2025 0 Read More

Accidentally Committed Secrets? A Simple Git Fix Is Not Enough!

It happens to the best of us. A moment of distraction, and suddenly we've committed a .env file, an API key, or another secrets file to our Git repository. If you think simply removing the file and co...
22.03.2025 0 Read More
Loading...
#reading
How to get your pet projects done
0
Modern Software Engineering Chapter 4–8 Summary
0
How Tokenization Secures Digital Payments – A Deep Dive
0
What is Salesforce Hyperforce? Everything You Need to Know
0
Why Applied Observability Is the New Gold in IT Operations
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