Skip to content

Instantly share code, notes, and snippets.

@pwentz
pwentz / haskell-tools.md
Last active May 5, 2018 20:02
Helpful Development Tools for the Haskell ecosystem
Length Points Week
45 minutes 15 Week 1

Job Profiling Assignment

Gusto

Pivotal Labs

Isogram

My code: http://exercism.io/submissions/a2c21ec6705b418090c8098954cf5d6d

1st Responder(http://exercism.io/submissions/4537749e38d94932b330f9eabd094ef2) The way this Isogram function was tested, I'm sure this is one of many solutions making use of RegEx. Although I've been trying to avoid using RegEx, it seems like this test is a good place to use it if you know how. Also, I've never seen a Set actually used either - so that's pretty cool.

2nd Responder(http://exercism.io/submissions/275ed5af4fb24c0582b082b37b85c569) It's refreshing to see comments in other people's code to explain what's going on - especially when it comes to exercisms, where everybody is trying to cram a solution is as few lines as possible. This is the first solution if seen using RegEx to explicitly check for diacrtics. Also, interesting to see so many people reaching for a for loop over a simple iterator to make their lives easy. It's strange to see how enumerables are our go-to when it comes to iteration while JS developers

Length Points Week
15 minutes 5 Week 1

ES6 Research

Throughout the module (and your journey to Google enlightenment while working on IdeaBox2.0) you may notice a few different ways that JavaScript code is being written.

That might have something to do with something called ES6 and ES5

## Isogram
My code: http://exercism.io/submissions/a2c21ec6705b418090c8098954cf5d6d
1st Responder(http://exercism.io/submissions/4537749e38d94932b330f9eabd094ef2)
The way this Isogram function was tested, I'm sure this is one of many solutions making use of RegEx. Although I've been trying to avoid using RegEx, it seems like this test is a good place to use it if you know how. Also, I've never seen a Set actually used either - so that's pretty cool.
2nd Responder(http://exercism.io/submissions/275ed5af4fb24c0582b082b37b85c569)
It's refreshing to see comments in other people's code to explain what's going on - especially when it comes to exercisms,
where everybody is trying to cram a solution is as few lines as possible. This is the first solution if seen using RegEx to explicitly check for diacrtics. Also, interesting to see so many people reaching for a for loop over a simple iterator to make their lives easy. It's strange to see how enumerables are our go-to when it comes to iteration while JS developers
@pwentz
pwentz / gist:e94a1055140d7fb1c4e794156f7f6d6c
Last active September 12, 2016 17:10
Self directed project
### SnackTrack
### Pitch
The application will be recipe generator that will keep track of a user's virtual pantry and suggest recipe ideas
based off of what they currently have stored in their pantry.
### Problem
The problem lies with the inconvenience of having to constantly come up with meal ideas every night or else being
forced to eat out.

Setting Group Expectations

Group Member Names:

  1. When are group members available to work together? What hours can each group member work individually? Are there any personal time commitments that need to be discussed?

GROUP DECISION: Weekends we will be here.

Kris: gets here around 6am, prefer to leave around 6-6:30pm, rather not be here for 14 hours unless last day. Prefer to work side by side. Yoseph: "Meh" about the weekends. Similar to Kris.

Route Helper Practice

For the following routes, write out the route helper that will correspond with the verb path combination. For example:

get "/artists" => artists_path

post "/artists" => artists_path

Create route helpers for the following:

@pwentz
pwentz / pwentz-prework.md
Last active May 4, 2016 15:56 — forked from mbburch/prework.md
Pat Wentz Turing pre-work Gist

Turing School Prework - Patrick Wentz

Task A- Practice Typing:

  • screenshots of scores will be posted in comments

Task B- Algorithmic Thinking & Logic:

  • screenshots of completed sections will be posted in comments

Task C- Create your Gist: