Skip to content

Instantly share code, notes, and snippets.

View brockthebear's full-sized avatar
💭
Ship Ship Ship

Brock Boren brockthebear

💭
Ship Ship Ship
View GitHub Profile
@brockthebear
brockthebear / web-dev-resources.md
Created July 29, 2019 16:50
Resources for anybody wanting to learn how to code (with an emphasis on front-end tech).

Web Dev Resources

⭐ = favorite


Required Reading

Paul Ford: What Is Code? - It’s long but nothing ever got me so excited about learning to code as much as this.

Tutorials

  • Free (mostly)
@brockthebear
brockthebear / .hyper.js
Last active April 20, 2021 23:44
Hyper Settings
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
/* cSpell:disable */
module.exports = {
config: {
// Choose either "stable" for receiving highly polished,
// or "canary" for less polished but more frequent updates
<div class='grid__item one-third small--one-whole'>
<img class='logo_footer' width='100px' height='auto' src='your-url-here' />
</div>
@brockthebear
brockthebear / osx-setup.sh
Last active May 11, 2021 20:40 — forked from somebox/osx-setup.sh
Set up an OSX machine from zero to awesome. Uses Homebrew (and cask, fonts, etc). Focused on Ruby/Rails development, includes rvm, xquartz, editor fonts, sublime text, and many tools.
#!/bin/bash
# A script to set up a new mac. Uses bash, homebrew, etc.
# Focused for ruby/rails development. Includes many utilities and apps:
# - homebrew, rvm, node
# - quicklook plugins, terminal fonts
# - browsers: chrome, firefox
# - dev: iterm2, sublime text, postgres, chrome devtools, etc.
# - team: slack, dropbox, google drive, skype, etc