top of page

Search


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...
Titash Roy
Jan 26, 20223 min read


Threads in JAVA -- Part II
Thread scheduler and thread priority in detail
Titash Roy
May 16, 20213 min read


Introduction to Threads in JAVA
Introduction to threads in JAVA
Titash Roy
Apr 11, 20214 min read


Exceptions in JAVA and Exception Handling
Java Exceptions and Exception handling
Titash Roy
Jan 26, 20213 min read


String in JAVA
Introduction to String in JAVA and interview related concepts
Titash Roy
Dec 20, 20203 min read


Access modifiers in JAVA
Access modifiers in JAVA, in-depth
Titash Roy
Dec 6, 20203 min read


Polymorphism in JAVA
Polymorphism in JAVA - In-depth
Titash Roy
Nov 16, 20203 min read


Understanding the MAIN method in JAVA
main method in JAVA in-depth
Titash Roy
Nov 12, 20203 min read


OOP - Concept and Key points - Introduction
Introduction to OOP in JAVA
Titash Roy
Nov 1, 20202 min read


Middleware in Redux - Advanced Topics
Introduction to middleware in Redux
Titash Roy
Oct 17, 20203 min read


React JS Interview Questions - Part II & Redux
Interview questions on React and Redux
Titash Roy
Oct 13, 20203 min read


React JS frequently asked questions - Part I
Interview questions- REACT - Part I
Titash Roy
Oct 4, 20204 min read


What is useReducer Hook?
use of useReducer hooks. A better alternative to redux store
Titash Roy
Sep 19, 20202 min read


How to implement React Context ?
How to implement context API
Titash Roy
Sep 6, 20203 min read


What is Context API in React?
Introduction to context API
Titash Roy
Aug 22, 20202 min read


What is Effect hook?
useEffect hook, a way to handle side effects in functional components
Titash Roy
Aug 15, 20202 min read


What are React Hooks?
Introduction to React Hooks
Titash Roy
Aug 8, 20202 min read


What are mapStateToProps and mapDispatchToProps?
What are mapStateToProps and mapDispatchToProps
Titash Roy
Aug 2, 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
Titash Roy
Jul 26, 20203 min read


What is Redux?
Introduction to Redux Store
Titash Roy
Jul 25, 20203 min read
bottom of page
