Difference between revisions of "Template:BITL CS1 Resources"
(Created page with "=Resources= ==Practice exercises== * [https://snakify.org/en/ Snakify.org] - Python exercises * [https://www.hackerrank.com/domains/python HackerRank.com] - practice question...") |
(→Resources) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
=Resources= |
=Resources= |
||
==Test environments== |
|||
* [https://replit.com/ replit.com] |
|||
==Practice exercises== |
==Practice exercises== |
||
Line 20: | Line 23: | ||
==Security== |
==Security== |
||
XSS. HTML and SQL injection attacks and prevention. |
XSS. HTML and SQL injection attacks and prevention. |
||
* [https://www.softwaretestinghelp.com/html-injection-tutorial/ HTML injection tutorial] |
|||
* [https://www.w3schools.com/sql/sql_injection.asp SQL injection example] |
|||
* [https://news.rub.de/english/press-releases/2021-12-02-it-security-14-new-attacks-web-browsers-detected 14 new attacks on web browsers detected] by Ruhr-Universität Bochum (RUB) and Niederrhein University of Applied Sciences. |
* [https://news.rub.de/english/press-releases/2021-12-02-it-security-14-new-attacks-web-browsers-detected 14 new attacks on web browsers detected] by Ruhr-Universität Bochum (RUB) and Niederrhein University of Applied Sciences. |
Latest revision as of 13:55, 5 December 2021
Contents
Resources
Test environments
Practice exercises
- Snakify.org - Python exercises
- HackerRank.com - practice questions
Python
Javascript
- JavaScript tutorial at W3 Schools
HTML
- HTML tutorial at W3 Schools
SQL
Security
XSS. HTML and SQL injection attacks and prevention.
- 14 new attacks on web browsers detected by Ruhr-Universität Bochum (RUB) and Niederrhein University of Applied Sciences.