© 2023 Hashnode
#migration
It's day 87 of my #100DaysOfDevOps challenge, in this blog I'll be writing about what I learned today, it's about how to identify a monolithic architecture and migrate to microservices... As we've kno…
Introduction MongoDB is a popular NoSQL database that is widely used for building scalable applications. As your application grows and evolves, you may need to make changes to your MongoDB collections…
Developers building e-commerce solutions are familiar with popular monolithic e-commerce platforms such as Magneto, WooCommerce, and Oracle. These platforms are famous for being easy to use, their bui…
Flyway is a popular database migration tool that allows for simple and easy management of database changes. Here is a detailed example of how to perform database migrations via Flyway in a production environment: Install and configure Flyw…
Database migrations are a critical part of software development, as they allow developers to make changes to the database schema or data without disrupting the application's functionality. However, handling database migrations in a producti…
Manually Migrate WordPress from One Server to Another Migrating a WordPress website from one server to another can seem like a daunting task, especially for beginners. However, with careful planning a…
Originally posted on my blog ahmednadar.com. We've all been there-happily adding new tables and columns to our applications in the development environment. And when things go wrong, we drop the table …
Before version 15 of NGRX, some old syntax and decorators were allowed but deprecated. I'll show you how to migrate a simple, but deprecated code to NGRX@15. The following example is mostly taken from a real-world application. There will be…
New existing changes coming in to nextjs! here's an helpful general purpose guideline to how to migrate your nextjs v12 implementation to v13. Intro Next.js, a popular framework for building server-rendered React applications, has released …
Introduction As more and more organizations adopt cloud computing as a solution for their IT infrastructure needs, it's becoming increasingly common for companies to switch between cloud providers as …