Latest

13
Apr

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.
3 min read
08
Nov

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.
4 min read
17
Jun

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.
2 min read
23
Nov

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.
23
Nov

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.
2 min read
16
Nov

I'd Rather Be Scripting, episode 1

Kerri Shotts and I started a little podcast called I'd Rather Be Scripting.
17
Aug

Astoria Tech Meetup #19: Streamlining with Docker Compose

A virtual event coming up on Wednesday, August 26 from 6:30pm to 8:00pm
1 min read
30
Jul

Spin up a Node.js/Express server and a Postgres database

Quick steps to create a Node.js, Express, and Postgres playground.
4 min read
25
Jul

MuckRock API

Looking at how to analyze basic health metrics of the FOIA request system using the MuckRock API.
2 min read
24
Jul

Fuzzy search with Fuse.js

Helping users around spelling errors with fuss-free JavaScript library for fuzzy search.
2 min read