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

GitHub | LinkedIn

Solving problems, nothing in particular.


Projects

Name Description Repo
CS-Resources A README file providing learning resources for anyone interested in learning about Computer Science/Software Engineering /BadrChoubai/CS-Resources
high-performance sqlite course notes Playgrounds and notes for High Performance SQLite course /BadrChoubai/high-performance-sqlite
docker-kubernetes-course Source code and notes for online Docker and Kubernetes course /BadrChoubai/docker-kuubernetes-course
terraform-course Source code and notes for online Terraform course /BadrChoubai/terraform-course
www My personal website, built using 11ty and hosted on Cloudflare Pages /BadrChoubai/www

Pinned Loading

  1. CS-Resources CS-Resources Public

    MSU Denver Computer Science - online and in-person learning opportunities

    1

  2. www www Public

    My website

    Nunjucks

  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"