Skip to content

Shamim Mia - Tech Blog

  • Home
Shamim Mia - Tech Blog
  • The Perfect Git Workflow for Small Teams (Step-by-Step)
    Git

    The Perfect Git Workflow for Small Teams (Step-by-Step)

    ByShamim Mia September 16, 2025September 17, 2025

    1) Daily workflow (the golden path) 1. Sync development 2. Create a feature branch 3. Commit in small units 4. Stay up to date (rebase onto development, never merge teammates’ branches) 5. Push & open PR → target development 6. Merge with “Squash and merge” (keeps linear history; 1 commit/PR). Delete remote branch after merge. 7. Update local development…

    Read More The Perfect Git Workflow for Small Teams (Step-by-Step)Continue

  • Quick Guide

    How to Make a Zip File Excluding Specific Files and Folders

    ByShamim Mia June 25, 2025June 25, 2025

    Explanation:

    Read More How to Make a Zip File Excluding Specific Files and FoldersContinue

  • Step-by-Step Guide: Creating a WordPress Website Locally with Valet and WP-CLI
    Valet

    Step-by-Step Guide: Creating a WordPress Website Locally with Valet and WP-CLI

    ByShamim Mia January 15, 2025April 29, 2025

    Make sure Valet and WP-CLI are installed on your system. Create your Local website directory and enter it – (Set a directory name) Download WordPress core files – Set database configuration on the wp-config file ( change DbName, DbUser, DbPass ) as you want – Create a Database as per the above configuration of the…

    Read More Step-by-Step Guide: Creating a WordPress Website Locally with Valet and WP-CLIContinue

  • How to Fix “Valet localhost shows a database connection error” Issue
    Valet

    How to Fix “Valet localhost shows a database connection error” Issue

    ByShamim Mia August 29, 2024

    If you’re using Laravel Valet and suddenly encounter a database connection error when trying to access your local development site via localhost, don’t worry. It’s a common issue that can happen due to MySQL misconfigurations or permission problems. Here’s a step-by-step guide on how to troubleshoot and fix the error, using Homebrew to manage MySQL…

    Read More How to Fix “Valet localhost shows a database connection error” IssueContinue

  • WordPress

    Fix “Another update is currently in progress!” in WordPress Dashboard

    ByShamim Mia November 21, 2023April 29, 2025

    If you encounter the warning message “Another update is currently in progress” while attempting to update WordPress from your WordPress Dashboard, don’t worry – there is a simple solution to fix it. Just follow these easy steps: 1. Install WP-CLI on your website. 2. Take a complete backup of your website before updating it for…

    Read More Fix “Another update is currently in progress!” in WordPress DashboardContinue

© 2025 Shamim Mia - Tech Blog - WordPress Theme by Kadence WP

  • Home