VS Code

How To Get Started With Python in Visual Studio Code — step-by-step Python tutorial on Progressive Robot

How To Get Started With Python in Visual Studio Code

Python is one of the most popular and easy to learn languages, which is why it is often one of the first languages you learn. Let’s see how to work with and run Python inside of Visual Studio Code. In this tutorial you’ll install the Python extension then use intellisense and shortcuts to run your Python code.

Read more
How To Use the Docker Plugin for Visual Studio Code — step-by-step Docker tutorial on Progressive Robot

How To Use the Docker Plugin for Visual Studio Code

In this article we’ll use the Docker Plugin for Visual Studio Code. Docker allows us to package our applications into images and run them as containers on any platform that has Docker installed. We’ll use this plugin with two developer stacks: Node.js and Go.

Read more
How To Set Up the code-server Cloud IDE Platform on Kubernetes — step-by-step Kubernetes tutorial on Progressive Robot

How To Set Up the code-server Cloud IDE Platform on Kubernetes

With developer tools moving to the cloud, creation and adoption of cloud IDE (Integrated Development Environment) platforms is growing. code-server is Microsoft Visual Studio Code running on a remote server and accessible directly from your browser. In this tutorial, you will set up the code-server cloud IDE platform on your Kubernetes cluster and expose it at your domain, secured with Let’s Encrypt certificates.

Read more
CHAT