pageIndex = 0
outOfVisibleViewPort = falseAs 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 = falseYou can remove the first item in 3 ways.
pageIndex = 2
outOfVisibleViewPort = falseUsing a CLI natively available on Windows
pageIndex = 3
outOfVisibleViewPort = trueUsage of Cast and Convert with an example
pageIndex = 4
outOfVisibleViewPort = trueUsage of Coalesce with an example
pageIndex = 5
outOfVisibleViewPort = trueObject composition is a design principle in which one class is composed of one or more objects of other classes.
pageIndex = 6
outOfVisibleViewPort = trueThere are different opinions on whether to use Tailwind or not.
pageIndex = 7
outOfVisibleViewPort = trueToken-based authentication is a method of verifying users’ identity through a token. Here’s a simple explanation.