With seven years administrative experience, five years teaching college writing, and two degrees in creative writing, I never thought I’d be a programmer.
But look at me now! I’m currently enrolled in MIT xPro Full Stack Professional Certificate in Coding where I’m learning JavaScript, CSS, and HTML.
I developed a taste for programming at my 9-5, a FinTech startup where I support four engineering teams. I wanted to understand the complexities of my colleagues’ work—and now I do!
Get in touch: GitHub / LinkedIn / rainakpuels@gmail.com

Eye Tracking Exercise
Using CSS, we created two eyes that have a movable iris in the center. The irises move with the JavaScript "onmousemove" event. I made my eyes spooky and added in a custom "house fly" cursor so the eyes had something fun to follow around the screen.

PacMan Factory
Using JavaScript and HTML, we created a PacMan Factory. The "Add PacMan" button generates a PacMen using factory functions. The "Make 'Em Bounce" button causes all the PacMen to move in sporadically. If you continue pressing this button, the PacMen move faster and faster!

Real Time Bus Tracker
Using Google Maps API, MBTA API, JavaScript, CSS, and HTML, we created a "Real Time Bus Tracker" that uses data from the MBTA to track the live locations of its Route 1 busses. It updates every 10 seconds. This code uses asynchronous functions, the "await" operator, and promises.