Category: "Resources" (5)

Host Hugo site to GitHub.

May 22, 2026

I wanted to host my personal Hugo blog completely free using GitHub Pages. Initially, I faced several issues related to repository naming, GitHub Pages configuration, Git workflow conflicts, and deployment setup....

Managing multiple project versions in the same GitHub repository

Apr 17, 2026

I have been working on a project for years, and suddenly I have to create a completely different version of the same codebase. In my case, I have: - Version 1...

Useful AI Prompts

Oct 12, 2025

Sometimes I need to generate content using AI for the websites of my clients. I notice that AI generates content using the same common pattern, and anyone can identify it...

Popular web server error codes

Oct 20, 2023

Many a time when we try to visit any particular web page, we get an error code displaying in lieu of the original page. Have you ever surprised what that...

Useful GIT commands

Sep 12, 2023

List of all the useful GIT commands which I use for my daily web development work. **Repository Setup / Initialize new repo** **Set global email** **Clone existing repo** **Check remote repository** **Add remote repository** **Check...