Resolving Git Insensitivity to Case Sensitivity in Folder/File Names

If you’re a user of Git services or have a personal Git server, you’ve likely encountered the issue where Git doesn’t exhibit sensitivity to changes in the names of directories and files, treating every character as case-insensitive. This becomes problematic when you try to deploy code to production and face challenges due to this insensitivity. […]

Read more.

How to improve WordPress speed

As a web developer, I have completed many WordPress projects, such as developing plugins or themes. Here is a quick checklist for improving page speed in WordPress. You can use this checklist to improve your WordPress website: Plugins, themes and the core of WordPress should be updated. Even though I know many WordPress web admins use cracked […]

Read more.

Inspect element in safari for iOS + macOS

All web developers today know websites should be mobile-friendly. A handy tool you might need if you’re working on a web project is the “browser inspect element.” The purpose of this post is to explain how to use “inspect element” on your iPhone with your mac device (MacBook, iMac, etc.). How to activate the inspect […]

Read more.