Posts
All the articles I've posted.
Get Frontend Theme Updates Using Git: Part 1
Published: at 12:00 PMWhen starting a project using frontend themes, you may want to incorporate new features or bug fixes. In this article, I will provide an alternative approach to effectively manage these updates.
Get Frontend Theme Updates Using Git: Part 2
Published: at 12:00 PMIn this article, I’ll share an advanced method for updating your projects based on frontend themes using Git. You'll learn how to efficiently cherry-pick commits from the upstream repository and organize your local commits for a cleaner Git history. This approach not only simplifies future updates but also enhances the overall management of your codebase. Whether you're a developer looking to streamline your workflow or simply want to keep your frontend project up to date, this guide will provide you with the necessary steps and insights.
How to enhance final classes from open source code with decorator pattern
Published: at 07:00 AMDiscover how the Decorator pattern can effectively enhance and modify functionalities from open source code, particularly when working with final classes. This comprehensive guide delves into practical strategies for achieving code flexibility without inheritance, offering real-world examples and best practices from popular open source projects. Learn how to leverage design patterns to improve code maintainability and reusability in your software development projects.