2024, the year of CSS education
Andy Bell announces upcoming CSS-focused projects for 2024, including a workshop, new course, talk, and a redesign of the CUBE CSS methodology site.
Andy Bell announces upcoming CSS-focused projects for 2024, including a workshop, new course, talk, and a redesign of the CUBE CSS methodology site.
A tutorial on customizing the macOS app menu bar using SwiftUI's CommandMenu and CommandGroup modifiers.
A developer's hands-on experience testing Windows 11's new Dev Drive feature, exploring its ReFS-based performance benefits for .NET and other development workflows.
Explores how to choose an environmentally sustainable web hosting provider, covering renewable energy, water usage, and energy efficiency.
How to use GitHub Copilot to interact with and query Azure documentation hosted in a public repository for up-to-date technical information.
Explains how .NET 8 Native AOT uses whole-program analysis for key optimizations like sealing classes and devirtualization.
A technical guide on analyzing global flight tracking data from ADS-B receivers using Python, DuckDB, and QGIS.
An interactive tutorial explaining the fundamentals of CSS Grid, including mental models, grid construction, and alignment techniques.
A technical article explaining how to use TypeScript's type inference to reduce explicit type annotations and improve code maintainability.
Explains improvements in webR 0.2.2 for preloading R packages and custom functions using the new FS.mount feature and the webrtools package.
Explores whether Change Data Capture (CDC) breaks software encapsulation and discusses strategies like data contracts to mitigate risks.
A technical guide on implementing the SearchBuilder extension for DataTables in server-side mode within the DT R package, with a call for community contributions.
Explains how to implement PDF previews and downloads in ASP.NET Core, including code examples for browser display and file saving.
Explores whether Change Data Capture (CDC) breaks application encapsulation and discusses strategies like data contracts to mitigate risks.
A technical tutorial on fitting linear mixed models using pairwise pseudolikelihood in R with the svylme package, using educational survey data.
Tutorial on deploying embedding models using AWS Inferentia2 and Amazon SageMaker for accelerated inference performance.
A technical demo and explanation of creating a parallax scrolling effect using CSS Scroll Timelines and the animation-timeline property.
Explores the technical process of parsing and rendering Counter-Strike 2 gameplay demos in a web browser using JavaScript and pre-processed data.
A developer shares their experience upgrading over 60 projects to the stable .NET 8 release, highlighting the smooth process and a key package rename.
A series of articles that teach CSS layout by converting real-world Dribbble designs into code, focusing on responsive, accessible, and practical techniques.