Projects
ServiceMonitor - An application in Go for monitoring various services that you registered them like Prometheus; But without any Query language, everything configure with GUI settings on web browser.
BlogSystem - Blogging System with gRPC server and Restful API and gRPC client for client-side to communicate with other clients across the web
BlogSystem - A Rest-API for managing a website for showing their associated information. Actually, Everything is same as my Booking Management System except for GraphQL and bcrypt pkg for hashing passwords.
BookingRoomSystem - An application for manage a website that rent rooms for any type of meetings . that have two type such as generals or majors rooms for any type of porpuses. I use html template library for generating and parsing HTML templates.
MovieAPI - A simple movie API for inserting movie and getting movie by its own ID with gopkg.in/mgo.v2 pkg for database driver.