Why you shouldn’t use boxplots
Explains a crucial flaw in using boxplots for data visualization and suggests better alternatives.
Explains a crucial flaw in using boxplots for data visualization and suggests better alternatives.
A Swift developer shares hopes for WWDC24, focusing on VisionOS 2, iPadOS updates, and Apple's need to win back developer trust.
Sample code and review of the new official OpenAI SDK for .NET, including chat, audio, and image analysis demos.
A developer's battle against flaky tests, explaining their impact on productivity and the journey to identify, fix, and prevent them.
A personal account of attending the EMF Camp, a tech and maker festival, including experiences with talks, installations, and volunteering on the event's phone infrastructure.
A developer shares personal advice and strategies for navigating the tech job search, from preparation to interviews.
A blog launch post celebrating the classic 'Hello, World!' program by showing its syntax in multiple programming languages.
A personal recap and notes from the Open Source North 2024 conference, covering talks on AI, automation, leadership, and developer practices.
Explains how to implement custom sort order in Azure Table Storage using PowerShell by strategically designing RowKey values.
Overview of all finalized and preview features in the upcoming Java 23 release, including primitive patterns and flexible constructor bodies.
A Django SaaS development update covering the debug toolbar, authorization, and email verification signals.
Introduces a Web Component for checking and displaying WCAG color contrast ratios and grades using CSS custom properties.
Explores the Data-Oriented Programming principle of separating operations from data, using Java records as an example.
A talk from DjangoCon Europe 2024 exploring various ways to contribute to the Python and Django communities, aimed at both newcomers and existing members.
A technical analysis of Maxar's high-resolution global satellite imagery basemap, examining 60GB of data across 11 cities using GDAL, Python, and DuckDB.
A software engineer reflects on the evolving personal and professional value of attending tech conferences over a 15-year career.
A guide to using the free, open-source NetNewsWire app with iCloud sync to read RSS feeds on iOS and macOS.
A guide to building state machines using the Stateless library in .NET 8, with practical examples like a light switch.
A guide to fine-tuning embedding models for RAG applications using Sentence Transformers 3, featuring Matryoshka Representation Learning for efficiency.
Explains how to use S3 method dispatch on arguments other than the first in R, using the survey package's svytotal function as an example.