Tanuka DasMinimum Spanning Tree using Kruskal’s and Prim’s AlgorithmsTo understand the minimum spanning tree, you have to start by understanding the undirected cyclic graph. A cycle graph consists of…Aug 22, 2021Aug 22, 2021
Tanuka DasinJavaScript in Plain EnglishHow to Implement Email.js API to Create a Subscription FormEmail.js is a JavaScript library that allows users to send and /or retrieve emails to generate a customer base. You can use it to create a…Jan 21, 2021Jan 21, 2021
Tanuka DasinJavaScript in Plain EnglishHash Tables Explained and Implemented in JavaScriptOne of the most used concepts in coding interviews, hash table. Many modern programming languages have built-in hash tables, which makes…Dec 10, 2020Dec 10, 2020
Tanuka DasinJavaScript in Plain EnglishType Checking using PropTypes in ReactPropTyping allows us to bring type checking to props, so this is the data passed down from the parent component to the child component…Nov 10, 2020Nov 10, 2020
Tanuka Das10 Most Common JavaScript Math OperationsThe Math object in JavaScript provides multiple useful methods to perform mathematical operations. Going through some of the Math object…Oct 25, 2020Oct 25, 2020
Tanuka DasinThe Startup12 Most Common JavaScript Number MethodsThere are many JavaScript Number methods that are often used to manipulate number values. These number formats support integers…Oct 16, 2020Oct 16, 2020
Tanuka Das12 Must KnowArray Methods for the Next Interview — JavaScriptOne thing common about every programmer, be it senior, junior, or entry-level we often look up syntaxes and methods while coding but it is…Sep 30, 2020Sep 30, 2020
Tanuka DasArrays: Left Rotation (JavaScript)HackerRank’s Arrays Left RotationSep 18, 2020Sep 18, 2020
Tanuka DasHow to deploy Rails App on Heroku?Making your projects live is probably the best way to demo your work to the recruiters. Initially, we all start by running our projects on…Sep 11, 2020Sep 11, 2020