From 3abcfe54f0acd36c0d36e5834feaf7b31ba90ea7 Mon Sep 17 00:00:00 2001 From: Noah Zinter Date: Sun, 7 Feb 2021 15:25:23 -0700 Subject: [PATCH] Add zinter_noah_resources.md --- zinter_noah_resources.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 zinter_noah_resources.md diff --git a/zinter_noah_resources.md b/zinter_noah_resources.md new file mode 100644 index 0000000..9c2ce22 --- /dev/null +++ b/zinter_noah_resources.md @@ -0,0 +1,11 @@ +### Favorite Resources + +--- + + **CodeAcademy** I've enjoyed using Code Academy as a way to familiarize myself with coding in _Ruby_ and _JavaScript_. + + **Codewars** Codewars is another useful resource, it helps me get practice with solving code problems. + + **Slack** I've subscribed to a number of Turing's Slack channels as a way to keep track of the kind of tasks and problems I should expect to encounter in my time at Turing. I've been able to solve problems I'm currently facing by looking through discussions on earlier cohorts' Slack pages. + + **StackOverflow** Whenever I run into a problem I try and google results in StackOverflow to see how others have dealt with the same issue. I've spent a lot of time with StackOverflow already solving various issues I've run into. \ No newline at end of file