Copying with Super+C
Explores the history of copy-paste keyboard shortcuts, the Ctrl+C conflict in terminals, and proposes using Super+C as a universal solution.
Explores the history of copy-paste keyboard shortcuts, the Ctrl+C conflict in terminals, and proposes using Super+C as a universal solution.
A technical walkthrough of visualizing and improving a graph of Auckland bus cancellation data using R, focusing on data representation and coding techniques.
A guide to setting up optimal defaults for a Serverless Framework project using TypeScript, including plugins, configs, and AWS best practices.
Case study on YouTube's web optimization using preload and fetchpriority to improve FCP and LCP with a black poster image.
A tutorial on creating a simple URL shortener using Cloudflare Workers and KV storage in just 12 lines of JavaScript code.
A tutorial on deploying the T5 11B language model for inference using Hugging Face Inference Endpoints on a budget.
Explains the difference between 'throw;' and 'throw exc;' in C#, focusing on how the latter truncates the stack trace.
A developer explains the decision to rewrite their personal blog from scratch using the 11ty static site generator, discussing its benefits and trade-offs.
A developer details building a custom, open-source photobooth application using web technologies for their wedding to save costs.
Explores advanced C# pattern matching features, including null checks, property matching, and type inference, with practical code examples.
Explains pagination concepts, formulas, and implementation in C#/SQL, comparing it to infinite scrolling for efficient data loading.
A visual guide explaining core LINQ functions in C#/.NET with sketches and examples, including Select, Where, Aggregate, and more.
Guide on using Python 3.8.0 in Azure Runbooks, including installing packages with dependencies via a helper script.
A technical guide on setting up and using a Yubikey hardware token for GPG encryption and signing, covering key generation and smart card configuration.
Argues against learning JavaScript frameworks before mastering the underlying web platform (HTML, CSS, JS) for better long-term skills and compatibility.
Developer creates a browser extension, a11y-twitter, to prompt users to add alt text to images before tweeting, improving accessibility.
A developer shares his one-year journey building open-source data tools without funding, including stats, challenges, and future plans.
A deep dive into how the .NET Garbage Collector works, explaining its phases, generations, and impact on application performance.
Explains the difference between ReadOnlyCollection and truly immutable collections in C#, showing how underlying data can still change.
A guide to fixing the 'Loading Microsoft Teams' infinite loop by clearing the application cache on Windows.