Nginx Install an SSL certificate for Web application running behind Nginx In this post, we will see how to install buy and install an SSL certificate on a domain name serving a Web application through an Nginx server.
DevOps How to copy files over SSH In this post, we will see how to copy files and directories over SSH from a local computer to a server and vice versa using SCP.
RabbitMQ Install RabbitMQ on a Ubuntu Server 22.04 In this post, we will see how to install and manage RabbitMQ on Ubuntu 22.04; enable the Web admin UI that is accessible from a subdomain
Docker Manage your Docker container with Docker Swarm In this post, we will learn what Docker Swarm is and how it works, then see how to manage containers of a backend Web application.
Docker Push a Docker image into the Docker Hub In this post, we will see how to build a Docker image of a project. Push the image created to the Docker Hub in a private and public repository.
Node.js Load balancing a Node.js application with Nginx In this post, we will see how to configure a load balancer on a Node.js application using Nginx and see how it improves the performance.
Git Clone a folder in a Git repository with sparse-checkout If you have a remote Git repository and want to clone a specific folder inside, I will show you how to do that using the sparse checkout command of Git.
Docker Push a Docker image in AWS Elastic Container Registry In this post, we will see how to push a Docker image into a private and public repository on AWS Elastic container repository.
Spring Boot Deploy a Spring Boot application with Docker and Nginx Reverse Proxy In this post, we will see how to deploy a Spring Boot application packaged with Docker, configure a reverse proxy with Nginx, and finally secure it with Lets Encrypt.
Spring Boot Deploy a Spring Boot application JAR file with Nginx reverse proxy In this post, we will see how to deploy a Spring Boot application packaged as a JAR file on a server, configure a reverse proxy with Nginx, and finally secure it with Lets Encrypt.
Bash Set up ZSH, autosuggestion, and syntax highlight on a Ubuntu Server This tutorial will show how to set up Zsh and Oh My Zsh to improve productivity and speed when working in the terminal. We will install plugins.
Bash Write better bash scripts with Zx In this post, we will see how to write a bash script in Node.js using Zx, a Node package created by Google. We will browse his other functions
VPS The minimal configuration of a VPS server to host a Web Application You just bought a fresh VPS to host your Web application but don't know our the configure it in order to be ready to make your app accessible through Internet? We will cover how to configure it in this tutorial.