WELCOME TO MY BLOG

A space where I share practical knowledge, experiences, and lessons in web development — from the perspective of Tran Van Thang.

HTML & CSS for beginners

Learn the fundamentals of web development — build the structure of your web pages using HTML, and bring them to life with beautiful styling and layouts using CSS. 

Read more

Why Data Structures & Algorithms Matter in Web Development?

You can create great-looking websites with HTML, CSS, and JavaScript. But to become a professional web developer, understanding Data Structures & Algorithms (DSA) is a major advantage.

Read more

Is Math Important to Developers?

When people think of programming, they often imagine typing lines of code to build websites, apps, or software. But behind the scenes, math plays a surprisingly important role in how developers think, solve problems, and build efficient systems.

Read more

TailwindCSS vs Bootstrap

Are you wondering whether to choose TailwindCSS or Bootstrap when starting to learn or build a website interface? Both are powerful, but they differ greatly in style and usage.

Read more

SQL vs NoSQL – Which One Should You Choose?

When building a web application, choosing the right database system can significantly impact performance, scalability, and overall development flow. The two primary database types are SQL (relational) and NoSQL (non-relational).

Read more

Java vs JavaScript – Same name, different worlds!

Although their names may sound similar and can easily confuse beginners, Java and JavaScript are two entirely different programming languages with distinct purposes, design philosophies, and use cases. 

Read more