Git EssentialsThis is a beginner oriented article to understand how git works and the essential commands to use it. So let's start by asking the question, How do you share code or projects with your co-workers or fellow programmers? It used to be if you needed to ...Jul 15, 2018·6 min read
C - Linked List with Variable Sized DataThis is actually an implementation that I did while reading the book, Introduction to Algorithms by Charles E. Leiserson, Clifford Stein, Ronald Rivest, and Thomas H. Cormen or better known as CLRS. This article is an attempt on describing how I impl...Nov 12, 2017·6 min read