I’m excited to launch this blog as a companion to my coding journey. Here, I’ll be sharing updates, insights, and probably a few head-scratching moments from my ongoing projects.
Currently, I’m deep in the trenches with a few key initiatives:
Taming the infrastructure beast with Terraform: I’m a big believer in automation and infrastructure-as-code. Terraform is my weapon of choice for orchestrating and managing my project environments. Expect to see posts about my Terraform setups, best practices I’ve discovered, and tales of how painful things were before this wonderful tool.
Working towards load-scalable simulation: Roadrunner is a SpringBoot-based application that simulates vehicles maneuvering in real-time over MapBox-generated routes. I’ve recently integratedthis application with redis, and I am working on de-centralizing the control, so that multiple Manager nodes can each handle as many vehicles as they can while maintaining a consistent frame rate. The project is at: https://github.com/SteveTarter/roadrunner
RoadRunner View: I’ve got a viewer application set up to display both a map view and a view from the driver’s perspective. Currently, this viewer uses MapBox to render the maps and driver views, but Google Maps has recently released new street-level content that looks like it might event be better. The project is at: https://github.com/SteveTarter/roadrunner-view
I’m always eager to learn and share knowledge with fellow developers. So, feel free to leave comments, ask questions, and share your own experiences.
Let’s code!