Pinned Repositories
aws-ha-app-deployment-demo
This is a demo project where I deployed a multi-tier web app with high availabilty features maintaining high security. This project is fully deployed using AWS services.
devops-with-docker
Submissions to the exercises from devopswithdocker 2021. https://mooc.fi/en
fullstack-docker-project
Dockerizing a fullstack app (frontend+backend) with Postgres + Redis + Nginx. Build and deploy with docker-compose.yml file.
linux-network-namespaces-hands-on
This is hands-on demo on understanding container networking using linux network namespaces and a virtual switch to isolate servers.
load_balancing_nginx_docker
Project: Three docker containers load balancing by Nginx; deployed using docker-compose.
packet-analysis
An in-depth analysis of traffic flow.; How containers communicate on the same node or multi-node, packets headers content, filter based on packet header fields;
resume
My Resume
vxlan-docker-hands-on
Hands-on: Multi-node container / Overlay communication using linux vxlan feature.
vxlan-ovs-docker-lab
This hands-on demo will provide an overview of container/pod communication between multi-node or multi container daemon under the hood using Open vSwitch, docker and VXLAN.
what-happens-when_BN
একটি পুরনো প্রশ্নের উত্তরের খোঁজে, "কি ঘটে যখন আপনি ব্রাউজারে google.com লিখে ঠাস করে এন্টার চাপ দেন?"
faysalmehedi's Repositories
faysalmehedi/cs50-flask
codes from CS50 lecture on python and flask.
faysalmehedi/authentication_flask_api
basic-authentication with flask. Also implemented JWT token for authoraization.
faysalmehedi/coding-bat-solutions
My solutions to codingbat.com python problems.
faysalmehedi/crud_flask_api
faysalmehedi/flask_docker_nginx
faysalmehedi/json-linked-list-flask-api
Flask API for reciving json data and add to linked list and return as new json formatted data
faysalmehedi/JSON-LinkedList-JSON
A simple project from Json to Linked list then json in a new formatted way
faysalmehedi/personal-webpage
Simple webpage using only html and css.
faysalmehedi/leetcode-solutions
My solutions to Leetcode problems
faysalmehedi/git-basic-command
Notes on git basic command line.
faysalmehedi/guess-secret-number
A simple program for guess the secret number.
faysalmehedi/hellodjango
A hello world project on django 3
faysalmehedi/k8s-net-labs
Kubernetes networking labs for KubeCon EU 2020 talk
faysalmehedi/simple-python-exercises
simple python exercises for refreshing basic python knowledge.