Dockerize NodeJS and MySQL with Docker Compose
Let’s Dockerize a NodeJS Application with MySQL by leveraging the power of Docker Compose to achieve easy deployment and portability.
Dockerize Spring Boot and MySQL with Docker Compose
Introduction Docker has revolutionized application deployment by enabling developers to package applications and their dependencies into portable containers. In this comprehensive guide, we’ll explore how to dockerize a Spring Boot application with MySQL, leveraging the power of Docker and Docker Compose. By containerizing your Spring Boot application, you can achieve easy deployment, improved portability, scalability, […]
Dockerize Spring Boot and MySQL with Docker Compose
Let’s explore how to dockerize a Spring Boot Application with MySQL by leveraging the power of Docker and Docker Compose to achieve easy deployment, improved portability, scalability, and version control.
Scalability Types in Software Architecture
This write-up focuses on the Scalability Types applied to IT systems, the vertical and horizontal approaches, respectively referred to as scaling UP and scaling OUT.
Periodic Table of DevOps Tools in 2023
The Periodic Table of DevOps Tools is a great resource designed to guide you through the best DevOps tools available to optimize your software delivery process.
Lift And Shift Cloud Migration Manual for AWS ElasticBeanstalk
The Lift And Shift (Rehosting) approach is applied by updating a few configuration files while taking into consideration the PAAS model, in which we are only responsible for the App and its data, with the infrastructure being handled by the Cloud provider.
Multipurpose Cloud Migration Strategy for NodeJS Projects
Flexible Cloud migration strategy for NodeJS projects on AWS that also works on custom servers, from a monolith block to microservices.
Fastest Blog Architecture
Unveiling the steps to build the fastest blog experience for your readers, an architecture point of view from a real case.
Ghost as Choice over Traditional CMS
Bootstrapped our tech community blog using Ghost + NextJS in an effort to serve blazing-fast page rendering to our readers.