#Security !== #Security
- https://cheatsheetseries.owasp.org/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.html
- https://support.detectify.com/support/solutions/articles/48001048951-login-csrf
- https://cheatsheetseries.owasp.org/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.html
- https://support.detectify.com/support/solutions/articles/48001048951-login-csrf
cheatsheetseries.owasp.org
Cross-Site Request Forgery Prevention - OWASP Cheat Sheet Series
Website with the collection of all the cheat sheets of the project.
Visualizing a SQL query.
SQL statements are executed by the database system in several steps, including:
- Parsing the SQL statement and checking its validity
- Transforming the SQL into an internal representation, such as relational algebra
- Optimizing the internal representation and creating an execution plan that utilizes index information
- Executing the plan and returning the results
The execution of SQL is highly complex and involves many considerations, such as:
- The use of indexes and caches
- The order of table joins
- Concurrency control
- Transaction management
#sql
SQL statements are executed by the database system in several steps, including:
- Parsing the SQL statement and checking its validity
- Transforming the SQL into an internal representation, such as relational algebra
- Optimizing the internal representation and creating an execution plan that utilizes index information
- Executing the plan and returning the results
The execution of SQL is highly complex and involves many considerations, such as:
- The use of indexes and caches
- The order of table joins
- Concurrency control
- Transaction management
#sql
Angular Forms: Choosing Between Reactive and Template Driven Forms
https://www.danywalls.com/angular-forms-choosing-between-reactive-and-template-driven-forms
https://www.danywalls.com/angular-forms-choosing-between-reactive-and-template-driven-forms
Danywalls | Angular | Kendo | Typenoscript
Angular Forms: Choosing Between Reactive and Template Driven Forms
Exploring the differencies between reactive and template driven forms.
Announcing TypeScript 5.0 - TypeScript
https://devblogs.microsoft.com/typenoscript/announcing-typenoscript-5-0/
https://devblogs.microsoft.com/typenoscript/announcing-typenoscript-5-0/
Microsoft News
Announcing TypeScript 5.0
Today we’re excited to announce the release of TypeScript 5.0! This release brings many new features, while aiming to make TypeScript smaller, simpler, and faster. We’ve implemented the new decorators standard, added functionality to better support ESM projects…
Angular & signals. Everything you need to know. - DEV Community
https://dev.to/this-is-angular/angular-signals-everything-you-need-to-know-2b7g
https://dev.to/this-is-angular/angular-signals-everything-you-need-to-know-2b7g
DEV Community
Angular & signals. Everything you need to know.
On February 15th, the Angular team opened the first PR that introduces signals to the framework. This...