Skip to content

Instantly share code, notes, and snippets.

View amirahaile's full-sized avatar

Amira Hailemariam amirahaile

View GitHub Profile
@amirahaile
amirahaile / additionalNotes.md
Last active December 28, 2015 21:05
PyCon Talk Proposal

Brittany and Amira are students of Ada Developers Academy's third cohort. We've been coding full-time for nine months as of January. If accepted, this talk would be our second time speaking at an event. The first time being an earlier draft of this same talk at a Seattle ruby meetup, *.rb (pronounced "Splat.rb"), of roughly 30 people.

This talk was inspired by our month-long capstone projects for Ada Developers Academy. Despite that Ada's curriculum focuses on web development, we embarked on hardware projects: Brittany built a musical LED tophat and Amira built a remote laser bot to play with her cat when she wasn't home. The instructions & code for Brittany's tophat and the code for Amira's laser bot are both on GitHub.

Additional Requirements

  • audio output (for Brittany's tophat)
  • extension cords
  • reliable WiFi
@amirahaile
amirahaile / Computer Add-ons.md
Created December 10, 2015 18:26
The things I add to my computer to make it mine.

Computer Add Ons

Hit the cmd key to access all the shortcuts of your current application.

if [ -f ~/.git-completion.bash ]; then
. ~/.git-completion.bash
fi
# git-num
export PATH="/Users/amirahailemariam/bin:$PATH"
# GOPATH to use `go get` - https://golang.org/doc/code.html#GOPATH
export PATH=$PATH:/usr/local/opt/go/libexec/bin
@amirahaile
amirahaile / examples.rb
Last active August 29, 2015 14:23
Blocks & Procs
# maybe or twice wink/glance
def maybe_do some_proc
if rand(2) == 0
some_proc.call
end
end
def twice_do some_proc
some_proc.call
some_proc.call
@amirahaile
amirahaile / resume.md
Last active February 9, 2016 21:54
Résumé for Ada Developers Academy

Amira Hailemariam

909.573.6968 // amira.dhaile@gmail.com // Seattle, WA // GitHub

Experience

  • Software Development Student // Ada Developers Academy, 2015-2016
    • Rapidly learning and implementing new technologies, languages, tools, and patterns (e.g. RoR, JS + jQuery, MVC, Agile, Kanban, etc.)
    • Strong tendency for refactoring, implementing style guides, and commenting
    • Confident in working independently but also enjoys pair programming and collaboration
  • Prioritizes the user in choosing trade-offs and making design decisions
@amirahaile
amirahaile / gist:9e36cceecbf4cd8cf50f
Last active August 29, 2015 14:06
gcc46 failed to build on 10.10
Macintosh:~ amirahailemariam$ /Library/Logs/Homebrew/gcc46
-bash: /Library/Logs/Homebrew/gcc46: No such file or directory
Macintosh:~ amirahailemariam$ brew --config
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew.git
HEAD: ace693a516dc3d6f7bb2a250ae42e6f6b7972ea5
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: 8-core 64-bit ivybridge