Abdullah Al Shaad
@AbdullahAlShaad
Senior DevOps Engineer at @Enosis
Top Repositories
A simple api server which can be used as backend of a e-bookstore. User can get list of books and authors. Details of a book can be found using GET method by passing book name or ISBN as parameter. Details about authors can be found using GET method by passing author name as parameter. After registration and login, User can Add/Update and Delete books from the server
GoLearning notes of concurrency in go, docker and kubernetes related stuff
A simple music player which scans through computer and finds all the audio in home directories. User can play next/previous songs and see the song list and select a song to play.
JavaA Kubernetes Controller written using Kubebuilder which reconciles a custom resource named Bookstore
Go