In this tutorial, we will see how to build a simple API with Fastify and TypeScript, and how to deploy it on the ScaleDynamics Platform.
6 posts tagged with "deploy"
View All TagsRun a Deno app in production on Cloud
Deno is a modern runtime for JavaScript or TypeScript on server side that has been getting some hype recently. Not a fork of Node.js, but it's a robust alternative on several points, such as performance and security.
Let's see together how to install and use Deno on your laptop by developing a basic web app with a server written in TypeScript. So how to easily deploy and scale any Deno application in production with Docker on the cloud provider of your choice.
Deploy a Spring Boot Kotlin application with Docker
In this tutorial, we will see how to deploy a Spring Boot Kotlin application with Docker and the ScaleDynamics Platform.
How to deploy Drupal on cloud with Docker
Drupal is an open source content management platform powering millions of websites and applications. We will see how you can easily deploy a simple Drupal website on Docker to the cloud with ScaleDynamics.
CI/CD with a simple NestJS server
In this tutorial, we will see how we can make a CI/CD (Continuous Integration and Continuous Delivery) script with GitHub Actions and a simple NestJS server.
Deploy a Next.js SSR application
In this tutorial, we will see how you can deploy a simple server side rendered Next.js application on ScaleDynamics.