Skip to content
View BadrChoubai's full-sized avatar

Block or report BadrChoubai

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

Badr Choubai

“A changing thing must give up some property and acquire the opposite property—What struggles with itself becomes committed to itself 1

Website | GitHub | LinkedIn


I'm actively looking for roles in Software Engineering where I can continue developing my skills, particularly in Developer Operations. Ideally, I'm looking for a company with a mature remote working culture that strikes the right balance between flexibility and productivity. As a young professional, I'm passionate about continuous learning and growth, and I'm excited about the opportunity to apply my skills in a new, challenging environment.


Projects

Name Description Repo
www My personal website source
CS-Resources A README file providing learning resources for anyone interested in learning about Computer Science/Software Engineering source
high-performance-sqlite-notes Playgrounds and notes for High Performance SQLite course source
docker-kubernetes-notes Source code and notes for online Docker and Kubernetes course source
terraform-notes Source code and notes for online Terraform course source

Footnotes

  1. Karl Popper, The Open Society and Its Enemies

Pinned Loading

  1. CS-Resources CS-Resources Public

    Curated online and in-person learning opportunities

    1

  2. www www Public

    My website

  3. My first college project My first college project
    1
    import turtle
    2
    import time
    3
    from tkinter import messagebox
    4
    
                  
    5
    # setup the turtle object in global space
  4. https://grafana.com/blog/2024/02/09/... https://grafana.com/blog/2024/02/09/how-i-write-http-services-in-go-after-13-years/
    1
    HTTP_HOST="localhost"
    2
    HTTP_PORT="8080"