Productivity

This page contains links to articles that will help streamline your coding experience.

VSCode

Say goodbye to gedit, and say hello to Visual Studio Code, a highly-configurable, feature-rich code editor.

Windows Subsystem for Linux

This guide walks through the installation of Windows Subsystem for Linux, which lets developers run a Linux environment directly on Windows. After following this guide, you will be able to compile and test your code on your local machine as if you were working on VLAB or the CSE lab machines. Windows users only!

Using GitHub to Share Code Between Devices

Do you code on multiple devices? Are you tired of transferring code back and forth between your local machine and VLAB? This guide walks through the use of GitHub for sharing code between multiple devices. After following this guide, transferring code will be a simple push and pull away.