Этот коммит содержится в:
Ihar Hancharenka 2023-09-11 18:25:10 +03:00
родитель 140f181620
Коммит 237d10f665
19 изменённых файлов: 111 добавлений и 0 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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

36
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

Просмотреть файл

@ -0,0 +1 @@
https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions

Просмотреть файл

@ -0,0 +1,3 @@
2023
Larichev - Fleet of 23:26
https://www.youtube.com/watch?v=28balmcW01I

4
pl/cross/tools/ide/online/google-idx.txt Обычный файл
Просмотреть файл

@ -0,0 +1,4 @@
https://idx.dev/
2023
https://habr.com/ru/news/753400/

Просмотреть файл

@ -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

Просмотреть файл

@ -1 +1,2 @@
https://grid.layoutit.com/
https://www.layoutit.com/grid

Просмотреть файл

@ -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

1
pl/web/design/color/colorhub.txt Обычный файл
Просмотреть файл

@ -0,0 +1 @@
https://www.colorhub.app/

1
pl/web/design/color/colorhunt.txt Обычный файл
Просмотреть файл

@ -0,0 +1 @@
https://colorhunt.co/

1
pl/web/design/color/colorpalettes.txt Обычный файл
Просмотреть файл

@ -0,0 +1 @@
https://colorpalettes.colorion.co/

1
pl/web/design/color/colors-muzli.txt Обычный файл
Просмотреть файл

@ -0,0 +1 @@
https://colors.muz.li/

1
pl/web/design/color/flatuicolors.txt Обычный файл
Просмотреть файл

@ -0,0 +1 @@
https://flatuicolors.com/

1
pl/web/design/icons/iconduck.txt Обычный файл
Просмотреть файл

@ -0,0 +1 @@
https://iconduck.com/

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -0,0 +1,3 @@
https://jawj.github.io/zapatos
https://github.com/jawj/zapatos
https://github.com/jawj/zapatos-demo