• AI Ethics Explained

    AI Ethics Explained: How to Use Artificial Intelligence Responsibly

    Have you ever used ChatGPT to help explain a difficult topic? Maybe you've asked Gemini to summarize a lengthy article, generate ideas for a school project, write an email, or even use Claude for brainstorming concepts. If you're a student, you've probably wondered: "Is it okay to use AI [...]

  • Featured image with a text of "Fine Tuning an LLM for Natural Language Speech"

    Fine-tuning an LLM for natural Tagalog speech

    If you're an ML engineer or a technical lead planning to pre-train a large language model (LLM) for Tagalog or Taglish, how do you start? In this article, we walk through the process of defining a target voice, building a data pipeline, running a QLoRA training experiment, and evaluating [...]

  • diffender featured image

    Building Diffender: A Serverless AI Security Reviewer for GitHub Pull Requests with Amazon Bedrock

    A pull request can pass its tests, satisfy its acceptance criteria, and still expose a production credential in one line of code. Diffender is an Amazon Bedrock pull request reviewer built to identify that kind of risk before the change reaches the main branch. However, human review remains essential, [...]

  • AWS Certifications Can Now Be Renewed Without Retaking the Exam

    AWS Certification Maintenance: Recertify Without an Exam

    Many AWS-certified professionals face the same challenge every few years: preparing for another certification exam while balancing work, projects, and personal commitments. While certifications remain a valuable way to validate cloud expertise, the traditional recertification process can be time-consuming and stressful. To address this, AWS has introduced a new [...]

  • TD CCDV-F Claude Certified Developer Foundations Study Guide

    CCDV-F Claude Certified Developer Foundations Study Guide

    Bookmarks CCDV-F Exam Domains CCDV-F Study Materials Claude Features to Focus On Key Exam Topics by Domain Important Skills Validate Your Readiness Final Remarks The Claude Certified Developer – Foundations (CCDV-F) certification is designed for technical professionals who build, [...]

  • CCAR-P Claude Certified Architect Foundations Study Guide

    CCAR-P Claude Certified Architect Professional Study Guide

    Bookmarks CCAR-P Exam Domains CCAR-P Study Materials Claude Features to Focus On Key Exam Topics by Domain Important Skills Validate Your Readiness Final Remarks The Claude Certified Architect – Professional (CCAR-P) certification is designed for experienced professionals who build [...]

  • CCAO-F Claude Certified Associate Foundations Study Guide

    CCAO-F Claude Certified Associate Foundations Study Guide

    Bookmarks CCAO-F Exam Domains CCAO-F Study Materials Claude Features to Focus On Key Exam Topics by Domain Important Skills Validate Your Readiness Final Remarks The Claude Certified Associate – Foundations (CCAO-F) certification is designed for professionals who use Claude [...]

  • CI-CD Crash Course - What separates junior and senior developers

    CI/CD Crash Course: From Junior to Senior Developer

    Continuous Integration and Continuous Delivery/Deployment (CI/CD) is the backbone of modern software teams. It's not just a buzzword for your resume — it's the automated pipeline that takes code from "it works on my machine" to "it works in production, reliably, every time." Understanding CI/CD deeply, not just using [...]

  • 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 and call five tools. It can make a hundred small decisions before it ever shows you a result. That is [...]

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

    Should the Philippines Make Its Own Local Large Language Model?

      As countries all around the world are beginning to invest in their own large language models, the same question keeps coming up in Philippine tech circles: should the country build one, too? If we do, would it be cost-effective? And if it is, would it be beneficial? As [...]

  • AI Ethics Explained

AI Ethics Explained: How to Use Artificial Intelligence Responsibly

Have you ever used ChatGPT to help explain a difficult topic? Maybe you've asked Gemini to summarize a lengthy article, generate ideas for a school project, write an email, or even use Claude for brainstorming concepts. If you're a student, you've probably wondered: "Is it okay to use AI for assignments?" If you're a content creator, perhaps you've asked yourself at least once: "Who actually owns AI-generated content?" Or maybe you've come across AI-generated [...]

  • Featured image with a text of "Fine Tuning an LLM for Natural Language Speech"

