Debugging and fixing the Twitch desktop client
A developer explains the mindset and methodology behind debugging by walking through a real-world fix for the Twitch desktop client.
A developer explains the mindset and methodology behind debugging by walking through a real-world fix for the Twitch desktop client.
An overview of PHP's evolution in 2019, highlighting performance gains, new features, and modern development practices.
A guide to creating a basic Maven plugin from scratch, covering dependencies, annotations, and a simple example.
Author shares experience and rationale for taking the Microsoft AZ-900 Azure Fundamentals exam, emphasizing its value for developers and IT professionals.
A look at the current state and future predictions for test automation, including trends like multi-layer testing and self-healing tools.
A technical guide on resolving Flow and SQL connection deployment issues when migrating PowerApps applications across environments (DEV, QA, UAT, PROD).
A workaround technique for exploding arrays in ksqlDB using manual indexing, simulating EXPLODE/UNNEST functionality.
Learn how to prevent secrets like SSH keys and API tokens from being leaked into your final Docker images using multi-stage builds and secrets management.
Explains the role of Kafka Connect converters, demonstrating that JSON source data doesn't automatically become structured messages.
A developer's monthly update on learning Vue.js, project ideas, and passive income growth from a keto-focused web app.
Explains how to manage large-scale NetCDF weather data in AWS S3 using Hypotheticubes for easier academic and research analysis.
A delegate's analysis of Rubrik's Cloud Field Day 5 presentation, focusing on their Polaris platform and its potential beyond ransomware detection.
An update on Blazor Bites tutorials and a roundup of Blazor announcements and sessions from Microsoft Build 2019.
A tutorial on deploying serverless Azure Functions using Pulumi's callback syntax, simplifying infrastructure and code deployment.
A humorous, satirical guide offering advice for attendees of the VMworld 2019 tech conference, centered on the importance of comfortable shoes.
A guide to creating accessible web forms, covering proper HTML semantics, labeling techniques, and avoiding common accessibility pitfalls.
The author details the release of version 8 of their personal website, highlighting a switch from WordPress to the static site generator Eleventy.
A developer shares their experience of being selected for Google Summer of Code 2019 to rebuild the GTK website using Jekyll and GitLab CI.
How to schedule or delay Amazon SNS message publication using AWS Step Functions and a Wait state, without writing Lambda code.
Learn how to automate Swift code formatting using the SwiftFormat library to enforce consistent style and improve code readability.