Flexbox
Flexbox is a one-dimensional layout method for arranging items in rows or columns. Items flex (expand) to fill additional space or shrink to fit into smaller spaces.
Flexbox is a one-dimensional layout method for arranging items in rows or columns. Items flex (expand) to fill additional space or shrink to fit into smaller spaces.
Spring RestController Usage
Spring supports asynchronus processing using @Async annotaiton.
Java 8 introduces new Date Time API that is easier to used than the traditional java.util.Date class.
MongoDB Basics
Working with S3 using AWS SDK for Java 2.x
Multithread applications are more efficient but if shared resources are not protected, race condition may occur and cause unexpected behavior. We need to properly synchronize
sleep
- delay for a specified number of seconds
Scheduling tasks in spring boot
Junit 5 Basics
You can use Spring Boot CLI to generate Spring Boot application
If a statement is taking too long and cause the process to hang, we need to kill the process from the server.
Indexes are used to make data retrieval faster.
Backup and restore a database using mysqldump command