Discovering Data Structures – Linked Lists

As I’m preparing for different code challenges, I’m coming across different concepts that fall under the umbrella of Data Structures and Algorithms. For instance, I’m going through different questions on HackerRank and LeetCode, and come across certain questions that have us traverse through a LinkedList. I’m going to be completely honest, it took me a […]

Rails and Django, a comparison

Continuing where I left off last time comparing Ruby and Python, I’m going to continue this small series by talking about the comparisons between two commonly used frameworks for each of these languages: Ruby on Rails, and Django for python. First, some similarities Both are open-source frameworks used for the development of applications and for […]