Writing on software development, start up and SASS app building

All of my long-form thoughts on programming, leadership, product design, and more, collected in chronological order.

What is MVC architecture?

The MVC (Model-View-Controller) is most important a software architectural pattern commonly used for developing user interfaces and applications.

Sort Tailwind CSS class in NextJS project

Sometimes when we work with Tailwind CSS with NextJS project, we feel quite annoyed when using too much Tailwind CSS and the arrangement order is not according to a standard. So we need to arrange and standardize those classes. So today I wrote this article to solve this problem.