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

10 Git Commands to Boost Your Version Control Skills

10 Git Commands to Boost Your Version Control Skills
1.The git diff command in Git is used to show the difference between changes in your code. It helps you see what has been added, modified, or deleted before you commit.2.The git log command shows the ...
25.04.2025 0 Read More

A Practical Guide to Running Expo EAS Builds on Windows

A Practical Guide to Running Expo EAS Builds on Windows
If you’re using Expo EAS for React Native builds, you know that cloud builds can get expensive quickly. But what if you could run EAS builds locally on GitHub Actions and test them before pushing?Th...
25.04.2025 0 Read More

How to Set Up a CI/CD Pipeline with GitHub Actions in 15 Minutes 🚀

Great for freelancers & beginners! Struggling to Automate Your Deployments? You're Not Alone. Imagine this: you've just finished coding a feature you're super proud of. But every time yo...
27.04.2025 0 Read More

How to Automate Deployment with GitHub Actions

How to Automate Deployment with GitHub Actions
If you're still deploying your projects manually, you're leaving time, consistency, and sanity on the table.Let’s change that today — with GitHub Actions.Imagine pushing code to your repo and watc...
02.05.2025 0 Read More

🚀 From Zero to Hero: Deploying a FastAPI Backend on Google Cloud Run with CI/CD, Docker & MongoDB

Hey Devs! 👋 This week, I took on a fun but powerful challenge — containerizing a FastAPI backend, wiring up MongoDB, pushing to Google Cloud Run, and fully automating it with GitHub Acti...
02.05.2025 0 Read More

Set up a Neon PR branch for a React Native Expo application using GitHub Actions

It is essential to test any changes before merging them into a central or feature branch to catch bugs before they make it to production and ensure existing functionality continues to work as expected...
02.05.2025 0 Read More
Loading...
#reading
How to Set Up GitHub Actions to Deploy a Simple Docker App on an EC2 Server
0
How to Connect Your Next.js React Application to Redis
0
Pulumi Gestalt 0.0.2 released
0
Why Use WHM (Web Host Manager) for Efficient Website Management
0
What Are DevOps Tools & Why Do They Matter?
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