To install Node.js 16 after uninstalling Node.js 18, you can use the NodeSource repository to get the specific version you want. Here’s a step-by-step guide using the terminal: Remove the...
This post is about my developer experience building my personal website with ruby, jekyll and GitHub pages, opinions are mine and mine alone. When I decided to build👨🏽💻 my personal...
Having code that works or implementing a solution is not good enough. Some problems require optimizing for memory and time and also meeting given constraints. Efficiency matters, and the scalability...
Hello world Insert cool robot image here
For an updated version of this post see this post: Installing NodeJs on the Pi -linux based system How to install NodeJs on the Raspberry Pi 4 Tested on Raspberry...
This post covers the procedure to send a GET and POST request with AT commands using the SIM900 GSM/GPRS module and the Arduino UNO. It is useful for retrieving data...
I discovered Google Earth Engine (GEE), and I thought it might be helpful to share my experience with others who might need satellite images for their work. GEE is essentially...
Here is a screen recording for the ‘Stranger Things’ animation website from developer Peter Kimanzi. I mentioned it in a previous post and I thought you would appreciate it more...
Developer from Nairobi, Kenya. I found a repository of web development projects on GitHub which belongs to Peter Kimanzi, a web developer from Nairobi. The site that really caught my...
Is there a general process to follow to build an application? Generally, it is a good idea to break down the steps you need and then test each one before...
As a developer, my respect for UX and UI has skyrocketed since conducting a small survey on color theme preferences for an application. The results were eye-opening and highlighted the...
In December 2021, I embarked on a project to create a simple countdown app to display time left till midnight. Then I decided to extend it further to count the...