Posts

Showing posts with the label database

Build Your Own Agentic AI Platform

Image
  Build Your Own Agentic AI Platform at Home with Containers, Ollama, n8n, and Vector Databases YouTube on Pi:      https://youtu.be/__Led8X0bOk                                    https://youtu.be/huaCfx1My6M                                    https://youtu.be/JrhRwU2TkEA                                    https://youtu.be/NCXgHdqjxI0 YouTube on VM:  https://youtu.be/qar4KA47HIM Artificial Intelligence is changing rapidly. We are moving beyond simple chatbots into systems that can: Search documents Remember context Use tools Trigger workflows Query databases Make decisions Automate tasks These are often called  agentic AI systems . And the exciting...

Learning Databases and Big Data

Image
  Learning Databases and Big Data at Home with a Raspberry Pi or Tiny VM YouTube: https://youtu.be/04g-2O7e6Qc Modern technology runs on data. Every: Website AI model Mobile app Online shop Cloud platform Banking system Streaming service Depends on databases underneath. And the exciting part is this: You can now learn many of these technologies from: A Raspberry Pi 5 A small virtual machine on your laptop Or a tiny home server That’s incredibly powerful. Because databases are one of the most important foundations of modern computing. What Is a Database? A database stores and organises information. Think of it as a highly advanced digital filing cabinet. Databases help systems: Save data Retrieve data quickly Search efficiently Handle many users simultaneously Protect information safely Without databases, modern applications simply would not function. A Short History of Databases Early computer systems stored information in flat files. That quickly became difficult to manage. A...

Learn Containers and Databases at Home with WordPress

Image
  Learn Containers and Databases at Home with WordPress on a Raspberry Pi or Tiny VM YouTube: https://youtu.be/imKHhUHS_9k One of the best ways to learn modern infrastructure is by building something real. And few projects are better for beginners than running your own  WordPress  site using containers. Why? Because in a single small project, you learn: Containers Docker Databases Networking Infrastructure automation Linux Web applications All from a Raspberry Pi or a tiny VM on your laptop. Even better, you end up with a real working website you can customise, experiment with, and rebuild anytime you want. Why WordPress Is Perfect for Learning WordPress powers a huge portion of the internet. Blogs, business sites, documentation portals, portfolios, and online stores all run on it. But behind the scenes, WordPress is also a fantastic way to understand how modern applications work. A WordPress deployment needs: A web application A database Networking between services ...