mandeeya

Hi there! I'm Mandeeya. I'm a software engineer and have been coding professionally for 6 years now. My day to day tech stack include but not limited to C# (.NET Core), PHP (Symfony, Laravel), Javascript (NodeJs, ExpressJS, ReactJs), SQL, SCSS and occasionally tinker with raspberry pi using Python. I also built android apps in Java, and games in Unity, but haven’t worked with either for over 3 years now. I enjoy learning and sharing what I learn, hence the blog. I hope you stick around :).

A Singly Linked List Implementation In Javascript

Once you start exploring data structures outside of arrays, you’ll probably if not certainly bump into lists first. A list is an abstract data type (a type for objects whose behaviour is defined by a set of value and a set of operations) that represents a countable number of ordered values, where the same value …

A Singly Linked List Implementation In Javascript Read More »

welcome to the blog

Welcome to The Blog!

Hi there! I recently started brushing up on my data structures and algorithms, and found out I had forgotten most of what I learned during my computer science university days. I wanted to revise these concepts, which could be helpful in developing optimal solutions. A bit of a background: I am a software engineer and …

Welcome to The Blog! Read More »