đď¸ Explore my blog
Real-time data processing
* Immediate analytics
Example in healthcare:
* Real-time - hospital emergency dashboards (heart rate monitoring)
Status: #idea
Tags: Data Processing
References
why use cloud?
* trade capital expense for variable expense
* benefit from economies of scale
* Stop guessing capacity
Status: #idea
Tags: Cloud
References
Security and Compliance in the Cloud
Azure Security Services:
* Azure Security Center
* Azure Policy
* Azure Blueprints
Status: #idea
Tags: Cloud
References
web-prog-final-exam-materials
Localization
Session
Middleware
Sample Question Pualam
* [ ] watch rec
* [ ] try practice
* [ ] search for example exam questions
ALL MY EGGS IN ONE BASKET
web-prog-mid-exam-materials
WP-Mid-Exam-Materials
my-wp-uts-practice
Initialization
composer create-project laravel/laravel newProject
not necessary since no wifi and project might be already given
Database
Setup Database
1. Open .env file and look for DB_.. and make sure its the same as this
DB_CONNECTION=mysql // XAMPP runs mysql database engine
DB_HOST=127.0.0.1
DB_PORT=3306 // port for database
DB_DATABASE=laravelproject // make a new database name
DB_USERNAME=root // credentials for XAMPP
DB_PASSWORD= // empty
Operating Systems Notes
couldn't get any worse than this right? (I DONT UNDERSTAND IT NOW)