Visualize mixed effect regressions in R with GGplot2
A tutorial on visualizing mixed effect regression models and their uncertainty using non-parametric bootstrapping in R with ggplot2.
A tutorial on visualizing mixed effect regression models and their uncertainty using non-parametric bootstrapping in R with ggplot2.
Explains the new Environment.IsPrivilegedProcess API in .NET 8 for checking if a process has administrator rights.
Explores how to make a StringBuilder enumerable in C# using compiler duck typing and extension methods, despite it not implementing IEnumerable.
Explains software design patterns like Mediator, Strategy, Singleton, and Proxy using simple sketches and real-world analogies.
A behind-the-scenes look at how the program committee used data and tools to select talks for the Current 2022 and Kafka Summit tech conferences.
A guide on crafting effective abstracts for short, focused lightning talks at tech conferences, emphasizing clarity and a single core idea.
Explores the concept of native HTML includes with lazy loading, proposing browser-native features similar to PHP includes.
A developer recounts creating their first real app: a TI-83+ program to solve trigonometry homework, sparking a lifelong passion for programming.
A guide to compressing Lookup Tables (LUTs) using the KTX 2.0 texture format for faster web loading and GPU processing.
An in-depth look at torchdata's internal architecture, focusing on datapipes and how they optimize data loading for PyTorch to improve GPU memory bandwidth.
A preview of JavaOne sessions covering Sequenced Collections, purity, and upcoming Java features like string templates and JavaFX 19.
A developer argues for using a combination of tabs and spaces for code indentation, focusing on accessibility and developer preference.
Explores potential future features for the C# programming language, including compound assignments in object initializers and discriminated unions.
Explains the key differences between Azure's Recovery Services Vault and the newer Backup Vault for data protection.
Explores a bug in R's survey package when using strings vs. factors in grouped analysis, highlighting data type pitfalls.
The article details adding a PDF attendance report to a SaaS project, covering development challenges and code patterns.
Part 3 of a tutorial series on building a Todo app with the UNO Platform, focusing on creating a dialog component for user interaction.
Explains how to use DebuggerTypeProxy and DebuggerDisplay attributes in C# to control how complex objects appear in the debugger.
A guide to archiving old Azure VM disks to low-cost archive storage using PowerShell, addressing compliance and cost challenges.