Joey Guerra

@dablooey.bsky.social

Software engineer by trade who builds custom software to solve high-leverage problems. Aerospace Longhorn alum 🤘Pole vaulter. 🌌🚀💻

I built another javascript framework for the UI. signals, effects, computed but with the philosophy of "build just a little bit on top of the existing browser API and DOM".

This is a cross post (from LinkedIn). Tell me if it's stupid to do that. Anyways, #TIL I REALLY need to work harder to control scope when coding with AI. I mean, I need to do that regardless, but the AI can make really large change sets all in one go that it's super easy to let the scope run.

Bild

There is a common pattern when teams get under pressure to deliver. Managers abandon task management and project planning tools, pull up a document, list what needs to be done today, and use it to walk the team through what everyone is actually working on. oplog.today Would love your feedback.

oplog.today — Your personal operational log

What you intended. What actually happened. What matters today. Not a productivity app — a daily reconciliation loop for real work.

oplog.today

I'm spiking out API performance benchmarking tools – k6, jmeter, locust. I thought I was going to favor k6, but I'm favoring locust. The default report shows the p50/90/95 for each individual endpoint call, while k6 does not. So I have to write code to generate the report I want when using k6.