/guides

Knowledge base on various gotchas and processes in different technology stacks

Modern Development for the Web: Guides

Knowledge base on various gotchas and processes in different technology stacks.

YMMV: This repo is not production quality. It's basically a brain dump to pick out information for future talks, seminars, etc. Use at own discretion.

Pre-Requisites

The list of stuff you need to install before going through with the guides has two parts: mandatory and opinionated. I try to maintain a uniform stack of tools on all projects and use Windows 10.

Contents

Prerequisites

Python

All Python tutorials have the onilapp example application as a source example. You can just start with the first onw.

JAMStack

After I was done with building an MVP with Dash in Python, I tried to split up the app components into a JAMStack architecture. The notes documenting this start here.

Containerization