A collection of links to the "Master the JavaScript Interview" series of medium stories by Eric Elliott.
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.
A collection of links to KS2 Maths revision/practice resources. These links may be targeting Year 6 specifically but some offer resources for other years and subjects.
A hopefully helpful guide to getting a basic setup for JavaScript development.
Note: This is a work in progress, I'll keep adding/updating
- 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 (tryzsh --version
to check)
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 JavaScript Setup
- If you haven't already done so, follow this JavaScript Developer Setup guide
A collection of links to the excellent "Composing Software" series of medium stories by Eric Elliott.