Using Byte Buddy for proxy creation
A guide to migrating from cglib to Byte Buddy for Java proxy creation, focusing on API differences and implementation for Java 17 compatibility.
A guide to migrating from cglib to Byte Buddy for Java proxy creation, focusing on API differences and implementation for Java 17 compatibility.
A developer's experience and technical guide for migrating a static site from the Gridsome framework to the newer SvelteKit meta-framework.
A guide to replacing Docker with Podman on Mac and Windows, covering installation, setup, and troubleshooting.
A developer shares their experience and step-by-step process for converting a Gatsby.js blog from JavaScript to TypeScript, including setup and common issues.
A developer shares their quick experience migrating a medium-sized React app to Preact using Vite in under 10 minutes.
A developer details their journey migrating a personal blog from Gridsome/Vue 2 to Vite/Vue 3, including tools built and lessons learned.
Guide to upgrading Azure Application Insights from Classic to Workspace-based mode before retirement.
A team's journey migrating from Flow to TypeScript for better type safety and maintainability in their React/JavaScript frontend codebase.
Author migrates blog from WordPress to Jekyll for easier maintenance, with plans to add a comment system.
A guide to using Azure Resource Mover, a preview service for migrating Azure VMs and related resources between different geographic regions.
Personal notes and practical tips for developers migrating from Vue 2 to Vue 3, covering reactivity, v-model, and TypeScript.
A technical guide detailing the author's step-by-step process for migrating a blog from WordPress.com to the Hugo static site generator.
A developer shares initial experiences and challenges migrating a Gatsby blog from Markdown to MDX for more interactive content.
A guide on converting deprecated TSLint rules to ESLint using the @typescript-eslint toolkit for TypeScript projects.
A developer shares a real-world challenge of migrating from a monolith to microservices, highlighting the complexities of intermediate architectures and circular dependencies.
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.