• Harness Engineering - Everything You Need To Know

    Everything You Need to Know About Harness Engineering

    AI agents can now write code, browse the web, and run for hours without a human watching. Ask one to build a feature, and it might open ten files, call five tools, and make a hundred small decisions before it ever shows you a result. That's a different animal [...]

  • A LLM terminal running on Macbook pro in a dimly lit room at 80 degree image capture

    Should Philippines Make Its Own Local Large Language Model?

      As countries all around the world are beginning to seriously invest in their own models, there is a growing debate on whether the country should create its own local large language model. If we do, would it be cost-effective? And if it is, would it be beneficial? As [...]

  • Data Driven UI and UX

    How to Balance Business Goals with User Needs in UI/UX: A Data-Driven Approach

    The Tug-of-War Balancing business goals with user needs in UI/UX is a challenge every designer eventually runs into. Users want fast, free, and beautiful experiences with no friction anywhere. The business, meanwhile, wants high conversion rates, low hosting costs, and a fast time-to-market. These two wish lists are not always [...]

  • Integrating AI in UI and UX Build Tools

    UI/UX Design: Speeding Up the Creative Process with AI

    The Builder's Mindset If you have ever stared at a blank Figma canvas with a deadline looming — a thesis defense, a hackathon demo, or just a personal app idea you finally want to ship — you already know that speed matters as much as polish. A traditional UI/UX [...]

  • Agentjacking: How Fake Sentry Errors Hijack AI Coding Agents

    AI coding agents like Claude Code, Cursor, and Codex now do far more than autocomplete. They read source code, query observability platforms, open pull requests, and run terminal commands on developer machines. That expanded access is useful, but it also creates a problem most security teams have not accounted [...]

  • Illustration of Google AI Studio and Gemini showing a modern AI development workspace for prototyping prompts, generating API code, and building AI applications faster.

    Build AI Apps Faster with Google AI Studio and Gemini

    Artificial intelligence has become an essential part of modern software development. It helps developers build applications that understand natural language, generate content, analyze documents, write code, and automate complex tasks. While large language models (LLMs) make these features easier to use, integrating them into real applications still takes time. [...]

  • OpenRouter architecture showing one API connecting developers to multiple AI models including OpenAI, Anthropic, Google, Meta, Mistral AI, and DeepSeek.

    OpenRouter Explained: Access Multiple AI Models Through One API

    The rapid advancement of generative AI has given developers access to an ever-growing collection of large language models from providers such as OpenAI, Anthropic, Google, Meta, Mistral AI, and xAI. Each model offers different strengths, whether in reasoning, code generation, content creation, multilingual support, or cost efficiency. While having [...]

  • JARVIS AI Chatbot Interface using Vercel Template

    Build Your Own JARVIS AI Chatbot Interface using Vercel

    Have you ever watched Tony Stark boot up his suits and wished you had your very own J.A.R.V.I.S. to help you code, research, or just manage your day? If you are just starting out with web development, you have probably noticed that most AI chatbot tutorials look exactly the [...]

  • Can’t Use the Terminal, Can’t Defend the Network: The Importance of Cybersecurity Degrees in the Philippines

    Can't Use the Terminal, Can't Defend the Network: The Importance of Cybersecurity Degrees in the Philippines Open a job posting for a Security Operations Center (SOC) analyst, a penetration tester, or a systems administrator anywhere in the world, and one requirement shows up again and again: comfort with the [...]

  • Promotional banner for PromptWars Hackathon 2026 featuring a Star Wars-inspired design with large yellow text on a starry space background. A glowing blue lightsaber stretches across the center. The event is presented as a collaboration between DevCon Kids and Tutorials Dojo, with venue support provided by nmblr.ai Foundry. The graphic highlights an AI prompt engineering hackathon for students and young technology enthusiasts.

    PromptWars hackathon: students built AI apps

      On June 20, 2026, thirty junior and senior high school students spent a day at Programmable Makati building working AI applications. The event was PromptWars: AI-Powered, Student-Built, a hackathon run by DEVCON Kids Philippines and Tutorials Dojo. This event demonstrated how beginners can build with high impact solutions [...]

  • TD_AWS Responsible AI

Understanding AWS Responsible AI: Key Concepts and Dimensions

As AI becomes a bigger part of our lives, it’s important to make sure it’s used responsibly. Responsible AI means building and using AI systems in ways that are ethical, fair, and accountable. AWS provides a range of tools to help organizations build AI systems that follow these principles. In this blog, we’ll look at what responsible AI is, the key dimensions of responsible AI on AWS, and the tools available to support these practices. [...]

  • SRA Toolkit

SRA Toolkit + AWS: Revolutionizing Bioinformatics Data Prep

