๐Ÿ“š
๐Ÿ“ง
๐Ÿ 
๐ŸŽ“
G3
G2
G1
HUB
P1
P2
P3
root@ammz:~
root@ammz:~$ initializing portfolio...
0%
root@ammz:~$ Loading assets...
root@ammz:~$ โ–ˆ
root@ammz:~
root@ammz:~$ whoami
AUNG MYO MYAT ZAW
root@ammz:~$ cat greeting.txt
"แ€™แ€„แ€บแ€นแ€‚แ€œแ€ฌแ€•แ€ซ" # Hello
"แ€€แ€ผแ€ญแ€ฏแ€†แ€ญแ€ฏแ€•แ€ซแ€แ€šแ€บแ€แ€—แ€ป" #Welcome from My Profile.
# I am just trying to be a one of the Full-Stack Developer from Myanmar
# Age: 23 | Born: Dec, 2002
# Hope You Enjoy My Poor Design
root@ammz:~$ ls -la
drwxr-xr-x about_experience/
drwxr-xr-x contact/
drwxr-xr-x certificates/
drwxr-xr-x projects/ In Room P1,2,3
drwxr-xr-x games/ In Room G1,2,3
root@ammz:~$
root@ammz:~/about_experience
root@ammz:~/about_experience$ ls -la
./show_about.sh
./show_experience.sh
root@ammz:~/about_experience$
root@ammz:~/contact
root@ammz:~/contact$ cat contact_info.json
{
  "name": "Aung Myo Myat Zaw",
  "location": "Myanmar(Burma)",
  "age": 23,
  "email": "aungmyomyatzaw@hotmail.com",
  "github": "github.com/whoamiSir",
  "telegram": "@whoamiSir",
  "status": "๐ŸŸข Available for projects"
}
          
root@ammz:~/contact$
root@ammz:~/certificates
root@ammz:~/certificates$ ls -la
# Professional Certifications
# Self-Taught Skills
โ€ข Flask Web Framework - Backend development
โ€ข PostgreSQL Database - Data persistence
โ€ข AWS Lambda & S3 - Cloud infrastructure
โ€ข Telegram Bot API - API integration
โ€ข Responsive UI/UX - Frontend design
root@ammz:~/certificates$
root@ammz:~/projects
root@ammz:~/projects$ ls -la
# โ† Games Section (Terminal Games)
drwxr-xr-x 01_snake_game/
drwxr-xr-x 02_tictactoe_game/
drwxr-xr-x 03_memory_game/

# โ†’ Projects Section (Real Applications)
drwxr-xr-x 04_tempmail_service/
drwxr-xr-x 05_video_downloader/
drwxr-xr-x 06_coming_soon/
root@ammz:~/projects$ # Use arrow keys or map to navigate
root@ammz:~/projects$
root@ammz:~/games/snake
root@ammz:~/games/tictactoe
root@ammz:~/games/memory
root@ammz:~/projects/04_tempmail
root@ammz:~/projects/04_tempmail$ cat README.md
๐Ÿ“ง Temporary Email Service

Anonymous disposable email with real-time inbox monitoring, custom domain support, and admin panel. Built for privacy-conscious users.

๐Ÿš€ Launch App ๐Ÿ“‚ Code
โœจ Key Features
โ€ข Anonymous email generation - No signup required
โ€ข Real-time inbox monitoring - Instant email delivery
โ€ข Custom domain support - Use your own domain
โ€ข Email expiration control - Auto-delete after time
โ€ข Admin panel - Blacklist & management tools
๐Ÿ› ๏ธ Tech Stack
Backend: Flask (Python), PostgreSQL
Hosting: Render.com (Free tier)
Email Routing: Cloudflare Email Routing
Frontend: Responsive HTML/CSS/JS
Security: Session management, Rate limiting
๐ŸŽฏ Challenges Solved
1. Database Persistence:
Optimized queries for free-tier limitations
2. Custom Domain Setup:
Configured DNS & Cloudflare
3. Security & Sessions:
Device ID tracking & admin auth
root@ammz:~/projects/04_tempmail
root@ammz:~/projects/04_tempmail$ ls -la
๐Ÿ“„ ./show_overview.sh
โœจ ./show_features.sh
๐Ÿ› ๏ธ ./show_techstack.sh
๐ŸŽฏ ./show_challenges.sh
root@ammz:~/projects/04_tempmail/details
root@ammz:~/projects/04_tempmail$ ./show_overview.sh
๐Ÿ“ง Temporary Email Service

A privacy-focused temporary email service with real-time inbox monitoring. Users can generate anonymous emails instantly and receive messages in real-time.

root@ammz:~/projects/05_video_downloader
root@ammz:~/projects/05_video_downloader$ cat README.md
๐ŸŽฌ Video Downloader Bot

Telegram bot for downloading videos from YouTube, TikTok, and other platforms. Built with AWS Lambda for serverless execution and optimized for large file handling.

๐Ÿค– Try Bot ๐Ÿš€ Launch App ๐Ÿ“‚ Code
โœจ Features
โ€ข Multi-platform - YouTube, TikTok, more
โ€ข Quality selection - Choose resolution
โ€ข Fast processing - AWS Lambda serverless
โ€ข Large files - S3 storage integration
โ€ข Bot bypass - Cookie authentication
๐Ÿ› ๏ธ Tech Stack
Core: Python, yt-dlp library
Platform: AWS Lambda (Serverless)
Storage: AWS S3 for large files
Interface: Telegram Bot API
Monitoring: CloudWatch logging
๐ŸŽฏ Challenges
1. Lambda Limits:
Large videos (1GB+) needed S3
2. Bot Detection:
Implemented cookie auth
3. Timeouts:
Webhook & async processing
root@ammz:~/projects/05_video_downloader
root@ammz:~/projects/05_video_downloader$ ls -la
๐Ÿ“„ ./show_overview.sh
โœจ ./show_features.sh
๐Ÿ› ๏ธ ./show_techstack.sh
๐ŸŽฏ ./show_challenges.sh
root@ammz:~/projects/05_video_downloader/details
root@ammz:~/projects/05_video_downloader$ ./show_overview.sh
๐ŸŽฌ Video Downloader Bot

Serverless Telegram bot for downloading videos. Handles large files efficiently with AWS Lambda and S3 storage. Support for YouTube, TikTok, and more.

root@ammz:~/projects/06_coming_soon
root@ammz:~/projects/06_coming_soon$ cat status.txt
๐Ÿšง
Under Development

New innovative project coming soon...

root@ammz:~/projects/06_coming_soon$