Sign in
Log inSign up
Hemant Joshi

255 likes

·

3.0K reads

13 comments

Andrew Baisden
Andrew Baisden
Mar 27, 2021

Cool tech stack.

2
·
Krunal
Krunal
Mar 27, 2021

Hm... I use the same stack but in the backend instead of express apollo, I am using NestJs with Prisma Graphql, and in the frontend instead of tailwind I use Chakra UI.

2
·
·1 reply
Hemant Joshi
Hemant Joshi
Author
·Mar 27, 2021

That's awesome. I have used nestjs previously, which is really good with Typescript.

Also, in case of chakra, chakra is awesome but when you are making it big. Chakra is still in phase of development. Chakra is Typescript supported too.

·
Romaric Philogène
Romaric Philogène
Mar 28, 2021

Nice post 👏 I'd add Qovery as free hosting platform similar to Netlify and Vercel but for full-stack apps.

2
·
·1 reply
Hemant Joshi
Hemant Joshi
Author
·Mar 29, 2021

wow, this is awesome

·
stegmann
stegmann
Mar 28, 2021

why i see Next js every where in the world.

1
·
·1 reply
Hemant Joshi
Hemant Joshi
Author
·Mar 29, 2021

next js is powerful and awesome.

·
Deactivated User
Deactivated User
Deactivated User
Mar 28, 2021

Awesome

·
·1 reply
Hemant Joshi
Hemant Joshi
Author
·Mar 29, 2021

thanks

·
Deactivated User
Deactivated User
Deactivated User
Mar 28, 2021

Loved the idea of using lambda for highly requested queries, that would be cost efficient.

·
·1 reply
Hemant Joshi
Hemant Joshi
Author
·Mar 29, 2021

thanks

·
AMAN ALI
AMAN ALI
Apr 2, 2021

Awesome post! What are your thoughts on Gatsby? I think its more practical than nextJS for smaller applications.

·
·1 reply
Krunal
Krunal
Apr 6, 2021

Gatsby is a better choice if you have a static site. but if you want to build a more dynamic site then next comes to helps you. Next, can do both SSG/SSR.

·