Posts in Category: Software Engineering (12)

Is There a Process to Build an Application?

Generally, it is a good idea to break down the steps you need and then test each one before moving to the next. However, the particular process to follow will...

Cover image for Is There a Process to Build an Application?

Escaping CMS hell-DecapCMS, Netlify and Sveltia

Add a CMS to a jekyll GitHub-pages website Story time: When I created this website I used to create and edit the posts in visual studio code directly with the...

Cover image for Escaping CMS hell-DecapCMS, Netlify and Sveltia

Why Not Stick to One Programming Language for Everything?

It might seem like a great idea to use your favorite programming language for every project. However, the reality is that the best programming language—whether it’s C++, Python, JavaScript, or...

Cover image for Why Not Stick to One Programming Language for Everything?

Resolving SSH 'REMOTE HOST IDENTIFICATION HAS CHANGED' Error

If you encounter this error when connecting to your Raspberry Pi via SSH using its IP address or rasperrypi.local:

Cover image for Resolving SSH 'REMOTE HOST IDENTIFICATION HAS CHANGED' Error

Dr Jekyll & Ruby -building Richard's personal website

This post is about my developer experience building my personal website with ruby, jekyll and GitHub pages, opinions are mine and mine alone.

Cover image for Dr Jekyll & Ruby -building Richard's personal website

Mastering Python for Algorithms and Efficiency

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...

Cover image for Mastering Python for Algorithms and Efficiency

Hello World -Skynet is Self aware

Hello world

Cover image for Hello World -Skynet is Self aware

Install-NodeJs-on-Raspberry-Pi

For an updated version of this post see this post: Installing NodeJs on the Pi -linux based system

Cover image for Install-NodeJs-on-Raspberry-Pi

Stranger Things by Peter Kimanzi

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...

Cover image for Stranger Things by Peter Kimanzi

Spotlight on Peter Kimanzi

Developer from Nairobi, Kenya.

Screenshot of Peter Kimanzi's portfolio website featuring a dark theme, his name, and title as Software Engineer.

App Development Process: From Concept to Launch

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...

Cover image for App Development Process: From Concept to Launch

The Evolution of a Side Project: My Countdown App

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...

Cover image for The Evolution of a Side Project: My Countdown App