Blogs

Experimental

The place to discuss all things technological is here. Please take pleasure in it and don't be afraid to give me feedback!

Make your VueJS code look more fabulous with class decorator (part 2)

In part 1 of this article, I introduced you to how to make your Vue code look more fabulous than before what you did by using decorators. But in reality, most projects usually use the store management library like Vuex for complexity state through all projects. So, if we just use the decorators for the main code will not be enough. Let's complete this mission.Read More →

Make your VueJS code look more fabulous with class decorator (part 1)

Today, I will intro with you to another way to build Vue project look cooler with class setup and decorator as functionality support. Moreover, we can taste the mixing of traditional javascript class style and compositions API in your Vue 3.0 projects.Read More →

Construct layout with grid template areas

Since CSS Grid was supported by almost major browsers (like Chrome, Safari, Opera, etc) in 2017. That opened an amazing way to build any type of layou commonly. I never used it for my client project until I had a look at some articles. In 2023, might make sure this is the best simple way to construct complex layout in web development.Read More →

© Bùi Quốc Khải.