Here is the list of general/algo/system design questions:
coding-interview-university build-your-own-x tech-interview-handbook how-to-secure-anything javascript-algorithms how-web-works algorithms-javascript system-design-primer awesome-interview-questions olshansk-interview Golang 11. learngo
Javascript 12. clean-code-javascript 13. javascript-questions
source
Geometric deep learning course. This DL generalization allows transferring prior physical knowledge to NN architectures.
Book at arxiv.org
Full playlist (including tutorial and seminar records)
Information for reflection :)
Here is a nice Rust library that provides concepts of eventuals (observable snapshot of the most up-to-date value).
Just check it and spend a couple of minutes to think about it.
Be careful while using Github actions for Windows.
By default Windows uses Powershell not bash, but you may prefer to explicitly choose bash as a shell.
See Github action documentation
You can find some details about using Powershell here
Here is an example of flake8 plugin that prevents you from using numpy random fn.
A nice example of analyzing a source code in python.