How to use Gradle with Nx - simple - no plugin needed
Build Gradle applications within Nx monorepos without the need of additional Nx plugins by using a simple shell script
Build Gradle applications within Nx monorepos without the need of additional Nx plugins by using a simple shell script
A short comparison and highlighting of differences when working with Typescript library modules compared to Java library modules
How does branding across multiple companies work and what important things need to be taken into consideration?
Quick solution to add an auto ID to Decap CMS (former Netlify CMS) by using a custom widget
How to develop and run your Node.js projects in a sandbox environment to protect against hijacked NPM packages using Windows 11 with WSL 2 and Ubuntu
Small introduction into regex capture groups. Used for common tasks such as adding commas or brackets to each line
Using Java 8 Streams to copy a file from resources to a directory modifying it on-the-fly, all in one process without loading everything to memory