Blog Posts

How to Install Apache Web Server on Amazon Linux 2
- Mohammad Abu Mattar
- Cloud Computing
- Published: 24 Oct, 2022
Introduction In this tutorial, we will learn how to install Apache web server on Amazon Linux 2. We will also learn how to configure Apache web server to run simple HTML web page. Prerequisite
read more
How to Install and Setup FireWall on Amazon Linux 2
- Mohammad Abu Mattar
- Cloud Computing
- Published: 24 Oct, 2022
Introduction We will learn how to install and setup FireWall on Amazon Linux 2 in this tutorial. We will also discover how to set up FireWall so that it functions with the Amazon Linux 2. Prer
read more
Git SSH Keys for GitHub, GitLab, and Bitbucket on Windows
- Mohammad Abu Mattar
- Windows
- Published: 22 Oct, 2022
Introduction Git connects to remotes by default via HTTPS, which requires you to enter your login and password every time you run a command like Git pull or git push, using the SSH protocol. You m
read more
Customization Windows Terminal With Starship
- Mohammad Abu Mattar
- Windows , Terminal
- Published: 21 Oct, 2022
Introduction In this article, we will learn how to install PowerShell and Starship, how to configure the Windows Terminal, and how to customize the Windows Terminal with Starship. What Is a W
read more
Introduction to Linux CLI
- Mohammad Abu Mattar
- Linux
- Published: 19 Oct, 2022
Introduction The Linux operating system family is a group of free and open-source Unix systems. They consist of Red Hat, Arch Linux, Ubuntu, Debian, openSUSE, and Fedora. You must utilize a shell
read more
How To Create A Custom VPC Using AWS CLI
- Mohammad Abu Mattar
- Cloud Computing
- Published: 15 Oct, 2022
Introduction In the sample that follows, an IPv4 CIDR block, a public subnet, and a private subnet are all created using AWS CLI instructions. You can run an instance in the public subnet and conn
read more
Setting up JWT Authentication in Typescript with Express, MongoDB, Babel, Prettier, ESLint, and Husky: Part 2
- Mohammad Abu Mattar
- Backend
- Published: 03 Jul, 2022
Introduction Why do we even need an authentication mechanism in an application? in my opinion, it doesn't need to be explained. The phrases authentication and authorization have likely crossed you
read more
Setting up Node JS, Express, Prettier, ESLint and Husky Application with Babel and Typescript: Part 1
- Mohammad Abu Mattar
- Backend
- Published: 01 Jul, 2022
Introduction All code from this tutorial as a complete package is available in this repos
read more