Automatic Dependency Upgrades on GitHub
A guide to automating dependency upgrades using Renovate, Dependabot, and Mergify for GitHub repositories.
A guide to automating dependency upgrades using Renovate, Dependabot, and Mergify for GitHub repositories.
A walkthrough of solving Day 1 of Advent of Code 2022, focusing on parsing input and calculating the highest calorie count using JavaScript.
A personal review of 2022 covering a car accident, working at Remix, launching EpicWeb.dev, and speaking at conferences worldwide.
Explores how to make a StringBuilder enumerable in C# using compiler duck typing and extension methods, despite it not implementing IEnumerable.
Analyzes gaps in current API documentation tools for TypeScript libraries and proposes the need for a standardized API model.
A developer recounts debugging a Swift Set.intersection bug while solving an Advent of Code puzzle, leading to a custom extension.
A technical cheatsheet explaining Unix, Vim, and Neovim clipboard selections and registers for efficient copy-paste operations.
Explores convolutions in probability theory, explaining how they combine distributions and compute sums of random variables.
Exploring JAX-compatible sparse Cholesky decomposition, focusing on symbolic factorization and JAX's control flow challenges.
A software developer announces a hiatus from blogging, reflecting on diminishing returns and industry frustrations.
Explores the connection between the Welch-Satterthwaite t-test and linear regression using the sandwich variance estimator.
A guide to calculating marginal and conditional effects in generalized linear mixed models (GLMMs) using the R {marginaleffects} package.
A guide on using the question 'What problem are we trying to solve?' to improve meeting focus and productivity in a tech/product context.
A former Twitter web app developer shares technical lessons and modern framework choices for rebuilding a social media platform like Twitter or Mastodon.
Guide on converting glTF PBR materials from spec/gloss to metal/rough workflows, including updates for three.js.
A tutorial on building a GraphQL API within a Solid-Start application, covering setup, schema definition, and resolvers.
A tutorial on building a Solid-Start application with an integrated tRPC API, covering setup, schema definition, and client generation.
Explores code generation in Hare v2 using strings::template for IPC interface implementation, building on a previous tool.
A Django community member reflects on receiving the 2022 Malcolm Tredinnick Memorial Prize and the importance of community participation.
Explains how SwiftUI's clipped() modifier affects visual rendering but not hit testing, and how to fix it using contentShape().