Native DateOnly and TimeOnly support in Entity Framework 8 in SQL Server
Entity Framework 8 adds native SQL Server support for .NET's DateOnly and TimeOnly types, eliminating the need for custom converters.
Entity Framework 8 adds native SQL Server support for .NET's DateOnly and TimeOnly types, eliminating the need for custom converters.
Explains the pitfalls of comparing ReadOnlySpan<char> objects in C#/.NET, highlighting differences from string comparison due to memory representation.
The author discusses switching to Neovim, an Exercism Python exercise, and adding django-stubs for better type hinting in their SaaS project.
Explores using Postgres 15's new logical decoding row filters with Debezium for efficient change data capture and data privacy.
Explores using Postgres 15's new logical decoding row filters with Debezium for efficient, server-side change data capture filtering.
A developer stream recap covering Python list methods, Stripe integration, and Firefox Content Security Policy warnings.
A developer discusses solving a Python Blackjack exercise on Exercism and fixing a bug in a Django app's teacher checklist feature.
Explains how to measure heap allocations in .NET and reveals that an empty array consumes 24 bytes due to object overhead.
Python development episode covering Exercism string exercises and fixing Django 4.1 template caching issues in a homeschool app.
Strategies for managing complex, semantic code migrations in large, multi-team mobile codebases, focusing on coordination and tooling.
Explains the difference between 'throw;' and 'throw exc;' in C#, focusing on how the latter truncates the stack trace.
A developer's October 2022 status update detailing progress on the Helios kernel, including scheduler improvements, userspace API redesign, and threading features.
A developer's detailed account of migrating a custom domain email to ProtonMail, covering setup, client integration, and email import.
Explains why async/await in ASP.NET Core improves scalability by freeing worker threads during I/O, not raw performance.
Developer updates on Hare language cross-compiling, TLS support, a new Linux power management tool, and Helios OS refactoring while recovering from COVID-19.
A guide to using CSS container queries, a new feature for component-based responsive web design, including browser support and polyfill updates.
Explores how intentional rituals can build belonging, engagement, and culture within engineering teams, with examples from past workplaces.
The article discusses the shift from traditional debugging methods like printf to modern observability tools and structured event systems for distributed applications.
A guide on giving effective feedback in tech teams, emphasizing the importance of balancing critique with specific, meaningful praise.
A comparison of four popular Git branching strategies: Git-Flow, GitHub-Flow, GitLab-Flow, and Trunk-Based Development, detailing their pros, cons, and use cases.