Recent posts

Timsort

Most programmers would be familiar with some fundamental sorting algorithms such as bubble sort, selection sort, insertion sort, and merge sort. Then which a...

Understanding HTTP with netcat

Any web developer would know about HTTP buy may not be familiar with the exact syntax of it because it’s abstracted by the network libraries.