OyaCode

OyaCode

Talk is cheap, show me the code.

C++ Smart Pointers

There are three different types of smart pointers in C++. unique_ptr shared_ptr weak_ptr Checko...

Native Component DarkMode In TailwindCSS

When using darkmode with TailwindCSS, there will be some cases that the Native Web Component like...

Static Export In Next.js

Static Export When the app not necessarily requires all Next.js server side features and don't re...

Basic Usages Of Conda

Today for some reason I want to reinstall conda on my CentOS server so I decided to record the pr...

Binary Fix Number Calculation In Machine

This post will discuss the addition, multiplication and division of fixed point number . Please m...