
About Me
Hello and welcome! I'm Florin Petre, a web developer in NYC. I was raised in Brooklyn, New York and attended the NYU Polytechnic School of Engineering. While studying there I received my degree in Electrical Engineering and got my first taste of programming. After working in the IT field for 4 years I rediscovered my passion for computer programming and decided to dive head first into software development. While I'm new to the field I am passionate and a quick learner. Feel free to look below at some of the projects I have made and take a look at my resume.
Things I Can Do
I am constantly learning new languages and libraries. Below are the ones I currently have the most experience with.
Projects
Below are some projects I have worked on.




Command Line Minesweeper
Minesweeper implemented in ruby ran via command line.
- implemented save feature by storing game state as YAML in a text file
- uses breadth first search when searching for adjacent tiles
- Github