Programming

Upgrade to Modern Cplusplus

It seems a total different language sinc c++11, it provides more features such as auto, constexpr, lembda, thread, mutex, move semantics and so on. And more in c++14/17/20. It is time upgrade your c++ knowledge and leverage the power of the modern c++. [ May 30, 2024 ]

Multithreading in Modern C++

[ August 12, 2024 ]

fmt::format Custom Data Structure

{fmt} is a modern formating library, it provides a safe replacement for the printf family of functions. Errors in format strings, which are a common source of vulnerabilities in C, are reported at compile time. This article is about how to introduce ftm::format support for any user-defined structure. E.g., we have a user-defined data structure: [ July 9, 2024 ]

Tailwind CSS Basic Usages

In the last post Get Started with Tailwind CSS, we have set up our Tailwind CSS development environment, and we also create a Hero Image page. Now, let me explain the details how it works. You can also refer to the offical documentations: https://tailwindcss.com/docs/. [ July 8, 2024 ]

Get Started with Tailwind CSS

Tailwind CSS framework is a utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90 that can be composed to build any design, directly in your markup. See the official website for more details. [ July 4, 2024 ]

Build Navigation Bar With Tailwind Css

[ June 30, 2024 ]

Use Literal String as Tempalte Parameter

[ May 30, 2024 ]

Create A Navigation Bar With Tailwind CSS

[ May 30, 2024 ]

Classic Books Recommendations

[ May 30, 2024 ]

Learn Python in 10 Minutes

[ May 30, 2024 ]