Doug Kintop


Software Engineer

Post Graduation Project

Following graduation from Flatiron School’s Software Engineering bootcamp, I find myself thinking “what next?” quite often. I know there is an endless amount of new technologies to learn and all kinds of problems to be solved through software, but where do I start? What do I focus on next? That is the problem I have been struggling with as I find myself using my study time simply wandering the internet trying to find something to focus on. I realized that the best way to truly continue to learn is going to be focusing on a project and making the effort to attempt thing’s out of neccessityrather than just wanting to learn them.


Explaining The Sort() Function In Javascript

The sort() method in javascript is a class method of the Array class that can be called on an array to sort elements either numerically as integers or alphabetically as strings. The sort() method changes the original array destructively, meaining that the original array will be mutated as opposed to returning a new array.


React-Redux Project: REACTion Speed Tester and a fun coding challenge

Git Hub repo: https://github.com/dkintop/redux-reflex-game


Fokemon! Rails + Javascript Project

For this project I decided to do something a little more creative on the front-end side since it was my first time getting to experiment with the different features that can be achieved through java script. Through this project I was able to gain a much better understanding of DOM manipulation through javascript and how it can make an application appear to be much more dynamic.


Ruby on rails project: Vote On It

Github Repo: https://github.com/dkintop/vote-on-it