• document-embeddings-guide-td

    How to Generate Simple Document Embeddings with Python

    Document embeddings are one of the simplest ways to give machines an understanding of text, and in our previous article, Document Embeddings Explained: A Guide for Beginners, we explored how they turn entire documents into dense numerical vectors that capture meaning and context. Now that you understand what embeddings [...]

  • Diagram illustrating how Amazon Security Lake uses the Open Cybersecurity Schema Framework (OCSF) to standardize security data across AWS sources.

    Open Cybersecurity Schema Framework (OCSF) and Amazon Security Lake

    Amazon Security Lake is a managed service that collects and stores security logs from AWS services, on-premises systems, and supported third-party tools. It automatically converts all incoming data into Apache Parquet and formats everything using the OCSF schema. This setup allows different kinds of security logs to follow one [...]

  • Can Gemini 3 Replace My AI Toolkit - Featured Image

    Can Gemini 3 Replace My AI Toolkit?

    I've always approached AI with one mindset: use whatever tool gets the job done fastest and cleanest. I'm not loyal to one model, one company, or one ecosystem. I switch between tools depending on what my day looks like. In school, that might mean summarizing academic papers. At work [...]

  • AWS Vector Databases Explained: Semantic Search and RAG Systems

    AWS Vector Databases Explained: Semantic Search and RAG Systems

    The generative AI (GenAI) revolution has transformed how organizations extract value from their data. While large language models (LLMs) demonstrate remarkable capabilities in understanding and generating human-like text, their true enterprise potential is unlocked only when they can access proprietary, domain-specific information. This necessity has propelled vector databases from [...]

  • self hosting judge0 step by step guide header

    Self-Hosting Judge0: A Step-by-Step Guide Using Amazon EC2, Lambda, and S3

    Judge0 is a powerful, open-source code execution system widely used by online coding platforms to run programs in secure environments. However, while it is often accessed as a third-party service, self-hosting Judge0 on AWS significantly grants you complete control over configuration and security. In fact, this level of ownership [...]

  • Shaping the Future of Student Technopreneurs in the Philippines through AWS Cloud Club PUP e:Novators

    BGC, Philippines—November 21, 2025—Designed for working students, budding entrepreneurs, small startups, hackathon enthusiasts, and aspiring tech founders, the Alfred’s Engine Room: Crafting Tomorrow’s Ventures: Kick-off and Ideation 2025 marked the official launch of AWS Cloud Club PUP e:Novators, a community built to empower the next generation of bold visionaries [...]

  • The Cash Cow + Investment Model: A Career Blueprint from Tutorials Dojo’s CEO

    Imagine spending weeks building a course, only to watch it fail. That’s exactly what happened in 2019 to the founder of Tutorials Dojo, Jon Bonso. He had spent weeks building a React Native course. He recorded, edited, and re-recorded, hoping people would buy it. However when it finally launched, [...]

  • AWS Strands Agents SOPs AI Automation Workflow Natural Language

    AWS Strands Agent SOPs – Your Natural Language Agentic AI Workflow Tool

    If you're someone whose work involves AI automation or a developer, you'll know that Modern AI agents are powerful but notoriously difficult to guide with consistency. You put the same thing in twice, you get two drastically different results. There are two ways of driving Modern AI agents: Code [...]

  • What is Amazon Bedrock AgentCore

    What is Amazon Bedrock AgentCore?

    Imagine spending months building an AI agent that integrates seamlessly into your development environment. It employs tools, responds to inquiries, and completes duties precisely as planned. But moving it to production becomes a nightmare: suddenly, you are dealing with scale problems, security concerns, authentication systems, and API interfaces. What [...]

  • Google Antigravity AI IDE LLM Agentic Development Fleet

    A New Player in Town: Google Antigravity

    On Wednesday, Google, the creators of Gemini, one of the top competitors of popular LLMs like ChatGPT (developed by OpenAI), recently launched their first AI agentic development IDE, known as Google Antigravity. Built for a wide range of customers, it is targeted to both professional developers working on large [...]

  • Fully connected neural network diagram

Neural Networks and Images with Convolution

In the age of artificial intelligence, it is common to meet the term neural network, seeing diagrams of neurons connecting to other neurons, programmers training models, and so on. Here, we will discuss how neural networks are similar to plain mathematical functions (models), how they build upon traditional linear regression, and their application to visualize images with convolutional neural networks. The usual pedagogy for learning neural networks begins with the iconic diagram: columns of [...]

  • aws certified security specialty scs-c03 examtopics list exam domains

What’s New in AWS Certified Security Specialty SCS-C03 Exam in 2025-2026?

