Spending too much time manually configuring servers in your homelab? Wish you could automate setup,...
Functional programming has been gaining popularity in recent years, and for good reason. It offers a...
For many software engineers, the allure of self-hosting is undeniable. It represents autonomy, a...
Developing and debugging applications in a Kubernetes cluster can be complex. However, mirrord, an...
As a Node.js developer for over a decade, I've built countless web applications, APIs, and...
In the tech industry, we love our buzzwords. "Prompt engineering" is the latest buzzword, a shiny new...
Ever felt frustrated with the complexity of running PostgreSQL on Kubernetes? Manually setting up...
Cloud, home server, or a mix of both? Find the most cost-effective way to host your web app without surprise invoices.
Managing PostgresSQL schema can be a challenging task, especially when dealing with bloated ORMs....
In this detailed guide, I show how to convert a compact mini PC, into a Kubernetes cluster. I use Proxmox to manage the entire cluster. I add a virtual machine to be a Kubernetes worker node using Ubuntu Server as the base operating system. By installing K3S, a lightweight version of Kubernetes, I add third node in my existing K8S cluster. Possibilities after building this system are endless, from hosting websites to running databases. The 3 mini PCs from my cluster have a total of 24 threads and 48 gb of RAM as well as NVME storage while having under 50W power consumption.
I explore some of the most innovative and practical open source tools I found in 2023. We delve into a self-hosted passwordless authentication platform, a low-code backend generator using GraphQL or REST, and an automation platform with numerous integrations. In addition, I showcase tools that run machine learning models directly in PostgreSQL, and round out with a collaborative platform for machine learning models and datasets. These are perfect for those interested in self-hosting, machine learning, and discovering handy tools for app and website development.
Proud Moments Building a development platform with Kubernetes is a challenging task even...
In this video, I go over my ambitious plans for the year 2024. I'll be diving into emerging tech trends like Kubernetes, self-hosting applications, eBPF for system event monitoring, passwordless authentication, Golang for backend development, and generative AI. I’ll be focusing on various aspects like application performance, scalable concurrent applications, and real-world application of AI models. In pursuing these technologies, I aim to enhance my English and public speaking skills as well as contribute to enhanced content for my growing YouTube community. Tune in to join me in this exciting learning journey.
In this video, we explore how to use open source AI models and algorithms in your PostgreSQL database...
I compare MongoDB and PostgreSQL in areas such as performance, scalability, ecosystem and tooling, etc.
In this video, you will learn how to use DevSpace, an open-source tool that simplifies and...
Learn the essentials of Array Methods and Promises in JavaScript. This beginner-friendly guide features two videos that show the power and versatility of these essential tools. Take your coding skills to the next level now!
JavaScript/TypeScript monorepo setup with PNPM Workspaces, Vite, VueJS and TailwindCSS! I...