• 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 [...]

Creating an AI Chatbot with LangChain for FREE (No API Keys, No Tokens)

Creating an AI Chatbot with LangChain for FREE (No API Keys, No Tokens) The Big Question: Can You Build AI Without Breaking the Bank? We asked ourselves a simple question: Can you build a chatbot without using any paid API at all? Most tutorials on AI chatbots start the same way: "First, grab your OpenAI API key and add your credit card..." But what if you don't have one? Or don't want to use [...]

  • Beginner Guide to Building a Hate Speech Classifier with BERT

Beginner Guide to Building a Hate Speech Classifier with BERT

You've seen the warnings: "This comment may violate our community guidelines," or you've watched online posts or videos get flagged and removed due to their hate speech content. This means that the platform is already using models to detect harmful content. However, have you ever questioned how these models work? How are these models able to understand human sarcasm, cultural slang, and even multilingual language in one sentence? In this guide, we'll walk through the [...]

Motoko vs Solidity: A Developer-Centric Comparison

Motoko vs Solidity: A Developer-Centric Comparison A New Era in Smart Contract Development Innovative contract development has evolved significantly over the past decade. With the rise of decentralized finance (DeFi), non-fungible tokens (NFTs), and a growing ecosystem of decentralized applications, Solidity has long been the standard for writing contracts on the Ethereum Virtual Machine (EVM). It introduced developers to a new paradigm: trustless systems, which do not require trust between parties, programmable money, and [...]

  • A Beginner's Guide to Building an AI Chatbot with Google Gemini API and Next.js Header & Featured Image

“Hello, [User]!”: A Beginner’s Guide to Building an AI Chatbot with Google Gemini API and Next.js

  These days, it feels like there’s an AI chatbot for everything. Need help with homework? Stuck on a coding problem? Want to research a random topic? These virtual assistants can answer just about any general question you throw at them. They’re becoming our go-to partners for learning, creating, and problem-solving. But have you ever wanted a chatbot that doesn't just give generic answers but understands and responds with information specific to your needs? [...]

  • Launching an EC2 Instance Using Terraform

Launching an Amazon EC2 Instance using Terraform

What's up, Dojos! This is your first step on automating your cloud infrastructure by launching an EC2 Instance using Terraform!  Efforts from various cloud providers such as AWS made managing your configurations manageable and easy by the use of their Management Consoles. With AWS, launching an EC2 instance, setting up IAM configurations, and VPC provisioning have never been easier within their console. But what if you have to configure large amounts of resources? Provisioning [...]

Your First Look into Generative AI: What It Is and Why It Matters

Your First Look into Generative AI: What It Is and Why It Matters Generative artificial intelligence, or Genb AI, has quickly become a powerful force that is changing many industries. It can write, draw, make music, create videos, and even generate code. These tools easily adjust to different creative and practical tasks, promoting innovation and original ideas across various fields. So, what is Generative AI? How does it work, where is it making a [...]

  • BERTScore Cheat Sheet - Featured Image

What is BERTScore – Bidirectional Encoder Representations from Transformers Score?

BERTScore (Bidirectional Encoder Representations from Transformers Score) Cheat Sheet BERTScore is an effective evaluation metric that looks beyond surface-level word matching to assess the meaning behind the generated text. Instead of counting overlapping words like traditional metrics such as BLEU or ROUGE, BERTScore taps into the power of pre-trained transformer models (like BERT) to compare the semantic similarity between tokens in the generated output and a reference sentence. It does this by calculating the [...]

  • RAG Cheat Sheet

What is Retrieval Augmented Generation (RAG) in Machine Learning?

Retrieval-Augmented Generation (RAG) Cheat Sheet Retrieval-Augmented Generation (RAG) is a method that enhances large language models (LLMs) outputs by incorporating information from external, authoritative knowledge sources. Instead of relying solely on pre-trained data, RAG retrieves relevant content at inference time to ground its responses. LLMs (Large Language Models) are trained on massive datasets and use billions of parameters to perform tasks like: Question answering Language translation Text completion RAG extends LLM capabilities to domain-specific [...]

  • What is Metric for Evaluation of Translation with Explicit ORdering

What is Metric for Evaluation of Translation with Explicit ORdering?

When evaluating machine translations, assessing how closely the translation matches a human's understanding is essential. METEOR (Metric for Evaluation of Translation with Explicit ORdering) is an evaluation metric that provides a more comprehensive and accurate measurement of translation quality. Unlike traditional metrics like BLEU, METEOR considers precision and recall and the semantic meaning of words and their order in a sentence, offering a more nuanced and reliable translation evaluation. In this article, we'll delve [...]

  • How to Transfer Your Domain’s DNS from GoDaddy to Amazon Route 53

Simplifying DNS Management: How to Transfer Your Domain’s DNS from GoDaddy to Amazon Route 53

  If you have ever tried to create a website and wanted it to be accessible through a custom web address, then you have already touched the basics of DNS, or Domain Name System. DNS is what connects your domain name to the actual server where your website lives. It plays a critical role in making sure your site is reachable, fast, and secure for users around the world. Many website owners start by [...]

🌸 25% OFF All Reviewers on our International Women’s Month Sale! Save 10% OFF All Subscriptions 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