Skip to content
View iklobato's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Campinas
  • 21:22 (UTC -03:00)

Block or report iklobato

Block user

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
iklobato/README.md

Henrique Lobato

Senior Software Engineer | Cloud Architect | AI Enthusiast

LinkedIn Email Telegram

Profile views

👨💻 Technical Profile

8+ years experience building robust systems across multiple domains. Specializing in:

  • Cloud-Native Architecture (AWS/GCP)
  • High-Performance Python Backends
  • AI/ML Integration & Deployment
  • Scalable Infrastructure Design
  • Security-First Development

🛠 Tech Stack

Core Development

Python Django FastAPI Flask

Cloud & DevOps

AWS Docker Kubernetes Terraform

Data & AI

TensorFlow PyTorch PostgreSQL Redis

🏆 Industry Expertise

🏦 Fintech Systems

• Real-time transaction processing
• Fraud detection algorithms
• Banking API ecosystems
• Risk analysis platforms

🔐 Cyber Security

• AI threat detection
• SOC monitoring solutions
• LLM security chatbots
• Network intrusion prevention

🧬 BioTech

• Genomic data pipelines
• ML-driven diagnostics
• HIPAA-compliant systems
• Research automation

🌟 Featured Project

LightAPI - Modern Python API Framework
GitHub stars

# Example LightAPI Implementation
from lightapi import FastRouter, Security

router = FastRouter()
security = Security(oauth_scheme="bearer")

@router.get("/analytics", security=security)
async def get_realtime_analytics():
    return {"status": "operational"}

✅ Modular Architecture | ⚡ High Performance | 🔒 Built-in Security | 📚 Full Documentation

📊 Development Activity

📬 Let's Collaborate!

Looking to build something extraordinary? Reach out via:

Email Shield LinkedIn Shield Telegram Shield

"Quality is never an accident; it is always the result of intelligent effort." - John Ruskin

Pinned Loading

  1. PythonRequestTor PythonRequestTor Public

    Simple usage of random python requests into website using tor network and random user-agents

    Python 3

  2. DjangoCeleryTask DjangoCeleryTask Public

    Django project created to test the integration between celery in elastic beanstalk.

    Python 3

  3. StopotsBOT StopotsBOT Public

    I only created this because I got tired of losing in this game.

    Python 4

  4. shodan_rtsp shodan_rtsp Public

    Camera search using python shodan engine

    Python 7

  5. LightAPI LightAPI Public

    LightApi is a lightweight API framework designed for rapid development of RESTful APIs in Python. It provides a simple and intuitive interface for defining endpoints and handling HTTP requests with…

    Python 92 4

  6. iklobato-nvim-config-python iklobato-nvim-config-python Public

    My NVIM python configuration

    Lua