Thomas Maximini

Thomas Maximini @tmaximini

About: Engineering @ Crowdcast

Location:
germany
Joined:
Dec 22, 2019

Thomas Maximini
articles - 5 total

Typescript: Bang operator considered harmful

We recently ran into a few runtime errors in our frontend. People would get errors like Cannot read p...

Learn More 12 4Dec 3 '20

Authentication in Next.js apps

I love Next.js. Whenever I build production-grade websites with React, I will choose Next.js as the...

Learn More 60 2Nov 24 '20

JWT Authorization for serverless APIs on AWS Lambda

Serverless functions allow us to write small contained API endpoints for our apps. In this post we ar...

Learn More 51 4Mar 11 '20

Building a serverless GraphQL api with Node.js, AWS Lambda and Apollo

Why serverless What are the advantages of a serverless api? Pay as you go: We have zero...

Learn More 17 1Feb 12 '20

Accessing Authorization headers in Apollo graphql client

Use case Let's say we have a graphql server that is setup using apollo-server. In our app...

Learn More 13 0Jan 24 '20