Posts Tagged with: software engineering (9)
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...
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...
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...
Comparison of Static Site Hosting Options
When it comes to hosting static sites, there are numerous options available, to make an informed decision, here’s a comparison of some of the most popular static site hosting providers....
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: ssh [email protected] @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @...
Hello World -Skynet is Self aware
Hello world Insert cool robot image here
Spotlight on Peter Kimanzi- Developer from Nairobi
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...
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...
The UI- The Challenge of Color Themes
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...