Posts

Showing posts with the label self host

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...

Don’t Be Afraid to Experiment

Image
  Don’t Be Afraid to Experiment: Building Your Own Home Lab with Linux, Containers, and Tiny Servers YouTube: https://youtu.be/ePHyb73RRLE One of the biggest misconceptions in technology is this: “I might break something.” Here’s the truth: Breaking things safely is one of the best ways to learn. And today, learning infrastructure, Linux, containers, and web servers is easier than ever because you can experiment from: A Raspberry Pi 5 A tiny VM on your laptop An old mini PC Or even a spare desktop machine You no longer need: Enterprise hardware Expensive cloud accounts Massive servers Complex corporate environments A small home lab is enough to learn real modern infrastructure skills. And honestly, that’s incredibly exciting. Why Home Labs Are So Powerful A home lab gives you freedom. You can: Install software Break systems Rebuild environments Try new ideas Learn networking Deploy containers Explore Linux Without worrying about damaging production systems. That freedom remove...

Learning Infrastructure-as-Code

Image
  Learning Infrastructure-as-Code at Home with a Raspberry Pi or Tiny VM YouTube: https://youtu.be/p5N5YUypZyE Modern infrastructure is no longer built by clicking buttons. Today, servers, containers, cloud platforms, Kubernetes clusters, databases, and networks are increasingly created using code. This approach is called  Infrastructure-as-Code (IaC) . And the exciting part is this: You can start learning it today from: A Raspberry Pi 5 A tiny virtual machine on your laptop Or an old mini PC sitting quietly beside your router No enterprise data centre required. What Is Infrastructure-as-Code? Infrastructure-as-Code means describing infrastructure in text files instead of building everything manually. Instead of: Clicking through web portals Repeating setup steps Forgetting configurations Creating inconsistent environments …you define systems in code. Then the tooling builds everything automatically. This changes infrastructure from: Manual Fragile Difficult to reproduce ...

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 ...

Automation Lab with n8n

Image
  Build Your Own AI Automation Lab with n8n on a Raspberry Pi or Tiny VM YouTube: https://youtu.be/59xIITMvU0k Artificial Intelligence is rapidly moving beyond simple chatbots. The next big shift is  agentic workflows  — systems where AI can: Trigger actions Make decisions Connect tools together Process documents Automate repetitive tasks Interact with APIs and databases That sounds futuristic, but here’s the exciting part: You can start learning all of it today using: A Raspberry Pi 5 Or a tiny Linux VM on your laptop Docker containers And    n8n This setup becomes the perfect foundation for future projects involving: RAG (Retrieval-Augmented Generation) AI agents Local AI tooling Workflow automation Knowledge pipelines And it all starts with one lightweight home lab. Why n8n Is Such a Great Learning Tool n8n is a visual workflow automation platform. Think of it like digital LEGO. You connect blocks together to create workflows: Receive a webhook Read a fi...

Peppermint on a Raspberry Pi or Tiny VM

Image
  Learn Containers at Home with Peppermint on a Raspberry Pi or Tiny VM YouTube: https://youtu.be/4yYphPc439M Containers can feel intimidating at first. Words like: Docker Compose Volumes Networking Infrastructure-as-code …sound like something reserved for giant cloud companies. But the truth is much more exciting: You can learn modern container technology right at home using a tiny virtual machine, a Raspberry Pi 5, and a beautifully simple application called    Peppermint . And within minutes, you’ll have your own self-hosted ticketing and helpdesk platform running locally in Docker containers. Why Peppermint Is a Great Learning Project Peppermint is a modern open-source helpdesk and issue management platform. Think of it as a lightweight internal support system where you can: Create tickets Track issues Organise tasks Manage requests Explore databases and web applications But the real magic is what happens underneath. Peppermint runs as containers. That means you ...

Building Your First Tiny AI Lab: The Basic Requirements

Image
  Building Your First Tiny AI Lab: The Basic Requirements One of the best things about learning modern infrastructure and AI engineering today is that you no longer need expensive enterprise hardware to get started. You can build a surprisingly capable learning environment using: A Raspberry Pi A normal laptop Free open-source tools A little patience and curiosity This project is designed to teach professional infrastructure concepts in a practical and approachable way. We are not just learning commands. We are building the foundations for: Containers Automation Kubernetes AI infrastructure Platform engineering Home lab clusters Distributed systems And we are doing it on hardware that most people already own. The Goal The long-term goal is to build a lightweight but professional infrastructure platform that eventually scales across multiple Raspberry Pis using: Kubernetes Helm Podman Container workloads AI services But before we get there, we start with something much simpler: A vi...