The Blog


Visual Studio 2019 Cheat Sheet for Django

This is a quick reference guide I find myself referring to when creating Django projects in Visual Studio 2019. VS has a great number of shortcuts and inbuilt commands that save heaps of time when dev ...

Read More ⇒ Filed in Django

Send Template Emails with Net Core Mailkit

While setting up my own website (yes, this one you are visiting right now!) I had a bit of trouble setting up automatic emails for tasks such as email confirmation, password change requests for users ...

Read More ⇒ Filed in NET Core