## 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/2021-08-09|2021-08-09]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2021-08-11|2021-08-11]]
- [[Python]] [10 Python Shortcuts You Need To Know][1]
- [[Python]] [[Azure Devops]] [[sec]] [[snyk]] [Find Vulnerabilities In Your Code With Snyk][2]
- [[bash]] [CDPATH - A Bash variable I didn't know existed][3]
- [[Python]] [Python Generators Explained][4]
- [[Command Line Interface|CLI]] [Command Line Interface Guidelines][5]
[1]: https://youtu.be/CssrFJGH_dU
[2]: https://youtu.be/1N6VBHMoPsw
[3]: https://youtu.be/4-Nun5c3qeA
[4]: https://youtu.be/u3T7hmLthUU
[5]: https://clig.dev/