Angular SSL - Configuring HTTPS In Your Angular Project

Angular localhost using https A) Install certs with OpenSSL and B) npm command'ng serve --ssl true --ssl-key ./ssl/server.key --ssl-cert ./ssl/server.crt' with your builds

Webpack 5 - Pass Command Line Environment Variables from NPM Run to Webpack 5

Pass environment variables to Webpack 5. Use 'npm run scriptName -- --env parameter=argument' from the command line to easily pass data required for your Webpack 5 builds.

Domain Driven Design Adventures

.Net Core concepts for improving your Domain Driven Design models in C#.

Raspberry Pi Lane

In the next couple of weeks, I am going to give a whirlwind tour of how you can turn your Raspberry Pi into a full functioning dev work station. When I first purchased my Raspberry Pi, I thought that it was only going to be useful for emulating legacy video game systems and running Libre Office - but that turned out to not be the case. I sort of stumbled into the Pi as a development machine after getting the second consecutive monthly $50 charge to my azure account for simply hosting a hello world AngularJs site and a couple of VMs. As I explored alternatives, I decided I would test out development and app hosting on a Raspberry Pi and found myself very pleasantly surprised.