Text
Discarding Unstaged Changes in Git
git clean -df & git checkout .
git clean -df = removes all untracked files git checkout . = clears all unstaged changes [don't forget the period]
1 note
·
View note
Text
Rolling back to a specific release while using Capistrano
cap deploy:rollback -s previous_release=/path/to/release/on/server
There are times when I make big mistakes, and rollback is my best friend. The line above just saved my life!
1 note
·
View note
Photo

Harini Learns Ruby turned 1 today!
Kind of exciting to look back and realize how far I've come. I'll take these little wins :)
0 notes
Link
Every programmer occasionally, when nobody's home, turns off the lights, pours a glass of scotch, puts on some light German electronica, and opens up a file on their computer. It's a different file for every programmer. Sometimes they wrote it, sometimes they found it and knew they had to save it. They read over the lines, and weep at their beauty, then the tears turn bitter as they remember the rest of the files and the inevitable collapse of all that is good and true in the world.
I don't entirely agree with this, but it really cracked me up :D
0 notes
Photo
New favorite gif. Also my reaction, every time I look at my own code after a few weeks - "what was I thinking when I wrote this?"
0 notes
Text
20+ TED Talks by Women in Computer Science

Here’s a YouTube playlist of 20+ TED talks by women in computer science.
Enjoy!
1K notes
·
View notes
Link
First thing that surprised me about the Female Founder’s Conference is that it was all women. Okay, I know, that sounds ridiculous. I expected it to be all-women speakers, I expected it to be majority female crowd. But I did not anticipate that none of the male partners of YC would be in...
19 notes
·
View notes
Quote
The most common career aspiration named on Girls Who Code applications is forensic science. Like Allen, few if any of the girls have ever met anyone in that field, but they’ve all watched “CSI,” “Bones” or some other show in which a cool chick with great hair in a lab coat gets to use her scientific know-how to solve a crime. This so-called “CSI” effect has been credited for helping turn forensic science from a primarily male occupation into a primarily female one.
I Am Woman, Watch Me Hack - NYTimes.com (via emilyboyd)
15 notes
·
View notes
Link
San Francisco-based Square is offering an intensive computer science program for women in high school and college.
2 notes
·
View notes
Photo
This is probably how women programmers feel ;)

4 notes
·
View notes
Text
I'm still learning Ruby!
I haven't posted here for a while. Not because I've stopped learning Ruby, but because I've switched gears and am trying to learn it a different way.
I learn best by doing. And it's obvious that I "do/make something" in order to learn a programming language. So I've partnered with a friend to make a PoC (proof of concept) for one of his ideas. Because it's not my idea, I get to concentrate on just one thing - learning; Learning how to do what he wants done, in the best possible way. I know my code won't be super optimal, or maybe it will be. But I'm happy to work on this because I've learned so much in the past few days, just trying to solve simple problems.
One Month Rails has been really helpful in getting me up and running with the basics. I enrolled in this class a few months ago while it was still on Skillshare for $25 and it is the best $$ I've spent this year! I know I can learn all this by just going through Hartl's tutorial, but with the recent changes to Rails and Ruby versions, it has been hard to not get stuck in different parts of the tutorial (and that frustrates me & makes me give up. I'm human!!!).
Stackoverflow has been a life-saver, as always.
Since not getting through App Academy, I've not looked at any other programming bootcamps, but I'm considering Bloc.io, which looks like a much better fit for what I want to accomplish.
Congrats to keepcalmandprogram for getting into General Asembly and Morgan for starting Dev Bootcamp! :)
1 note
·
View note
Link
As historian Nathan Ensmenger explained to a Stanford audience, as late as the 1960s many people perceived computer programming as a natural career choice for savvy young women. Even the trend-spotters at Cosmopolitan Magazine urged their fashionable female readership to consider careers in programming. In an article titled “The Computer Girls,” the magazine described the field as offering better job opportunities for women than many other professional careers. As computer scientistDr. Grace Hopper told a reporter, programming was “just like planning a dinner. You have to plan ahead and schedule everything so that it’s ready when you need it…. Women are ‘naturals’ at computer programming.” James Adams, the director of education for the Association for Computing Machinery, agreed: “I don’t know of any other field, outside of teaching, where there’s as much opportunity for a woman.”
6 notes
·
View notes
Text
Done with 4 chapters!
I completed 4 chapters from Hartl's tutorial today. It has mostly been setting up, understanding the file structure created when rails new is invoked and a general look at Ruby in the context of a Rails application.
We are yet to get to the more important parts of the tutorial, but the rate at which I'm studying, I should be done by the end of this weekend! (Yes, I have no fun plans for the weekend because I wasted last week by not doing anything remotely related to coding!!)
Happy (almost) 4th of July!
0 notes