MQTT v5 : what is on the way ?
Overview of the upcoming MQTT v5 specification, detailing new features like properties and request/response patterns for IoT development.
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 comparison of PyTorch and TensorFlow deep learning frameworks, focusing on programmability, flexibility, and ease of use for different project scales.
A visual cheat sheet for the stringr package in R, originally created in French and translated to English, for string manipulation tasks.
A guide on deploying and using the Gnocchi metrics storage system with Docker, Docker Compose, Grafana, and collectd.
Explains Laravel 5.4's new higher order messaging and 'when' method for collections, showing cleaner syntax for filtering and actions.
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 .NET Standard, its purpose, and how it relates to .NET Core, .NET Framework, and other implementations.
Introducing the Disassembly Diagnoser for BenchmarkDotNet, a tool to disassemble .NET code to ASM, IL, and C# for performance analysis.
Explores how machine learning concepts like neural network training and optimization mirror daily life challenges and decision-making processes.
A technical article about using a Python context manager to simplify testing with feature flags, replacing numerous test fixtures.
A guide to using the free, open-source tool pa11y for automated accessibility testing in web development, covering setup and basic configuration.
A critique of Java's Stack class design, showing how inheritance from Vector breaks encapsulation and leads to non-stack operations being exposed.
A guide to using PowerCLI for managing and querying VMware vSphere tags to automate tasks and generate reports.
Explains the coincidental instance ID numbering in Azure VM Scale Sets when overprovisioning is enabled.
A developer shares their informal, visual process for creating annotated screenshots and collages to explain technical problems, using various iPad and desktop apps.
A guide to implementing accessibility (a11y) patterns in React applications, covering semantic HTML, ARIA, focus management, and routing.