Filter By Tags:
Benefits of Benchmarking with Go
Good teams were doing their stops in around 4 seconds — but they could do better. Mercedes dropped that to 3.4s in 2011, McLaren took it on to 2.32s in 2012,...
Jun 17 · 6 min read
Setting Up a Traffic Light IoT Device in Arduino / NodeMCU
After being able to dynamically change the states by command, we also want to manage things remotely! In this post, we will learn how to convert our device into...
Mar 5 · 11 min read
Controlling A Traffic Light Using Arduino Serial
How do we dynamically control Arduino outside the code? By giving it the ability to communicate! In this post, we will explore how we can control a traffic light...
Feb 23 · 3 min read
Using Golang Reflect to Sum Any Variable Type
I needed a function to dynamically sum things in Golang, but couldn't find any implementations. Let's create one ourselves!
Jan 25 · 4 min read
Controlling Servos Using Raspberry Pi & Python
Servos have been around for a long time and used in various applications, ranging from toys to robotics. Do you know how does a servo work? Let's learn how...
Jan 24 · 5 min read
Using 7 Segment Display on Arduino
Do you want to know how seven segment displays work? Let's try controlling one using an Arduino! In this project, I will provide an introduction to how we can...
Jan 23 · 4 min read
Classes in Arduino: Creating a Traffic Light
Let's learn how to build classes in Arduino by getting down and dirty in a simple project. In this tutorial, I'll be explaining how to create a Traffic Light...
Jan 12 · 7 min read
Knight’s Tour using Genetic Algorithm
Have you ever wondered how many variations can a knight move around the chess board? Me too! Here I try implementing a genetic algorithm to find the answer.
Dec 28 · 42 min read
Programming 101: Mastering Any Language