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

  • 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 from a chatbot answering a single question — and it breaks the old playbook for controlling AI behavior. For a while, "prompt engineering" was the [...]

  • 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 an early-career professional, I have heard these questions before, whether we are talking about sovereignty, independence, or simply having something to be proud of. Some [...]

  • 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 opposites, but they often pull in different directions, so "just build what users want" is rarely enough advice on its own. Bridging that gap is [...]

  • 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 workflow — research, wireframe, high-fidelity mockup, developer handoff — can take weeks in a normal product cycle. Most of us simply do not have weeks [...]

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 for: when an agent reads data from an external tool, it often treats that data as trustworthy. A new attack class called agentjacking takes advantage [...]

Amazon Quick & Agentic AI: Understanding the Tools Behind Your AI-Powered Workflow

AI is no longer just a tool that answers questions. It is becoming something that takes action, runs workflows, and works alongside teams the way a capable colleague would. Amazon Quick is AWS's take on what that looks like in practice, and this article breaks down what it is, how it works, and why the infrastructure behind it matters. What is Amazon Quick? Imagine asking one platform to pull your sales data, automate a [...]

  • 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. Developers must configure API authentication, choose the right model, design prompts, and set up supporting infrastructure before they can start building. Google AI Studio simplifies [...]

  • 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 multiple options is beneficial, integrating several AI providers into a single application often introduces additional complexity. Developers must manage different API endpoints, authentication methods, SDKs, [...]

  • 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 same. They feature soft, rounded gray-and-white chat bubbles that look exactly like those in a smartphone's default texting app. They work perfectly fine, but they [...]

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 Linux command line. Most of the servers, cloud instances, and network appliances that cybersecurity professionals are hired to defend run on Linux, not Windows. Yet [...]

🚀 $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