How to setup VS Code to compile LaTeX using Docker containers?

Compiling LaTeX is very cumbersome and requires a lot of modules to install. While online apps have eased the stress of working with LaTeX, sometimes the best solution is to work locally. Using VS Code and its support for containers, I will look into how we can compile LaTeX projects using Docker containers.

December 27, 2021 · 2 min

Why I switched from Vim to Visual Studio Code?

I have been using Vim for almost a decade now and this new year I decided to switch to Visual Studio Code. But why?

January 11, 2021 · 4 min

How to setup VS Code remote SSH with a jump host?

The VS Code remote SSH extension is great for working on a remote machine but by default it allows for direct access to the remote host. In this short info post, I will look at how to setup VS Code remote SSH extension to use a jump host.

December 10, 2020 · 2 min