Geoffrey Mwangi

Geoffrey Mwangi is an undergraduate student taking Computer Science. He is very passionate about programming and contributing to open source projects. He likes gaming and learning new things in his free time.

6

0

0
Geoffrey Mwangi is an undergraduate student taking Computer Science. He is very passionate about programming and contributing to open source projects. He likes gaming and learning new things in his free time.
6
0
0
Mar 17, 2022
Fauna is a cloud-based database with two interfaces; GraphQL and Fauna Query Language (FQL). Databases can hold collections, indexes, and even other databases (multi-tenancy). Documents are located within...
Aug 25, 2021
In C#, we can create and manage related objects in various ways. For example, through the use of arrays or collections.
Jun 25, 2021
Developers can sometimes find the difference between enums and constants confusing since they work in a similar way. Is there any major difference between them? When should we use enums instead of constants and...
May 29, 2021
A thread in Java is a small and light process. Many threads can run in a single process and each thread must be part of a process as it cannot exist on its own.
Jan 20, 2021
In this tutorial, we are going to take a look at variables, data types, and control statements in C# (C-Sharp). C# is a programming language developed by Microsoft that runs on the .NET Framework. It is used to...
Dec 22, 2020
C# is an Object-Oriented Programming language and it is portable as it can develop software for many computer systems. C# was invented in 2002 and it is one of the programming languages widely used today.