From 237d10f6654f01816c5941b000b497de672d27df Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Mon, 11 Sep 2023 18:25:10 +0300 Subject: [PATCH] m --- .../container/docker/docs/presentations.txt | 6 ++++ devops/container/docker/moby/buildkit.txt | 9 +++++ devops/dbaas/pg-neon.txt | 36 +++++++++++++++++++ .../ci/github-actions/features/secrets.txt | 1 + .../ide/jetbrains/fleet/presentations.txt | 3 ++ pl/cross/tools/ide/online/google-idx.txt | 4 +++ pl/cross/tools/ide/vscode/ext/ui/icons.txt | 6 ++++ .../vscode/ext/{ => ui}/theme/intellij.txt | 0 pl/web/css/features/grid/tools/layoutit.txt | 1 + pl/web/css/frameworks/tailwind.txt | 11 ++++++ pl/web/design/color/colorhub.txt | 1 + pl/web/design/color/colorhunt.txt | 1 + pl/web/design/color/colorpalettes.txt | 1 + pl/web/design/color/colors-muzli.txt | 1 + pl/web/design/color/flatuicolors.txt | 1 + pl/web/design/icons/iconduck.txt | 1 + .../js/tools/package/vercel-zeit/vercel.txt | 19 ++++++++++ .../ts/libs/io/fileformats/validation/zod.txt | 6 ++++ .../typed/ts/libs/io/persistence/zapatos.txt | 3 ++ 19 files changed, 111 insertions(+) create mode 100644 devops/dbaas/pg-neon.txt create mode 100644 pl/cross/tools/ci/github-actions/features/secrets.txt create mode 100644 pl/cross/tools/ide/jetbrains/fleet/presentations.txt create mode 100644 pl/cross/tools/ide/online/google-idx.txt rename pl/cross/tools/ide/vscode/ext/{ => ui}/theme/intellij.txt (100%) create mode 100644 pl/web/design/color/colorhub.txt create mode 100644 pl/web/design/color/colorhunt.txt create mode 100644 pl/web/design/color/colorpalettes.txt create mode 100644 pl/web/design/color/colors-muzli.txt create mode 100644 pl/web/design/color/flatuicolors.txt create mode 100644 pl/web/design/icons/iconduck.txt create mode 100644 pl/web/typed/ts/libs/io/fileformats/validation/zod.txt create mode 100644 pl/web/typed/ts/libs/io/persistence/zapatos.txt diff --git a/devops/container/docker/docs/presentations.txt b/devops/container/docker/docs/presentations.txt index 95273971f..727a65a31 100644 --- a/devops/container/docker/docs/presentations.txt +++ b/devops/container/docker/docs/presentations.txt @@ -1,5 +1,11 @@ https://www.slideshare.net/docker +2021 +Shulyak - Cook Dockerfiles Right of 59:02 + https://www.youtube.com/watch?v=Dx8WOurCCaM + /etc/docker/daemon.json + {"features":{"buildkit":true}} + docker build --target ... 2020 NetworkChuck - you need to learn Docker RIGHT NOW of 23:19 https://www.youtube.com/watch?v=eGz9DS-aIeY diff --git a/devops/container/docker/moby/buildkit.txt b/devops/container/docker/moby/buildkit.txt index 0cbd8d722..a00fc47b4 100644 --- a/devops/container/docker/moby/buildkit.txt +++ b/devops/container/docker/moby/buildkit.txt @@ -6,3 +6,12 @@ $ DOCKER_BUILDKIT=1 docker build . 2022 https://support.atlassian.com/bitbucket-cloud/docs/run-docker-commands-in-bitbucket-pipelines/#Enable-Docker-BuildKit +2021 +Shulyak - Cook Dockerfiles Right of 59:02 + https://www.youtube.com/watch?v=Dx8WOurCCaM + /etc/docker/daemon.json + {"features":{"buildkit":true}} + docker build --target ... + RUN --mount=target=. ... + docker run --rm -it --net container:nginx alpine + to run container in the same network namespace as nginx diff --git a/devops/dbaas/pg-neon.txt b/devops/dbaas/pg-neon.txt new file mode 100644 index 000000000..b92d38892 --- /dev/null +++ b/devops/dbaas/pg-neon.txt @@ -0,0 +1,36 @@ +https://neon.tech/ + +https://github.com/neondatabase/neon +https://github.com/neondatabase/neon/tree/main/docs +https://github.com/neondatabase/neon/blob/main/docs/SUMMARY.md +https://github.com/neondatabase/neon/blob/main/docs/glossary.md + +https://github.com/neondatabase/postgres +https://neon.tech/docs/reference/compatibility + +https://api-docs.neon.tech/reference/getting-started-with-neon-api +https://neon.tech/docs/manage/overview + !!! +https://neon.tech/docs/reference/neon-cli + +https://neon.tech/ai + vector LLM ext + https://github.com/neondatabase/pg_embedding + +https://github.com/neondatabase/preview-branches-with-vercel + +https://console.neon.tech/sign_in + +2023 +https://neon.tech/blog/neon-qovery +https://neon.tech/blog/neon-bunnyshell-integration + https://documentation.bunnyshell.com/docs/connectors-neon-database +https://neon.tech/blog/neon-replit-integration +https://neon.tech/blog/parsing-json-from-postgres-in-js +2022 +https://neon.tech/blog/database-branching-for-postgres-with-neon +https://neon.tech/blog/architecture-decisions-in-neon +Neon - Database Branching with Neon API 0:00 of 16:35 + https://www.youtube.com/watch?v=NI2x1mhB6uI +Neon - Time Travel with Serverless Postgres 0:00 of 9:48 + https://www.youtube.com/watch?v=X77A0SizAgw diff --git a/pl/cross/tools/ci/github-actions/features/secrets.txt b/pl/cross/tools/ci/github-actions/features/secrets.txt new file mode 100644 index 000000000..319cc4a04 --- /dev/null +++ b/pl/cross/tools/ci/github-actions/features/secrets.txt @@ -0,0 +1 @@ +https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions diff --git a/pl/cross/tools/ide/jetbrains/fleet/presentations.txt b/pl/cross/tools/ide/jetbrains/fleet/presentations.txt new file mode 100644 index 000000000..c9d8760e4 --- /dev/null +++ b/pl/cross/tools/ide/jetbrains/fleet/presentations.txt @@ -0,0 +1,3 @@ +2023 +Larichev - Fleet of 23:26 + https://www.youtube.com/watch?v=28balmcW01I diff --git a/pl/cross/tools/ide/online/google-idx.txt b/pl/cross/tools/ide/online/google-idx.txt new file mode 100644 index 000000000..8fc897722 --- /dev/null +++ b/pl/cross/tools/ide/online/google-idx.txt @@ -0,0 +1,4 @@ +https://idx.dev/ + +2023 +https://habr.com/ru/news/753400/ diff --git a/pl/cross/tools/ide/vscode/ext/ui/icons.txt b/pl/cross/tools/ide/vscode/ext/ui/icons.txt index 1b574bea0..4c6a0aa4a 100644 --- a/pl/cross/tools/ide/vscode/ext/ui/icons.txt +++ b/pl/cross/tools/ide/vscode/ext/ui/icons.txt @@ -1,2 +1,8 @@ +https://iconduck.com/sets/visual-studio-code-icons + +https://code.visualstudio.com/api/extension-guides/product-icon-theme +https://marketplace.visualstudio.com/items?itemName=miguelsolorio.fluent-icons + https://github.com/miguelsolorio/vscode-fluent-icons + https://marketplace.visualstudio.com/items?itemName=vscode-icons-team.vscode-icons https://marketplace.visualstudio.com/items?itemName=robertohuertasm.vscode-icons diff --git a/pl/cross/tools/ide/vscode/ext/theme/intellij.txt b/pl/cross/tools/ide/vscode/ext/ui/theme/intellij.txt similarity index 100% rename from pl/cross/tools/ide/vscode/ext/theme/intellij.txt rename to pl/cross/tools/ide/vscode/ext/ui/theme/intellij.txt diff --git a/pl/web/css/features/grid/tools/layoutit.txt b/pl/web/css/features/grid/tools/layoutit.txt index 277379159..984fdc235 100644 --- a/pl/web/css/features/grid/tools/layoutit.txt +++ b/pl/web/css/features/grid/tools/layoutit.txt @@ -1 +1,2 @@ +https://grid.layoutit.com/ https://www.layoutit.com/grid diff --git a/pl/web/css/frameworks/tailwind.txt b/pl/web/css/frameworks/tailwind.txt index 86fac91a0..dfea77260 100644 --- a/pl/web/css/frameworks/tailwind.txt +++ b/pl/web/css/frameworks/tailwind.txt @@ -15,6 +15,17 @@ https://nerdcave.com/tailwind-cheat-sheet ext tailwind-IntelliSense + +ui components + https://flowbite.com/ + https://github.com/tailwindlabs/headlessui + https://flowbite.com/docs/getting-started/introduction/ + https://github.com/themesberg + 2022 + https://www.youtube.com/watch?v=7gK8TX_di94 + https://www.youtube.com/watch?v=KaLxCiilHns + https://headlessui.com/ + 2023 SberMarketTech - Vodolazskih - Tailwind-css ru of 29:04 https://www.youtube.com/watch?v=GMID4_t3EXU diff --git a/pl/web/design/color/colorhub.txt b/pl/web/design/color/colorhub.txt new file mode 100644 index 000000000..e834c7915 --- /dev/null +++ b/pl/web/design/color/colorhub.txt @@ -0,0 +1 @@ +https://www.colorhub.app/ diff --git a/pl/web/design/color/colorhunt.txt b/pl/web/design/color/colorhunt.txt new file mode 100644 index 000000000..dfdd28ec8 --- /dev/null +++ b/pl/web/design/color/colorhunt.txt @@ -0,0 +1 @@ +https://colorhunt.co/ diff --git a/pl/web/design/color/colorpalettes.txt b/pl/web/design/color/colorpalettes.txt new file mode 100644 index 000000000..2f96d2d2f --- /dev/null +++ b/pl/web/design/color/colorpalettes.txt @@ -0,0 +1 @@ +https://colorpalettes.colorion.co/ diff --git a/pl/web/design/color/colors-muzli.txt b/pl/web/design/color/colors-muzli.txt new file mode 100644 index 000000000..21d57a6ae --- /dev/null +++ b/pl/web/design/color/colors-muzli.txt @@ -0,0 +1 @@ +https://colors.muz.li/ diff --git a/pl/web/design/color/flatuicolors.txt b/pl/web/design/color/flatuicolors.txt new file mode 100644 index 000000000..e6181e29c --- /dev/null +++ b/pl/web/design/color/flatuicolors.txt @@ -0,0 +1 @@ +https://flatuicolors.com/ diff --git a/pl/web/design/icons/iconduck.txt b/pl/web/design/icons/iconduck.txt new file mode 100644 index 000000000..959bf0bc3 --- /dev/null +++ b/pl/web/design/icons/iconduck.txt @@ -0,0 +1 @@ +https://iconduck.com/ diff --git a/pl/web/js/tools/package/vercel-zeit/vercel.txt b/pl/web/js/tools/package/vercel-zeit/vercel.txt index 10358c269..fc8d42b30 100644 --- a/pl/web/js/tools/package/vercel-zeit/vercel.txt +++ b/pl/web/js/tools/package/vercel-zeit/vercel.txt @@ -1 +1,20 @@ https://vercel.com/ + +https://github.com/vercel + +https://vercel.com/docs +https://vercel.com/docs/getting-started-with-vercel + +https://vercel.com/guides +https://vercel.com/guides/how-do-i-use-the-ignored-build-step-field-on-vercel + +https://vercel.com/docs/cli + +https://vercel.com/docs/frameworks +https://vercel.com/docs/frameworks/astro + +https://vercel.com/integrations + +https://vercel.com/templates +https://vercel.com/templates/astro/astro-boilerplate +https://vercel.com/templates/next.js/blog-with-comments diff --git a/pl/web/typed/ts/libs/io/fileformats/validation/zod.txt b/pl/web/typed/ts/libs/io/fileformats/validation/zod.txt new file mode 100644 index 000000000..efeed87e9 --- /dev/null +++ b/pl/web/typed/ts/libs/io/fileformats/validation/zod.txt @@ -0,0 +1,6 @@ +https://zod.dev/ +https://github.com/colinhacks/zod + +2023 +WebDevSimplified - Zod Makes TypeScript Even Better 0:00 of 7:13 + https://www.youtube.com/watch?v=9UVPk0Ulm6U diff --git a/pl/web/typed/ts/libs/io/persistence/zapatos.txt b/pl/web/typed/ts/libs/io/persistence/zapatos.txt new file mode 100644 index 000000000..f46fbcb40 --- /dev/null +++ b/pl/web/typed/ts/libs/io/persistence/zapatos.txt @@ -0,0 +1,3 @@ +https://jawj.github.io/zapatos +https://github.com/jawj/zapatos +https://github.com/jawj/zapatos-demo