https://github.com/zafflins/articles
Good Reads
https://github.com/zafflins/articles
Last synced: about 1 month ago
JSON representation
Good Reads
- Host: GitHub
- URL: https://github.com/zafflins/articles
- Owner: zafflins
- License: mit
- Created: 2025-04-12T16:26:22.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-18T05:12:14.000Z (9 months ago)
- Last Synced: 2026-02-06T21:46:01.147Z (about 2 months ago)
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Technical essays, notes, and research written as part of my contribution to open-source.
> Each essay is written in Markdown, version-controlled, and intended as both a personal archive and public reference.
Writing these is part of a broader process: study deeply, build deliberately, and document the ideas that shape the work.
---
## Published
- **[Elegant Design: Dispatch Tables in C](ed-dispatch-tables.md)**
Function pointers, runtime polymorphism, and manual vtables in C.
- **[Elegant Design: Tagged Unions In C](ed-tagged-unions.md)**
Variable data, dynamic typing and type safety.
---
## Upcoming
- **Frontend: A Religion Of Ignorance**
- **Building Tools, Not Bottlenecks: A look at r3make**
---
## License
All content in this repository is licensed under the [MIT](LICENSE) license.