Software Engineering
LLMs
AI for Software Engineering is Just Another “Paradigm Shift”
How many of you started with technologies you still use exactly the same way today? Even if you’re a master Lisp/Clojure developer, you’ve still evolved,...
Frontend
Wiring Up a Next.js Self-Hosted Application to Honeycomb
This blog post will get you started ingesting your Next.js application’s telemetry into Honeycomb. I’ll show you the configuration steps, how to view your traces...
Frontend
Configuring a React Application with Honeycomb For Frontend Observability
In this article, I’ll lay out approaches for wiring Honeycomb to client-side only React so you can ingest your telemetry into Honeycomb and take advantage...
Frontend
Debugging
Troubleshooting CORS Errors in Offsite API Calls
In this article, I’ll clear up the confusion around Cross-Origin Resource Sharing (CORS), specifically discussing preflight requests, which are the bane of engineers everywhere....