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

Resumé | GitHub | LinkedIn


I'm a Moroccan-American software engineer from Aurora, Colorado. My name—Badr (بدر)—means "The Full Moon" in Arabic.

In becoming a professional engineer, I've found that I really enjoy learning new things and having to struggle through a problem to solve it. Lately, I've been starting to learn Go, developing small applications with it. Along with continuing to grow my knowledge of Docker and Kubernetes.

When I'm not writing code, I like to drink coffee, read a book, and hang out with friends. When I need to clear my head, I go for a run or listen to music. For about two years, I've been running much more seriously and started to sign up for more events. This year, I'll be running my first last-man standing run, in Ouray, Colorado. And, when I can, I'd like to run the Marrakech Marathon.

One of the things I've struggled with as a developer is "knowing what I know." To help with this, I’ve decided to use this website as a way to document and write about the things I’m learning. Currently, I’m focused on preparing for my Certified Kubernetes Administrator certification.

I'm also actively looking for a new role where I can continue developing my skills, particularly in Developer Operations or Site Reliability. 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, built using 11ty and hosted on Cloudflare Pages 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

    CSS

  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"