GitHub stale bot considered harmful
Critique of GitHub's 'stale' bot, arguing it harms community collaboration by automatically closing inactive issues.
Critique of GitHub's 'stale' bot, arguing it harms community collaboration by automatically closing inactive issues.
A guide to fixing iOS 15's default transparent navigation bar behavior in apps using UINavigationBarAppearance.
Explains the key differences between IEnumerable and IQueryable in C#/.NET, focusing on in-memory vs. remote query execution.
An interview with Brian Goetz discussing the goals, progress, and JEPs of Project Valhalla, which aims to unify Java's primitive and reference types.
Explores how to enable foreach loops on C# types without implementing IEnumerable, using GetEnumerator methods and extension tricks.
An interview with Project Panama lead Maurizio Cimadamore on improving Java's native code interoperability, covering APIs, performance, and timeline.
An interview with Project Loom lead Ron Pressler discussing the state of virtual threads in Java, challenges, and the project's timeline.
Explores the next era of responsive web design, moving beyond viewport media queries to user preferences, container queries, and component-driven styles.
A 26-hour live coding marathon featuring multiple Java developers streaming technical deep dives, interviews, and interactive coding sessions.
Explores multi-tenant Elasticsearch/OpenSearch isolation models, comparing one index per tenant vs. document-level security with performance tests.
A developer argues that cryptocurrency has caused widespread abuse of free CI services and damaged trust in the software industry.
A technical guide on using the FilePulse connector to stream CSV data into a Kafka topic on Confluent Cloud.
A former Product Manager shares nine key responsibilities of a Technical Program Manager, focusing on communication, coordination, and project tracking.
A technical guide on using kafkacat to load static CSV data into Apache Kafka topics for data enrichment, focusing on simplicity over Kafka Connect.
A guide to setting up the Arduino IDE to program ESP8266 microcontrollers on an M1 Mac, including a workaround for Python path issues.
Analysis of Ember.js performance data reveals Fandom mobile sites significantly increase median JavaScript processing times, skewing benchmarks.
A guide to creating and applying custom themes in ggplot2 for R to enhance data visualizations for communication and storytelling.
A guide to learning Azure Monitor Log Analytics with practical KQL query examples and a free demo resource.
A software developer shares insights from giving 125+ tech talks, focusing on planning, topic selection, and setting clear presentation goals.
A technical tutorial on implementing Thompson Sampling to optimize ad auction decisions by balancing bid values and click-through rates.