geekphilosopher.devHow to create and handle Multi-Application projects in Angular?In the process of learning through mini-projects a major annoyance was to have a node_modules folder for different projects as small as for learning something like event binding in Angular or even prop injection in React. This is a short guide on how...Aug 27, 2023·3 min read
geekphilosopher.devCaring about Priority QueuesA couple of months ago in an Interview, I was asked how to find the maximum number from a given array. I answered that a variable can be used to store the max element initialized with INTEGER.MIN and then we can iterate over the array comparing max w...Jul 30, 2023·3 min read
geekphilosopher.devElements of Style in CodeLast night I started reading Clean Code by Robert C. Martin. It is a renowned work on writing better code. I started on the preface and as I moved through the first chapter I kept having a nostalgic churning inside my stomach as if I had read it befo...Jul 18, 2023·4 min read