Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am anon0mys on github.
* I am erwheeler (https://keybase.io/erwheeler) on keybase.
* I have a public key ASDZpMAGNSwgIFGSp9_dN8_r7FG6usn89aPsd2eCCcltswo
To claim this, I am signing this object:
@anon0mys
anon0mys / eval.rb
Created January 29, 2019 05:30 — forked from dasibre/eval.rb
Eval
#Palindrome a word phrase that reads the same backwards
# write code that will return true for the following palindrome
# "A man, a plan, a canal: Panama"
module Palindrome
def self.is_palindrome(word)
normalized = word.downcase.gsub(/\W/, '')
normalized == normalized.reverse
end
end
@anon0mys
anon0mys / post_grad_plan.md
Last active August 2, 2018 05:10
30 Day Post Graduation Plan

Post-Grad Job Search Action Plan Template: Your first 30 Days

30-Day Job Search Action Plan

Create a schedule & goals for the first 30 days Post-Graduation

Design a 40-hour "work week" that provides time for:

  • Code (ideally, 2-4 hours a day will be dedicated to coding)
  • Outreach & Networking
  • Job & company research and tracking
  • Interview Prep
  • Housekeeping (refining your professional story, updating your resume, writing cover letters, updating your Turing portfolio, updating your LinkedIn profile)
@anon0mys
anon0mys / Data Flow.sketch
Last active February 6, 2021 16:47
m4 Capstone Planning
@anon0mys
anon0mys / job_search_action_plan.md
Last active June 28, 2018 19:10
30 Day Job Search Action Plan

30-Day Job Search Action Plan

Create a schedule & goals for the first 30 days Post-Graduation

Design a 40-hour "work week" that provides time for:

  • Code (ideally, 2-4 hours a day will be dedicated to coding)
  • Outreach & Networking
  • Job & company research and tracking
  • Interview Prep
  • Housekeeping (refining your professional story, updating your resume, writing cover letters, updating your Turing portfolio, updating your LinkedIn profile)
  • Other (social networking, blogging, planning talks, etc.)
  • Check-ins: who are you talking to and when?
@anon0mys
anon0mys / pre-mod-4-reflection.md
Last active June 25, 2018 02:43 — forked from case-eee/pre-mod-4-reflection.md
These are reflection questions for students entering backend module 4.

M4 Reflection

Fork this gist and answer these questions to reflect on your learning experiences.

What brought you to Turing?

I was getting more involved in data analysis and started trying to interact with APIs. I quickly found that I really enjoyed the problem solving, but didn't know what I needed to know.

Where do you see yourself after Turing?

I would like to find a career in software that fuels my desire to solve problems and allows me to continue learning. I also am very much looking forward to a career that pays well and offers room for continued growth.

From concepts taught in class or your personal learning, what technical concepts do you enjoy exploring most?

I am most interested with APIs and background workers. Any interface that allows for data to pass between languages/systems is fascinating.

@anon0mys
anon0mys / javascript_30.md
Last active June 25, 2018 03:38
Mod 4 Prework - Javascript 30

Javascript 30

01 - Javascript Drum Kit
window.addEventListener('keydown', function(e) {
  const audio = document.querySelector(`audio[data-key="${e.keyCode}"]`);
  const key = document.querySelector(`.key[data-key="${e.keyCode}"]`)
  if(audio) return;
  audio.currentTime = 0;
  audio.play();
@anon0mys
anon0mys / personal_project_proposal.md
Created May 21, 2018 15:09
Personal Project Pitch

To Be Determined

Pitch

1 sentence that explains the value proposition of the application. How would you explain it to a potential business partner, team member, or investor?

An app that helps users find political candidates that best represent their political views, and see how those candidate's time in office matches their platform.

Problem

@anon0mys
anon0mys / professional_story.md
Last active April 16, 2018 06:04
Professional Story

Professional Story

Outline
  • Desire to learn is the narrative thread
  • Turning Points
    • Graduating College
    • LSS and Big Data Analytics
    • Tree work and injury?
  • Third Act
  • How vast is the the field of development