Northflank
Guides
Product
Changelog
Helpful articles to level up your ability
Showing items tagged with “Development” (see all)
Deploy on Northflank
Bun is a new JavaScript runtime that boasts impressive performance improvements over Node. This guide walks you through deploying a Bun app via Docker using a Dockerfile.
7th July 2022 • Tom Snelling
Databases
KeystoneJS is an open-source app that allows you to create a highly customised CMS and API. In this guide, we show you how to deploy KeystoneJS on Northflank.
22nd April 2022 • Thomas Smyth
MinIO is a highly-available object storage solution compatible with S3 API. At the end of this guide, you will have the necessary scripts to connect to your MinIO instance, create and list buckets, create and read objects.
10th March 2022 • Humberto Leal
Deno is a simple, modern and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust. By the end of this guide, you will have a Deno project deployed on Northflank.
4th February 2022 • Lavrenti Frobeen
Laravel is an open-source PHP web framework allowing you to build modern, fast and scalable products. This guide will show you how to build and deploy a Laravel project on Northflank.
1st February 2022 • Maria Alonso
Next.js is a React framework developed by Vercel supporting hybrid static & server rendering, TypeScript support, smart bundling and route pre-fetching. Follow this guide to learn how to deploy a template project of Next.js on Northflank.
25th January 2022 • Maria Alonso
Persisting data is essential for many Python applications. Postgres is a popular object-relational datastore which allows to store and query data in a structured manner.
10th December 2021 • Marco Suter
MinIO is a highly-available, S3 compatible object storage solution. Through this guide you will learn how to connect a MinIO instance to your Node.js project.
7th December 2021 • Humberto Leal
In this guide you will learn how to connect a Node.js project to a Redis database. Redis is a high-performance in-memory key-value database.
3rd December 2021 • Humberto Leal
MongoDB is a document-based, non-relational database. Learn how to connect a Node.js project to a MongoDB instance by following this guide.
30th November 2021 • Humberto Leal