Arpita DuttaLeetcode — Valid Boomerang(Java)The way I solved the problem was by first looking at the constraints.Apr 9, 20211Apr 9, 20211
Arpita DuttaReverse a String and convert it to lower case in JavaTo install Java( I have installed the JDK 8 here)Mar 27, 2021Mar 27, 2021
Arpita DuttaUnit testing in PythonThe below installation is for Mac OS.Generally Python comes pre-installed with MacMar 4, 2021Mar 4, 2021
Arpita DuttaFinding Maximum and Minimum Element in a Binary Search TreeFirst let’s get a recap of what are trees.Feb 15, 2021Feb 15, 2021
Arpita DuttaSQL QuerySQL (pronounced “ess-que-el”) stands for Structured Query Language. SQL is used to communicate with a database.A query is a question or…Jan 26, 2021Jan 26, 2021
Arpita DuttaSorting in React and using a simple react library to animate a textWhile doing my project using React application I had to do some stretch goals one of them that I did was sorting and the other was…Nov 16, 2020Nov 16, 2020
Arpita DuttaComponent Lifecycle ReactEvery React Component has a lifecycle of its own, lifecycle of a component can be defined as the series of methods that are invoked in…Nov 10, 2020Nov 10, 2020
Arpita DuttaFETCH() in JavaScriptThe fetch() function in JavaScript is used to request to the server across the network , process the request and load information in the…Oct 19, 2020Oct 19, 2020
Arpita DuttaDatabase NormalizationDatabase normalization is organizing data in such a way as to eliminate redundancy and get rid of duplicate data. It was first proposed by…Oct 5, 2020Oct 5, 2020
Arpita DuttaPRY (A debugging tool for Ruby)Pry is a powerful debugging tool for junior ruby developers. It is a ruby gem. Pry is primarily the work of John Mair(banisterfiend). I…Sep 14, 2020Sep 14, 2020