Skip to content

Instantly share code, notes, and snippets.

View jabyess's full-sized avatar

Jimmy Byess jabyess

View GitHub Profile
@jabyess
jabyess / deploying-parcel-github-pages.md
Created January 10, 2019 22:17
Deploying parcel on gh-pages

Deploying static parcel projects on github pages

Build the project

Code your project as usual using parcel /path/to/index.pug

When you're finished, run parcel build --public-url <name-of-your-github-repo> -d docs /path/to/index.pug

For example, mine is parcel build --public-url /tower-of-hanoi -d docs pug/index.pug

@jabyess
jabyess / imgur-links.json
Created December 31, 2018 22:34
Random imgur links

Technical Interview Prep v2

Intro myself

My background

  • Always been a computer guy, but only been programming for about 4 years.
  • Was 27 when I got my first full time dev job.

Caveats

@jabyess
jabyess / acing-technical-interview.md
Last active April 22, 2018 02:45
Technical Interviews as a new Dev

Technical Interview Prep

Intro myself

How I got into programming

Work experience

Why I joined GA

Caveats