• AI Workflows

    The Rise of Human + AI Workflows

    The Rise of Human + AI Workflows I've grown with AI during it's formative years to see how the public's perception constantly shift. AI was once framed as a threat: You vs. AI. Then it became a divide: AI-assisted users vs. non-AI-assisted users. Now, we are entering the real [...]

  • MITRE ATLAS

    AI Security Threats with MITRE ATLAS

    Let’s be completely real: deploying generative AI and complex machine learning pipelines is incredible for innovation, but securing them is a massive headache. Strip away the industry hype, and we are left staring at a genuinely hard, probabilistic problem. It’s exactly the kind of problem that legacy security perimeters [...]

  • Cover image for a founder’s guide to setting up a company in Singapore or Hong Kong in 2026.

    A Philippine Founder’s Practical Guide to Singapore and Hong Kong Incorporation in 2026

    Why Filipino Founders Consider Offshore Companies Picture this: you are a Filipino startup founder in the Philippines, and you're considering setting up an offshore company for a variety of reasons. One being international market access, easier cross-border payments, investor credibility, and tax planning. So the strategic move is to [...]

  • AWS Data and AI Journey: Building Agentic AI Systems

    Stage 5 of the AWS Data and AI Journey: Building Agentic AI Systems Building agentic AI systems is the next frontier for organizations that have already laid the groundwork with a modern data foundation, governed pipelines, and enterprise-wide generative AI. This is where agentic AI enters the picture. Generative [...]

  • AWS Data and AI Journey: Applying Generative AI Across the Enterprise

    Stage 4 of the AWS Data and AI Journey: Applying Generative AI Across the Enterprise Applying generative AI across the enterprise is no longer just an experiment, it's a strategic priority for organizations ready to turn their data into real business intelligence. This is where generative AI enters the [...]

  • The Claw Has a Brain Now: The Story of NemoClaw

    The Spark of a Revolution It started as most revolutions do, with a simple idea: what if your computer could just do things for you? Not in the old-school set-a-reminder-on-your-phone kind of way. But really do things. Write code, browse the web, manage files, learn new skills, and keep [...]

  • Diverse professionals collaborating around a friendly, glowing AI icon

    AI Isn’t Just for Developers Anymore

    A few years ago, AI tools were mostly associated with developers and data scientists. Fast forward to 2026, and the story has changed completely. Marketing interns are generating full campaign ideas in an afternoon, HR coordinators are screening resumes in minutes, and designers are turning simple text prompts into [...]

  • The Digital Dilemma: When Information Spreads Faster Than Verification

    Modern technology has transformed how people access and share information. News, opinions, videos, and discussions can now spread globally within seconds through social media platforms, recommendation systems, and digital communication tools. Information is now more accessible than ever before, allowing people to stay connected in real time regardless of [...]

  • A large group photo of tech students and young professionals gathered indoors for the AWS Cloud Club - Celestia Supernova event. Around 40 participants are smiling, posing, and making hand gestures like peace signs and thumbs-up. The venue features modern lighting, warm wooden pillar accents, and a kitchen/lounge area in the background. The event branding "AWS Cloud Clubs Celestia" and "Celestial Supernova" is visible in the top corners, with partner logos and social media handles (AWS Cloud Club - Celestia and @awscloudclub_celestia) aligned along the bottom border.

    Blast Off to the Cloud! Celestial Supernova by AWS Student Builder Group Celestia

    Celestial Supernova is a cloud event organized by AWS Student Builder Group Celestia from Parañaque last April 26. The event brought together students, builders, and tech professionals at White Cloak Technologies in Pasig City, with support from Tutorials Dojo. The goal of the event is to make cloud technology [...]

  • Building an Ethical Hacking Lab to Practice Every OWASP Top 10 Vulnerability

    Building an Ethical Hacking Lab to Practice Every OWASP Top 10 Vulnerability

      As a computer science student majoring in Network and Information Security, I have researched so many ways that I can actually learn more about cybersecurity. More specifically? Hacking. With the power of the internet, I came across so many courses, websites, and applications from which I can utilize [...]

  • td_playcloud_landing_page

NEW Product Release: All-in-Access: Courses + PlayCloud Sandbox (AWS) & Play Sandbox (AWS)

Brace yourselves for a journey into the cutting-edge realms of tech and education! We're thrilled to announce not one but two incredible products designed to supercharge your learning experience and bring your skills to new heights! 🚀 Get ready to dive into innovation with our super-focused PlayCloud Sandbox (AWS) and All-in-Access: Courses + PlayCloud Sandbox (AWS). Let's explore why these releases are set to revolutionize your learning journey.  PlayCloud Sandbox (AWS) The PlayCloud Sandbox is a [...]

  • Building a Deployment Pipeline for a React Application with AWS CodePipeline

Building a Deployment Pipeline for a React Application with AWS CodePipeline

