Skip to content

Instantly share code, notes, and snippets.

@Geoff-Ford
Geoff-Ford / composing-software.md
Created February 3, 2022 15:54 — forked from rosario/composing-software.md
Eric Elliott's Composing Software Series

React Native Developer Setup

A hopefully helpful guide to getting a basic setup for React Native development.

Note: This is a work in progress, I'll keep adding/updating

General Setup

JavaScript Developer Setup

A hopefully helpful guide to getting a basic setup for JavaScript development.

Note: This is a work in progress, I'll keep adding/updating

General Setup

  • Terminal
    • Personally I'm happy with the standard Bash Terminal but if tweaking your terminal is your thing, I am reliably informed the following is a good combination:
    • brew install --cask iterm2 to install iTerm
  • brew install zsh if it isn't already installed (try zsh --version to check)
@Geoff-Ford
Geoff-Ford / composing-software.md
Last active March 3, 2024 08:48
Eric Elliott's Composing Software Series

Eric Elliott's "Composing Software" Series

A collection of links to the excellent "Composing Software" series of medium stories by Eric Elliott.

Edit: I see that each post in the series now has index, previous and next links. However, they don't follow a linear flow through all the articles with some pointing back to previous posts effectively locking you in a loop.

@Geoff-Ford
Geoff-Ford / master-javascript-interview.md
Last active May 2, 2024 13:13
Eric Elliott's Master the JavaScript Interview Series