## On This Day...
```dataview
LIST
FROM "DevLog/log"
WHERE dateformat(file.day, "MM-dd") = dateformat(this.file.day, "MM-dd")
```
---
## Notes Created Today
```dataview
TABLE created, updated as modified, tags, type, status
FROM "DevLog" AND !"DevLog/log"
WHERE contains(dateformat(file.ctime, "YYYY-MM-dd"), dateformat(this.file.day, "YYYY-MM-dd"))
```
---
[[DevLog/log/2022-01-26|2022-01-26]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2022-02-17|2022-02-17]]
Spent a lot of time learning about [[Docker]] today. There's a lot to learn about containers but their utility is something else. I managed to already get a containerized [[fastapi]] going on my machine and it worked!