2020-11-09 signalrxamarinxamarin-forms Creating a cross-platform chat app using Xamarin Forms and SignalR Build a cross-platform real-time chat app in under 5 minutes using Xamarin Forms for the client and ASP.NET Core SignalR for the backend.
2020-11-06 wordpress How to fix WordPress Missing MySQL extension after MultiPHP upgrade on HostGator Fix the 'Missing MySQL extension' WordPress error after upgrading PHP via the MultiPHP manager on HostGator by removing the obsolete handler from .htaccess.
2020-11-04 csharpsignalrxamarin-forms How to publicly expose your local SignalR service for consumption by mobile clients using ngrok Use ngrok to publicly expose your local SignalR service so mobile clients can connect without network configuration or SSL workarounds.
2020-08-07 technology What is the difference between a MegaByte (MB) and a MebiByte (MiB)? Learn the difference between megabytes (MB) and mebibytes (MiB), why 1 MB equals 1000 KB (not 1024), and how different operating systems handle these units.
2020-08-06 streamlabs Polls for Streamlabs – interact with your viewers Learn how to set up and use Streamlabs Polls to interact with your viewers in real-time during your stream using chat-based voting.
2020-05-01 csharp C# using var (using declaration) Use C# 8 `using var` declarations to dispose IDisposable objects without nested braces. Syntax, scope rules, and when to prefer `using` blocks instead.
2020-04-05 csharp C# 8.0 Null-coalescing assignment ??= Learn how the C# 8.0 null-coalescing assignment operator (??=) works, with practical examples including caching and conditional assignment.
2020-04-04 wordpress get_category_link generating incorrect url including /blog/ Fix for WordPress get_category_link generating incorrect URLs that include /blog/ in the path, causing 404 errors on category pages.
2020-04-04 opinion Technology changes on a daily basis, should your business try to keep up? Should your business chase every new technology trend? Probably not. Learn when to upgrade and when to focus on delivering value to your users instead.
2020-04-04 androidxamarin Xamarin Startup Tracing for Android Improve your Xamarin Android app startup time by up to 48% using startup tracing, which AOT-compiles only the code needed at launch.