It takes too long. It’s boring. I want the good stuff already… Sounds familiar? These statements are not entirely wrong, but data preparation in any kind of data analytics job is still important and must be executed carefully. This is an important step that can easily take up to 80% of the total working time of a project. For insightful results, the data must be prepared properly, and this article will be about the [...]

  • Prompt Engineering

Mastering Prompt Engineering for AWS Large Language Models (LLMs)

In the rapidly evolving world of Artificial Intelligence (AI) and Machine Learning (ML), Prompt Engineering has become a cornerstone skill for effectively harnessing the power of Large Language Models (LLMs). These models transform industries, power intelligent chatbots, automate workflows, and redefine customer experiences. Yet, the key to unlocking their full potential is crafting clear, precise prompts tailored to specific tasks. Far from being a mere technical skill, Prompt Engineering shapes the interaction between humans [...]

  • Monitoring Amazon SES Complaint Rates with CloudWatch Alarms and Real-Time Slack Notifications

Monitoring Amazon SES Complaint Rates with CloudWatch Alarms and Real-Time Slack Notifications

Amazon Simple Email Service (SES) is a powerful tool for sending high volumes of emails quickly and efficiently. However, to maintain your email-sending capabilities and ensure high deliverability, it's essential to monitor your sender's reputation closely. One key metric for assessing this reputation is the Complaint Rate, which measures how often recipients mark your emails as spam. A high complaint rate can lead to your emails being filtered into spam folders, throttling, or even [...]

  • Methods in Evaluating Foundation Model Performance Feature Image

Methods in Evaluating Foundation Model Performance

A foundation model is a large-scale, pre-trained artificial intelligence model that serves as a general-purpose system for various downstream tasks. These models, such as GPT for natural language processing or CLIP for vision-language understanding, are trained on extensive datasets and can be fine-tuned or adapted to specific applications. Foundation models are characterized by their ability to generalize across tasks, making them highly versatile and impactful in AI-driven solutions. Evaluating these models' performance is essential to [...]

  • Amazon SES Complaint Rate - Featured Image

Amazon SES Complaint Rate: What It Is and How to Manage It

Email remains one of the most effective ways of communication for businesses in today's digital age. It allows you to reach out to current and potential customers through newsletters, promotions, important information, and updates about your products and services.  Whether it is to keep your customers engaged, promote your new offerings, or send transactional messages like order confirmations and such, email is a simple yet very powerful approach to improve your connection with clients [...]

  • Retrieval-Augmented Generation (RAG)

Retrieval-Augmented Generation (RAG) for Foundation Model Customization

Artificial Intelligence (AI) has rapidly advanced, pushing the limits of what machines can accomplish. However, one significant challenge remains: ensuring that AI responses are both accurate and contextually relevant while being up-to-date. This is where Retrieval-Augmented Generation (RAG) comes in—a cutting-edge approach that integrates the capabilities of data retrieval with advanced AI generation techniques. In this blog, we will explore the details of RAG, discussing its benefits, applications, and how to implement it using [...]

  • Security in Data Engineering: Data Engineering Security in AWS

Security in AWS Data Engineering: Best Practices and Strategies

Bookmarks The AWS Shared Responsibility Model Use AWS Data Encryption Use Identity and Access Management (IAM) Implement Network Security Monitoring and Logging Compliance Standards Data Governance Secure Data Storage Backup and Disaster Recovery Automating Security Practices Conclusion: Proactive Security Measures for Data Engineers References In today's world of Cloud Computing, data engineering security and compliance are very important for [...]

  • API-Verse

Understanding Your API: The API-verse

In this blog, I will guide you through understanding the various types of APIs. You'll learn about different API classifications you can use for your next project and when to implement each one. This high-level overview of API varieties will expand your knowledge and help you become well-versed in how each API functions. What is an API? (Application Programming Interface) An API or Application Programming Interface acts as a bridge between different software allowing [...]

  • PartyRock-AI-Python-Code-Checker.png

PartyRock: AI Python Code Checker for Tech Interview Simulation

Bookmarks What is Party Rock? AI Code Checker Tools Comparison UI Components of our PartyRock-based Python Code Checker Python Interview Topics Covered by the PartyRock app Use-cases and Applications of PartyRock-based Python Code Checker  Hands-on Exercise: Getting Started with PartyRock Final Remarks References Are you a recent college graduate or someone transitioning into a tech career, striving to succeed in coding interviews focused [...]

🚀 $0.99 Claude CCA-F NEW Study Guide eBook is now available

Tutorials Dojo portal

Turn Your Team Into Cloud-Ready Professionals Today

Tutorials Dojo for Business

Learn AWS with our PlayCloud Hands-On Labs

$2.99 AWS and Azure Exam Study Guide eBooks

tutorials dojo study guide eBook

New Claude Certified Architect Foundations CCA-F

Claude Certified Architect Foundations CCA-F

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