Aman TandonApplying indexing in the database to improve API response timesImproving API response times could be a daunting task. One thing is to apply the indexing. Indexing is a technique that optimises the…Jul 27Jul 27
Aman TandonHow to group anagrams in Javascript?Anagrams are the permutations of the same frequency of words. For example “medium” and “meduim” are anagrams as they are using the same set…May 7, 2021May 7, 2021
Aman TandonWriting Relevant Git Commit CommentsAs developers, we often struggle a lot in writing git comments when we are committing to our code. As a result writing comments are often…Apr 25, 2021Apr 25, 2021
Aman TandonReverse key and value in a given object in javascript?For newbies and even for some experienced developers in javascript reversing a key and value in a javascript is quite daunting and even…Apr 23, 2021Apr 23, 2021