Skip to content

Instantly share code, notes, and snippets.

@m0n0x41d
m0n0x41d / gist:2d0cc002153e99e44c1ff8fd8470891f
Created November 8, 2023 06:40
software / system design blog post ideas list
Here is a list of some good software design and system design subjects I would like to cover in my blog:
https://wannahack.in/
Software design topics:
1) General post about system documentation - diagrams, ADR, event-modeling.
2) General post about Software Architecture - what it is? What it is not?
3) Agile in software development and architerure.
4) Abstract data type - how to design classes correctly and based on which abstractions (ooap1)