August 07, 2013

I was experimenting with some documentation styles today and discovered two bits of gold: gh-pages and docco: Creating a site for your…

August 05, 2013

In my last look at the UnionFind algorithm I made a quick-find implementation — finding if two elements were connected was fast but…

July 31, 2013

I was scraping the rust off my data-structures synapses last week, and found that there was still some functionality underneath. UnionFind…

July 28, 2013

I was trying to add a database to my JSGames app — it is a basic sinatra app with a few goodies already in place — and I was having some…

July 25, 2013

or, How to mine for cherries with Git When I work on an experimental feature in a project branch, I have often found that I will have a…

July 22, 2013

Sinatra does not have a default console like rails does. If you are writing in a rails environment and need to test out a helper method, or…

July 17, 2013

I am building a code breaking game along the lines of Mastermind and I encountered a block. The problem I have a javascript that generates a…

July 15, 2013

What is Mass Assignment? Mass assignment is using a ruby-esque shortcut to interact with models: This is NOT mass assignment. Each param is…

July 11, 2013

Learning how to contribute to open source projects has been really exciting. Adding value to existing projects, getting social in the coding…

July 09, 2013

Having just discovered the magic of using partials to refactor html in rails, imagine my delight when I found it to be even easier in…

© Katie Leonard 2022