Skip to content
View Robert076's full-sized avatar
🚀
🚀

Block or report Robert076

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Robert076/README.md

"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live."

Pinned Loading

  1. UBB-Computer-Science UBB-Computer-Science Public

    The courses I took at UBB during my Bachelor's in Computer Science. A collection of my assignments, exams, projects, labs, lecture notes, and preparation materials for them, including extra work.

    Makefile 13

  2. fastgit fastgit Public

    Bash script to make commits and pushes faster by coding. Makes git more fun to use without having to type the same repetitive commands every time you want to save your progress.

    Shell 4

  3. ai-exam ai-exam Public

    Learn the AI exam questions just like you learned the driver's exam questions. For my fellow brothers and sisters at uni.

    Python 10

  4. auth-service auth-service Public

    A standalone microservice that implements authorization using a PostgreSQL database and implemented in Go. Plug and play your own db (uses strategy pattern, easily scalable).

    Go

  5. logger logger Public

    Go-based logger app with two microservices: one logs messages, the other sends pings every 5 seconds. Runs on Minikube with Kubernetes, using a job to auto-init the database table for setup.

    Go

  6. code-buddy code-buddy Public

    CLI tool for fetching the latest gitignore templates for your language when you start a new project.

    Go