## 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-05-26|2021-05-26]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2021-06-03|2021-06-03]]
- [[r]] [[rmarkdown]]
- [[slidev]] [Website](https://sli.dev/)
- Another presentation format for slideshows
- [[Pipelines]]
- [YAML Schema Reference for pipelines](https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?tabs=schema%2Cparameter-schema&view=azure-devops)
- [Pipelines Documentation](https://docs.microsoft.com/en-us/azure/devops/pipelines/?view=azure-devops)
- Pushing successful Job outputs to [dev](https://docs.microsoft.com/en-us/learn/modules/create-multi-stage-pipeline/4-promote-dev) environment and then [test](https://docs.microsoft.com/en-us/learn/modules/create-multi-stage-pipeline/5-promote-test) environments
- Leading to [staging](https://docs.microsoft.com/en-us/learn/modules/create-multi-stage-pipeline/6-promote-staging)
- [[r]] Install packages from [[Azure Devops]] Repos:
```r
remotes::install_git("<clone url>", git = "external")
```
- [[Templates/Metadata/yaml]] [[Python]] The [[pyyaml]] module
[[Azure Devops]] naming branches in the repo's using forward slashes in the names groups them under folders:
- `project/user/branch`