6 posts for "typescript"
The problem with Docker and node modules for Node.js development
August 12, 2022Working with Docker and Node.js can be a pain, especially when tying to get the perfect, no-maintenance, fast setup that every dev wants. I tried to achieve that perfect setup and include Prisma, and this is the story.
Using generics in TypeScript with example
July 29, 2022A deep dive in to using TypeScript generics from a very simple example, up to using fully re-usable generic functions with strong type support and code completion.
My TypeScript, Fastify and Prisma starter project wrapped with Docker
May 08, 2022A detailed description of creating my next modern Node.js API starter project with TypeScript, and how I got it working on a Mac M1 machine.
Creating my simple Next.js, Typescript, JWT and PostgreSQL starter
April 04, 2019How I made my Next.js starter, written in Typescript, JWT authentication and a Sequelize Postgres DB. A great project to learn a modern web app stack.
The fundamentals of building a web app with React and Typescript
March 11, 2019Quick tips and tricks of how to use Typescript both standalone and with React, and how I integrated it with my Listy web app.
Typescript quick reference guide and tips to get started
September 11, 2018A quick reference guide and some helpful tips on getting in to Typescript for Javascript developers, covering declarations, @types, interfaces, and more.