Link til github – der ligger branches for de forskellige emner jeg har, gå ind og skift branch til f.eks. ML for alt machine learning relateret produkter – https://github.com/TheXei/studious-chainsaw.git
- It-sikkerhed
- OWASP – https://owasp.org/
- GDPR – https://gdpr.dk/
- Risiko vurdering – https://shorturl.at/hwJY7 – med template til at lave risiko vurdering. Var nødt til at bruge url shortener, da url’en var alt for lang
- Security by design – https://patchstack.com/articles/security-design-principles-owasp/ – en god artikel, som tager grund i princippet som er udgivet af OWASP
- Trusselsmodellering – https://owasp.org/www-community/Threat_Modeling_Process – Artikel som omhandler trusselsmodellering med brug af STRIDE/DREAD og ASF fra OWASP
- DREAD – https://en.wikipedia.org/wiki/DREAD_(risk_assessment_model) – Kort Wikipedia artikel omkring DREAD, som giver en ide om hvorfor man i dag bruger DREAD-D (DREAD minus D)
- STRIDE – https://en.wikipedia.org/wiki/STRIDE_(security) – Kort Wikipedia artikel omkring STRIDE
- Machine Learning
- Valg af sprog – https://codete.com/blog/c-for-machine-learning-is-it-better-than-python-comparison
- Valg af sprog – https://www.phddirection.com/pattern-recognition-in-python/
- Python frameworks – Machine Learning with PyTorch and Scikit-Learn af Dr. Sebastian Raschka, Yuxi (Hayden) Liu og Dr. Vahid Mirjalili
- Python træning – https://www.w3schools.com/python/default.asp
- Unittesting i Python – https://www.digitalocean.com/community/tutorials/python-unittest-unit-test-example
- Unittesting i Python – https://docs.python.org/3/library/unittest.html
- Python import module fejl – https://stackoverflow.com/questions/4534438/typeerror-module-object-is-not-callable
- MatPlotLib Tutorials af Corey Schafer (Episode 1, 2 og 9) – https://www.youtube.com/playlist?list=PL-osiE80TeTvipOqomVEeZ1HRrcEvtZB_
- Pandas dokumentation – https://pandas.pydata.org/docs/reference/api/pandas.read_csv.html
- Python API med Flask Tutorial (0 – 40min) – https://www.youtube.com/watch?v=GMppyAPbLYk