Typing real fast!

In preparation for Hack Reactor I have been practicing my typing speed at typeracer.com . At the moment my WPM score is 51. That is not a bad score but it definitely needs to get to above 60. Considering typeracer.com only test regular text and not programming. This means that my programming…


PostgreSQL “duplicate key violates unique constraint”

I have been refactoring my bookmark application Davemarks to get it working to my liking. Yesterday I uploaded about 1000 bookmarks compiled in CSV format from various sources. When I tried to add new ones after the import I couldn’t…


Comp Sci here we go!

Today I am starting the Computer Science portion of the Software Engineer Program at Bloc. I am pretty excited to start working on the deeper side of software engineering. The first chapter covers basic math topics such as permutations and combinations. I hadn’t seen this material since junior high so its a nice refresher.