Foreword—Reactive Application Development
Foreword for a book on Reactive Application Development, discussing its evolution, principles, and practical implementation in modern systems.
Foreword for a book on Reactive Application Development, discussing its evolution, principles, and practical implementation in modern systems.
A PyCon US 2018 talk on Python application monitoring basics, covering terminology, metrics, and integration using pandas.
Introducing Guess.js, a toolkit for data-driven user experiences on the web, including predictive pre-fetching and smarter JavaScript bundling.
A tutorial on creating a serverless API proxy for Cosmos DB using Azure Functions without writing any code.
Author explains why authentication will be taught in a separate course, not within the main JavaScript curriculum, to avoid overwhelming beginners.
A guide to using Test-Driven Development principles to create and maintain accurate, always-in-sync documentation for RESTful APIs.
A guide to debugging JWT-protected APIs secured by Azure AD B2C, covering essential tools and workflows for developers.
Summary of the 2018 Java EE community survey results, covering usage trends, container preferences, and the transition to Jakarta EE.
Explains how to create parameterized selectors in NgRx using factory methods, covering memoization and child selectors.
Key takeaways from KubeCon/CloudNativeCon 2018, covering CNCF end-user growth, Kubernetes operators, and serverless collaboration.
A guide to writing a simple JSON parser, covering lexical and syntactic analysis, with a practical implementation example.
A hands-on review and trial of Veritas CloudPoint, a cloud backup and recovery software, detailing the signup process and license terms.
The article argues that the quality of error messages directly reflects a product's internal quality and the development team's care for users.
A guide to fixing module and upgrade issues when running an Ansible playbook to create an Azure resource group in Azure Cloud Shell.
A hands-on tutorial on implementing deep reinforcement learning models using TensorFlow and the OpenAI Gym environment.
A technical guide on implementing Touch ID and Face ID authentication in iOS apps, covering common pitfalls and documentation errors.
The author announces migrating their blog to HTTPS using a free Let's Encrypt certificate and requests help finding broken image links.
Explores the benefits and implementation of event-driven architecture for enterprise integration, contrasting it with legacy batch-oriented systems.
A guide to editing and building a Jekyll static site, including adding posts and using code snippets.
A guide to redirecting stderr of a running process using gdb, with a practical example and explanation.