Videos
How to Engineer Your Developer Blog Posts to Have Bigger Impact (PGConf.dev 2024) - YouTube
One of the sayings about development in the Postgres world is “it’s not just open source, it’s open engineering.” In the spirit of openness, this talk will show you how to increase the impact of your technical blog posts about Postgres. These best...
Drag and Drop on the Client Side with Stimulus.js - YouTube
Adding interactivity to your app is easy with Stimulus. This tutorial shows you how to add Drag and Drop functionality to a Todo app we've been working on. The code for this tutorial can be found here: https://onrails.blog/2024/03/08/hotwi...Pleas...
Dockerized DEV Environment with DevContainers | Multiple Containers | VSCode - YouTube
Let's walk through setting up a local development environment, with multiple container setup, using VSCode extension DevContainers.This will involve a 2-tier application development with an app and database components both running as containers us...