Angular Munich – Telegram
Angular Munich
179 subscribers
554 photos
41 videos
9 files
705 links
Stay up to date with Angular Framework ;-)

Need more: https://linktr.ee/ngxsamurai
Download Telegram
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
Forwarded from ngxSamurai
23 Coding Patterns to master FAANG+ Interviews.pdf
2.7 MB
🔥 Java-Plattform: Kritische Lücke in VMware Tanzu Spring Framework geschlossen

> Zwei Schwachstellen bedrohen das Spring Framework. Eine Lücke gilt als kritisch. Updates zum Schließen des Sicherheitslecks stehen bereit.


- https://spring.io/security/cve-2023-20860
- https://www.heise.de/news/Java-Plattform-Kritische-Luecke-in-VMware-Tanzu-Spring-Framework-geschlossen-7614914.html
👍1
😱1
# What does “DAMP not DRY” mean when talking about unit tests?