Machine Learning-Driven Bundling. The Future of JavaScript Tooling.
Exploring machine learning-driven bundling with Guess.js to optimize JavaScript chunk loading and improve SPA performance.
Exploring machine learning-driven bundling with Guess.js to optimize JavaScript chunk loading and improve SPA performance.
A practical cheat sheet of essential kubectl commands for daily Kubernetes cluster management and operations.
An article encouraging programmers to dive into and contribute to open source projects, even when they seem intimidating or unfamiliar.
A web developer reflects on a tech ethics conference panel and debates the controversial idea of requiring professional licenses for web developers.
A 2018 survey by OmniFaces on Java EE usage, Servlet containers, APIs, and the future of Jakarta EE, inviting community participation.
Explains Chebyshev's inequality, a probability bound, and its application to calculating Upper Confidence Limits (UCL) in environmental monitoring.
A technical tutorial on creating US maps with R, including Alaska and Hawaii as properly scaled insets using the sf and tmap packages.
A hands-on review of AppSwitch, a new networking abstraction layer for containers and hybrid environments, exploring its potential to simplify complex container networking.
Explores using pairwise composite likelihood to fit mixed models when survey sampling and model random-effect structures differ, using genetic analysis as an example.
A blog update explaining the author's absence, covering work on a management challenge, preparation for the PowerShell + DevOps Global Summit, and plans for future content.
Analyzing CRAN packages to find non-English R packages, focusing on French documentation and encoding fields in DESCRIPTION files.
A developer's post-mortem on the controversial reaction to her blunt advice for women in tech on succeeding and gaining power.
A comparison of creating bots for Slack versus IRC, highlighting the complexity of proprietary APIs versus the simplicity of open standards.
Payara 5 Release Candidate 1 is now available for testing, featuring Java EE 8 and MicroProfile 1.2 components.
A developer shares advanced debugging techniques for tracking retain/release crashes in Objective-C, including custom GCD wrappers and queue tracking.
Explains how to resolve KSQL's topic conformity error when creating streams/tables, detailing partition and replica mismatch solutions.
A technical guide on using Kafka Connect to stream data from an Oracle database into Elasticsearch for real-time analytics.
A technical guide troubleshooting installation errors for the Confluent Kafka Python library, including dependency issues and compilation failures.
Explains the shift from traditional batch ETL to real-time streaming ETL using Apache Kafka for lower latency data integration and analytics.
A technical guide on using Git's filter-branch command to clean up a repository's history by removing unwanted files like bin/ and obj/ directories.