Physical Computing – Traffic lights

Reading Time: 2 minutes Physical computing in this context means programming and interacting with the real world through electronics. In this mini tutorial we will look a prototyping a simple traffic lights project using the raspberry pi, it will also introduce us to the forty GPIO pins. What you will need: Raspberry pi Resistors 3 LED (Light Emitting Diodes) […]

Read More

Setting up flask framework for back-end development

Reading Time: 2 minutes Flask is anĀ  micro framework used to build web apps with just a few lines of code, and we are going to look at the steps invoved in setting up your python environment to work with flask in the following steps below> Update and upgrade your system packages using the commands below as a super […]

Read More

Setting Up React for front end development

Reading Time: < 1 minutes React is an opensource library that was developed by facebook for front-end web development, also the react-native variant is use in developing cross platform mobile apps. As a prequisite, nodejs has to be installed on your computer before installing react. I highly recommend one to install the stable version especially for production purposes and the […]

Read More

Installing VScode on a PI

Reading Time: < 1 minutes VScode a text editor that comes highly recommended by millions of web developers, hence our task is to try to install it on this $35 computer with a few tweaks to have your web development environment ready. A point to note is that there exist very many text editors and selecting is largely dependent on […]

Read More

Setting Up Your PI

Reading Time: 2 minutes This post will take you through configuring your pi for the first time What you should have: Raspberry Pi Computer Micro SD card (at least 8gb of storage) Monitor with HDMI interface or necessary adapter Keyboard Mouse The operating system that runs on the pi must be flashed on the memory card though its also […]

Read More

Linux

Reading Time: < 1 minutes For all the Linux hacks and twerks that make your work easier

Read More

Open Source

Reading Time: < 1 minutes All the free open source software you can use in your day to day activities

Read More

Raspberry Pi

Reading Time: < 1 minutes Web development on a raspberry pi and other awesome things

Read More