This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"name": "Sohail M. Khan", | |
"label": "🚀 CTO | AI & Cloud Innovator | Business Transformation & Optimization | Generative AI | Scaling Tech Startups", | |
"image": "", | |
"email": "sohail.munir@gmail.com", | |
"phone": "+92 300 1890380", | |
"url": "https://registry.jsonresume.org/editor", | |
"summary": "With more than 20 years of experience in the technology industry, I am a seasoned expert in solving complex business and technical challenges with artificial intelligence, cloud computing, and data analytics. I am passionate about applying practical AI solutions to various domains, such as advertising, marketing, finance, and education. As a Fractional CTO and Founder at Quantum Edge, I leverage my extensive network and knowledge to create and run technology companies in the United Arab Emirates and beyond. As a Principal - Technical Solutions at The Product Counsel, I design and showcase end-t |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACIwAABnICAYAAAByjDEcAAAAAXNSR0IArs4c6QABMEd0RVh0bXhmaWxlACUzQ214ZmlsZSUyMGhvc3QlM0QlMjJhcHAuZGlhZ3JhbXMubmV0JTIyJTIwbW9kaWZpZWQlM0QlMjIyMDI0LTAzLTEyVDE4JTNBNTYlM0EwMS4zODlaJTIyJTIwYWdlbnQlM0QlMjJNb3ppbGxhJTJGNS4wJTIwKE1hY2ludG9zaCUzQiUyMEludGVsJTIwTWFjJTIwT1MlMjBYJTIwMTBfMTVfNyklMjBBcHBsZVdlYktpdCUyRjUzNy4zNiUyMChLSFRNTCUyQyUyMGxpa2UlMjBHZWNrbyklMjBDaHJvbWUlMkYxMjIuMC4wLjAlMjBTYWZhcmklMkY1MzcuMzYlMjIlMjBldGFnJTNEJTIyQ1lOZFhMVEhyYUtFZGpVWk1lRG0lMjIlMjB2ZXJzaW9uJTNEJTIyMjQuMC40JTIyJTIwdHlwZSUzRCUyMmRldmljZSUyMiUzRSUwQSUyMCUyMCUzQ2RpYWdyYW0lMjBuYW1lJTNEJTIyUGFnZS0xJTIyJTIwaWQlM0QlMjJ4UmpicEJkbnp2VFA4S3VTNXpvQiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUzQ214R3JhcGhNb2RlbCUyMGR4JTNEJTIyMjE0NSUyMiUyMGR5JTNEJTIyMTM3OSUyMiUyMGdyaWQlM0QlMjIwJTIyJTIwZ3JpZFNpemUlM0QlMjIxMCUyMiUyMGd1aWRlcyUzRCUyMjElMjIlMjB0b29sdGlwcyUzRCUyMjElMjIlMjBjb25uZWN0JTNEJTIyMSUyMiUyMGFycm93cyUzRCUyMjElMjIlMjBmb2xkJTNEJTIyMSUyMiUyMHBhZ2UlM0QlMjIwJTIyJTIwcGFnZVNjYWxlJTNEJTIyMSUyMiUyMHBhZ2VXaWR0aCUzRCUyMjgy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@startuml | |
start | |
:User; | |
:1. Auth ( WebAuthn ) + Auth ( Feature Flags ); | |
fork | |
:- Performance Oriented + Mobile First; | |
:- [ Quantum AI App ] Streaming; | |
:- [ Quantum AI App ] Video; | |
:- IAB ( 3.0 ) + Sentiment; | |
:- ?? Custom Content Feed ( Push ) ??; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@startuml | |
skinparam actorStyle awesome | |
skinparam usecase { | |
BackgroundColor<< EPIC >> DeepSkyBlue | |
} | |
'"User" as User | |
'"System" as System | |
'"Auth" as Auth |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env zsh | |
ineed() { | |
curl -sk "https://packages.debian.org/search?suite=default§ion=all&arch=any&searchon=contents&keywords=$1" | sed 's%</*tr>%\\n%g' | grep 'class="file"' | sed 's/<[^>]*>//g' | column -t | grep --color -i -w "$1" | |
} | |
ineed $* |