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
Tips and Tricks

Struggling with Visual Studio Performance? Visual Assist Has the Fix

If you’re a developer working in Visual Studio, chances are you’ve hit a few bumps in the road—slow load times, clunky navigation, unreliable IntelliSense, and the occasional “Where did that file go?” moment. These common pain points can quickly add up, dragging down your productivity and turning routine coding tasks into frustrating time sinks. Many developers accept these…
Read more
Tips and Tricks

How to Query File Attributes 50x faster on Windows

Imagine you’re developing a tool that needs to scan for file changes across thousands of project files. Retrieving file attributes efficiently becomes critical for such scenarios. In this article, I’ll demonstrate a technique to get file attributes that can achieve a surprising speedup of over 50+ times compared to standard Windows methods. Let’s dive in and explore how we can…
Read more
Tips and Tricks

Getting started with how to use C++ for embedded systems in financial services

In today’s fast-paced financial technology landscape, the demand for robust, high-performance software is increasing. At the core of the majority of financial innovations lies C++, a language revered for its speed, efficiency, and control.  As financial institutions continue to incorporate advanced electronics and embedded systems into their operations—be it through the ATMs we rely on for…
Read more