In older versions of Directus, it was possible to customize the module bar per role. We used this to hide all modules for non-admin users and only show our custom dashboard module. Unfortunately, this feature was dropped due to a
Backend development with Directus

…or how to cut down custom application development time and save money get productive. Imagine, you’re a software developer and you’re super excited to start this new fancy project. Then, you find out that 80 percent of the work involves
Integrating Vite with ASP.NET Core – a winning combination?

Updated 17 apr 2023: Libraries in example code updated to latest stable versions (.NET 6 LTS, Vite 4) and simplified vite config file. TLDR; Vite is a new build tool for client-side JavaScript and Css. It replaces webpack, but is
Dynamic localization of JavaScript apps with AppText part 2: GraphQL
This post is part of a series of post about AppText, a Content Management System for applications. Earlier posts: Easy ASP.NET Core localization with AppText Dynamic localization of JavaScript apps with AppText In the previous post we translated labels and
Dynamic localization of JavaScript apps with AppText and i18next
The case for dynamic localization Ever built an application with a User Interface in multiple languages? Then you’ve probably experienced the situation where you, as developer, instantly had to fix some translations or add a new language. Often, these requests