Skip to content

Instantly share code, notes, and snippets.

@Kealii
Kealii / Javascript Exercisms.md
Last active February 26, 2016 17:26
Javascript Practice for Turing School Module 4

##Leap My code: here

  • Responder #1 (here) - I like how clean Max kept his code while still being easily readable. The only improvement I could see is using Javascripts' implicit handling of conditionals.

  • Responder #2 (here) - This solution seems strange due to the inclusion of an else that's unnecessary. It's doable to think about, but not instantly obvious what each lines purpose is.

  • Responder #3 (here) - I really like what Tess did here, using nested conditionals to ensure she never explicitly returns false. It's not something I would reach for instantly, but it's a cooler use of logic than explicity stating "if x then y" 3 times over.

  • Responder #4 (here) - This code i

@Kealii
Kealii / recursion.markdown
Last active February 26, 2016 21:49 — forked from rrgayhart/recursion.markdown
Recursion and Generators Homework

Do you pronounce 'babel' in the same way?

No...

Will you now?

No! What would you call bobble heads then? Bohble heads??

What is an example of why/where you might use recursion?

@Kealii
Kealii / creact.markdown
Last active February 29, 2016 16:52 — forked from rrgayhart/creact.markdown
Creact Links
@Kealii
Kealii / Goals.md
Last active March 10, 2016 06:57
The Plan - Goals

Goal 1: Solidify Ruby Skills

Currently

I'm confident in my ability to handle Rails CRUD with Ruby and understand the basics well enough, but it's not effortless.

Success

In 1 year, I'd like to have built several Ruby apps that are of completely different direction and type so as to coax out more of those fine details that every language hides in itself.

Resources

  • Books - POODR, Eloquent Ruby

Side Hustle 1 - Wasted Steam

MVP

This project is almost ready for release, but a few minor bugs that need to be cleaned up and a few pages that are no longer necessary and need to be rerouted.

Future

The next feature I'd like to add in is Sort by Genre so that people can notice any regularly ignore genres and stop wasting money on them.

@Kealii
Kealii / The Plan.md
Created March 10, 2016 07:52
The Post Turing Pran

Name: Michael Wong

Which Assignments and Why?

  • Goals and Side-Hustle
  • Well, Goals because I had to, and Side-Hustle because I'm all about that life.

Submitted Assignments

Goals