28 May 2015
I decided to make a follow-up to my
previous post
on coding resources because I had a bunch of other resources I wanted to share,
especially some that are beyond the beginner level.
Read more...
09 May 2015
I love giving people resources for learning how to code, so I thought I should
probably just make a blog post about it. I was especially inspired by Neha’s
talk
on teaching yourself how to code. Her talk was 1000% accurate, but I used and
recommend totally different resources. These are just some of the resources I
used, but they’re the ones I see as impacting my coding journey the most.
Read more...
22 Apr 2015
Or When and How to Use Middleman
Maybe you’ve made static websites, maybe you’ve made Rails applications, but what
happens if you need to make something that’s in between? It’s not a dynamic
application, but it will require repetitive code, use logic, or
change frequently enough to make changing the code by hand a pain.
The solution? Possibly
Middleman.
Read more...
06 Apr 2015
My blog has been pretty dead for a while, as I’ve been busy with starting a new
job, moving, learning how to be an adult, etc. But that’s not the reason I first
stopped posting on the blog - it was because I was questioning everything I was
saying. My pet project
was falling apart with problems I couldn’t
explain, and I thought I’d messed it up terribly.
Read more...
30 Dec 2014
Last week I talked about querying data from an open data API for use in my project, SaferNYC. In this post, I’ll talk about the results of those queries and how to deal with that data.
Read more...