gpt image 2 raw-image capability is really terrifying, this is my prompt:
01 前端(用户看到的部分)
是什么:前端就是界面,是用户能看见、能点、能操作的部分。
在哪里:网页、小程序、App 的界面。
用什么做:HTML(结构)、CSS(样式)、J...
gpt image 2's raw-image capability is really scary, here is my prompt:
01 Frontend (the part users see)
What is it: The frontend is the interface—the part users can see, click, and interact with.
Where: Web pages, mini programs, App interfaces.
Built with: HTML(structure)、CSS(styles)、JavaScript(interaction)。
02 Backend (the behind-the-scenes processing part)
What is it: The backend is the behind-the-scenes brain responsible for logic and computation.
Where: On servers, unseen by users.
Functions:
处理登录注册
计算价格、推荐商品
接收前端请求、返回数据
Common programming languages:Java、Python、Go、JavaScript(Node.js)
03 Database (the memory part)
What is it: A database is used to store and manage data.
Stores what:accounts、passwords、orders、inventory…
Common databases:
MySQL、PostgreSQL(relational, like tables)
MongoDB(document-based, like folders)
04 SaaS (Software as a Service)
What is it:SaaS = Software as a Service(software as a service)。
Core features:
Open a web page / mini program / APP to use
Subscribe monthly or annually
Common forms:Websites, mobile apps, mini programs can all be SaaS.
05 Summary
Frontend:The interface users see and interact with
Backend:The logic and computation running behind the scenes
Database:Where data is stored and managed
SaaS:Turning software into a service that users can access anytime over the network
Frontend display → Backend processing → Database storage → SaaS is the delivery method
Help me draw an easy-to-understand diagram based on the above content