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.
2019-09-20 xamarinxamarin-forms AdMob Native Ads in Xamarin Forms (Android) Step-by-step guide to implementing AdMob Native Ads in a Xamarin Forms Android app using a custom renderer.
2019-07-28 lighthouse Lighthouse report: Properly size images Improve your Lighthouse performance score by properly sizing and optimizing images for the web using tools like Squoosh.
2019-07-27 xamarinxamarin-forms Xamarin Forms – Using OnPlatform Learn how to use OnPlatform in Xamarin Forms to set platform-specific property values in both XAML and C#.
2019-05-01 lighthouse Lighthouse report: Defer offscreen images in WordPress Improve your WordPress site's Lighthouse performance score by deferring offscreen images with lazy loading.
2019-04-30 android Use your Android phone as a webcam for Streamlabs Turn your old Android phone into a webcam for Streamlabs OBS using DroidCam, with step-by-step setup instructions.