Dynamically adding an interceptor to a build-in CDI bean
Explains how to use CDI 2.0's InterceptionFactory to dynamically bind an interceptor to a built-in Java EE bean, like HttpAuthenticationMechanism.
Explains how to use CDI 2.0's InterceptionFactory to dynamically bind an interceptor to a built-in Java EE bean, like HttpAuthenticationMechanism.
A dual perspective on rOpenSci's open peer-review process for R packages, from both reviewer and package author viewpoints.
Explains how to reduce Firebase bundle size by 220kb using webpack's tree-shaking and modular imports.
Overview of the upcoming MQTT v5 specification, detailing new features like properties and request/response patterns for IoT development.
The article argues for the importance of recursion in functional programming, specifically F#, countering common misconceptions about its inefficiency.
Explains the math behind GANs, their training challenges, and introduces WGAN as a solution for improved stability.
A developer returns to blogging, outlining a list of modern DevOps and cloud technologies to explore and asking readers to vote on the next topic.
How to implement extensionless URLs in JSF 2.3 using a ServletContextListener and dynamic servlet mappings.
A visual cheat sheet for the stringr package in R, originally created in French and translated to English, for string manipulation tasks.
A technical blog post detailing the lab setup and initial test cases for preventing Windows 10 update reboots, using VMs and automated data collection.
Explains the coincidental instance ID numbering in Azure VM Scale Sets when overprovisioning is enabled.
A guide to implementing accessibility (a11y) patterns in React applications, covering semantic HTML, ARIA, focus management, and routing.
A critique of Java's Stack class design, showing how inheritance from Vector breaks encapsulation and leads to non-stack operations being exposed.
A developer shares their informal, visual process for creating annotated screenshots and collages to explain technical problems, using various iPad and desktop apps.
A personal reflection on the !!con conference, praising its exceptional inclusivity, encouraging atmosphere, and effective social rules.
Explains why complex regexes are often wrong and unmaintainable, advocating for simpler, more robust validation methods.
Explains Swift's Unmanaged struct for converting Swift object references to/from raw pointers when working with C APIs.
A step-by-step guide on integrating Bootstrap CSS and JavaScript components into an Angular CLI project, covering Bootstrap 3, 4, and libraries like ngx-bootstrap.
A critique of data visualization choices in a KCSE exam analysis, comparing heat maps to line graphs for clarity.
A technical guide on using the rgoodreads R package to analyze personal Goodreads reading data and critique the 5-star rating system.