Devin Mandelbaum

Full-Stack Web Developer




About Me


Problem solving, debugging, and mathematical thinking are all skills that inform my work as a Web Developer. As a life long learner, learning new languages and technologies is a priority. As a collaborator, addressing challenges while keeping work fun for myself and colleagues is critical. With previous management experience, I have gained the ability to work well with a wide variety of personality types. I value working in diverse environments with a close-knit team.



Creature Feature

A React app for Dungeons and Dragons 5th Edition monster reference. It makes use of the Open5e api, and allows filtering of creatures by multiple inclusive criteria, with the most relevant information displayed by default and more available at a click. It has responsive design, accommodating a wide range of screen sizes including mobile.
See the code here!
See it in action here!


Sudoku Solver

A Ruby Sudoku Solver that takes any valid puzzle input by the user and returns the solved puzzle. It uses two different sudoku logic approaches as well as a recursive guessing mechanism when the logic proves insufficient. It is capable of solving any sudoku puzzle in seconds, even the puzzle that was designed to be as hard as mathematically possible.
See the code here!
See it in action here!


Rate My Squirrel

A Rails photo rating site in which users post photos for other users to rate. The rating function is set up with jQuery to preserve a single-page experience on the photos.
See the code here!
See it in action here!