© 2023 Hashnode
#migration
I 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 ti…
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 o…
TypeORM is an Object Relational Mapping (ORM) framework for TypeScript and JavaScript, which allows developers to manage and interact with relational databases using object-oriented programming concepts. TypeORM provides an easy-to-use API …
We decided to code our own PHP framework when founding AssoConnect many years ago. That was a great yet challenging way to learn how many critical parts of a framework work 🤓 But maintaining it was…
Lewis Lovelock is the IT Operations Manager at Clearvision, responsible for IT externally for customers and internally, which includes overseeing the Atlassian Stack in-house. He recorded a live webin…
Introduction: Cloud migration is the process of moving existing applications, data, and services from an on-premise environment to the cloud. AWS is one of the leading cloud providers and offers a wid…
Recently, I migrated the software stack of my robot from ROS 2 Galactic to ROS 2 Humble. I thought it was going to be straightforward - add my Galactic nodes to a new Humble workspace, compile and it …
Introduction: As technology continues to evolve, organisations are constantly looking for ways to stay ahead of the competition and improve their IT infrastructure. The cloud is one solution that has …
To migrate GIT repos from your local git server to hosted GitLab and to ensure all the previous commit history and metadata are retained follow the below steps outlined Create a mirror of the GIT Repo…
In my last post, I mentioned how one could migrate from SVN to Git. In this post, I will explain how to synchronise any changes between Git and Subversion (SVN) that may have occurred during the migra…