SLO, SLI vs SLA https://www.atlassian.com/incident-management/kpis/sla-vs-slo-vs-sli
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| problem: | |
| Error: While importing 'app.app', an ImportError was raised | |
| solution: | |
| ``` | |
| export FLASK_APP=app; export PYTHONPATH=. | |
| ``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apt-get update fails to fetch files, “Temporary failure resolving …” error | |
| `echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf > /dev/null` | |
| https://askubuntu.com/a/91595 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Spiro v Lintern https://www.lawteacher.net/free-law-essays/commercial-law/commercial-law-law-essays.php | |
| Agency by Estoppel https://www.youtube.com/watch?v=V9RcMvsg7Gk | |
| Agency by Necessity https://www.youtube.com/watch?v=vr0HTfYYNT8 | |
| Agency by Ratification https://www.youtube.com/watch?v=nHo9-OjlM5s | |
| Introduction to Agency https://www.youtube.com/watch?v=8PcwS1xNfBA&t=350s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Predictive Modeling with Bagging Approach in R | R Programming | |
| https://www.youtube.com/watch?v=g_RYT_Ip-zc | |
| What is a Regression Model? - Definition | Meaning | Example | |
| https://www.myaccountingcourse.com/accounting-dictionary/regression-model | |
| R-Squared - Definition, Interpretation, and How to Calculate | |
| https://corporatefinanceinstitute.com/resources/knowledge/other/r-squared/ | |
| https://groww.in/p/r-squared/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Everytime you see `let` in the video, please use `var` instead. This advice works for your final project. | |
| Long explanation: https://appdividend.com/2020/08/26/javascript-let-vs-var-the-difference-and-comparison/ (If you understand, great! If you don't, just use `var` lah.) | |
| I will also not recommend ES6 or any variant of javascript for beginners. | |
| Data types: | |
| https://www.youtube.com/watch?v=808eYu9B9Yw ~6min | |
| Functions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Learn Terminal in 8 minutes | |
| https://www.youtube.com/watch?v=MQ6c4PAQ7Q8 | |
| # Learn Github in 15 minutes | |
| https://www.youtube.com/watch?v=USjZcfj8yxE | |
| # Learn HTML in 12 minutes | |
| https://www.youtube.com/watch?v=bWPMSSsVdPk | |
| # Learn CSS in 12 minutes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #download adb ->https://developer.android.com/studio/releases/platform-tools | |
| # or simply search for `adb android mac` | |
| #At settings, enable developer options | |
| # enable `usb debugging` | |
| # enable `install via USB | |
| # enable `USB debugging (security settings)` | |
| pm uninstall -k --user 0 com.android.chrome |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 😎 Name: Bryan Lim | |
| 🇸🇬 Nationality: 🇸🇬 | |
| 👨💻 Programmer (est 2009) | |
| 📚 NUS Bachelor: Computing | |
| 📚 NUS Master: Analytics | |
| 🐧 Twitter: @ytbryan | |
| 📧 Contact: ytbryan@hey.com | |
| 📓 Description: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| If any of the links is broken, please let me know. | |
| # Simple No-code programming | |
| https://developers.google.com/blockly | |
| https://bubble.io/home | |
| https://www.figma.com | |
| # Simple coding | |
| https://bubble.io/home | |
| https://glitch.com |