💻
Bookstores
  • Tech Stacks
  • Django
    • Django REST framework
    • Serializer validation
    • Form validation in view class
  • Use Open API data model
  • Server Side react javascript
  • React context and redux difference
  • Migrate state management from Redux to Jotai
  • Migrate from REST to GraphQL
  • Migrate from REST to gRPC
  • How to handle cross origin?
Powered by GitBook
On this page
  • Framework selection and transition
  • Bookstore Projects in Github
  • Other Topics -- more experiences to share
  • Contact Me

Was this helpful?

Tech Stacks

NextDjango

Last updated 3 years ago

Was this helpful?

In these days, most of applications are on the web. With various frameworks, how do you pick for your need?

Framework selection and transition

In the simple data collection/presentation, we want to the application ready in a short time. In a mission critical transaction, we may consider the performance.

What if you want to have a quick prototype to present to manager team, then deep dive into the right solution after planned? In here, I am going to have solution of how to do. Use bookstore model as example in some different kinds of projects.

Bookstore Projects in Github

  • Fullstack MVC

    • Django REST Framework + Fully Server Side React JS (No Next.js)

  • REST

    • Object relationship model (ORM)

      • Flask w/SQLAlchemcy

      • Node.js w/typeORM

      • Node.js w/Adonis

    • Backend

    • Frontend

  • GraphQL

    • Frontend

  • gRPC

    • Backend

    • Frontend

  • Migration Options:

    • Migrate Your Prototype to Your Coding framework :

      • Once your have prototype for demo,

        Django is battery included framework.

        It can be set up easy for the presentation.

        Once you have ideas to demo to team, you can start use the following to migrate.

Other Topics -- more experiences to share

Contact Me

Need to login to have both REST APIs and React JS to work. No React JS expose to public.

Backend .

.

to migrate.

ccapeng@gmail.com

Django MVC
Form validation in view class
Django REST Framework + React
Serializer validation
Server Side React, login required
How this works?
Go & Beego
Laravel php
Django Data model
Python Django REST
Python Flask REST
Node.js w/typeORM
Node.js w/Adonis
React Context
React Hook Redux
React Hook Redux TypeScript
React with Jotai
Migrate state management from Redux to Jotai
Django Graphene
React redux graphQL
Migrate from REST to GraphQL
Django gRPC
React redux grpc
Use Open API data model
React context and redux difference
How to handle cross origin?
Best practice of programming
Graph
Namespace
Context
ccapeng.github.io
View full document
Tech Stacks