✨ Welcome to RiotBytes
; a blog that aims to provide information about interesting topics & discoveries on the web.
CSS, System Colors and How to Use Them
When using different modes in an operating system, it is important to have consistency and to cater for those who need assistance in using your application.
Using the Record Utility Type
The TypeScript Record type mostly is used to create an object type with specified keys and values. It is often used to define a type for a collection of objects or to define the shape of an object
How to use the Array.reduce method effectively
The
Array.reduce
method is a powerful and versatile way to transform an array into a single value.
Sd Card Classes
Secure Digital cards or SD Cards are a common device used for storage of digital data in cameras and mobile devices. In this article, I talk about the different types of SD cards, how to kow which one to buy depending on the device that you want to run it in and also, what to expect from the various types of SD cards that we have.
WSL GUI Feature Introspection.
Recently, Microsoft announced support for Linux GUI applications on WSL2 and code named it ‘WSLg’.