Algorithms

  • Published on
    In my progress to master the fundamentals of programming and improving my skills in data structures and algorithms. One of the first and highest priority to learn topics in this landscape are arrays, one of the most common data structures encountered during interviews. In this post, I will take a deep dive into understanding arrays, it's pros and cons, their structures, operations, and use cases.
  • Published on
    Learning web development is difficult, which is why many people seek higher education like degrees in computer science or go to coding boot camps for guidance and support. But as a self-taught web developer, I've gone through many struggles and still do to this day. But with some grit, drive, and the tenacity to constantly learn, anything is possible! Check out some of the resources I've used and bookmarked to utilize and learn from everyday.
  • Published on
    Two Sum is one of the most popular questions if not one of the classic interview questions thrown at you when learning data structures and algorithms. Come learn with me as I try to explain how I solve and understand the question in both JavaScript and Python.