Migrating a Spring Boot service from Java 11 to Kotlin
A developer shares lessons learned from migrating a Spring Boot service from Java 11 to Kotlin, covering challenges like logging and data classes.
A developer shares lessons learned from migrating a Spring Boot service from Java 11 to Kotlin, covering challenges like logging and data classes.
A technical guide on migrating from TSLint to ESLint using the tslint-to-eslint-config utility, covering rule conversion and configuration mapping.
Discusses scenarios where migrating from Python 2 to Python 3 may not be necessary or feasible, focusing on business and technical constraints.
A technical guide detailing the process and benefits of upgrading from Java 8 to newer versions, based on real-world experience.
A guide to migrating a Gulp 3 configuration to Gulp 4, covering API changes, error resolution, and modern ES6 syntax.
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.