| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this userโs behavior. Learn more about reporting abuse.
Report abuse"Transforming complex infrastructure challenges into scalable, secure, and cost-effective solutions that drive business growth and innovation."
13+ years architecting enterprise-scale cloud transformations for 50M+ users across government, fintech, and telecom sectors. Currently driving digital transformation for Saudi Arabia's largest government platform serving 9M+ citizens.
๐ $2M+ Revenue Recovery - Resolved critical mobile data traffic management issues
โก 60% Deployment Efficiency - Through strategic DevSecOps implementations
๐ 99.9% Availability - For government platform serving 9M+ citizens
๐ 85% Faster Onboarding - Application deployment acceleration (2 weeks โ 3 days)
๐ฐ 45% Cost Optimization - Infrastructure cost reduction through automation
๐ฐ 50% Release Time - Improved the Release time by automating and integrating the tool needed for automation
"Building resilient, self-healing systems while fostering innovation-driven engineering cultures that deliver measurable business outcomes."
โญ Star my repositories if you find them helpful!
ps -ef |grep defunct|grep -v grep| awk '{print $3}'|sort|uniq|while read line;
do
ps -ef |grep $line |grep -v defunct|grep -v grep |awk '{print $3}'| while read process;
do
ps -ef |grep $process| grep containerd| awk '{print $12}'|cut -c 1-10|while read doc_id ;
#!/bin/bash
# This script lists all running Docker containers, enters each container's network namespace, and
# counts how many network connections exist to a specific remote server IP address.
# The output shows each container name with its connection count, displayed in a paired format using paste.
A Streamlit frontend that talks over HTTP to a FastAPI backend, which persists projects and a controlled "build context" intake into a local SQLite database.
Python 1
Generate structured, high-quality Pull Request descriptions from git diffs using AWS Bedrock with a secure, privacy-conscious workflow.
Python 1
| Back | FazBrowse Home | New Git URL |