In this article, the basic concept of data compression is explained. Questions like why data compression is used and how it works are answered in a simple as possible manner.
Continue reading…Client-Side Encryption Explained (Simple)
A concept that you see more often when the security of technology is mentioned, is client-side encryption. In this article we take a step-by-step and simple approach to explain what this concept means. First, we go through the meaning of a client and encryption. This makes understanding the concept behind client-side encryption easier. Lastly, we discuss end-to-end encryption, which is sometimes associated with client-side encryption.
Continue reading…Building a Stopwatch with C#
Another C# project suitable for beginners. This time our C# project is building a simple stopwatch.
Continue reading…Hexadecimal Code and RGB Color Values Explained (Simple)

What is Hexadecimal Code?
Hexadecimal code is a combination of digits and letters, according to the hexadecimal number system. This means that every number place can go from 0 to F, so in total 16 different numbers. When a value of a numbers place exceeds 9, letters are used. As shown in the table below:
0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 |
0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | A | B | C | D | E | F |
Continue reading…