Comments

Top Design Patterns to master in Node/TypeScript

Over the years I have seen that there is one thing that separates a seasoned developer from a freshman: the extent to which they use Design Patterns! But What are Design Patterns? Design patterns are tried and tested holy grail of solutions to the most common code design problems which have stood the test of […]

Tags: , , , , , ,
Comments

Interview Questions in Python – Singly-Linked-Lists

Welcome to this week’s Interview Questions in Python! I hope last week you learned all you could and that it leveled up your skills! This week, we’re going to be focusing on singly-linked lists, one of the most important data structures in all of Computer Science. Linked lists are used in the implementation of stacks, […]

Tags: , , ,
Comments

Interview Questions in Python – Regular Expressions

Welcome to the first article in a series of interview questions and solutions in python! I will be walking through the solutions in detail, so you understand exactly what is going on. The solutions are written in python because it is arguably one of the easiest languages to master interview questions in – meaning you […]

Tags: , ,
Comments

Data Structures in Python: Stacks, Queues, Linked Lists, & Trees

  Do you want to learn more about Computer Science fundamentals? Do you want to gain deeper knowledge to help you pass your interviews? Then it’s vital that you study data structures. I always say that Python is the perfect first language to learn: it has a straightforward, English-like syntax that makes reading it a […]

Tags: , , , , ,
Connect with Me
  • Categories
  • Popular Posts

    %d bloggers like this: