VS Code

Visual Studio Code

Learning dotnet IoT Libraries with VSCode and Toradex board video

Today our guest is Matheus Castello from MicroHobby. He will make a brief demo of the use of GPIO with .NET Core, .NET/IoT libs, using Vscode, doing deploy and remote debugging on an embedded Linux Toradex board. .NET Core can be used to build applications for IoT devices and scenarios. IoT applications typically interact with sensors, displays and input devices […]

Learning dotnet IoT Libraries with VSCode and Toradex board video Read More »

Cheapskate’s Journey to On-Demand Load Tests on Heroku with Locust

I want to stretch every dollar that I spend on the cloud. I run a handful of web applications on Heroku, and like everyone else, run a suite of smoke tests and load tests on every release increment in a non-production environment. Load tests are important: they help us not only to understand the limits

Cheapskate’s Journey to On-Demand Load Tests on Heroku with Locust Read More »

VS Code Remote Development with Docker Compose: Developing services in Standalone and Integrated Modes

VS Code remote development is a brilliant feature from the VS Code team. Using the extensions available in the VS Code remote extension pack, you can develop your applications in an external development environment viz. a remote server (through SSH), containers, and WSL. The premise of the three modes of development is the same. The application code

VS Code Remote Development with Docker Compose: Developing services in Standalone and Integrated Modes Read More »