AT Logoatdev.blog

Tech Blog

Articles about development, technology, and best practices

Hands-on notes from real projects — Laravel, Node.js, Odoo, DevOps, and AI-assisted workflows. Every post comes from something I actually built, debugged, or shipped, with the commands, configs, and mistakes included. Many guides pair with a free browser tool you can try right away.

32 results
Created a Git Branch From the Wrong Branch? How to Fix It
DevOps

Created a Git Branch From the Wrong Branch? How to Fix It

Ran git checkout -b while standing on another branch and now your new branch carries unmerged code? Here's how to detect and clean a Git branch created from the wrong base before you open a PR.

6m
Jul 14, 2026
9
Laravel Scheduler Has Mutex Explained (withoutOverlapping Fix)
Laravel

Laravel Scheduler Has Mutex Explained (withoutOverlapping Fix)

Laravel shows “Has Mutex” when using withoutOverlapping? Learn why locks happen and how to fix Laravel Scheduler correctly.

8m
Jun 27, 2026
20
Odoo Custom Module: A Safe Lifecycle Guide
Odoo

Odoo Custom Module: A Safe Lifecycle Guide

A complete overview of the Odoo custom module lifecycle: structure, models, security, safe install/upgrade/uninstall, and real-world pitfalls — with a no-data-loss checklist.

9m
Jun 23, 2026
6
Keep a Consistent Character in ChatGPT Images: 8 Prompts for 50 Shots
AI & Machine Learning

Keep a Consistent Character in ChatGPT Images: 8 Prompts for 50 Shots

slug_en: consistent-character-chatgpt-image-generation

9m
Jun 18, 2026
11
Bitbucket App Password Deprecated: Set Up SSH Key to Fix Git Pull and Git Push
DevOps

Bitbucket App Password Deprecated: Set Up SSH Key to Fix Git Pull and Git Push

Learn how to set up an SSH key for Bitbucket to fix git pull and git push errors caused by deprecated App Passwords. Includes Mac, Windows, remote SSH, and troubleshooting steps.

5m
Jun 15, 2026
16
Bitbucket App Password Deprecated: How to Fix Git Pull and Git Push with API Token
DevOps

Bitbucket App Password Deprecated: How to Fix Git Pull and Git Push with API Token

Bitbucket App Password deprecated? Learn how to fix git pull, clone, and push HTTPS errors using API Token, Git remote update, SSH, or Repository Access Token.

5m
Jun 14, 2026
22
10 Future Careers Expected to Boom in the Next 10 Years
Career

10 Future Careers Expected to Boom in the Next 10 Years

Discover 10 future industries expected to grow rapidly in the next decade, from AI agents and cybersecurity to green energy, robotics, EdTech, fintech, space economy and mental wellness.

7m
Jun 7, 2026
7
Laravel: Set Up Crontab and Supervisor Queue on Server
Laravel

Laravel: Set Up Crontab and Supervisor Queue on Server

Learn how to configure Laravel Scheduler with crontab and run Laravel Queue Worker automatically using Supervisor on a Linux server.

8m
May 27, 2026
18
Laravel Paper: Use Markdown and JSON Files as Eloquent Models
Laravel

Laravel Paper: Use Markdown and JSON Files as Eloquent Models

Laravel Paper brings Eloquent-style querying to Markdown and JSON files in Laravel. A practical flat-file approach for docs, product catalogs and small content systems.

5m
May 25, 2026
11
Tech Blog — Web Development & Programming Tutorials | atdev.blog