Front end resources

NestJS-BFF Architecture Overview

Notes: https://www.notion.so/Public-Notes-c6be3f6df2a84b8cb32f9cab2fc56440

Coffee app: https://github.com/kulkarniankita/discover-coffee-stores

Videos app: https://github.com/kulkarniankita/discover-videos

BFF with Nextjs https://dev.to/adelhamad/bff-backend-for-frontend-design-pattern-with-nextjs-3od0

Author of BFF https://samnewman.io/patterns/architectural/bff/

Service Architecture at SoundCloud

https://developers.soundcloud.com/blog/service-architecture-1

Sample Nestjs BFF with Angular https://github.com/ablestack/nestjs-bff

Learn NestJS tutorial: https://wanago.io/2020/05/11/nestjs-api-controllers-routing-module/

Micro CMS + Next:

https://github.com/Shin-sibainu/nextjs-microcms-jamstack-blog

You can not call API routes directly inside getServerSideProps:

https://stackoverflow.com/questions/65752932/internal-api-fetch-with-getserversideprops-next-js

https://nextjs.org/docs/basic-features/data-fetching/get-static-props#write-server-side-code-directly

MircoCMS + Next + deploy Netlify

https://itc-engineering-blog.netlify.app/blogs/efxq_5j84z

Repo: https://github.com/itc-lab/itc-blog

Let’s create a Jamstack blog with microCMS + Next.js

https://blog.microcms.io/microcms-next-jamstack-blog/