Kelvin Munene

Kelvin Munene is an undergraduate student undertaking his Bachelors of science in Computer Science. He is interested in cyber security and ethics. He likes playing games as well.
Author Insights

6

0

0
Kelvin Munene is an undergraduate student undertaking his Bachelors of science in Computer Science. He is interested in cyber security and ethics. He likes playing games as well.
6
0
0
May 4, 2022
Shared memory helps programs communicate faster. Programs may use one or more processors and as a result, a process may have several threads.
Jan 10, 2022
Artificial Intelligence is growing at a dizzying speed. Machine learning is employed in practically every service we use daily.
Dec 1, 2021
Introduction CSV (Comma Separated Values) is a basic file format for tabular data. Most programs create CSV files. They allow you to handle data from spreadsheets and databases. For example, tabular data can be...
Oct 21, 2021
Collections are containers for things that contain an arbitrary number of elements. Both mutable and immutable collections are included, and these, in turn, vary functionally with Val and Var.
Sep 8, 2021
If you have been thinking about setting up your Git server for personal projects but have not had the time, now is the moment. I figured it was about time to put up a local GitLab installation now that Proxmox...
Jun 15, 2021
In C#, data types are categorized into three categories: pointer types, value types, and reference types based on how they store their value in the memory.