PinnedSantosh yadavinJavaScript in Plain English15 Coding Guidelines & Best Practices for FrontendFollow these coding guidelines and adopt these best practices to ensure code quality and bug-free code.Aug 13, 20223Aug 13, 20223
PinnedSantosh yadavinJavaScript in Plain English20 Common JavaScript Interview QuestionsPreparation for JavaScript can be difficult if you don’t know where to start and which areas to focus on.Aug 24, 20221Aug 24, 20221
Santosh yadavinJavaScript in Plain EnglishTopological SortTopological sorting for Directed Acyclic Graph (DAG) is a linear ordering of vertices such that for every directed edge u-v, vertex u comes…Just nowJust now
Santosh yadavinJavaScript in Plain EnglishMy Servicenow Frontend Interview ExperienceNavigating the job market can often feel daunting, but my recent interview experience with ServiceNow was surprisingly smooth and engaging…Oct 29Oct 29
Santosh yadavinJavaScript in Plain EnglishVery Powerful Binary Search TemplateBinary SearchOct 21Oct 21
Santosh yadavinJavaScript in Plain EnglishTrie Implementation in JavaScriptA Trie (pronounced as “try”) is a tree-like data structure commonly used to efficiently store and search a large collection of strings…Oct 171Oct 171
Santosh yadavinJavaScript in Plain EnglishMy Microsoft Frontend Interview ExperienceI recently had the opportunity to interview at Microsoft for a frontend position for Bengaluru location. I was initially contacted by a…Oct 7Oct 7
Santosh yadavinJavaScript in Plain EnglishYou are doing big mistake if not using these ExtensionsChoosing IDE for software development is very crucial. It would significantly impact the way you write code and your day to day…Sep 272Sep 272
Santosh yadavinJavaScript in Plain EnglishMy Customised VSCode for best user experienceWe spend a significant amount of time in our IDE, so investing a little effort in customizing it can greatly enhance the developer…Sep 16Sep 16
Santosh yadavLeetcode Contest Maximum Multiplication ScoreYou are given an integer array a of size 4 and another integer array b of size at least 4.Sep 15Sep 15