Reading Time: 12 minutes Hello, guys! I’m back with the third post of the mini-series: Vanilla GraphQL With NodeJS And PostgreSQL. In today’s post, we will replace the in-memory database with a real one that is used a lot in production: PostgreSQL. We will learn how to utilize Docker‘s power to set up the database in an extremely easy and enjoyable way. Then, we will rework the DB class to interact with the database by building SQL queries. That sounds …
Month: December 2020
In Application, TutorialsTags expressjs, graphql, nodejs, postgresql, refactor, typescript83 ViewsLeave a comment
Trung Tran
Reading Time: 7 minutes Hello, fellas! So glad to see you guys in the second post of the mini-series: Vanilla GraphQL With NodeJS And PostgreSQL. If you guys missed the previous post or want to jump …
In Application, TutorialsTags expressjs, graphql, nodejs, postgresql, typescript108 ViewsLeave a comment
Trung Tran
Reading Time: 7 minutes Hi guys, in today’s post, let’s talk about GraphQL. So it’s been 5 years since the day GraphQL was publicly released and the majority of us may be using it for our …
In Application, TutorialsTags eslint, eslint-config, expressjs, nodejs, prettier, typescript198 ViewsLeave a comment
Trung Tran
Reading Time: 15 minutes Have you ever been struggled with how to set up your NodeJS project with Typescript, Eslint, and Prettier? Or did you end up googling “Typescript/Eslint/Prettier configuration files” for every single project and …
Follow Me On