DbVisualizerforThe Tablethetable.hashnode.dev·13 hours agoQuick Guide to Data Migration Between MySQL and PostgreSQL Using DbVisualizerMigrating data between databases is essential for managing data from diverse sources. DbVisualizer streamlines the setup and migration process, making it simpler to transfer data between MySQL and PostgreSQL. Here's a quick outline to set up and migr...Discussmigration
Dhwanil ShahforBackspacethebackspace.hashnode.dev·Nov 8, 2024Building a Simple DB Migration Tool in Just 200 LinesIn this blog entry, I will express my reflections on developing the database migration tool, the restrictions of my migration tool, and several additional insights. Why Did I Reinvent the wheel myself I am presently engaged in a somewhat intricate ba...Discuss·37 readsasyncpg
Hansraj Deghunpythondevop.hashnode.dev·Oct 30, 2024Zero Downtime MySQL MigrationMigrating a massive MySQL table with over a billion rows while ensuring zero downtime can be a complex task. However, using a shadow tables and triggers, you can perform this migration seamlessly. In this blog post, we’ll walk you through the process...Discuss·3 likesMySQL
Akshay Siwalakshay-siwal.hashnode.dev·Oct 28, 2024How to Choose the Right AWS Region: Key Factors and Real-Life LessonsHow to Choose the Right AWS Region: Key Factors and Real-Life Lessons Picking an AWS Region may seem like a small detail at first, but it’s one of the most impactful decisions you can make in setting up your cloud infrastructure. Getting it right me...DiscussAWS
Karla Cornejotoshareapex.hashnode.dev·Oct 25, 2024Tips: Migrar Oracle Forms a Oracle APEXMuchos enfrentamos grandes desafíos en el ámbito tecnológico, y uno de ellos es la migración de Oracle Forms a Oracle APEX. A menudo nos encontramos con formularios de complejidad media a alta, incluyendo formularios tipo TAB, y surge la pregunta: ¿C...Discuss·216 readsformstoApex
Shreyansh Guptashreyanshgupta.hashnode.dev·Oct 24, 2024Strong migrationsWe have taken a look at different concepts related to concurrency in the previous articles. In this article, we’re going to take a look at yet another concept - i.e. writing safe migrations. We’ll take a look at this concept in the context of Ruby on...DiscussRuby on Rails
M Inamdarmi-devops.hashnode.dev·Oct 15, 2024Simplifying Your TransitionIntroduction Version control is a crucial component of software development. Over the years, many teams have transitioned from Subversion (SVN) to Git due to its distributed nature, robust branching capabilities, and widespread adoption. If your orga...Discuss·27 readsgerrite
Gitar, Incgitar.hashnode.dev·Oct 15, 2024Gitar Achieves SOC 2 Type 2 Compliance: Strengthening Our Commitment to SecurityWe are excited to announce that Gitar has officially achieved SOC 2 Type 2 certification! This milestone reinforces our dedication to maintaining the highest standards of data security, privacy, and operational excellence. SOC 2 Type 2 compliance is ...DiscussDeveloper
Enterprise Laplinkenterpriselaplink.hashnode.dev·Oct 10, 2024How to Transfer Programs and Files to a New ComputerTransferring programs and files to a new computer can feel like a daunting task, especially if you have a large number of files and applications you rely on daily. However, with the right tools and steps, you can streamline this process and ensure th...Discusssoftware development
Didik Tri Susantoblog.didiktrisusanto.dev·Oct 9, 2024How To Use Golang Migrate for Database MigrationIt is common for web application having a database and using concept of migration already considered as best practice. Instead of creating database schema directly to database, migration script created so we could control how we manage the schema pro...Discuss·99 readsGoLearnGo Language