Published onJanuary 3, 2022Sorting Algorithms VisualizationProgrammingJavaScriptA visualization of a few sorting algorithms made with vanilla JavaScript.
Published onSeptember 13, 2021Measuring Webcam Latency using Python OpenCV and an ArduinoProgrammingPythonArduinoUsing a blinking LED attached to an Arduino to measure the latency of a webcam.
Published onMay 24, 2021Self-Balancing Robot Part 2: Motor ControlRoboticsEngineeringProgrammingPart 2 of this series goes over motor control and implementing a PID control algorithm.
Published onMay 19, 2021Self-Balancing Robot Part 1: IMURoboticsEngineeringProgrammingPart 1 of this series goes over the physics of balancing and how to use an IMU sensor to detect the orientation of the robot.
Published onDecember 11, 2020Making a JavaScript Browser GameProgrammingWeb-DevelopmentA summary of a browser game I made with JavaScript.
Published onSeptember 28, 2020React Chat AppProgrammingWeb-DevelopmentA brief overview of a basic chat application I made with React, Express, socket.io, and Auth0.