Skip to content
View soufiiyane's full-sized avatar
😁
Hmmm
😁
Hmmm

Block or report soufiiyane

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

Hi! I'm Soufiyane 👋

resource "github_repository" "about_me" {
  name        = "soufiyane"
  description = "Cloud Engineer | AI Enthusiast"
}

resource "info" "soufiyane" {
  name    = "Soufiyane AIT MOULAY"
  location = "Marrakech, Morocco"

  certifications = [
    "AWS Certified Cloud Practitioner",
    "AWS Certified Solutions Architect",
    "AWS Certified Developer",
    "HashiCorp Certified: Terraform",
    "Microsoft Azure Fundamentals"
  ]

  skills = [
    "AWS Cloud Computing",
    "Serverless Architectures",
    "AI Integration",
    "Infrastructure as Code (IaC): Terraform, CloudFormation, SAM"
  ]

  current_role = "System and Cloud Engineer"
  education = [
    "Engineer’s Degree in Computer Science - EMSI, Marrakech",
  ]

  currently_learning = "Microsoft Azure"
}

Pinned Loading

  1. iPlant-Flutter iPlant-Flutter Public

    iPlant is a Flutter-based mobile application that allows users to explore medicinal plants, view detailed information, interact with an AI chatbot, and manage their profiles. The app also provides …

    Dart

  2. whisper-streaming-websocket whisper-streaming-websocket Public

    Real-time speech-to-text transcription and translation system built exclusively with faster-whisper for optimal performance. Features WebSocket support for live audio streaming and optional Google …

    Python 3 1

  3. Infra-team-quiz Infra-team-quiz Public

    TeamQuiz is a web application that facilitates job applications and quizzes for users. It includes features for both admins and users, with a backend system that processes quiz results and notifica…

    Python 2

  4. terraform-ec2-docker-nginx terraform-ec2-docker-nginx Public

    a setup that automates deploying an EC2 instance on AWS, installs Docker, and sets up Nginx.

    HCL