Update README.md

Add in machine learning and a minor regex link.
This commit is contained in:
Marlow Weston 2023-03-31 07:51:34 -05:00 committed by GitHub
parent 9d5a2957f0
commit 76cdb64be4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 3 deletions

View File

@ -77,9 +77,13 @@ But knowing the stuff will help you become better! :muscle:*
- :page_facing_up: [Jepsen: how different databases behave under partition](https://aphyr.com/tags/jepsen)
- :scroll: [Fallacies of Distributed Computing Explained](https://pages.cs.wisc.edu/~zuyu/files/fallacies.pdf)
### Machine Learning
- :school: [Andrew NG Machine Learning Specification Class](https://www.coursera.org/specializations/machine-learning-introduction)
### RegExp
- [RegexHQ](https://github.com/regexhq)
- [Learn regex the easy way](https://github.com/ziishaned/learn-regex)
- :link: [RegexHQ](https://github.com/regexhq)
- :link: [Learn regex the easy way](https://github.com/ziishaned/learn-regex)
- :link: [Regex Crossword](https://regexcrossword.com/)
### Security
- :book: [Security Programming](https://www.dwheeler.com/secure-programs/)