React Chains

Last week I completed a project using React. This used an API to generate news stories that a user could view, upvote, comment on and like individual comments. In general the project was fun to build and I was quite pleased with the finished product. React's method for creating components made implementation nice and easy. …

Continue reading React Chains

Firmata and Johnny-Five

Following on from my previous blog post, I will be exploring some expansions to the basic hardware. Previous post can be found here and example code can be found here. I will be using the same setup as before, so use the previous post for reference. What is Firmata? As we saw with the previous post …

Continue reading Firmata and Johnny-Five

Arduino and IoT

The Internet of things (IoT) is the network of devices, vehicles, and home appliances that contain electronics, software, actuators, and connectivity which allows these things to connect, interact and exchange data This may seem complicated at first but it's becoming easier and easier for people with a basic programming understand or electrical understanding, to break into. It comes in many forms, such as …

Continue reading Arduino and IoT

First Impressions.

When I first started to get into programming it was quite difficult to wade through all the options. With little to no experience really with computers I was left a little lost on how to get started. I searched around the internet, read some articles and felt a little bit more confident as to how to start. Following the advice of others I picked Python, bought a book and got down to some studying...