Optimizing your code using Valgrind
Published on, 6 min readOne of the most common and difficult errors to detect and resolve in C programs are bad memory management. Errors such as, allocate memory blocks and forget to deallocate after usage, try to read or write in a memory blo
Creating a simple Craigslist Gatherer Bot in Javascript
Published on, 9 min readCraigslist, is a website of classified advertisements created in 1995. Containing sections devoted to things for sale, items, wanted, jobs, housing, services, etc. Any city or region could have this website, such as, Van
Creating a simple IRC Bot in Python
Published on, 7 min readIRC, Internet Relay Chat, is a text chat program created in 1988. Although this technology is outdated, many IRC servers still continue to exist with thousands of users discussing different topics and sharing information
Controlling simulated drones using ROS
Published on, 8 min readROS, the Robot Operating System, is a collection of frameworks for robot software development created in 2007. The development status is active, so they are actively releasing new versions of ROS. It provides tools and c