Fine-tuning an LLM for natural Tagalog speech

If you're an ML engineer or a technical lead planning to pre-train a large language model (LLM) for Tagalog or Taglish, how do you start? In this article, we walk through the process of defining a target voice, building a data pipeline, running a QLoRA training experiment, and evaluating results with native speakers, so a team can test the idea with a small, well-scoped proof of concept before committing to a larger build.  Why [...]

  • diffender featured image

Building Diffender: A Serverless AI Security Reviewer for GitHub Pull Requests with Amazon Bedrock

A pull request can pass its tests, satisfy its acceptance criteria, and still expose a production credential in one line of code. Diffender is an Amazon Bedrock pull request reviewer built to identify that kind of risk before the change reaches the main branch. However, human review remains essential, and its depth can vary with workload, time pressure, and security experience. Meanwhile, deterministic scanners provide valuable coverage, although their findings are not always presented [...]

  • AWS Certifications Can Now Be Renewed Without Retaking the Exam

AWS Certification Maintenance: Recertify Without an Exam

Many AWS-certified professionals face the same challenge every few years: preparing for another certification exam while balancing work, projects, and personal commitments. While certifications remain a valuable way to validate cloud expertise, the traditional recertification process can be time-consuming and stressful. To address this, AWS has introduced a new certification maintenance option that allows eligible professionals to extend select AWS Certifications without retaking the full exam. Through AWS Skill Builder, certification holders can complete [...]

  • TD CCDV-F Claude Certified Developer Foundations Study Guide

CCDV-F Claude Certified Developer Foundations Study Guide

Bookmarks CCDV-F Exam Domains CCDV-F Study Materials Claude Features to Focus On Key Exam Topics by Domain Important Skills Validate Your Readiness Final Remarks The Claude Certified Developer – Foundations (CCDV-F) certification is designed for technical professionals who build, integrate, and deliver Claude-powered applications at a foundational level. It validates the ability to use the Claude API and client SDKs, construct agents and workflows, [...]

  • CCAR-P Claude Certified Architect Foundations Study Guide

CCAR-P Claude Certified Architect Professional Study Guide

Bookmarks CCAR-P Exam Domains CCAR-P Study Materials Claude Features to Focus On Key Exam Topics by Domain Important Skills Validate Your Readiness Final Remarks The Claude Certified Architect – Professional (CCAR-P) certification is designed for experienced professionals who build and deliver production-grade AI solutions with Claude. It validates the ability to select suitable models, architectural patterns, and API approaches; apply prompt and context engineering; [...]

  • CCAO-F Claude Certified Associate Foundations Study Guide

CCAO-F Claude Certified Associate Foundations Study Guide

Bookmarks CCAO-F Exam Domains CCAO-F Study Materials Claude Features to Focus On Key Exam Topics by Domain Important Skills Validate Your Readiness Final Remarks The Claude Certified Associate – Foundations (CCAO-F) certification is designed for professionals who use Claude to support everyday business, communication, research, and productivity activities. It measures a candidate’s ability to write effective prompts, work with Claude’s built-in features, assess generated [...]

  • CI-CD Crash Course - What separates junior and senior developers

CI/CD Crash Course: From Junior to Senior Developer

Continuous Integration and Continuous Delivery/Deployment (CI/CD) is the backbone of modern software teams. It's not just a buzzword for your resume — it's the automated pipeline that takes code from "it works on my machine" to "it works in production, reliably, every time." Understanding CI/CD deeply, not just using it, is one of the clearest markers separating a junior developer from a senior one. The Basics: CI vs CD Continuous Integration (CI) is the [...]

  • 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 and call five tools. It can make a hundred small decisions before it ever shows you a result. That is a different animal from a chatbot answering one question. In my experience following this shift, it also breaks the old playbook for controlling AI behavior. [...]

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

Should the Philippines Make Its Own Local Large Language Model?

  As countries all around the world are beginning to invest in their own large language models, the same question keeps coming up in Philippine tech circles: should the country build one, too? 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 [...]

🔥 43% OFF AWS & Azure Pro-Level Reviewers

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