Projects
I program in my free-time on various personal projects, with the goal of keeping myself up-to-date with the latest technologies and release the source code, to help other developers.
Here some of the projects I'd like to highlight. The rest of them are available on my personal GitHub page.
- 2019 - robertsmieja.com - This website provides me an opportunity to demo my skills related to Front-End development, React, and TypeScript/JavaScript
- 2017 - Java Test Utils - JUnit 5 Extension back before JUnit 5 was released, utilizing new Java 8 interface features and reflection to automatic test Getters and Setters, hashCode(), equals(), etc. I would recommend using a tool such as Lombok to generate ”data“ methods instead.
- 2017 - ANTLR4 Packet Parser - This project demonstrates the flexibility of ANTLR4, and it's ability to even parse out binary format files.
- 2014 - UE4-Maze - The end result of a tutorial for procedurally generating a maze in Unreal Engine 4.4.
- 2013 - Gw2InfoViewer - Java 7 Swing application to visualize a JSON API End-Point for the game "Guild Wars 2", created when I was still in college. This no longer works and is out-dated.