Presentations: Maintaining a Library and a Community
A talk on the responsibilities of open-source library maintainers, focusing on community interaction, documentation, and support beyond just coding.
A talk on the responsibilities of open-source library maintainers, focusing on community interaction, documentation, and support beyond just coding.
A React Advanced 2024 talk on designing effective documentation, sharing lessons learned from writing the Redux documentation.
Diagnosing and fixing an Azure VM backup failure due to a full OS drive, covering both Windows and Linux systems.
An article clarifying common misconceptions about the 'unsafe' keyword in Rust, explaining that it does not disable the borrow checker.
The author details migrating a Django app from Heroku to DigitalOcean, switching to Huey for background tasks and integrating Kamal.
Analysis of Foursquare's newly open-sourced Points of Interest (POI) dataset, covering its significance, data preparation, and visualization.
A developer advocate announces leaving JetBrains after 12 years to join Duende Software, focusing on IdentityServer and developer tools.
Java 24 reduces virtual thread pinning in synchronized blocks, improving scalability, with details on remaining pinning cases and thread capture.
Analyzes four datasets with high collinearity between predictors, demonstrating statistical diagnostics and modeling approaches using R.
A freelance full-stack developer shares insights and advice on starting and succeeding in freelance web development.
Explores code coverage as a metric for untested code, its limitations, and practical tools for tracking and improving test quality in software development.
A speaker previews their session at the UK VMUG 2024 event, discussing T-shaped skills and cross-community collaboration in the VMware ecosystem.
A guide to using Tokio's `join!` and `select!` macros for concurrent and parallel async operations in Rust.
A developer discusses how observing innovative user workarounds can inspire new product features, using examples from data structures and Bluesky.
OpenStreetMap now hosts vector tiles, enabling dynamic styling and sharper maps. This article explores how to visualize and analyze the new format.
A guide on using named group chats in tools like Slack and Teams to organize work communication, reduce clutter, and improve context sharing.
A technical article on building a robust testing infrastructure for iOS development, covering modularization, test types, and strategies to reduce flakiness.
Explains the core technical shift from multi-tool Observability 1.0 to a unified, event-based Observability 2.0.
Learn how to implement dynamic, Htmx-powered 'islands' in ASP.NET Core for blending static page performance with user-specific content.
A developer troubleshoots and resolves a random 'Bus error' during NX post-install in GitHub Actions CI/CD pipelines.