https://mfirhas.com/rss.xml

httpclient

13 Jul 2021
en

HTTP client library written in Go. I wrote this because at that time the stdlib http client is/was too plain for me having me to write many things. This library wrap many things including multipart, methods, middlewares like retry, logging, and ba…

httpserver

01 Jan 2021Updated on 17 Sep 2021
en

This library intent to add some features on top of httprouter. At the time, I added graceful shutdown, middlewares, routes grouping, async…

Programming Challenges

12 Oct 2016Updated on 17 Aug 2024
en

Some programming problems I found online from OpenKattis, ProjectEuler, Hackerrank, Leetcode, etc. I wrote and solved most of them before these AI stuffs released.