vinamrajain.hashnode.devK. I. S. S. Principle 馃槝Yes, you read it right. This short and sweet blog is on the KISS Principle. Well this is, I guess, the best day to write a blog on this topic. So I have been reading a lot of books these days and I came across the KISS principle and some simple rules...Feb 13, 2022路5 min read
vinamrajain.hashnode.devHigher Order Functions 鉂わ笍Functions 鉂わ笍 are the most beautiful thing in JavaScript and Functional Programming is not possible without Higher Order functions but then... 馃 What are Higher Order functions? Functions that operate on other functions, either by taking them as arg...Feb 13, 2022路7 min read
vinamrajain.hashnode.devhello hashnode : Who am I?Hi 馃憢 my name is Vinamra Jain and while writing this blog I am 22 years young. I am a software engineer by profession and I love to learn a lot of new things. I have been writing blogs since last year and it has been an amazing experience of sharing ...Feb 4, 2022路1 min read
vinamrajain.hashnode.devTech. Career Connect with Tanay Pratap and Mr. Jiten (Cars24 Global CTO)On 16th of November, 2021, Tanay Pratap arranged a space with Jiten on twitter and it was a great session loaded with a lot of information. I was fortunate enough to tune in at the perfect time and cover the complete session myself. Here are the key...Nov 18, 2021路3 min read
vinamrajain.hashnode.dev== v/s === in JavaScriptAbstract Equality Operator == is a binary operator that compares the value of two variables/operands and ignores the datatype equality, while, Strict Equality Operator === is a binary operator that compares the value of two variables/operands and als...Aug 25, 2021路2 min read