#Web #Golang #Nextjs
Learn the steps and mechanisms for developing a web application using Golang and Nextjs13 (a React framework) by looking at actual code. We will use Gin to set up the backend API and Next.js to build the frontend.
Chapters
0:00 What we will build
0:37 Opening
1:22 Frontend code
2:05 Introduction of libraries
4:03 Explanation of the frontend code
11:31 Code for server communication
12:48 Explanation of Storybook
14:02 Explanation of Next.js caching
16:38 Backend (server-side) code
18:24 Explanation of the backend code structure
21:01 Explanation of the backend code
24:53 Explanation of other backend code
25:36 Registering sample data using Postman
26:43 Ending
Panda's Pattern Documentation
https://panda-css.com/docs/concepts/p...
Intro to Gin video
• Go言語 の Webアプリケーションフレームワーク Gin を使って API 開発【...
Intro to GORM video
• Golang の ORMライブラリ GORM の使い方がこれ1本で分かる!【GORM...
Detailed explanation of Next.js caching
https://nextjs.org/docs/app/building-...
#Application #Golang #App #API #Gin #React #DDD #Docker #TypeScript #AppRouter #Nextjs13