News

Setting up a virtual environment is an important step in creating your development workflow. It allows you to manage the dependencies for each of your projects, and it prevents your Python ...
In this space, I typically write about tools that help you build, manage, test or deploy software development projects. The one part of the project I've mostly ignored thus far is perhaps the most ...
Good documentation is important for any application, and it starts with documenting your code. It helps you and it helps your users. It's no secret that I believe documentation is a crucial element of ...
With the Extension Pack for Java, VS Code makes a highly capable Java IDE and formidable competitor to Eclipse, NetBeans, and IntelliJ IDEA. There was a time when your choices for Java IDEs were ...
Python libraries are pre-written collections of code designed to simplify programming by providing ready-made functions for specific tasks. They eliminate the need to write repetitive code and cover ...
After missing a beat in the monthly release cadence in December, the January release of Visual Studio Code 1.9 is out with a bunch of fixes, updates and new features, including an interactive ...
About three years ago Microsoft released a new source code editor for Windows, Linux, and macOS. This was named Visual Studio Code. It is way lighter IDE than various editions of the legendary Visual ...
I would like to create a project in Visual Studio 2008 for some simple web services that produce JSON responses (i.e. REST), which would run in ASP.NET. Using the VS terminology, this doesn't seem to ...