DEV Community

Discussion on: Do you have a side project? Talk about it!

Collapse
 
n3wt0n profile image
Davide 'CoderDave' Benvegnù

I have actually a few side projects...

The one that is taking me the most time now is my YouTube Channel CoderDave, where I talk about DevOps, Azure and Microsoft in general

About coding projects, instead, first and most "famous" one is AzureWebAppSSLManager which allows you to get free SSL certificates and install (and renew) them into your Azure App Service and Azure Functions.

Another one is BugGuardian, a library, written in C# and targeting the .Net Standard 1.1, that allows to easily create a Bug or a Task work item on your Azure DevOps account or on your on-premises Azure DevOps Server or Team Foundation Server 2015+ when your application throws an Unhandled Exception. I also have extensions for Asp.net MVC, WebForms, and Asp.net Core