Redirecting a domain to a medium account

Here is an outline of the steps involved in fixing up your subdomain redirect. Creative nerd workstation What you need ; A domain from any domain service like namecheap, whogohost, or any one of your choosing. A medium account. An account on Cloudflare After signing in to Cloudflare, click on the add site button to add your domain. Ensure you … Continue reading Redirecting a domain to a medium account

What it is like to be a part of Start.ng and HNGi.

Photo by Fabian Grohs on Unsplash If you’ve been scraping the internet for information on start.ng and HNGi and you won’t mind reading an article written by a participant , please go ahead. TL:DR ; It all ends with you leaving better than you came in or worse, depending on you. Start .ng Start.ng is a FREE virtual training … Continue reading What it is like to be a part of Start.ng and HNGi.

Human Anatomy and Computing. How can a symbiotic relationship be established?

Innovation is borne not by doing new things, but by looking for ways to do old things better. Scientists with a thirst for innovation have across various epochs found ways of introducing other areas of study into their field in order to improve already existent systems and processes or to probe further for entirely new … Continue reading Human Anatomy and Computing. How can a symbiotic relationship be established?

HNGi 2021

Good coding posture I have written about my past experience in HNGi here What it is like to be a part of Start.ng and HNGi. The major difference between this year and last year is that Start.ng has been replaced by ZURI and Ingressive 4 Good is heavily involved Zuri Training .I am back this year to have fun and … Continue reading HNGi 2021

How to run make in Windows 10

The first thing to do is to install GCC which stands for ‘GNU C Compiler’ Installation Download mingw-get-setup.exe (MinGW Installation Manager)from MinGW SourceForge page Launch the installer and follow the prompts till the download inside the installer is complete. Click on the ‘Basic Setup’ tab. On the right side of the dialog box, tick “mingw32-gcc-g++-bin”. and select … Continue reading How to run make in Windows 10

Unable to find an OpenAPI description error in .net 6 REPL CLI tool

Exercise — Create a web API project — Learn | Microsoft Docs Hello friends, I am presently using the course above to practice building APIs with .NET 6 and C# 10. I came across this error when I ran httprepl https://localhost:{PORT} Unable to find an OpenApi description and when I ran ls, I saw this : … Continue reading Unable to find an OpenAPI description error in .net 6 REPL CLI tool

How to Copy a folder across multiple user accounts on a Linux Ubuntu 20.0 Virtual Machine on azure.

This article aims to show you how to Copy directories from the desktop environment to a root folder on your hard drive on a Linux Ubuntu 20.04 Virtual Machine on Azure when these 2 locations have multiple users (phew, what a mouthful). Problem : I had an Ubuntu version 20.04 Virtual Machine on Azure on which … Continue reading How to Copy a folder across multiple user accounts on a Linux Ubuntu 20.0 Virtual Machine on azure.