Tools (Dev)

Top 10 VS Code Extensions (by PapaReact)

If you haven't heard of PapaReact, he's a React developer that's popular on YouTube because of his unique music-infused code-learning style. He's the...

How to Get Youtube Thumbnails (Table with Dimensions)

Youtube thumbnails of the following widths and heights are guaranteed to exist. Width | Height | URL ------|--------|---- 120 | 90 | https://i.ytimg.com/vi/<VIDEO...

Redis

Redis stands for "remote dictionary server." It's an in-memory NoSQL database server -- there aren't tables, columns, or rows. In other words, Redis...

JavaScript Call Stack Simulator

This website allows you to simulate the Javascript call stack, the task queue, and your browser's (web) API -- http://latentflip.com/loupe. ...

CrowdSourced RegEx

This is my favorite website for crowdsourced regex -- IHateRegex.io. ...

Best VS Code Extensions

Import Cost -- display import/require package sizesLive Servernpm IntellisensePath IntellisensePrettierREST ClientES7 React/Redux/GraphQL/React-Native...

Best Web Development Chrome Extensions

JSON Formatter -- make the JSON you get back readable in your browser; test using jsonplaceholder.typicode.comColorZilla -- grab any color from a webpageReact...

Best Dev Resources/Services

The following is a compilation of many of the best dev services -- websites and tools -- that I've found online. Hosting NetlifyHeroku Royalty...

How to Show the Request and Response Headers in VSCode using the REST Client

The following instructions require that you've already installed the extension "REST Client" from within VSCode. Then (from within VSCode), if you're...