React Hooks Migration
A tutorial showing how to migrate React Class Components to Function Components using React Hooks for state and side-effects.
A tutorial showing how to migrate React Class Components to Function Components using React Hooks for state and side-effects.
A comprehensive guide to Java 12 features, including switch expressions, the teeing collector, and migration considerations from Java 11.
A guide offering practical TypeScript tips, including migrating React apps, using unknown vs. any, and non-null assertions.
A guide to merging multiple Gradle projects and their Git histories into a single repository to simplify development workflows in a microservices architecture.
A guide to managing database changes in .NET using Database Projects for state versioning and DbUp for migration scripting.
A comprehensive guide to migrating from Java 8 to Java 11, covering release cycles, licensing, and common technical hurdles.
A guide to identifying and cleaning up orphaned shared mailboxes in Exchange using PowerShell scripts before migration.
A guide to migrating a local PHP 7.2 development environment on macOS to the new Homebrew v1.5 structure, covering installation and troubleshooting.
A guide on migrating React components from the old Context API to the new official one, using a Toggle component as an example.
A developer's guide to migrating a Node.js project's test suite from Mocha/Should.js to Jest using codemods, including challenges and solutions.
Key considerations for migrating from ASP.NET to ASP.NET Core 2, covering Dependency Injection, project files, and Razor Pages.
Explores five key Java command line options (--add-exports, --add-opens, etc.) to overcome migration challenges with the Java module system.
A guide to planning and executing a Java 9 update, covering initial assessment, identifying migration challenges, and prioritizing fixes.
A technical talk on migrating Java 8 applications to Java 9/11, covering common hurdles like module system and dependency issues.
A guide to overcoming the seven most common challenges when migrating a Java 8 codebase to Java 9, focusing on compilation and runtime issues.
A timeline detailing the author's process of migrating a blog from Blogger to Jekyll, covering setup, content conversion, and deployment.
Tips and code changes for migrating from Express.js 4 to the upcoming version 5, focusing on deprecated and updated response methods.
Explains the benefits of upgrading from PHP 5 to PHP 7, including major performance improvements, reduced memory usage, and new features.
A developer's journey from advocating for the AVA testing framework to migrating to Jest due to performance issues and limitations.
A guide to migrating Swift 2.3 code to Swift 3.0, focusing on replacing C-style for-loops and operators with modern Swift alternatives.