PIPES IN ANGULAR
Angular Pipes allows us to transform data before displaying them in the view. The | character is used to transform data.
FORMIK AND YUP IN REACT JS
In React JS, Formik is a small group of React components and hooks for building forms in React and React Native.
CROSS APPLY AND OUTER APPLY IN SQL SERVER
In SQL, APPLY operator is like a join clause and it allows joining between two table expressions i.e. joining a left table expression with a right table expression.
Temporary Tables In SQL
In SQL Server, A temporary table in SQL Server, as the name suggests, is a database table that exists temporarily on the database server.
configuring routes in react router
In React Router Library, the Link component allows you to customize anchor tags with theme colors and typography styles