CommunityTips and Tricks

C++ Safety Checkers Deep-Dive: Why Memory Safety Is Everyone’s Problem Now

For decades, C++ has powered the world’s most critical systems—from banking infrastructure and trading platforms to game engines, aerospace software, and embedded devices. Its unmatched performance and control make it the tool of choice when efficiency matters most. But that control comes at a cost. C++ assumes minimal guard rails. It assumes the developer knows exactly what they’re doing.
Read more
Build Announcements

Visual Assist 2025.4 release post

Visual Assist 2025.4 is now released and is available to download.  VA 2025.4 is one of our biggest releases to date. This release features 60+ new code inspections checkers for C++ safety. We also overhauled the UI for key features and added a new welcome experience for…
Webinar Recap

Beyond the Basics: Setting up UE5 Source Builds and CI that works [Webinar Recap]

This is the second session in a three-part webinar series on Unreal Engine 5 workflows with Assembla and Visual Assist. Today’s presenters are John Scott, chief architect at Assembla with over 35 years of game development experience including 20 years with Unreal Engine and time as a senior programmer at Epic Games, and Montana Mendy, solutions engineer at Assembla. This session demonstrates…
Read more
Build Announcements

Visual Assist 2025.3 release post

Visual Assist 2025.3 is now public and available to download.  This release improves developer experience by updating the feedback UI when using some of our added features from recent releases. We’ve also updated our options dialog’s look and feel alongside some of line…
Tips and Tricks

How to get a job as a game developer in 2025 – Part 2: Insider advice from a studio game director

Last time, we shared some general tips about what skills and tools you need to get a job as a game developer in 2025. However, the game development industry is a dynamic and rapidly evolving field. It’s characterized by technological advancements and continuous innovation, and as we find in this article, subjected to external factors such as financial and industrial pressures. If you want an…
Read more
Build Announcements

Visual Assist 2025.1 release post

VA 2025.1 enhances usability with smarter navigation, better C++ module support, and more flexible refactoring options. The updated first-run dialog, configurable test snippets, and a refreshed UI improve the overall experience. Additionally, several key fixes address…
CommunityTips and Tricks

Introduction to CUDA development + How to set up with Visual Studio

Introduction Think about this. Have you ever thought about two things at once? If you reflect a bit, our brains are super complex but they only focus on one train of thought. Sure, a lot can happen subconsciously, but you can only be conscious about a single thing—you can’t focus on two things at once simultaneously. But what if you could? This opens up a wide array of possibilities. Imagine…
Read more