New search function et drag and drop clean

This commit is contained in:
2025-11-10 19:40:14 +01:00
parent d969b05ead
commit cd9a96c760
42 changed files with 2164 additions and 34 deletions

View File

@ -0,0 +1,23 @@
---
title: "Book Notes"
date: "10-11-2025"
last_modified: "10-11-2025:19:21"
tags: ["personal", "notes", "books"]
---
# Book Notes
## Currently Reading
**Atomic Habits** by James Clear
Key takeaways:
- 1% improvement daily = 37x better in a year
- Identity-based habits
- Environment design
## Want to Read
- Deep Work - Cal Newport
- The Mom Test - Rob Fitzpatrick
- Shape Up - Basecamp

View File

@ -0,0 +1,27 @@
---
title: "2025 Learning Goals"
date: "10-11-2025"
last_modified: "10-11-2025:19:21"
tags: ["personal", "learning"]
---
# Learning Goals 2025
## Technical
- [ ] Master Go concurrency patterns
- [ ] Learn Rust basics
- [ ] Deep dive into databases
- [ ] System design courses
## Soft Skills
- [ ] Technical writing
- [ ] Public speaking
- [ ] Mentoring
## Books to Read
1. Designing Data-Intensive Applications
2. The Pragmatic Programmer
3. Clean Architecture