This page contains links to articles that will help streamline your coding experience.
Say goodbye to gedit, and say hello to Visual Studio Code, a highly-configurable, feature-rich code editor.
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!
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.