đïž Explore my blog
Pay as you go pricing model
* ï»żï»żNo upfront costs and pay for what you use
* ï»żï»żScale resources as needed for cost optimization
Status: #idea
Tags: az-900, azure, Cloud, cloud-billing, ccp, aws, gcp, google-cloud-engineer
References
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