PinnedPublished inJavaScript 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, 20222784Aug 13, 20222784
PinnedPublished inJavaScript 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, 20221981Aug 24, 20221981
Published inJavaScript in Plain EnglishDon’t forget to solve this question before the DSA roundI’ve come across this question in countless interviews. It seems to be a favorite among interviewers and has appeared in companies like…Feb 8Feb 8
Published inJavaScript in Plain EnglishMy Amazon Interview ExperienceHow I Got the InterviewFeb 37Feb 37
Published inJavaScript 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…Nov 7, 202417Nov 7, 202417
Published inJavaScript 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 29, 2024751Oct 29, 2024751
Published inJavaScript in Plain EnglishVery Powerful Binary Search TemplateBinary SearchOct 21, 202412Oct 21, 202412
Published inJavaScript 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 17, 2024421Oct 17, 2024421
Published inJavaScript 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 7, 2024148Oct 7, 2024148
Published inJavaScript 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 27, 2024102Sep 27, 2024102
Published inJavaScript 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 16, 2024Sep 16, 2024
Leetcode Contest Maximum Multiplication ScoreYou are given an integer array a of size 4 and another integer array b of size at least 4.Sep 15, 2024Sep 15, 2024
Published inJavaScript in Plain EnglishMeta London Software Engineer Interview ExperienceSep 11, 20241Sep 11, 20241
Published inJavaScript in Plain English3281. Maximize Score of Numbers in RangesProblem DescriptionSep 9, 20241Sep 9, 20241
How to Get Followers on Medium and Earn Money Through the Medium Partner ProgramSep 5, 2024Sep 5, 2024
Published inJavaScript in Plain EnglishA Simple Graph Implementation in JavaScriptGraphs are fundamental data structures used to solve a wide range of problems in computer science. Whether it’s finding the shortest path…Sep 4, 2024Sep 4, 2024
Published inJavaScript in Plain EnglishPaypal frontend developer interview experienceRecently, I had the opportunity to interview for the frontend developer position at PayPal, and the process was both challenging and…Dec 28, 20231Dec 28, 20231
2415. Reverse Odd Levels of Binary Tree in JavaScrGiven the root of a perfect binary tree, reverse the node values at each odd level of the tree.Sep 18, 2022Sep 18, 2022
LeetCode 2405. Optimal Partition of String in JavaScriptGiven a string s, partition the string into one or more substrings such that the characters in each substring are unique. That is, no…Sep 11, 2022Sep 11, 2022