JavaScript (2)

Full-Stack Go App with HTMX and Alpine.js

Can you create an application that feels like it was built with React or Vue without ever leaving Go code? Almost. You'll still need a touch of JavaScript, but much less than you might expect. Read on to find out how. I’ve pondered this for…

Intercepting UDP DNS packets using NGINX and JavaScript

NGINX (pronounced "engine-x") is more than a proxy or a web server, it is a Swiss army knife. With the addition of NJS, a subset of JavaScript language to extend NGINX reach, things got even more interesting. Really interesting. I recently had to deal with…