Fazly Fathhy

Fazly Fathhy @fazly_fathhy

About: "Code, build, caffeinate, repeat."

Location:
Hijra Street, Kinniya -03, Trincomalee, Srilanka
Joined:
Sep 16, 2024

Fazly Fathhy
articles - 29 total

🚀 Portfolio Live Now!

Thrilled to share that I’ve just developed and deployed my personal portfolio! 🎉 This marks another...

Learn More 0 0Mar 1

*Terraform*

Terraform is an infrastructure as code (IaC) tool created by HashiCorp. It allows you to define,...

Learn More 0 2Feb 2

Frontend Challenge - December Edition

This is a submission for Frontend Challenge - December Edition, Glam Up My Markup: Winter Solstice ...

Learn More 12 0Dec 21 '24

My First Full-Stack Deployment with Docker and NGINX as Load Balancer

Introduction: In this post, I’ll walk through my experience creating a full-stack application with a...

Learn More 0 0Dec 7 '24

Installing NGINX in linux

To install NGINX on a Linux system, follow these steps based on the Linux distribution you are using....

Learn More 0 0Dec 7 '24

Spread Spectrum In spread spectrum (SS), we combine signals from different sources to fit into a larger bandwidth, but our goals are to prevent eavesdropping and jamming. To achieve these goals, spread spectrum techniques add redundancy.

A post by Fazly Fathhy

Learn More 0 0Dec 5 '24

Terraform : Simplifying Infrastructure as Code for Modern DevOps

Infrastructure as Code (IaC) has revolutionized how we manage and provision infrastructure, and...

Learn More 0 0Dec 4 '24

Minikube....

Minikube is a lightweight tool that allows you to run a single-node Kubernetes cluster locally on...

Learn More 0 0Dec 3 '24

Teleport

Teleport is an open-source platform for secure access to infrastructure. It allows developers and...

Learn More 0 0Dec 2 '24

The Evolution of Modern Application Deployment : From Physical Servers to Kubernetes:

One Server, One Application Early Days: In the beginning, each application was deployed on its...

Learn More 0 0Nov 28 '24

Create a buildspec.yaml file for aws build

1.version: Specifies the buildspec version. 2.env: Defines environment variables. 3.phases: Contains...

Learn More 0 0Nov 27 '24

Do you know ?

The alias command in Unix/Linux systems is used to create shortcuts for longer or frequently used...

Learn More 0 0Nov 25 '24

First Microservice CI/CD Pipeline Achieved!

I'm excited to announce that I've successfully built my first CI/CD pipeline tailored for a...

Learn More 0 0Nov 20 '24

How to run the Node.js installer on Windows

Locate the Downloaded File: Go to the folder where your browser saves downloads (e.g.,...

Learn More 0 0Nov 17 '24

To Access Jenkins running on your EC2 instance

To access Jenkins running on port **** of your EC2 instance, you need to make sure that your EC2...

Learn More 0 0Nov 15 '24

Introduction: Setting Up AWS CLI, kubectl, and eksctl for EKS Management

Step 1: Installing the AWS CLI curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o...

Learn More 0 0Nov 13 '24

Do you know ?

An IP Address has 2 parts *The Network Identification *The Host Identification ❖Frequently, the...

Learn More 0 0Nov 11 '24

Arranging Port Numbers to the Micro service Architecture

For a microservices architecture with 10 repositories, you can assign port numbers to each service by...

Learn More 0 0Nov 9 '24

Steps to achieve CI/CD pipeline for Microservice Architecture

1.Separate Repositories for Each Microservice: •Create individual repositories for each...

Learn More 0 0Nov 8 '24

Do you Know ?

In a Microservices Architecture with CI/CD, it’s common to have separate pipelines for each...

Learn More 0 0Nov 8 '24

Top 5 Containerization Tools You Should Know in 2024 for DevOps Success

1.Docker: The most well-known containerization tool, Docker is known for its ease of use,...

Learn More 0 0Nov 7 '24

5 Essential Tips for Building a CI/CD Pipeline for Microservices

Automate Testing for Each Service Ensure that unit, integration, and end-to-end tests are...

Learn More 0 0Nov 6 '24

Top 10 AWS services

Amazon EC2 (Elastic Compute Cloud) - Provides scalable virtual servers (instances) for running...

Learn More 6 0Nov 6 '24

4 stages of Automata theory

Automata theory studies computational systems (automata) that operate on input sequences. These...

Learn More 0 0Nov 5 '24

Why AWS CodeCommit

Seamless AWS Integration Access to AWS Tools: CodeCommit integrates well with other AWS services...

Learn More 0 0Nov 4 '24

What is Wireless Communication?

transfer of information between two or more points that are not physically connected

Learn More 0 0Nov 4 '24

Alternatives for New AWS Users Restricted from Creating Repositories in CodeCommit

Starting in July 2024, AWS implemented a policy restricting new customers from creating repositories...

Learn More 0 0Nov 2 '24

My First CI/CD Pipeline

In my recent project, I set out to build a CI/CD pipeline for a Secret Santa Matchmaking app. This...

Learn More 0 0Oct 28 '24

Difference between Microservice and Monolithic

In a monolithic architecture, the entire application is built as a single unit. All the...

Learn More 0 0Sep 29 '24