Posts
All the articles I've posted.
SuperTokens Authentication with Custom Vue.js UI
Posted on:April 14, 2025 at 11:07 AMAn awesome DevX implementation guide on how to use SuperTokens Authentication with your Vue.js Web App. If you are looking to modernise your authentication, take flight with SuperTokens Open Source User Authentication or opt to use their Fully managed platform
Hashicorp Consul/Nomad Service-to-Service with DNSMASQ
Posted on:October 5, 2024 at 07:51 AMAs a follow on from my previous post on building stateful workload cluster platforms with service discovery, I found using DNSMASQ helps simplify service to service communications within Hashicorp Nomad/Consul clusters, without having to complicate the tech stack you are using and stick to leveraging Hashicorp's Consul service mesh technology with Nomad on Linux based hosts
Stateful Workloads with Hashicorp Nomad and Consul
Posted on:August 14, 2024 at 11:07 AMA guide on how to configure a Hashicorp Nomad/Consul cluster to run applications/services in a production environment as stateful workloads with service discovery(internal/external) without the Kubernetes komplexity
UnRAID Storage/Application Server for Sim Racing and More!
Posted on:May 21, 2024 at 11:07 AMOn my quest to simplify and consolidate my home server rig to be a do-it-all lab, sim-racing, plex and application server, I landed on a config that I am pretty happy with, which is using UnRAID as NAS, Application Server with VM's, Docker and ZFS, XFS and more.. all in 1 server
Change Data Capture(CDC) for Event-Driven and Streaming Data Architectures
Posted on:March 2, 2024 at 07:16 AMImplementation of a CDC(Change Data Capture) solution for streaming data sources with Redpanda and Debezium Connect plugin that replicates with a PostgreSQL Database sink and other downstream systems.
Visualisation of Streaming Data with Memgraph and Graphlytic
Posted on:January 18, 2024 at 05:16 PMUsing Redpanda(Kafka drop-in replacement) as the Streaming platform with Memgraph as the real-time streaming consumer, we visualise the streaming data with Memgraph Labs and Graphlytic with minimal coding(Low Code mode). This post is a high level view of my experience with it
Astro goes Serverless on AWS
Posted on:January 2, 2024 at 03:07 AMAstro deployed Serverlessly as a Static Website for Blogs on AWS with private S3, CloudFront and Bonus Comments integration with the Giscus app on Github Discussions