Make Any Site Mobile FriendlySo after seeing hundreds of websites that are not mobile friendly I decided to write this post to give little hacks and techniques to make…Jan 7, 2018Jan 7, 2018
[NODEJS] Starting a Node.js Project with ExpressA guide to get you started with a Node.js project on a Windows machine.Dec 10, 2017Dec 10, 2017
[C++] IteratorsIterators are used to point at memory addresses. As the name suggests, iterators can be used to sequentially iterate through memory.Dec 9, 2017Dec 9, 2017
[C++] MapsMaps in C++ are data structures in which each value stored is related to a unique key, just like dictionaries in Python. They are also…Dec 9, 2017Dec 9, 2017
[C++] Understanding Singly Linked ListA linked list is a data structure which stores data in non-contiguous memory. There are various advantages of linked lists over arrays:Apr 23, 2017Apr 23, 2017