Divya Biyani
I am a Software Developer based in Bangalore, India. I am currently working on building web applications and backend systems associated with it using React, Node.js, Java, and Spring. I am passionate about teaching blogging and thrive to contribute to the tech community through my blog posts.
- Total Post (3)
- Comments (3)
Articles By This Author

Daemon Threads in Java | How to NOT use them
- By Divya Biyani
- . August 1, 2020
Threads in Java, are a light-weight process within a process that helps in the concurrent execution of multiple parts of

Javascript Event Loop for Concurrency in Javascript
- By Divya Biyani
- . July 30, 2020
Javascript is a single-threaded language yet it works on a concurrency model with the help of the javascript event loop.

Dynamic Programming, Recursion and Memoization | LCS Problem
- By Divya Biyani
- . July 26, 2020
This article works around the relation of Dynamic Programming, Recursion and Memoization. It explores the three terms separately and then