13
Some checks failed
Build Quartz Notes / build (push) Failing after 20s

This commit is contained in:
2026-07-13 09:16:09 +01:00
parent 9645ee23b0
commit 129ce1442b
336 changed files with 3812 additions and 579 deletions

6
Career/Concepts.md Normal file → Executable file
View File

@@ -64,12 +64,18 @@ Some core programming concepts that are essential for software development. The
- [[OWASP Top 10]]
- [[Cross Site Scripting (XSS)]]
- [[Output Encoding]]
# Tech Talks
- [[OpenShift migration Tech Talk]]
- [[MA4 Notes]]
# Concepts to learn and talk about (cs and maths)
- [x] xor
- [x] big O notation
- [x] time complexity
- [x] space complexity
- [x] ternary operator
- [ ] data structures
- [ ] algorithms
- [ ] design patterns