gomirror - A CLI Linux distribution mirror ranker

gomirror - A CLI Linux distribution mirror ranker
A screenshot of the gomirror CLI in use.
The project is in Work in Progress (WIP) state. A lot of functionality is still missing. About gomirror is a CLI mirror ranker that its main goal is to rank or find the best mirror for a Linux distribution. Although it can be extended to be used as a more general ranker for mirrors/servers. It is build with usability, extensibility, and performance in mind. It can quickly make thousands of requests with the power of Goroutines, to all servers in parallel.
Read more →

A simple URL shortener RESTful API written in Go

A simple URL shortener RESTful API written in Go
A screenshot of the API docs of the url shortener.
About An simple URL shortener RESTful web service API written in Go, using the net/http package for the server, the HttpRouter for the router and Bolt DB for the database. The Stoplight service was used to design and document the REST API. See below for the API Documentation The API service is deployed on Heroku, and you can access it on url-shortener-thanoskoutr.herokuapp.com. Because the Heroku Free plan is no longer available from November 28, 2022, the above link does not work.
Read more →