This is the second part of a series of blogs about the platform management of a React Application infrastructure by adding a continuous deployment component to the earlier infrastructure. In an earlier article, I wrote about how a private react application infrastructure can be deployed with Terraform code. Now, we will explore this further by building a deployment pipeline using AWS CodePipeline. Let's assume that the source code of the React web application is [...]

  • Train and Deploy a Scikit-Learn Model in Amazon SageMaker

Train and Deploy a Scikit-Learn Model in Amazon SageMaker

Introduction In the ever-evolving world of machine learning (ML), the ability to efficiently train and deploy models is crucial for turning innovative ideas into real-world applications. This is where Amazon SageMaker, a fully managed service that provides every developer and data scientist with the ability to build, train, and deploy machine learning models quickly, stands out. Amazon SageMaker streamlines the machine learning workflow, offering a broad set of capabilities that are designed to enable [...]

  • Securing LLMs with Guardrails for Amazon Bedrock

Securing LLMs with Guardrails for Amazon Bedrock

One of the pillars of the AWS Well-Architected Framework is security. It is a foundational concept when running your workloads in the cloud to think about privacy, access limits, compliance with regulatory requirements, and data protection; and this includes Amazon Bedrock. Along with several AI announcements during the keynote of AWS CEO, Adam Selipsky during AWS re:Invent 2023 was Guardrails for Amazon Bedrock. As AI technology evolves and becomes more mature, it makes sense [...]

  • Building a Private React Application Infrastructure with Terraform

Building a Private React Application Infrastructure with Terraform

This is the first part of a series of blogs about the platform management of a React Application infrastructure using Terraform. In the early phases of a software development project, it is mandatory to have the application reviewed by security way before the Beta release to ensure that the app adheres to the standards of a secure web application and is able to protect the sensitive data it handles. Most of the time, DevOps [...]

  • How to Install and Configure PHP OpCache with Web Viewer on Ubuntu 20.04

How to Install and Configure PHP OpCache with Web Viewer on Ubuntu 20.04

The performance of your PHP applications can be significantly enhanced by using OpCache, a PHP opcode cache. OpCache reduces the need to recompile your PHP scripts on each request by storing the generated bytecode in memory, resulting in quicker execution rates and lessened server load. Image retrieved from https://www.pinterest.ph/pin/flash-running-poster-custom-posters-design-your-own-wall-art-create-personalized-prints--792281759458556733/ This article will walk you through installing and configuring PHP OpCache with Web Viewer on Ubuntu 20.04. Install OpCache Install the Nginx, PHP, and additional [...]

  • Deploying a Serverless Inference Endpoint with Amazon SageMaker7

Deploying a Serverless Inference Endpoint with Amazon SageMaker

Introduction Welcome to our deep dive into the world of serverless machine learning (ML) inference using Amazon SageMaker. In this blog post, we will explore the innovative and efficient approach of deploying ML models without the need for managing servers, a method known as serverless inference. What is Serverless Inference? Serverless inference is a cloud computing execution model where the cloud provider dynamically manages the allocation of machine resources. The key advantage here is [...]

  • DEA-C01 exam details
  • dea-c01 exam domains examtopics aws certified data engineer associate 2024 pdf

My AWS Certified Data Engineer Associate DEA-C01 BETA Exam Experience

I recently took the beta exam of the AWS Certified Data Engineer - Associate DEA-C01 online, and from the get-go, I can see its resemblance to the AWS Certified Data Analytics Specialty test, albeit not entirely the same in terms of depth. This new Associate-level exam aims to validate the skills and knowledge of IT Professionals in core data-related AWS services, such as the ability to implement data pipelines, perform cost optimization, troubleshoot data [...]

  • scs-c02

Adding SSL to WordPress Website with Let’s Encrypt

With the rapid advancement of technology today, it is undeniable that this has resulted in a higher number of cyber-attacks, calling every website owner to strengthen their preemptive measure to protect and have robust security for their website and its users. One essential way of boosting website security is by obtaining an SSL (Secure Sockets Layer) certificate. This article will explore the reasons and benefits of adding an SSL certificate to your WordPress website. [...]

  • Setting Up AWS EventBridge for Cross-Region IAM Event Notifications

Setting Up AWS EventBridge for Cross-Region IAM Event Notifications

AWS EventBridge is a serverless event bus service that simplifies event-driven architectures. In this guide, we'll explore how to leverage EventBridge with a cross-region event bus to overcome the regional limitations associated with IAM (Identity and Access Management) events. This setup will enable you to capture and respond to IAM events seamlessly across AWS regions. Use Case: Cross-Region IAM Event Notifications with AWS EventBridge AWS CloudWatch Events are powerful, but they are region-specific, posing [...]

🔥 Extra $2 OFF — Triple Bundle Sale!

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