Stephen Knutter

  Web & Mobile JS Developer

Geolocation with Nextjs and ZEIT Now Serverless Functions

February 17, 2020

Detect a user's geolocation on serverless functions with zeit now and next.js. By gaining the ip address from the node.js request object, this address can be used with the geoip-lite npm package to map an ip address to a specific set of coordinates

NestJS GraphQL File Upload

February 07, 2020

File uploads with Nestjs and GraphQL. Nestjs provides a wrapper around Apollo 2 Server which comes included with the Upload scalar and the GraphQLUpload type