Skip to content

Instantly share code, notes, and snippets.

@rosiehoyem
Last active December 26, 2015 00:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rosiehoyem/7062430 to your computer and use it in GitHub Desktop.
Save rosiehoyem/7062430 to your computer and use it in GitHub Desktop.
Blog Post

#Week 4 Blog Round-up!

Here at the Flatiron School we are encouraged to actively blogged. We are also required to present one blog post every week or two to the group. So much interesting stuff has been coming from my classmates, I decided to do a weekly round-up of some of my favorite posts. Here are handful of interesting posts from the past week:

Charlote Chang In her post, Variable Scope: How I Learned to Stop Worrying and Love the Ruling Class, Charlotte dives into variable scope and the politics of health care. It's entertaining and informative not mention beautifully designed.

Trevor McKendrick 10 Ruby Tricks is nice list of new Ruby bits that I hope to incorporate into my coding immediately. How logical to set default attribute accessors with an attr_accessor_with_default method! And using the '-c' flat to check the syntax of ruby code without running it--brilliant.

Amanda Himelstoss Amanda's latest post Using the Mail Gem and Launchd to Make a Newsletter was a great introduction to a handy little gem, the Mai Gem, and also a little primer on an aspect of my computer that I haven't explored much, Launchd. When time allows, I hope to make a little app like this collect relevant posts on a particular topic I am interested in.

Emily Xie Emily's latest post on Dynamic Dispath was a nice run down of one of the coolest sounding metaprogramming conepts we have covered, Dynamic Dispatch! It feels like you need to shout it. Emily gives some nice examples of how Dynamic Dispatch can be used to write cleaner code.

Theo Vora Last, but not least a few of my classmates made a fun Name Game app and Theo's post runs down how they did it and few things they learned. Four weeks into the program, it is a bit embarrassing to not know someone's name, so this was a great tool to fill in those last few gaps. It was also great to learn about Github Project Pages. I need to start thinking of some fun apps to publish.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment