gideonbature.hashnode.devHow To Install The Codeium Plugin on Vim and NeovimIntroduction In the world of programmers, neovim is one of the most used terminal based editor, of course others are vi, vim and emacs. Unlike full fledged IDE (Internal Development Environment) with robust features and functionalities, often normal ...Mar 28, 2024·6 min read
gideonbature.hashnode.devUnveiling ResultNote: The Game Changer for Effortless Result ManagementIntroduction Our project helps teachers to be able to manage their students results: they can record the test and exams grade of each individual students per class, generate the over all result for each student in a class based on their individual re...Feb 21, 2024·10 min read
gideonbature.hashnode.devWhat Happens When You Type "https://www.google.com" in Your Browser and Press "Enter"Introduction One beauty of the internet is that, you can make use of it even without the knowledge of the technologies that power it. Many people understands the internet just from the perspective of searching and getting information and resources su...Dec 15, 2023·10 min read
gideonbature.hashnode.devUnderstanding Bubble Sort - Sorting Algorithm.Introduction In this world, in our day to day life, we deal with data, and these data comes in form of numbers and words. These data can be ordered or unordered, and sometimes there is a need to make these data be in an orderly manner(ascending or de...Dec 3, 2023·17 min read
gideonbature.hashnode.devHash Tables in C: A Beginner's GuideIntroduction Before we look at what a Hash Table is, let us look at some terms that will help us understand Hash Tables in a much better way. Hashing This is a technique used to Identify a unique/specific object from a group of similar objects. For e...Sep 11, 2023·23 min read