A Tailored Approach to Building a Custom WordPress Theme for a Large-Scale Project

Hello, everyone! I’ve embarked on an exciting journey to implement a new design for a large e-commerce project. This project involves integration with Laravel, and in the future, there’s even the possibility of incorporating ReactJS where necessary. Starting with the theme structure, I revisited a long-standing idea I’ve wanted to explore and discuss in detail. Read More..

Mastering the 7-1 SCSS Structure: A Guide to Organized and Scalable Styling in Web Development

The 7-1 SCSS structure is a popular file organization pattern for structuring SCSS in a scalable way. It helps manage larger projects by separating styles into clear categories, making it easier to find, maintain, and collaborate on styling code. The “7-1” part refers to seven folders and one main SCSS file that imports them. Here’s Read More..

Handle Submodule Changes

If you modify files inside a Git submodule but only commit the changes in the parent repository (without committing those changes in the submodule itself), the following will happen: Key Behavior on Push: Summary of What Happens: How to Properly Handle Submodule Changes: 2. Update the Submodule Reference in the Parent Repository: After committing in Read More..