1
0

first commit

This commit is contained in:
AM
2025-06-22 14:17:35 +02:00
commit 6ac43d30b3
64 changed files with 3531 additions and 0 deletions

19
README.md Normal file
View File

@ -0,0 +1,19 @@
# My personal webpage
This is the source code for [my personal webpage](https://molnarandrei.com)
- Made with SvelteKit.
- Built with gitea actios (99% same as github actions).
- BeerCSS as the ui toolkit.
- Internationalized.
## TODO
- [ ] Automated tests with playwright, triggered by github actions
- [ ] Automated builds
- [ ] Books section:
- The pragmatic Programmer (haven't finished)
- Domain Driver Design (midway)
- Design Patterns: Elements of Reusable Object Oriented Software (done)
- Building Microservices (not started yet)
- [ ] More portfolio public code
- [ ] Store built with htmx and Java Spring because I want to learn html and work with templates.