| |

How to publicly expose your local SignalR service for consumption by mobile clients using ngrok

When dealing with mobile clients, it’s not always easy to get them on the same network as your development machine and even when you do, localhost will have a different meaning so you need to use IPs and change bindings and disable SSL or trust self-signed certificates, in short it’s a pain. Say hello to…

get_category_link generating incorrect url including /blog/

Recently ran a SEO audit tool on the blog just to find out that all the category links were leading to 404s. Upon close inspection the URLs appeared to contain a /blog/ in them while the actual working URLs would be without it. See below: https://startdebugging.net/blog/category/opinion/ – not workinghttps://startdebugging.net/category/opinion/ – working Apparently the whole issue…

Technology changes on a daily basis, should your business try to keep up?

Not really, no. Unless the business drives that need for change. This is a mistake that many (including myself) will do. A new piece of technology comes out, our software needs to be rewritten using it. But what advantage does that bring to our business and to our end-users? In most cases, none. Instead of…