Ends in
00
days
00
hrs
00
mins
00
secs
ENROLL NOW

📚 $0.99 eBooks Start Here - Up to 80% OFF All Products Mid-Year Sale Extension!

tutorials dojo

Home » tutorials dojo

Should Philippines Make Its Own Local Large Language Model?

2026-07-01T06:19:01+00:00

  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 people in our industry keep asking that question, and more often than not, in that same instance, the reality of creating one always surfaces. First, it [...]

Should Philippines Make Its Own Local Large Language Model?2026-07-01T06:19:01+00:00

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

2026-06-29T10:54:56+00:00

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 to spare. Students finishing a thesis MVP, hackathon participants racing the clock, and hobbyists building for fun on a weekend all want to see something real [...]

UI/UX Design: Speeding Up the Creative Process with AI2026-06-29T10:54:56+00:00

PromptWars hackathon: students built AI apps

2026-06-26T10:24:27+00:00

  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 through the use of  AI. Welcome messages: AI as more than a tool Hosts Ace Batacandulo and Franchesca Asignacion of Tutorials Dojo opened the day with a "Bring Me with a Twist" icebreaker built around sustainability themes, which the students from Sta. Lucia High School won. Winston Damarillo of nmblr.ai gave [...]

PromptWars hackathon: students built AI apps2026-06-26T10:24:27+00:00

The Best Local Development Setups for Web and Mobile Apps

2026-06-25T19:52:41+00:00

Local development setups can affect how fast you build, test, and ship web and mobile apps. This guide is for students, developers, and everyone that wants to compare three practical cross-platform options. You will see how Next.js with Expo, Flutter with Android Studio, and Next.js with Capacitor perform in setup time, developer experience, storage use, and mobile RAM usage. Test app and scoring method To keep the comparison fair, I used the same simple project idea across all three setups: a strawberry milk tea-inspired note-taking app that only needed to create and delete notes. That scope made the benchmark easier [...]

The Best Local Development Setups for Web and Mobile Apps2026-06-25T19:52:41+00:00

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

2026-05-26T08:32:59+00:00

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 establish an offshore corporate structure that's not just meant for simple tax planning, but rather for global operational resilience. Legal disclaimer: This guide is for general informational purposes only and should not be treated as legal, tax, or financial advice. Filipino founders should consult a Philippine tax adviser and a licensed [...]

A Philippine Founder’s Practical Guide to Singapore and Hong Kong Incorporation in 20262026-05-26T08:32:59+00:00

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

2026-05-25T12:45:24+00:00

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 more accessible, practical, and approachable for students. Right from the start, the event's energy leaned toward hands-on learning, community support, and giving students a clearer sense of what building in tech actually feels like. Not just about sitting down and listening to cloud concepts for hours, but rather focusing on meeting [...]

Blast Off to the Cloud! Celestial Supernova by AWS Student Builder Group Celestia2026-05-25T12:45:24+00:00

Learning from Tutorials Is Easy But Can You Build Without Them?

2026-04-15T13:31:49+00:00

You’ve probably done this before, especially if you’ve been learning from tutorials online. You open a YouTube video, follow along step by step, and after a few hours, you end up with something that actually works. Maybe it’s a website, an app, or just a small project you found online. It feels good, and when you close the video, you think to yourself, “Okay, I’m getting better at this.” Then you try to build something on your own, without a tutorial this time, and everything suddenly feels different. You sit there staring at your screen, unsure where to begin. You [...]

Learning from Tutorials Is Easy But Can You Build Without Them?2026-04-15T13:31:49+00:00

What It Takes to Get Your Content Published on TutorialsDojo.com

2026-02-07T09:29:27+00:00

For decades, audio post-production followed a rigid, linear path: record, edit, mix, and master. It was often the "final hurdle" in a project—a phase where creators spent hours hunting through generic libraries for a door slam that didn’t sound like a cartoon or a music track that didn't feel like corporate elevator background. But as we move through 2026, the silence between the frames is being filled by something far more intelligent. For many of us in the cloud community, Tutorials Dojo has been the ultimate companion on our journey to certification. We’ve spent countless hours diving into Jon Bonso’s [...]

What It Takes to Get Your Content Published on TutorialsDojo.com2026-02-07T09:29:27+00:00

The AI Risks Hiding in Plain Sight: OWASP’s Top 10 for LLMs

2026-01-27T18:52:57+00:00

Large language models (LLMs) are transforming tech, but they also bring new security headaches. The OWASP Top 10 for LLMs highlights the biggest AI risks we should know about. In this guide, we explain each risk in simple terms, give everyday examples, and share quick safety tips. Whether you’re a developer or a casual tech user, this walkthrough will help you understand and avoid the most common AI pitfalls. Prompt Injection What it is: Prompt Injection happens when someone sneaks special instructions into an AI’s input so the model does something unintended. In other words, a user’s query tricks the AI [...]

The AI Risks Hiding in Plain Sight: OWASP’s Top 10 for LLMs2026-01-27T18:52:57+00:00

Bring Your Own Container Made Easy: Introducing AWS ml-container-creator

2026-01-27T18:51:07+00:00

If you’ve ever struggled to package your ML model in a custom Docker image for SageMaker, the new ml-container-creator tool is here to help. This friendly open-source wizard guides you through building a SageMaker-compatible container without all the usual Docker headaches. It’s like having an assistant that writes your Dockerfile, server code, and config files for you, so you can focus on your model. What is BYOC on SageMaker? BYOC stands for Bring Your Own Container. In SageMaker, BYOC means you supply your own Docker image with everything needed to serve your ML model (the code, libraries, dependencies, etc.). AWS [...]

Bring Your Own Container Made Easy: Introducing AWS ml-container-creator2026-01-27T18:51:07+00:00

AWS, Azure, and GCP Certifications are consistently among the top-paying IT certifications in the world, considering that most companies have now shifted to the cloud. Upskill and earn over $150,000 per year with an AWS, Azure, or GCP certification!

Follow us on LinkedIn, Facebook, or join our Slack study group. More importantly, answer as many practice exams as you can to help increase your chances of passing your certification exams on your first try!