Building Adda: A high performance group chat application in C
Introduction I don’t use C at my work but I do occasionally get back to this fantastic language. Some time back I developed a Terminal alias to manage my directory bookmarks and allow faster navigation using fzf. I was intrigued by the Unix Philosophy and its overall design.So I began looking at different syscalls Linux provides and understanding some of them. I even tried out building C programs to replicate behaviours of everyday programs like cat, cp etc. ...