Angular Standalone Components

Motivation

With Angular 14 the new concept of standalone components has found its way into the Angular eco-system. With the help of this new approach the creation of Angular components is now easier than ever before.

Standalone components do not

Single page applications with Flask and Angular

Motivation

Angular is a powerful frontend framework for building sophisticated Single-Page Applications (SPA). Flask can be used to serve SPAs very easily as explained here. However, incoorporating common security measures that are used in SPAs needs extra effort

(De)serialization in SQLAlchemy

Flask

Motivation

Data that is sent or received by web applications is usually transferred via the HTTP protocol. The data is sent as byte array and therefore needs to be transformed to a standard format like JSON or XML. The transformation