Go Linked List

Linked Lists in GoLang

What is a Linked List? Linked list is a linear data structure whose elements are not stored in continuous memory blocks, unlike array. This provides multiple benefits in comparison to an array including easy memory allocation, faster operations like insert…

Read MoreLinked Lists in GoLang
tcp/ip model | anirudhduggal.com

TCP/IP Model

TCP/IP is one of the most common suite of networking protocols used. This was first proposed in an RFC in 1989. RFC or request for comment are documents containing methods, innovations, protocols, etc related to the internet. These RFCs may…

Read MoreTCP/IP Model