Personal notes on various programming languages, technologies, tools, etc. to be used as quick reference
Find a file
dependabot[bot] e4dc2e5947
Some checks failed
Deploy to Github Pages / deploy (push) Has been cancelled
Github Actions(deps): Bump astral-sh/setup-uv from 4 to 5 (#60)
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 4 to 5.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](https://github.com/astral-sh/setup-uv/compare/v4...v5)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-10 11:08:50 +01:00
.github Github Actions(deps): Bump astral-sh/setup-uv from 4 to 5 (#60) 2025-02-10 11:08:50 +01:00
.vscode Use Material theme for mkdocs 2022-06-24 17:56:33 +02:00
docs docker: add secure port publishing notes 2025-01-19 12:00:31 +01:00
.gitignore feat: restructure docs into "chapters" (#12) 2023-03-13 12:43:21 +01:00
LICENSE Create LICENSE 2021-02-06 21:47:36 +01:00
mkdocs.yml add linux notes 2024-12-20 00:24:33 +01:00
pyproject.toml use uv to manage dependencies 2024-09-02 10:29:43 +02:00
README.md rename to Dev Notes 2024-12-20 00:18:46 +01:00
uv.lock use uv to manage dependencies 2024-09-02 10:29:43 +02:00

Dev Notes

Personal notes on various programming languages, technologies, tools, etc. to be used as quick reference.

Note

: These notes are not meant to be comprehensive but to contain frequently used information.
For complete and up to date documentation always go to the primary source.