Skip to content

Commit 0080bc5

Browse files
committed
docs(tech-learning): removes/repairs dead links
1 parent e49080d commit 0080bc5

File tree

1 file changed

+2
-33
lines changed

1 file changed

+2
-33
lines changed

resources/tech-learning.md

Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,11 @@ answer to the classic interview question, "what happens when you type google.com
3131

3232
### JavaScript + NodeJS
3333

34-
_See also [Frontend Practice Resources](#frontend-practice) below_
34+
_See also [Frontend Practice Resources](#web-practice) below_
3535

3636
| Name | Description |
3737
| ------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ |
3838
| [JavaScript: The Weird Parts][js_weird] | [video] - 'An advanced Javascript course for everyone, giving a deep understanding of the language by understanding how it works under the hood' |
39-
| [Intro to ES6][es6] | An intro to modern JS features |
4039
| [Modern JS explained for dinosaurs][dinos] | How we got from `<script src='foo'/> <script src='bar' /> <script...` to `export default App` |
4140

4241
&nbsp;
@@ -49,40 +48,15 @@ _See also [Platform Practice Resources](#platform-practice) below_
4948
| ------------------------------ | ----------------------------------------------------------------------------------------------------- |
5049
| [advancedreact][advancedreact] | Advanced React course. For access check 1Password in the engineering vault “React + Graph QL Course)” |
5150

52-
<!--
53-
&nbsp;
54-
### Ruby
55-
56-
_See also [Platform Practice Resources](#platform-practice) below_
57-
58-
| Name | Description |
59-
| ---------------------------------------------- | ----------------------------------------- |
60-
| [ruby-doc.org][rdoc] | Tons of info, efficiently-laid-out here |
61-
| [Why's Poignant Guide to Ruby][poignant_guide] | Tons of context, not efficiently-laid-out |
62-
| []() | |
63-
64-
<!--
65-
&nbsp;
66-
### Elixir
67-
*See also [Platform Practice Resources](#platform-practice) below*
68-
| Name | Description |
69-
| -- | -- |
70-
| []() | |
71-
-->
72-
73-
&nbsp;
74-
7551
### Scala
7652

7753
_See also [Platform Practice Resources](#platform-practice) below_
7854

7955
| Name | Description |
8056
| -------------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
8157
| [Scala Exercises][scala_exercises] | Exercises divided by topic (std lib, akka, play, fp...) |
82-
| [Ramping up a team in scala][ramping_scala] | Short video tour of the language from Thoughtworks engineer Susie Marshall |
8358
| [Effective Scala][effective_scala] | Style Guide + Patterns from Twitter |
84-
| [Free ebooks from Underscore][underscore] | Essential Scala, Slick, Play... |
85-
| [Scala Book](https://docs.scala-lang.org/overviews/scala-book/introduction.html) | Free Scala book from Alvin Alexander |
59+
| [Scala Book](https://docs.scala-lang.org/scala3/book/introduction.html) | Free Scala book from Alvin Alexander |
8660

8761
&nbsp;
8862

@@ -112,7 +86,6 @@ iOS, and specifically iOS at Artsy, is such a large topic that we have resources
11286
| Name | Description |
11387
| -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
11488
| [[A.] JavaScriptures][javascriptures] | A series of Artsy workshops covering our 2018 frontend stack: Js, TypeScript, React, Relay and more |
115-
| [[A.] Is GraphQL the future?][is_graphql] | Thoughts from Artsy Alum Alan Johnson |
11689
| [Getting Started- React][getting_started_react] | From the official react docs |
11790
| [React Patterns][react_patterns] | A rundown on clean & effective react syntax |
11891
| [How to pass props to components in React][props] | Key to understanding React as a whole |
@@ -130,12 +103,8 @@ _See also [JavaScript](#javascript-+-nodejs) & [Swift + Objective C](#swift-+-ob
130103
| Name | Description |
131104
| -------------------------------------------------- | ----------------- |
132105
| [React Native][rn] | The official docs |
133-
| [iOS Learning Group (Notion) 🔐][ios_learn_notion] | |
134106
| [iOS Learning Resources][ios_learn] | |
135107

136-
<!--
137-
## MORE: Papers we love? Computer Science Topics? Emotional Intelligence x tech? ...
138-
-->
139108

140109
[advancedreact]: https://advancedreact.com/
141110
[zines]: https://jvns.ca/zines

0 commit comments

Comments
 (0)