In real-world projects, code often grows in a “just put everything in” manner. A service that initially had only 50 lines can suddenly turn into a 1,000-line monster with dozens of...
I. INTRODUCTION * When developing a software project, we not only focus on features but also need to consider performance and long-term scalability. * A system may run smoothly at...
INTRODUCTION This personal blog is not just a project but also a story of my journey to enhance my skills – from being a fresh graduate to publishing my very first article. It’s a...
1. INTRODUCTION * In this article, I will share the process of setting up CI/CD (Continuous Integration/Continuous Deployment) for my personal blog. Automating the testing and...
1. INTRODUCTION * When starting your journey into web development, especially for those aiming to set long-term goals such as becoming a full-stack developer capable of handling...
1. INTRODUCTION * When building modern web applications, choosing the right technology for the user interface plays a crucial role in the success of a project. Two of the most...