Blog |
---|
My personal blog can be found at www.fuelyour.dev. A lot of my content here is dedicated to supplemental material that I created to support the dev book club that I've been running, working to ensure that the other developers in the group get the most out of the experience. But I do have a handful of other articles there related to various things such as technical problems that I've needed to work through and projects that I'm working on, etc.
Github |
---|
You can find my Github account here: github.com/fuelyourdev. Here you can see various code that I've worked on and open sourced. Admittedly, some projects are better kept than others at the moment. Eventually I'll swing back around and give the remaining projects the polish they deserve, but everything in it's own time. There are only so many hours in a day, and currently I'm pouring more of my time into a closed source project.
Code Recording |
---|
And this is the project that is currently filling my spare time. It's a project to record code changes alongside video, so as to make programming video tutorials searchable and able to provide the code at any frame. This has involved writing an Intellij plugin to serve as a code recorder (I plan to follow up with other IDEs and code editors eventually), a microservice running Vert.x, Kotlin, PostgreSQL that serves as the code recording player, and a Zuul api gateway. I have a functional MVP and I’m currently working on setting up Kubernetes, Istio, and OAuth so that I can deploy it into a production environment. If you'd like to see an example of how this works, you can check out the following article on my blog: Code Recording Project