Design |> Data: Ihaka Lectures 2022
Announcing the 2022 Ihaka Lectures, featuring online talks by Emi Tanaka, Luke Tierney, and Wes McKinney on R, data science tools, and experimental design.
Announcing the 2022 Ihaka Lectures, featuring online talks by Emi Tanaka, Luke Tierney, and Wes McKinney on R, data science tools, and experimental design.
Part 2 of a series on using Azure Anomaly Detector to identify unusual patterns in air quality sensor data for safety alerts.
Explains how to use TaskCompletionSource in .NET to convert event-based APIs into awaitable tasks, with examples for timers and error handling.
A guide to learning Microsoft Azure using free tiers, sandboxes, and subscription benefits without paying for a full subscription.
A guide on creating multiple app targets in Xcode with different Bundle IDs for TestFlight, covering duplication, configuration, and runtime parameters.
Explores the connection between observability in IT systems and the dinosaur counting system from Jurassic Park, using the story to explain monitoring concepts.
A tutorial on using SwiftUI 4's new ImageRenderer to convert views into images, covering setup, async handling, and resolution fixes.
Tutorial on setting up a Google Cloud Platform Compute Instance VM to run Dockerized PHP applications, covering manual and automated provisioning.
An introduction to modern data systems, explaining OLTP, OLAP, data warehouses, data lakes, and the roles of data engineers, analysts, and scientists.
Introducing Himitsu, a new Unix key/value store and protocol for managing secrets like passwords and SSH keys, with a focus on extensibility and user consent.
A comprehensive guide to implementing OAuth 2.0 authorization with multiple providers (Google, GitHub, Amazon) in a Node.js backend using Passport.js.
Explains the key differences between 32-bit and 64-bit computer systems using simple analogies for beginners.
A guide on using babel-plugin-transform-remove-console to strip console statements from React Native/Expo apps for production builds.
A technical guide on using BroadcastChannel API and focus management to create cross-tab title hints for desktop web applications.
Explores valid use cases for the 'goto' keyword in C#, challenging its reputation as universally bad practice.
A developer's personal update after 6 years, covering career moves from Google to Spotify, work on Chrome DevTools, and reflections on web development trends.
A guide to using the CSS aspect-ratio property for responsive design, with syntax and visual examples.
Explains how to use the capture phase for event handling in React, a lesser-known feature for controlling event flow in the DOM.
A beginner-friendly tutorial explaining what macros are in Julia, how they differ from functions, and guidance on when to use them.
Learn to build a Super Resolution GAN demo using the Lightning framework in this first part of a deep learning tutorial series.