PinnedPublished inWhatfixEngineeringBlogService Worker in Browser ExtensionsChrome has introduced a new manifest version which will be mandated across all chrome extensions. With the introduction of the new version…Jan 28, 20222Jan 28, 20222
Complete Guide to LLD Interview: Part 3This is the second in a series of articles on how to approach low-level design interviews. If you haven’t already, please check out part 1…Mar 22Mar 22
Complete Guide to LLD Interview: Part 2This is the second in a series of articles on how to approach low-level design interviews. If you haven’t already, please check out part 1…Mar 2Mar 2
Complete Guide to LLD Interview: Part 1This is the first in a series of articles on how to approach low-level design interviews. Nowadays, such interviews are common and are…Feb 1Feb 1
What projects should you build?If you are a college/university student, most notably in your final year, you must be pondering this question. Since you don’t have prior…Nov 3, 2024Nov 3, 2024
Is Java pass-by-reference or pass-by-value?Java has an interesting way of handling the passing of variables across methods. Officially, it’s considered to be pass-by-value (the…Aug 15, 2024Aug 15, 2024
Binary Search — A guide to partition the search space.We are all too familiar with the binary search algorithm. An optimal search on sorted data with log(n) time complexity. Yes, it seems like…Jul 2, 2023Jul 2, 2023
Effective Code ReviewsCode reviews are an essential part of the software development cycle. Code reviews should be taken seriously for a number of reasons…Feb 6, 2023Feb 6, 2023
Partition Key in CassandraCassandra is a no-SQL, column-wide database with queries very similar to SQL called CQL.Jan 22, 20231Jan 22, 20231