Why you’ll love dev containers

Why you’ll love dev containers

Containers are a key component of the modern application platform, providing isolation between applications and, at the same time, turning userland into a portable runtime environment. Containers give us a place to both package and run all the necessary dependencies...
Why you’ll love dev containers

Visual Studio boosts C++ development

Microsoft has rolled out improvements for C++ development in the latest version of the Visual Studio IDE, including enhancements for the standard library and significantly faster breakpoint performance. The release, Visual Studio 2022 v17.11, was unveiled August 13....
Why you’ll love dev containers

How to avoid exceptions in C#

Exception handling has been used in programming languages for decades to handle run-time errors in applications. However, throwing exceptions is costly in terms of performance, so we should avoid them in our code. This article discusses a few strategies we can use to...
Why you’ll love dev containers

API security starts with API discovery

One of the most exciting developments in API security is the growing consensus that API discovery and risk assessment are necessary first steps to improve API security. However, several factors make the API attack surface difficult for an organization to discover and...