Pitfall: using var and async together
Explains a subtle bug in C# where using 'var' with an async method call without 'await' leads to unexpected behavior, and discusses prevention.
Explains a subtle bug in C# where using 'var' with an async method call without 'await' leads to unexpected behavior, and discusses prevention.
Troubleshooting a 'No current connection' error in Apache Drill caused by a conflicting Jackson JAR file, with a solution provided.
A deep dive into visualizing and understanding the .NET Garbage Collector's behavior using a custom tool and ETW events.
A developer shares a detailed, opinionated review of Docker after 6 months of production use, highlighting its benefits and warts.
Critique of using separate 'm.' domains for mobile sites, highlighting usability issues when sharing links across devices.
A technical guide on resolving ClassNotFoundException errors when using the MongoDB-Hadoop connector with Apache Hive, focusing on required JAR files.
Fixing a CDH installation failure on LXC/Proxmox caused by an erroneous SwapFree value in /proc/meminfo when swap is disabled.
Guide to using Jupyter Notebooks with Oracle Big Data Discovery 1.2 for advanced data science and Python/Spark integration.
Guide to setting up Big Data Discovery Shell and Jupyter Notebooks on Oracle's Big Data Lite VM for advanced data science work.
How to filter out RavenDB's internal API endpoints from your Swagger documentation using a custom Document Filter in Swashbuckle.
A guide to model evaluation, selection, and algorithm comparison in machine learning to ensure models generalize well to new data.
A guide to evaluating machine learning models, selecting the best models, and choosing appropriate algorithms to ensure good generalization performance.
A guide to recovering a bricked Ubiquiti EdgeRouter Lite using a Mac, serial connection, and TFTP to fix corrupt filesystem errors.
Explains how rotating carousels, ads, and popups distort web performance metrics like Speed Index and offers a technical fix using WebPageTest's activity timeout.
A technical guide on installing Docker on Proxmox and running a Resilio Sync (BitTorrent Sync) container for decentralized file synchronization.
A technical guide on converting and importing existing VMWare and VirtualBox virtual machines to run on the Proxmox virtualization platform.
A technical guide detailing the installation of Proxmox VE 4 on a server and the setup of ext4 filesystems on multiple hard drives.
A guide for developers on common database mistakes beginners make, including storing images, using limit/offset for pagination, and relying on integer primary keys.
A tech enthusiast details setting up a custom Proxmox home server for hosting VMs and containers for various data and analytics tools.
A developer reflects on lessons from early responsive web design to avoid similar pitfalls when implementing Progressive Web Apps (PWAs).