# Roadmap

## 全栈开发新工具

2021：<https://risingstars.js.org/2021/zh> ，<https://bestofjs.org/>

参考：[How to Build a Fullstack App with Next.js, Prisma, and PostgreSQL](https://vercel.com/guides/nextjs-prisma-postgres)<https://github.com/script-money/isc-land>[https://land.isc.fun](https://land.isc.fun/)

> Next.js 不愧是React世界的元框架，这次服务端我也用Next完成，要比单独引入node server框架效率高很多。
>
> TailwindCSS 简写css能提高效率。由于购买过TailwindUI的付费服务，我是直接copy代码来改，公会老大表示UI看起来挺舒服。
>
> Prisma 是个ORM框架，定义完数据库结构后，可生成ts的类型，写增删改查很快
>
> PostgreSQL 数据库，搭配Prisma使用，去 Heroku 租了个云服务，免去了单独租VPS跑镜像的烦恼
>
> vercel 部署，毕竟和Nextjs是同一家公司，导入GitHub代码库后，只改了下运行指令，就一键部署了，免去很多运维工作
>
> nextjs + prisma 确实香


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cracker8090.gitbook.io/full-stack-learning/roadmap.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
