Friday, October 28, 2022
Wednesday, October 26, 2022
Rails - i18n
Best practices:
https://www.mashupgarage.com/playbook/rails/i18n_practices.html
Lessons Learned: Naming and Managing Rails I18n Keys:
https://phrase.com/blog/posts/ruby-lessons-learned-naming-and-managing-rails-i18n-keys/
Tuesday, October 25, 2022
Monday, October 24, 2022
Applied Machine Learning (Cornell CS5785) - course from 2020
Applied Machine Learning (Cornell CS5785)
"Starting from the very basics, covering all of the most important ML algorithms and how to apply them in practice. Executable Jupyter notebooks (and as slides)"
Lectures: https://www.youtube.com/playlist?list=PL2UML_KCiC0UlY7iCQDSiGDMovaupqc83
Notebooks: https://github.com/Machine-Learning-Tokyo/AI_Curriculum#applied-machine-learning
Sunday, October 23, 2022
Tuesday, October 18, 2022
A component toolkit for creating live-running code editing experiences, using the power of CodeSandbox
A component toolkit for creating live-running code editing experiences, using the power of CodeSandbox
Wednesday, October 12, 2022
Tuesday, October 11, 2022
Monday, October 10, 2022
Saturday, October 8, 2022
Friday, October 7, 2022
Docker related - Rails On Docker Simplified
Rails on Docker:
https://huzefabiyawarwala.medium.com/rails-on-docker-simplified-84c1bfb485c3
Kitematic open-source GUI tool to watch/start/stop containers:
https://github.com/docker/kitematic/wiki/Early-Linux-Development
How Docker and Kubernetes work together
https://containerjournal.com/topics/container-ecosystems/how-docker-and-kubernetes-work-together/
Rails - Single Table Inheritance
https://medium.com/@dcordz/single-table-inheritance-using-rails-5-02-6738bdd5101a
https://huzefabiyawarwala.medium.com/single-table-inheritance-in-rails-fc28a56a3f9
https://stackoverflow.com/questions/555668/single-table-inheritance-and-where-to-use-it-in-rails
https://old.alexreisner.com/code/single-table-inheritance-in-rails - very good overview of which options, we'll typically have, when faced with a design problem