Newton fractals with WebGL
A technical exploration of creating interactive Newton fractals using WebGL and GPU shaders, inspired by a 3Blue1Brown video.
A technical exploration of creating interactive Newton fractals using WebGL and GPU shaders, inspired by a 3Blue1Brown video.
Analyzes why online tech conferences fail to replicate the social and networking value of in-person events, leading to low engagement.
A statistical analysis of variance estimation for generalized linear models with crossed clustering, using old R code and sandwich estimators.
A developer shares his setup for managing Twitter interactions using Front and IFTTT to improve mental health and productivity.
Discusses the appropriate cost for an observability stack, suggesting a rule of thumb of 20-30% of infrastructure spend.
A guide explaining how to use the `git rebase --onto` command to move a feature branch's commits from one base branch to another.
A tutorial on implementing multi-language support in a React Native app using i18next and react-native-localize.
Explores how C# string interpolation uses boxing/unboxing and its performance impact, comparing string.Format and string.Concat.
A guide to using React's useTransition() hook to prioritize UI updates and improve performance for heavy, non-urgent tasks in React 18.
Beginner-friendly guide to JavaScript debugging using Chrome DevTools, covering breakpoints, bug reproduction, and systematic troubleshooting.
React 18 Alpha release details: New Root API, Suspense features, and upgrade guide for developers.
A guide to the best developer-focused sessions at Microsoft Build 2021, filtered for Australian time zones and covering various programming languages and cloud technologies.
A talk on creating web maps using Django's GeoDjango module, from simple SQLite to complex PostGIS implementations.
A live coding session where developers debugged an image upload spinner issue in the Forem editor using browser tools.
A tutorial on using the R magick package and OCR to extract tabular data from images, specifically screenshots of data tables shared online.
Explores the State design pattern using the real-world example of ngrev, an open-source tool for reverse engineering Angular applications.
Explains how to use the Cast Single Message Transform in Kafka Connect to change data types of fields in Kafka messages.
A professor outlines plans for a new undergraduate data management course covering data models, reproducible workflows, and tools like R, SAS, and Python.
Announcing godocs.io, a community-maintained replacement for the sunsetting godoc.org Go documentation service.
A tutorial on using Dapr with .NET 5 to read secrets from local files and environment variables for development.