2024-12-31-pydev2

Adding SSL and validate certificates

Server side

  • ssl server
  • https server

Client side

Packaging code

Things to watch

  • FastAPI
    • Interesting way for creating REST APIs.
  • SQLModel
    • Not mature enough. Let's wait until migrations are documented and decide them.

Others