All Stories

Ways to provision infrastructure on AWS

Popular as it is, Infrastructure as Code also known as IaC, is a practice and process of managing and deploying infrastructure through code. Now, we got the flexibility to choose from...

In AWS, Oct 28, 2021

How to install Nomad on Fedora-based distro

Previously I covered the Nomad installation on the most frequently used Linux distros: Amazon Linux 2 Debian RHEL

In Nomad, Fedora, Oct 27, 2021

Solution: The AWS Access Key Id does not exist in our records

Working with multiple AWS account profiles could sometimes be not so pleasant experience, especially when handling different AWS named profiles for different purposes. The AWS Access ...

In AWS, Oct 26, 2021

How to change permissions for directories and files recursively

Getting to know how to fix the directories and files permissions recursively, with a quick and easy method is always a good point. The crux of this tutorial is to understand how you c...

In Linux, Oct 25, 2021

Assign static IP to a Docker container

There are two types of static IPs, public and private IP addresses. We all know the public IP Docker mapping by now, using Nginx and port mapping. Today we are going to see how can we...

In Docker, Oct 24, 2021

How to Setup GraphQL with Node.js on Debian-based distro

To gather information from the REST API designed app you need to send requests to multiple REST endpoints. So this kind of approach is scattered across multiple endpoints. GraphQL sol...

In GraphQL, Node.js, Debian, Oct 23, 2021

Setup Nginx proxy for a Node.js app

Behind every major player in the cloud provider’s field, there is a hidden “magic” that makes our applications work. Most of the time, this magic is some kind of proxy, mostly Nginx. ...

In Nginx, Node.js, Oct 22, 2021

How to install Node.js on Debian 11

There are few methods to install Node.js on Debian 11. Using PPA Using NVM From the Debian official packages

In Node.js, Debian, Oct 21, 2021

Resolve (code=exited, status=2) in Nginx

Sometimes after Nginx service restart and you’re trying to get the service status, you might get the following status code line:Process: 10316 ExecStop=/sbin/start-stop-daemon --quiet...

In Nginx, Oct 20, 2021

How to install Terragrunt on Debian 11

If you need to simplify the Terraform structure you can achieve it through Terragrunt. The crux is that you only need to define the Terraform modules and Terragrunt will take care of ...

In Terragrunt, Debian, Oct 19, 2021