top of page
Search
Titash Roy
Jan 26, 20223 min read
Singleton Class in Java
Introduction In Java, a singleton class is a special type of class that can have only one object at a time. These classes are different...
40
Titash Roy
May 16, 20213 min read
Threads in JAVA -- Part II
Thread scheduler and thread priority in detail
150
Titash Roy
Jan 26, 20213 min read
Exceptions in JAVA and Exception Handling
Java Exceptions and Exception handling
210
Titash Roy
Dec 20, 20203 min read
String in JAVA
Introduction to String in JAVA and interview related concepts
240
Titash Roy
Nov 12, 20203 min read
Understanding the MAIN method in JAVA
main method in JAVA in-depth
590
Titash Roy
Nov 1, 20202 min read
OOP - Concept and Key points - Introduction
Introduction to OOP in JAVA
560
Titash Roy
Oct 17, 20203 min read
Middleware in Redux - Advanced Topics
Introduction to middleware in Redux
330
Titash Roy
Oct 13, 20203 min read
React JS Interview Questions - Part II & Redux
Interview questions on React and Redux
570
Titash Roy
Oct 4, 20204 min read
React JS frequently asked questions - Part I
Interview questions- REACT - Part I
830
Titash Roy
Sep 19, 20202 min read
What is useReducer Hook?
use of useReducer hooks. A better alternative to redux store
250
Titash Roy
Aug 15, 20202 min read
What is Effect hook?
useEffect hook, a way to handle side effects in functional components
170
Titash Roy
Aug 2, 20203 min read
What are mapStateToProps and mapDispatchToProps?
What are mapStateToProps and mapDispatchToProps
310
Titash Roy
Jul 26, 20203 min read
Beginners Guide to React JS
Want to learn a new technology. Let's have a go with REACT JS. Easy to learn and and highly demanded as a view technology
602
bottom of page