Building an Angular Application for Production
A guide to optimizing Angular app bundle size for production, covering tree-shaking, minification, and build tools to reduce from 1.4MB to under 50KB.
A guide to optimizing Angular app bundle size for production, covering tree-shaking, minification, and build tools to reduce from 1.4MB to under 50KB.
A guide to configuring and running Telegraf in a Docker container to collect host system metrics, not just container data.
A software engineer's critique of Windows 10, focusing on bloatware, privacy concerns, and the inferiority of its command-line tools compared to Linux.
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.
Explains why force unwrapping Swift optionals with ! is a code smell, with exceptions for IBOutlets and required properties.
Explains why force unwrapping Swift optionals with ! is a code smell, with exceptions for IBOutlets and required properties.
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.
Explores protocol-oriented programming vs. object-oriented programming in Swift, using a laundry service analogy to explain benefits.
Explores protocol-oriented programming vs. object-oriented programming in Swift using a laundry service analogy.
A mathematical blog post explaining regularization in inverse problems, focusing on ill-posed matrices and image deconvolution.
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.