QuicksortQuicksort is a sorting method that uses a divide-and-conquer algorithm. The basic idea is to pick an element as a pivot. Put another…Feb 13, 2021Feb 13, 2021
Graceful shutdown in goThe purpose of a graceful shutdown is to make a go app stop receiving new requests while completing the ongoing request before finally…Feb 3, 2021Feb 3, 2021