Experimenting with AI in DevRel
Using AI tools like ChatGPT and GitHub Copilot to enhance DevRel work, build inspiring code samples, and enhance developer experience.
Create an entity resource file for OAS Tools with Prisma
Make an entity resource file with Prisma that can be used with OAS Tools to generate an Open API document and a Node.js/Express server.
gRPC: The front door for Node.js developers
As I've been learning more about gRPC over the last couple of months, I've worked with a few resources that have been quite helpful. I'd like to share those here.
Astoria Tech Meetup #22: Containerizing a Node.js app... LIVE!
Our next virtual event is this week. We’ll be containerizing the Astoria Digital MuckRock project.
Number sorting gotcha with JavaScript
Problem: Sorted arrays are coming back in an unexpected order... sometimes. Safari is behaving differently than Chrome and Node.js. Let’s look at what to do.
I'd Rather Be Scripting, episode 1
Kerri Shotts and I started a little podcast called I'd Rather Be Scripting.
Spin up a Node.js/Express server and a Postgres database
Quick steps to create a Node.js, Express, and Postgres playground.
MuckRock API
Looking at how to analyze basic health metrics of the FOIA request system using the MuckRock API.
Fuzzy search with Fuse.js
Helping users around spelling errors with fuss-free JavaScript library for fuzzy search.