Tech Tutorials

Tutorials and posts about Java, Spring, Hadoop and many more. Java code examples and interview questions. Spring code examples.

Wednesday, July 30, 2025

Python Lambda Functions With Examples

›
Python lambda function is a function without any name (an anonymous function) which is created using lambda keyword. Syntax of lambda func...
Thursday, June 26, 2025

Virtual Threads in Java

›
In this tutorial we'll see what are virtual threads in Java which are added in Java 21. Platform threads Traditional threads which we...
Monday, June 23, 2025

Spring Boot + Spring Security JWT Authentication Example

›
In this tutorial we’ll see how to create a Spring Boot application that uses Spring Security and JWT token based authentication to bring au...
Thursday, June 19, 2025

useFetcher() Hook in React Router With Example

›
In this post we'll see how to use useFetcher() hook in React Router. Generally, when we have a loader or action function any call to ...

CRUD Example With React Router Loader and Action

›
In the post- Actions in React Router For Data Mutation we saw how to handle data mutation and add a new record using action function. In...
Tuesday, June 17, 2025

useSubmit() Hook in React Router

›
In the post Actions in React Router For Data Mutation we saw how you can create a resource (POST method) using actions and Form component...

Actions in React Router For Data Mutation

›
In the post Data Loader in React Router we have seen how to fetch data using loaders in React Router. Same way action in React Router is...
›
Home
View web version
Powered by Blogger.