Angular Integrate Tailwind CSS with Angular Forget all other guides! This guide shows you how to integrate Tailwind CSS with Angular. Fast & easy.
Unity Unity Custom Project Templates (or: How to get rid of the example assets when creating a new HDRP/URP project) Learn how to create a custom Unity project template to get rid of the example assets when creating a new HDRP or URP project.
MacOS shortcut for "Print to PDF" Nowadays, at least for me, using ⌘P for printing is outdated. Not because I don't need to print, but I mostly need to print to PDF. Invoking that shortcut brings
Unity How to fix Text Mesh Pro showing in scene view but not in game view I recently had the problem that for whatever reason my Unity game stopped displaying certain texts. Within the scene view, the text was visible, but within the game view of
Unity FluentAssertions for Unity For my current game I'm developing with a friend, I started testing the core engine features from day one using the Unity Test Runner & Assertion Library. To be honest,
IDE How To Get Syntax Highlighting into Keynote Or PowerPoint - The Definitive Way (for JetBrains IDE users) When it comes to preparing slides, there is one thing I which annoys me most of the time: getting code with my preferred syntax highlighting (which is Darcula from JetBrains
ASP.NET Core 1.0 How To Create a Self-Signed SAN Certificate - The Easy Way For a current project, I'm developing an ASP.NET Core 2.1 based multi-tenancy Web API. To test locally, I added some domains to my hosts file: 127.0.0.
Angular Packaging Angular Libraries To create Angular packages, different methods can be considered, since the Angular CLI currently does not offer this option. All other options have their own pros and cons, which should be considered for your specific use cases.
TypeScript Quick Object Return - or how to return object literals from arrow functions? Quick Object Return helps to return object literals from arrow functions directly without having to use a function body returning the object.
Node.js "Alexa: Start Lego Robot" - Connecting Amazon Alexa to Lego Mindstorms EV3 Ever thought of controlling your Lego Mindstorms robot via voice? Even EV3 does not have enough performance to cover that scenario. But with a combination of the latest and greatest
Angular How to debug Angular 2 with WebStorm WebStorm is my favorite choice when it comes to develop web applications especially with Angular 2. Most of the time I have a fullscreen WebStorm on my primary and Chrome
Node.js Node.js & ASP.NET Core 1.0: A Usage Comparison - Part 4: Cross-Origin Resource Sharing Welcome back to the fourth part of the series! Don't forget that everything explained in this post can be seen in the open-source GitHub project. The post itself contains important