The AWS Certified Security Specialty exam, last updated on July 11, 2023, is set to undergo another official update. The AWS Training and Certification team is releasing a new version, with an exam code of SCS-C03, available on December 02, 2025. You can register for the latest updated SCS-C03 Certified Security Specialty exam as early as November 18, 2025. Take note that the last day that you can take the soon-to-be decommissioned SCS-C02 exam [...]

  • document-embeddings-for-beginners

Document Embeddings Explained: A Guide for Beginners

Every day, billions of lines of text, emails, articles, and messages are created online. Making sense of all this unstructured data is one of the toughest challenges in modern AI. Document embedding is a fundamental concept that overcomes this problem. These are dense, numerical vectors that transform words, sentences, or entire documents into meaningful points in a high-dimensional space. These vectors capture the meaning and context of the original text. Because of this, machine [...]

  • AIP-C01 AWS Certified Generative Developer Professional AIP-C01 examguide AIP-C01 examtopics 2026

AWS Certified Generative AI Developer Professional Certification AIP-C01 Exam Guide and AIP-C01 Exam Topics List

Recently, the AWS Certification team released its 3rd Professional level certification on November 2025 named AWS Certified Generative AI Developer Professional with an exam code of AIP-C01. This completes its trifecta of AI-related certifications, starting from the AIF-C01 AWS Certified AI Practitioner and MLA-C01 AWS Certified Machine Learning Engineer Associate exams. As new technologies emerged from the rapid adoption of Generative AI (GenAI) technologies, this brand new GenAI Developer from AWS helps organizations filter [...]

Mastering AWS Made Easy: A Beginner’s Guide to the Knowledge MCP Server

  Let’s be honest, keeping up with AWS feels like chasing a moving target. One minute you’ve mastered EC2 and Lambda, and the next, there’s a new service, multiple updates, and several ways to configure the same feature. For developers and architects exploring AI integrations, that learning curve becomes even steeper. AWS offers massive amounts of documentation—enough to fill a library—but finding what you actually need, like the right API reference or regional availability, [...]

How Model Context Protocol (MCP) Servers Powered Modern Large Language Models (LLMs)

  In today’s fast-growing world of artificial intelligence, Large Language Models (LLMs) like GPT, Claude, and Grok are becoming critical to digital transformation. These models can write human-like text, understand complex questions, and even automate business tasks. As LLMs became smarter, they faced a major problem: managing context. Early versions struggled to maintain consistent conversations, use real-time data, and handle large workloads. To solve this, Model Context Protocol (MCP) Servers were introduced. They help [...]

  • Building an Amazon Nova AI Chatbot Using Bedrock cover

Building an Amazon Nova AI Chatbot Using Bedrock

If you ever want to build your own AI chatbot on Amazon, this guide will show you how. You’ll create a working, serverless chatbot powered by Amazon Bedrock Nova, one of the easiest ways to try foundation models on Amazon. The setup is simple, fully managed, and does not require hosting your own model or dealing with complex infrastructure. We’ll use Amazon Bedrock, AWS’s service for running and managing foundation models. It gives you [...]

  • Illustration showing how AI crowd detection uses location data from many smartphones to create a live transit map. Image 2 Alt Text:

Crowd Detection: How AI Predicts Busy Areas

You might use Google Maps in your daily commute, but have you ever wondered how it provides real-time traffic data? Or how it highlights the busiest areas and even the popular times for a business? To achieve this, Google powers these features with large-scale analysis and crowdsourcing from our smartphone location data. Subsequently, an artificial intelligence (AI) application is used to also predict crowd levels in the coming hours and days, instead of being [...]

Terraform vs AWS CloudFormation: Which Is Better for Building Serverless Applications?

Serverless applications feel effortless — until you try to scale. You might start with a single AWS Lambda function. Soon, you add API Gateway endpoints, DynamoDB tables, S3 triggers, SNS notifications, and maybe Step Functions to orchestrate your workflow. Before long, your AWS console looks like a maze, and manual management becomes nearly impossible. Serverless doesn’t mean there are no servers. It means you don’t manage them. AWS handles provisioning, scaling, and maintenance while [...]

  • Microsoft’s new Agentic AI certification (AB-100)

Microsoft Unveils the NEW Agentic AI Business Solutions Architect Certification (AB-100 beta)

As artificial intelligence (AI) continues to reshape industries rapidly, the demand for professionals who can design, implement, and manage autonomous AI systems that deliver real business value is skyrocketing. In response to this evolving landscape, Microsoft has introduced a groundbreaking new certification: Microsoft Certified: Agentic AI Business Solutions Architect (AB-100). This certification validates the skills and knowledge required by architects and technical specialists to design responsible, scalable, and innovative AI solutions. It emphasizes the [...]

Tutorials Dojo portal

Learn AWS with our PlayCloud Hands-On Labs

🧑‍💻 50% OFF – CodeQuest Coding 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

Subscribe to our YouTube Channel

Tutorials Dojo YouTube Channel

Follow Us On Linkedin