Skip to content
View Imenhajri's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Imenhajri

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Imenhajri/README.md


💫 About Me

const imen = {
    role: "Backend & DevOps Engineer",
    location: "Tunisia 🇹🇳",
    code: ["Java", "Python", "JavaScript", "TypeScript", "Go"],
    architecture: ["Microservices", "Event-Driven", "Serverless", "Cloud-Native"],
    technologies: {
        backend: ["Spring Boot", "Node.js", "FastAPI", "Express"],
        devOps: ["Docker", "Kubernetes", "Terraform", "Ansible"],
        cloud: ["AWS", "GCP", "Azure"],
        databases: ["PostgreSQL", "MongoDB", "Redis", "DynamoDB"],
        messaging: ["Kafka", "RabbitMQ", "SQS"],
        cicd: ["GitHub Actions", "GitLab CI", "Jenkins", "CircleCI"]
    },
    currentFocus: "Building resilient distributed systems",
    funFact: "I automate everything, even my coffee machine ☕"
};

🔭 What I'm Currently Working On

🚀 Professional Projects

  • 🏗️ High-performance Spring Boot Microservices
  • 🐳 Container-driven deployments with Kubernetes
  • 🔄 End-to-end CI/CD pipelines automation
  • ☁️ Secure & scalable AWS Cloud architectures
  • 🛡️ Reliable, distributed, fault-tolerant systems

🌟 Side Projects

  • 📚 Building a Developer Blog with Next.js
  • 🤖 Creating DevOps automation tools
  • 📊 Contributing to open-source projects
  • 🎓 Writing technical articles on Dev.to
  • 🎥 Recording tech tutorials for YouTube

🌱 What I'm Learning

Technology Progress Focus Area
Resilience4j 90% Circuit Breaker, Retry, Bulkhead
Kafka 85% Event-Driven Architecture
Terraform 80% Infrastructure-as-Code
Service Mesh 70% Istio & Linkerd
Observability 75% Prometheus, Grafana, ELK
Go 65% Cloud-Native Development

⚙️ Core Technologies


🚀 Languages & Tools

🎨 Frontend Development

HTML5 CSS3 JavaScript TypeScript React Angular Vue.js Tailwind

⚙️ Backend Development

Java Spring Boot Hibernate Node.js Express FastAPI GraphQL Python

☁️ Cloud, DevOps & CI/CD

AWS Docker Kubernetes GitHub Actions GitLab CI Jenkins Terraform Linux

🗄️ Databases & Messaging

PostgreSQL MySQL MongoDB Redis Kafka RabbitMQ ElasticSearch DynamoDB

🛠️ Tools & Platforms

Git Postman Prometheus Grafana Nginx VS Code IntelliJ Vim

📊 GitHub Analytics

⚡ GitHub Streak Stats

GitHub Streak


📈 GitHub Statistics

Profile Stats Top Languages Most Active Language Productive Time


💼 Professional Experience

🏢 Backend Engineer

Focus Areas:

  • Microservices Architecture
  • API Development
  • Database Optimization
  • Performance Tuning

🚀 DevOps Engineer

Focus Areas:

  • CI/CD Pipelines
  • Container Orchestration
  • Infrastructure Automation
  • Monitoring & Logging

☁️ Cloud Architect

Focus Areas:

  • AWS Solutions
  • Serverless Architecture
  • Cost Optimization
  • Security Best Practices

💡 Fun Facts

interface DeveloperLife {
    coffee: number;
    bugs: number;
    features: number;
    sleep: number;
}

const myDay: DeveloperLife = {
    coffee: Number.MAX_SAFE_INTEGER,
    bugs: 99, // but a feature ain't one
    features: 42, // the answer to everything
    sleep: Math.floor(Math.random() * 5) // varies
};

console.log("☕ Coffee consumed:", myDay.coffee);
console.log("🐛 Bugs fixed:", myDay.bugs);
console.log("✨ Features shipped:", myDay.features);
console.log("😴 Hours of sleep:", myDay.sleep);

🌐 Connect With Me


💬 Ask Me About


💖 Show some ❤️ by starring some of my repositories!

Popular repositories Loading

  1. Book-Social-Network Book-Social-Network Public

    TypeScript 60

  2. Stock_Market_App Stock_Market_App Public

    Build and Deploy a Real-Time Stock Market App with Alerts, Charts & AI Insights | Next.js, Inngest

    TypeScript 9

  3. e-commerce-app e-commerce-app Public

    Java 3

  4. Spring-boot-chat-application Spring-boot-chat-application Public

    CSS 3

  5. Spring-AI-Integration Spring-AI-Integration Public

    Java 3

  6. Spring-Boot-3.0-Security-with-JWT-Implementation Spring-Boot-3.0-Security-with-JWT-Implementation Public

    Java 3