
Environment per PR the old fashioned way
If you cannot or will not use containers but still want to have environment per PR, you can still do it with VMs and IIS. I will show you how....
If you cannot or will not use containers but still want to have environment per PR, you can still do it with VMs and IIS. I will show you how....
Some times you just need to check whether a script will try to mess with your DB. In this post, I show you a regex that can help you check for that....
The input type date is a very nice control introduced in html5. The problem is that it is very limited at this point and features such as placeholder are not available. Thus, let's hack it!...
Two way binding on Collection Views has a small quirk that is not immediately obvious. In this post, I will show you how to get it working....
6 months ago I posted about how to generate release notes based on a good development process. Since then, I was able to make the automatic release notes generation even better. In this post, I will show you how....