Sai Krishna Prasad KandulaProsaikrishna.hashnode.net·Mar 12, 2023A Tale of High-Stakes Debugging: The Upgrade of Hashnode's Domain Management ServiceI own the Domain Management service at Hashnode. This is the story behind the crucial upgrade of Hashnode's domain management service which includes a surprise last-minute hiccup and a race against time to debug, patch and upgrade while sticking to t...Kandula Sai Krishna Prasad and 1 other are discussing this2 people are discussing thisDiscuss·76 likes·102 readsDebuggingFebSo fire! 🔥 11
Yurko Tymchukuko.hashnode.net·Apr 7, 2021How To: Multiple Queries in a Single Sequelize MigrationIn this blog post, I will discuss some details about the most popular NodeJS ORM called Sequelize . I will particularly take a look at database (schema) migrations and how to run multiple actions in a single Sequelize migration. This post is based ...Discuss·52 likes·5.0K readsSequelize
Pankaj Rawatpankajrawat.hashnode.net·Feb 21, 2022Dockerize .NET Framework Application without touching codeIn this post, I'll show you the power of AWS App2Container command line tool. With the help of App2Container tool, you can modernize (dockerize) your .NET and Java application and deploy it to AWS ECS/EKS/App Runner. If application is not in active d...Discuss·47 likes·435 readsdotnet
Harsh MangeforBit Fetchharshmange.hashnode.net·Apr 18, 2023Step-by-Step Guide to Effortless Database Migrations in Production with FlywayFlyway 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 Flyway: Instal...DiscussDatabases
Harsh MangeforBit Fetchharshmange.hashnode.net·Apr 18, 2023Best Practices for Smooth Database Migrations in Production EnvironmentsDatabase 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 production environ...DiscussDatabases
Ramiz ThebaforLearn WordPress With dev_ramiz_1707ramiztheba.hashnode.net·Apr 8, 2023How to Manually Migrate WordPress from One Server to Another for BeginnersManually 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 and execution, it can be a smooth and successful pr...Discuss·37 readsWordPress
Ahmed NadarforAhmed Nadarahmednadar.hashnode.net·Apr 5, 2023Migration Magic ✨, Handling Not-Null Constraints in Production with Ruby on RailsOriginally 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 and start fresh, no harm, no foul 😎. But what hap...Discuss·441 readsRails
Bartosz SzłapakforCodeCraft with Barciochbarcioch.hashnode.net·Apr 5, 2023Migrate legacy NGRXBefore 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 minor cod...DiscussTypeScript
Lior AmsalemforLior Amsalem Engineering Bloglior-amsalem.hashnode.net·Apr 1, 2023How to Migrate nextjs v12 to v13 app FolderNew 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 version 13...Discuss·10 likes·36 readsNext.js
Philips RhogunsforMy Cloud Journeyrhoguns.hashnode.net·Mar 30, 2023Migrate from AWS to Google CloudIntroduction 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 their requirements and priorities change. In parti...DiscussAWS
Amit kumarforEmbracing Tech Evolutiontechthoughtsexplorer.hashnode.net·Mar 26, 2023Revolutionizing Software Updates and Migrations with AI ToolsAs the technology landscape continues to evolve, businesses must adapt and find ways to cope with the constant need for software updates and migrations. In this blog post, we discuss how AI tools like ChatGPT4, Microsoft Copilot, and Google Bard coul...DiscussArtificial Intelligence
Sai Krishna Prasad KandulaforSai Krishna Prasad Kandula's Blogsaikrishna.hashnode.net·Mar 12, 2023A Tale of High-Stakes Debugging: The Upgrade of Hashnode's Domain Management ServiceI own the Domain Management service at Hashnode. This is the story behind the crucial upgrade of Hashnode's domain management service which includes a surprise last-minute hiccup and a race against time to debug, patch and upgrade while sticking to t...Kandula Sai Krishna Prasad and 1 other are discussing this2 people are discussing thisDiscuss·76 likes·102 readsDebuggingFebSo fire! 🔥 11
Deekshith ReddyforThe SRE Insiderdeekshithreddy.hashnode.net·Mar 13, 2023Migrating from Self-managed MongoDB to Atlas MongoDB with no downtime.My experience in migrating our production self-managed MongoDB clusters to Atlas. Introduction: In this article, I will describe how we migrated our Self managed MongoDB clusters which are hosted on our AWS infrastructure to the managed Atlas service...DiscussMongoDB