DevRel and AI: a department lead’s self-evaluation one year in
Reflecting on the past year's journey of integrating AI into our Developer Relations initiatives at Nylas, I'm taking a moment for self-assessment.
Using Nylas and OpenAI to triage email
Solving email inbox triage with Nylas APIs and OpenAI GPT APIs.
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.