• Voice AI Hackathon Featured Image

    Voice AI Hackathon Manila 2026

    You’ve become an Agora Ambassador–what comes next? In frame: Ashley Nicole Santos, Kendrick Zamudio, Christine May Ponciano, and Dearah Mae Barsolasco You build something impactful. You host a hackathon. Together with AWS Cloud Club Philippines, the Agora Philippines Ambassadors successfully launched the Voice AI Hackathon Manila 2026, [...]

  • TD AB-730 AI Business Professional Study Guide

    AB-730 Microsoft Certified AI Business Professional Study Guide

    Bookmarks Exam Domains Study Materials Azure Services to Focus On Key Exam Topics by Domain Important Skills Validate Your Readiness Final Remarks The AB-730 Microsoft Certified AI Business Professional certification exam is designed for individuals who want to demonstrate [...]

  • AWS Data and AI Journey: Integrating and Moving Data Across Systems

    Stage 2 of the AWS Data and AI Journey: Integrating and Moving Data Across Systems As organizations build a modern data foundation, the next challenge is ensuring that data can move efficiently across systems, teams, and applications. Even with scalable storage and analytics platforms in place, data often remains [...]

  • TD AZ-802 Windows Server Hybrid Administrator Study Guide

    AZ-802 Windows Server Hybrid Administrator Study Guide

    Bookmarks Exam Domains Study Materials Azure Services to Focus On Key Exam Topics by Domain Important Skills Validate Your Readiness Final Remarks The AZ-802 Microsoft Certified Windows Server Hybrid Administrator certification exam validates a professional's ability to manage hybrid [...]

  • TD AI-200 Azure AI Cloud Developer Associate Study Guide

    AI-200 Azure AI Cloud Developer Associate Study Guide

    Bookmarks Exam Domains Study Materials Azure Services to Focus On Key Exam Topics by Domain Important Skills Validate Your Readiness Final Remarks The AI-200 Microsoft Certified Azure AI Cloud Developer Associate certification exam validates a developer's ability to build, [...]

  • TD SC-500 Cloud and AI Security Engineer Associate Study Guide

    SC-500 Cloud and AI Security Engineer Associate Study Guide

    Bookmarks Exam Domains Study Materials Azure Services to Focus On Key Exam Topics by Domain Important Skills Validate Your Readiness Final Remarks The SC-500 Microsoft Certified Cloud and AI Security Engineer Associate certification exam is designed to expand the [...]

  • TD AI-901 Azure AI Fundamentals Study Guide

    AI-901 Azure AI Fundamentals Study Guide

    Bookmarks Exam Domains Study Materials Azure Services to Focus On Key Exam Topics by Domain Important Skills Validate Your Readiness Final Remarks The  AI-901 Microsoft Certified Azure AI Fundamentals certification exam introduces the foundational concepts of building AI applications and [...]

  • AI influencer featured photo

    AI Influencers: How Generative AI Is Quietly Taking Over Affiliate Marketing

    I was casually scrolling through TikTok and Shopee the other night when something caught my eye. A woman appeared on screen holding a product. She smiled, explained why it was amazing, and made it look effortless. Perfect lighting, flawless background, delivery smoother than butter. I shrugged. Normal influencer video, [...]

  • AI-103 Azure AI App and Agent Developer Associate Study Guide

    Bookmarks Exam Domains Study Materials Azure Services to Focus On Key Exam Topics by Domain Important Skills Validate Your Readiness Final Remarks The AI-103 Microsoft Certified Azure AI App and Agent Developer Associate certification exam focuses on the latest generative [...]

  • TD AI-300 Machine Learning Operations MLOps Engineer Associate Study Guide

    AI-300 Microsoft Certified Machine Learning Operations MLOps Engineer Associate Study Guide

    Bookmarks Exam Domains Study Materials Azure Services to Focus On Key Exam Topics by Domain Important Skills Validate Your Readiness Final Remarks The  AI-300 Microsoft Certified Machine Learning Operations MLOps Engineer Associate certification exam is designed for professionals who want [...]

  • Google Virtual Private Cloud Cheat Sheet

Google Virtual Private Cloud

Bookmarks Key Concepts Network and Subnets Configuring IP Addresses Firewall Rules Routes Special Routing Paths Communications and access for APP Engine Connecting VPC Networks Pricing Validate Your Knowledge Google Virtual Private Cloud Cheat Sheet You can create and manage your own virtual topology network where you can launch your Google Cloud resources using Google Virtual Private Cloud (VPC). Google VPC is [...]

  • google-cloud-load-balancing

Google Cloud Load Balancing

Google Cloud Load Balancing Cheat Sheet Google Cloud Load Balancing allows you to put your resources behind a single IP address.   Features Can be set to be available externally or internally with your Virtual Private Network (VPC). HTTP(S) load balancing can balance HTTP and HTTPS traffic across multiple backend instances, across multiple regions.  Enable Cloud CDN for HTTP(S) load balancing to optimize application delivery for your users with a single checkbox. You can [...]

  • Cloud Pub/Sub Cheat Sheet

