Original implementation:
My first Coding project, a sunset simulator written in Java. This was well received by the professor and has been used as the demo project for future classes since.
Kotlin remake:
I wanted to learn Kotlin before starting work at Brex. I recreated the project in Kotlin and added randomly generated terrain with Perlin Noise. A few years of work experience + a much better coding language means the same project took much fewer lines of code.