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

Highlights

  • Pro

Organizations

@spoutbreeze

Block or report Bouchiba43

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 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
Bouchiba43/README.md

profile views

πŸš€ Software Engineer | Cloud & Backend Specialist | DevOps Enthusiast

visitors


πŸ‘¨β€πŸ’» About Me

package main

type SoftwareEngineer struct {
    Name              string
    Location          string
    CurrentFocus      []string
    Learning          []string
    Certifications    []string
    Interests         []string
}

func main() {
    me := SoftwareEngineer{
        Name:     "Ahmed Bouchiba",
        Location: "Tunis, Tunisia",
        CurrentFocus: []string{
            "Building scalable backend systems with Go & Gin Framework",
            "Cloud-native architecture design",
            "Container orchestration with Kubernetes",
        },
        Learning: []string{
            "Advanced Go patterns",
            "AWS Solutions Architecture",
            "Kubernetes security (CKS prep)",
        },
        Certifications: []string{
            "πŸ“š Preparing: CKA (Certified Kubernetes Administrator)",
            "πŸ“š Preparing: CKS (Certified Kubernetes Security Specialist)",
            "πŸ“š Preparing: AWS Solutions Architect",
        },
        Interests: []string{
            "DevOps practices & CI/CD",
            "Microservices architecture",
            "Cloud infrastructure optimization",
        },
    }
}

πŸ› οΈ Tech Stack

Backend & Languages

languages

Cloud & DevOps

devops

Frameworks & Tools

frameworks


πŸ“Š GitHub Analytics

GitHub Streak


πŸ† GitHub Trophies

trophies


πŸ’‘ Featured Projects

Coming soon! Check out my repositories below πŸ‘‡


πŸ“« Let's Connect

Gmail LinkedIn Portfolio


⚑ Fun Fact: Over 90% of organizations running containers use Kubernetes for orchestration!

πŸ’¬ Open to collaborations and interesting discussions about cloud-native technologies!

Popular repositories Loading

  1. Jee-Student-Directory-Management Jee-Student-Directory-Management Public

    Java 2

  2. bouchiba-portfoglio bouchiba-portfoglio Public

    My Personal Portfolio

    TypeScript 2

  3. Association-management-application Association-management-application Public

    JavaScript 1

  4. Student_Manager Student_Manager Public

    C

  5. cal.com cal.com Public

    Forked from calcom/cal.com

    Scheduling infrastructure for absolutely everyone.

    TypeScript

  6. docker-calcom docker-calcom Public

    Forked from calcom/docker

    The Docker configuration for Cal.com is an effort powered by people within the community. Cal.com, Inc. does not provide official support for Docker, but we will accept fixes and documentation. Use…

    Shell