Skip to content

Instantly share code, notes, and snippets.

AWS Cloud Practitioner

What is Cloud Computing?

What is Cloud Computing?

  • On-demand delivery of compute, database storage, applications, other IT resources through cloud platform via Internet
  • Pay-as-you-go pricing

6 Advantages of Cloud Computing

  1. Trade capital expense for variable expense
  • Only pay for what you use
@loversrliars
loversrliars / freeudemy
Created January 6, 2022 15:39 — forked from chadfurman/freeudemy
free udemy courses
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/
@loversrliars
loversrliars / face_detect.py
Created February 5, 2022 07:22 — forked from kumarvipu1/face_detect.py
Face Detect
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")
@loversrliars
loversrliars / README.md
Created February 28, 2022 05:08 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


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.