Category: Architecture
-
Screen scrapping
One thing I believe in is constant change, and constant learning, ideally one thing per day. Sometimes it’s learning how to cook the best eggs benedict ever for breakfast, or sometimes it’s helping out a friend with a special request. Today I was asked by a colleague if I could help…
-
ASPNET Core websites, developping with SSL
While working on the backend for To-Do.Studio, we ran into a scenario where we needed to test on a developer’s machine with https (ssl) enabled. note – we use Kestral for testing and not IISExpress. First thing we did was to try and add a https url in the LaunchSettings.json…
-
The art of Debugging
I have been debugging software for the last 20 years, and although things have changed, I realize I took it for granted and never really thought about it. Basics There were two debugging technique if was introduced to when I started. Attach a debugger to a program and hit breakpoints.…
