interface ProfessionalProfile {
role: "Software Engineer & IT Analyst";
expertise: [
"๐๏ธ Full-Stack Development",
"โก Process Automation",
"๐ง AI Integration",
"๐ฑ PWA & Mobile-First"
];
currentFocus: "๐ ๏ธ Production-grade systems with real users and real data";
signatureProjects: [
"๐ข IntraNet โ Corporate Platform (829+ tickets, 191 users)",
"๐ฌ ZyxChat โ Chatbot Platform",
"๐ Automated NF-e Reader",
"โก WhatsApp Automation Suite"
];
techStack: {
languages: ["๐ต TypeScript", "๐ Python", "๐ฃ PHP"];
frameworks: ["โ๏ธ React 18", "โก๏ธ Next.js", "๐ถ Flask"];
backend: ["๐ข Supabase", "๐ฆ Deno", "๐ฉ Node.js"];
automation: ["๐ N8N", "โ๏ธ LangChain", "โจ Google Gemini"];
databases: ["๐ PostgreSQL (RLS)", "๐ MongoDB", "๐ Google Sheets"];
mobile: ["๐ฑ PWA", "๐ง Service Worker", "๐ฒ iOS Safe Area"];
};
}|
TypeScript |
JavaScript |
Python |
Java |
PHP |
|
React 18 |
Next.js |
Tailwind |
Flask |
Deno |
|
Supabase |
PostgreSQL |
MySQL |
MongoDB |
GCP |
AWS |
|
N8N |
Docker |
Git |
Ubuntu 20/22 |
VS Code |
SSH |
|
Contabo VPS |
EasyPanel |
Dokploy |
Nginx |
Visual Studio |
VPS |
Full operational management system โ developed and maintained solely by me, in production with real users.
- Tech Stack: React 18, TypeScript, Supabase, Tailwind CSS, Deno, PWA
- Scale: 829+ tickets ยท 191 active users ยท 113 IT assets monitored
- Key Features:
- ๐ซ Kanban ticketing with automated SLA (On Time / Delayed) and real-time chat
- ๐ป IT asset monitoring via WebSocket with live CPU/RAM/Disk telemetry
- ๐ Granular RBAC + Row-Level Security enforced at the PostgreSQL level
- ๐ Executive dashboards (MTTR, SLA compliance, weekly trends via Recharts)
- ๐ฑ PWA installable on iOS/Android โ swipe gestures, offline support, dark mode
- โ๏ธ Serverless Edge Functions in Deno (push notifications, webhooks, secure profiles)
- Tech Stack: TypeScript, React, N8N, Evolution API
- Key Features:
- ๐ Advanced conversational flow system
- ๐ Multi-platform integration (WhatsApp, Telegram, SMS)
- ๐ Administrative dashboard built with React & TypeScript
- ๐ค AI-powered contextual automated responses
- Tech Stack: N8N, Tesseract OCR, Google Gemini
- Capabilities:
- ๐ Automatic fiscal document data extraction
- ๐ฑ WhatsApp processing (images/documents)
- ๐๏ธ Google Sheets integration for data storage
- โ 44-digit access key validation
- Technologies:
- Complex N8N workflows
- Evolution API integration
- Google Sheets as database
- LangChain for conversation memory
- Tech Stack: Python, SQLite
- Highlights:
- ๐๏ธ Core banking operations
- ๐ Authentication system
- ๐ Account and transaction management
๐ฎ Hangman Game
- Technology: Python
- Features:
- ๐ฏ Complete game logic
- ๐ Word and hint system
- ๐ฅ๏ธ Intuitive terminal interface
class OngoingEducation:
def __init__(self):
self.current_focus = [
"๐ Advanced TypeScript Patterns",
"๐๏ธ Backend Architecture with Supabase & Edge Functions",
"๐ค AI-Powered Automation with N8N & LangChain",
"๐ฑ PWA & Mobile-First Development"
]
def certifications(self):
return {
"n8n": "๐๏ธ Advanced Workflow Design",
"google_cloud": "โ๏ธ AI/ML Specialization",
"react": "โ๏ธ TypeScript Best Practices",
"supabase": "๐ข Realtime & Edge Functions"
}
def education(self):
return [
"๐ Systems Analysis and Development โ UNIP",
"๐ Software Engineering โ UniAlfa (Ongoing)"
]