Google Cloud Pub/Sub

Bookmarks Features Key Concepts Publisher-subscriber relationships Pricing Validate Your Knowledge Google Cloud Pub/Sub Cheat Sheet Cloud Pub/Sub is a fully-managed real-time messaging service for event driven systems that allows you to send and receive messages between independent applications. Features Capable of global message routing to simplify multi-region systems. Synchronous, cross-zone message replication and per-message receipt tracking ensure at-least-once delivery at any scale. Pub/Sub delivers each message [...]

  • Google Cloud SQL Cheat Sheet

Google Cloud SQL

Google Cloud SQL Cheat Sheet A fully managed relational database service. Cloud SQL is available for: MySQL PostgreSQL SQL Server Features Scale instantly with a single API call as your data grows. Automated and on-demand backups are available. You can restore your database instance to its state at an earlier point in time by enabling binary logging. Data replication between multiple zones with automatic failover. Enterprise and Enterprise Plus editions: Enterprise Plus offers higher [...]

  • Google Kubernetes Engine Cheat Sheet

Google Kubernetes Engine (GKE)

Bookmarks Features Kubernetes Cluster Architecture Kubernetes API Objects GKE Sandbox Pricing Validate Your Knowledge Google Kubernetes Engine Cheat Sheet Secured and managed Kubernetes services with auto-scaling and multi-cluster support Features Can be configured to automatically scale node pool and clusters across multiple node pools based on changing workload requirements. Auto-repair can be enabled to do health checks on node Choose clusters tailored to your requirements [...]

  • Google Compute Engine Cheat Sheet

Google Compute Engine (GCE)

Bookmarks Configurations Instance Templates Instance Groups Managing access to your instances Backing up your instance Sole Tenant Nodes Preemptible Instances Shielded Instances Instance Life Cycle GCP Marketplace Live Migration Pricing Validate Your Knowledge Google Compute Engine Cheat Sheet Linux-based and Windows-based virtual machines Each instance you create belongs to a project A project can have one or more [...]

  • Google Cloud Platform Cheat Sheet

Google Cloud Platform Overview

Google Cloud Platform Cheat Sheet The Google Cloud Platform is the infrastructure that powers the Google products you are familiar with including Gmail, Search, and Google Photos. In April of 2008, Google announced its first service called App Engine, a cloud compute service for developing and hosting web applications in Google-managed data centers. Since then, Google has evolved and added more cloud services to its platform. GCP lets developers build and host applications and [...]

  • lifecycle_event_hooks_in_codedeploy

Lifecycle Event Hooks in CodeDeploy

Bookmarks Events Things To Consider In biology, life cycle refers to the series of stages or events that occur during an organism’s lifetime. Lifecycle also applies when automating software deployment on AWS CodeDeploy. Lifecycle event hooks refer to the series of events that describes how a deployment is accomplished. It allows you to control or perform actions on different stages of your deployment. In the traditional way, whenever you [...]

  • Amazon EBS Multi-Attach

Amazon EBS Multi-Attach

Amazon Elastic Block Store or EBS is a durable block-based storage device that can be attached to your EC2 instance. AWS released a feature called Multi-Attach, which allows EC2 instances to share a single EBS volume for up to 16 instances and provide higher availability of your applications for Linux workloads. Each instance to which the volume is attached has full read and write permissions to the volume. The following are several considerations and [...]

  • ECS Network Modes Comparison

ECS Network Modes Comparison

Amazon Elastic Container Service (ECS) allows you to run Docker-based containers on the cloud. Amazon ECS has two launch types for operation: EC2 and Fargate. The EC2 launch type provides EC2 instances as hosts for your Docker containers. For the Fargate launch type, AWS manages the underlying hosts so you can focus on managing your containers instead. The details and configuration on how you want to run your containers are defined on the ECS [...]

🌸 25% OFF All Reviewers on our International Women’s Month Sale Extension! Save 10% OFF All Subscription Plans & 5% OFF Store Credits/Gift Cards!

Tutorials Dojo portal

Learn AWS with our PlayCloud Hands-On Labs

$2.99 AWS and Azure Exam Study Guide eBooks

tutorials dojo study guide eBook

New AWS Generative AI Developer Professional Course AIP-C01

AIP-C01 Exam Guide AIP-C01 examtopics AWS Certified Generative AI Developer Professional Exam Domains AIP-C01

Learn GCP By Doing! Try Our GCP PlayCloud

Learn Azure with our Azure PlayCloud

FREE AI and AWS Digital Courses

FREE AWS, Azure, GCP Practice Test Samplers

SAA-C03 Exam Guide SAA-C03 examtopics AWS Certified Solutions Architect Associate

Subscribe to our YouTube Channel

Tutorials Dojo YouTube Channel

Follow Us On Linkedin