My VSCode Setup

This post was originally posted to my blog. Since there are posts like this going around on blogs like The Zen of Programming and DEV Community ?‍??‍? so I feel like giving my ? take…. Source: https://dev.to/twhite/my-vscode-setup-43ol

Introducing GraphQL for Visual Studio Code

At Prisma, we strongly believe that the tools we’re using as developers should not only get the job done, but actually be delightful and fun to use. Therefore, leveraging GraphQL to provide a great developer experience is at the core of our mission…. Source: https://www.prisma.io/blog/vscode-thieghu7shoo/

Creating a VS Code Theme

Everyone has special and perhaps, particular, tastes when it comes to their code editor. There are literally thousands of themes out there, and for good reason: a thing of beauty and enhancement to productivity for one can be a hindrance to another…. Source: https://css-tricks.com/creating-a-vs-code-theme/

Debugging JavaScript Projects with VS Code & Chrome Debugger

Debugging JavaScript isn’t the most fun aspect of JavaScript programming, but it’s a vital skill. This article covers two tools that will help you debug JavaScript like a pro. Imagine for a moment that the console.log() function did not exist in JavaScript…. Source: https://www.sitepoint.com/debugging-javascript-projects-vs-code-chrome-debugger/

Getting Started with Live Coding in Visual Studio Code w/ Live Share

Live Share for Visual Studio Code is HOT OFF THE PRESS and publically available as of May 7th 2018! What? You’ve been living under a rock and haven’t heard of it? Don’t worry, let me fill you in. Live Share is an extension for VS Code that enables real-time collaboration between developers…. Source: https://scotch.io/tutorials/getting-started-with-live-coding-in-visual-studio-code-with-live-share