From .NET 6 to .NET 8, my migration experience: Entity Framework Core 8
A developer shares their experience migrating a web application from .NET 6 to .NET 8, focusing on changes required for Entity Framework Core 8.
A developer shares their experience migrating a web application from .NET 6 to .NET 8, focusing on changes required for Entity Framework Core 8.
A podcast episode discussing the migration process to Swift 6, covering its non-breaking changes, new features, and the importance of planning.
The author details their journey migrating the 'Mess With DNS' educational tool from a custom, flawed DNS implementation to the more robust PowerDNS server.
Python 3.12 deprecates datetime.utcnow(). This article explains why and how to migrate to timezone-aware datetime.now(timezone.utc).
A developer shares their experience and step-by-step process for migrating a blog from GatsbyJS to the Hugo static site generator.
A software engineer's chronological career retrospective, detailing experiences with COBOL, C#, VR, and modern DevOps across various European tech roles.
A guide to migrating a React application's testing suite from Jest to Vitest, covering setup, configuration, and benefits.
A guide to migrating Redis data within Kubernetes to implement Redis Sentinel for high availability, addressing stability issues in a Mastodon setup.
A guide to upgrading Java projects from version 17 to 21, covering new features, potential migration issues, and best practices.
A developer's guide to migrating a large .NET Framework 4.8 application to .NET 6 using an iterative, step-by-step approach.
A technical guide on migrating Disqus comments from WordPress to an Eleventy (11ty) static site, including extracting post IDs from a sitemap.
A guide to migrating from Classic Application Insights to the new Workspace-based model, covering the process, data merging, and alert reconfiguration.
A technical guide on migrating JavaScript test suites from Jest to the native Node.js test runner, covering setup, features, and differences.
A step-by-step guide to migrating a React project from Create React App (CRA) to Vite, including configuration changes and file updates.
A developer shares their experience and results from using the new Angular schematic to migrate an application from NgModules to the standalone API.
The author explains the technical process and reasons for migrating their blog from Medium to Gridsome, a Vue-based static site generator.
A developer shares her migration from Twitter to Mastodon, discussing the platform's differences and the emerging front-end community there.
A developer shares their experience moving from Twitter to Mastodon, discusses the tech community exodus, and provides helpful resources for newcomers.
A developer migrates from AWS SES to Cloudflare Email Routing for a simpler, serverless email handling setup for their domains.
Guide to incrementally migrating legacy ASP.NET Framework apps to ASP.NET Core Razor Pages using Microsoft's SystemWebAdapters.