- On-demand delivery of compute, database storage, applications, other IT resources through cloud platform via Internet
- Pay-as-you-go pricing
- Trade capital expense for variable expense
- Only pay for what you use
https://www.udemy.com/course/2019-build-an-simple-online-examination-system-with-php7/ | |
https://www.udemy.com/course/3d-printing-ultimate-workshop-and-full-step-by-step-guide/ | |
https://www.udemy.com/course/android-application-engineer-practice-exam-for-2018/?couponCode=CF028BE8E99EF5E7EF05 | |
https://www.udemy.com/course/automate/?couponCode=NOV2019FREE | |
https://www.udemy.com/course/aws-certified-security-specialty-2019-exams/?couponCode=438CDFC92EBF1CD5A88A | |
https://www.udemy.com/course/aws-certified-solutions-architect-professional-2019-exams/?couponCode=8FBFF6E5040CC97542B7 | |
https://www.udemy.com/course/backtowar-photoshop-retouching/ | |
https://www.udemy.com/course/bootstrap-4-responsive-design-mobile-first-desde-cero/ | |
https://www.udemy.com/course/build-a-streaming-twitter-filter-with-python-and-redis/ |
import cv2 | |
# Enable camera | |
cap = cv2.VideoCapture(0) | |
cap.set(3, 640) | |
cap.set(4, 420) | |
# import cascade file for facial recognition | |
faceCascade = cv2.CascadeClassifier(cv2.data.haarcascades + "haarcascade_frontalface_default.xml") |
A curated list of AWS resources to prepare for the AWS Certifications
A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.