NoVPS
FeaturesBlogSupport
Join waitlist

Tutorials

Microcontainers — Lightweight, Portable Docker Containers

Docker packages your application and its dependencies into a single image for use in a container, but these images often become unnecessarily large. For example, a simple Node.js application using an official image can swell to 644 MB, even though the application itself takes up less than 1 MB. Optimizing the image can significantly reduce this excess size. So what can we do to reduce the image size?

Tutorials

Wed, Aug 28, 2024


Understanding the Format of Cron Job Schedules

Cron jobs are an essential tool for automating repetitive tasks on Unix-like operating systems. They enable users to schedule scripts or commands to run at specified times and intervals, making system maintenance, data backups, and other routine tasks more manageable. Understanding the format of a cron job schedule is crucial for effectively utilizing this powerful feature.

Tutorials

Tue, Jul 30, 2024


How to create Dockerfile for NestJS app

Today we will Dockerize a Node.js application. We will use Nest.js for today. But the commands and processes are exactly the same for any Node.js application built by some other frameworks.

Tutorials

Thu, Jul 25, 2024


Docker for Next.js application

Step-by-step guide how to Dockerize your Next.js app

Tutorials

Thu, Jul 18, 2024


How to create Dockerfile for Laravel application

The easiest way to dockerize your Laravel Project

Tutorials

Tue, Jul 16, 2024


Using JSON Web Token to authenticate users

How to use JWT with real-world examples

Tutorials

Tue, Jul 9, 2024


Subscribe to stay updated

Never miss out on valuable insights and tips. Subscribe to our newsletter and get the latest blog posts delivered straight to your inbox.

Legal

Privacy PolicyTerms and ConditionsAcceptable Use Policy
NoVPS

© 2024 NoVPS Cloud LTD

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.