AWDESHinNerd For TechJPA is a standard for ORM.In Spring Boot, Spring Data JPA brings the goodness of Spring Data and JPA together.Mar 3, 2021Mar 3, 2021
AWDESHinNerd For TechMy programmer friends, How are you drinking your coffee?Coffee and software engineers match made in heaven, right? Well, that might be an overstatement but we have to agree that nothing beats a…Jul 11, 2020Jul 11, 2020
AWDESHTimsort: Fastest sorting algorithm for real world problems.Timsort was implemented by Tim Peters in 2002, it has been a standard sorting algorithm for Python since Python 2.3. Python’s sorted and…Aug 15, 2018Aug 15, 2018
AWDESHinNerd For TechShuffling algorithms and randomization to improve algorithm‘s runtime.Shuffling cards is an essential part of every card game. There are many techniques for shuffling cards but overhand and riffle are the most…Aug 7, 2018Aug 7, 2018
AWDESHDual Pivot Quick Sort : Java’s default sorting algorithm for primitive types.What happens when we run Arrays.sort() in Java? which sorting algorithm Java uses in background?Aug 1, 2018Aug 1, 2018
AWDESHCheck if duplicate exists inside a SORTED array?Find duplicates inside a sorted array?Jul 17, 2018Jul 17, 2018
AWDESHFinding duplicates inside an Unsorted array — Easy VersionWhenever I prepare for the interviews I start with “Arrays and strings” and then move to Linkedlist, trees and eventually find myself lost…Jul 17, 2018Jul 17, 2018
AWDESHUpgrading Node from v4.x.x to v8.x.xI personally gets excited and worried both at the same time when nodejs major version gets released. Node community sure do follow a very…Jun 28, 2018Jun 28, 2018