Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.62 KB

File metadata and controls

45 lines (29 loc) · 1.62 KB

Tutorials

Tutorial projects about open-source libraries.

Updated Creatted Name Description
2023.JUN 2023.JUN tRPC+Fastify tRPC on Fastify and Next.js(React.js)
2023.JUN 2023.JUN tRPC tRPC on Next.js 13 app router
2023.FEB 2023.FEB Elastic-APM Elastic-APM for Frontend and Backend
2013.SEP 2013.SEP FFmpeg 101
2013.AUG 2013.AUG PlatinumUPnP 101

(2023 JUN) tRPC + Fastify

(2023 JUN) tRPC

(2023 FEB) Elastic-APM

  • Traditional web framework

    • Django web framework → PostgreSQL query → Rendered django template
  • SPA(CSR) + API

    • React.js → Gin-Gonic → Database query or call other services
  • SPA(SSR) + API

    • Next.js → Gin-Gonic → Database query or call other services
    • React.js → Gin-Gonic → Database query or call other services

(2013 SEP) FFmpeg 101

(2013 AUG) PlatinumUPnP 101