Arrays and the CLR - a Very Special Relationship
Explores the deep integration of arrays within the .NET CLR, covering their specification, IL instructions, and role in memory and type safety.
Explores the deep integration of arrays within the .NET CLR, covering their specification, IL instructions, and role in memory and type safety.
Explains the execution order of nested beforeEach and afterEach blocks in the Quick testing framework for Swift.
A technical guide on making Windows toast notifications clickable using the BurntToast PowerShell module, enabling them to open URLs.
A guide to building a dedicated homelab server for running development VMs, covering the benefits of isolation and hardware selection.
The Gnocchi project announces its decision to leave the OpenStack ecosystem to gain independence and improve development pace and contributor accessibility.
Tips for being a track host or MC at a tech conference like DockerCon, based on the author's experience.
A developer shares their journey and principles for building a custom, self-hosting Linux distribution from scratch, detailing the bootstrapping process.
First part of a tutorial series on building chatbots using the Microsoft Bot Framework, covering core concepts and architecture.
Explains the differences between Nimble's toEventually and waitUntil for testing asynchronous Swift code, with guidance on when to use each.
Explores the future of Laravel if its creator Taylor Otwell were to leave, detailing the existing succession plan and community safeguards.
An introduction to web accessibility principles, explaining why it's important and providing practical HTML coding examples for inclusive design.
Explains how to properly retrieve the current culture in UWP apps using a non-hacky method based on .NET Core Runtime internals.
A technical comparison between CSS animations and the Web Animations API, using a case study to illustrate key differences and implementation details.
An article exploring TypeScript as a pragmatic tool for JavaScript development, comparing it to 'training wheels' for building reliable, large-scale applications.
A comprehensive collection of resources for learning about Java 9, including talks, articles, books, and tutorials on its features and migration.
A developer shares lessons from building an interactive MIDI controller app with Angular, covering device connection and signal capture using the Web MIDI API and Observables.
Stitcher CMS alpha 5 released, adding plugin support and PHP 7 compatibility as the final alpha before the beta phase.
A technical guide on setting up and using the new headless Chrome browser with Selenium WebDriver for automated testing.
An updated overview of PostgreSQL's key features and improvements from the last 5 years, including JSONB, extensions, and logical replication.
Explains the new Shared Memory proposal for JavaScript, covering its importance, the event loop, and moving towards practical usage.