pageIndex = 0
outOfVisibleViewPort = false
As I was reviewing some OOP concepts, I read about the command pattern and it made me think about bus message. However, they are not the same.
pageIndex = 1
outOfVisibleViewPort = false
You can remove the first item in 3 ways.
pageIndex = 2
outOfVisibleViewPort = false
Using a CLI natively available on Windows
pageIndex = 3
outOfVisibleViewPort = true
Usage of Cast and Convert with an example
pageIndex = 4
outOfVisibleViewPort = true
Usage of Coalesce with an example
pageIndex = 5
outOfVisibleViewPort = true
Object composition is a design principle in which one class is composed of one or more objects of other classes.
pageIndex = 6
outOfVisibleViewPort = true
There are different opinions on whether to use Tailwind or not.
pageIndex = 7
outOfVisibleViewPort = true
Token-based authentication is a method of verifying users’ identity through a token. Here’s a simple explanation.