зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 12:46:06 +02:00
m
Этот коммит содержится в:
родитель
f6cd7dd4de
Коммит
631cc04fab
@ -1,2 +0,0 @@
|
||||
2023
|
||||
https://tembo.io/blog/vector-indexes-in-pgvector
|
||||
@ -1,4 +1,8 @@
|
||||
2025
|
||||
AtillaToth - Install PostgreSQL + pgvector using Docker (and run your first vector query) 0:00 of 4:38
|
||||
https://www.youtube.com/watch?v=TY_LiTrad3c
|
||||
https://habr.com/ru/articles/915348/
|
||||
2023
|
||||
https://habr.com/ru/articles/777734/
|
||||
2023
|
||||
https://tembo.io/blog/vector-indexes-in-pgvector
|
||||
|
||||
@ -1,36 +0,0 @@
|
||||
http://flywaydb.org/
|
||||
https://github.com/flyway/flyway
|
||||
|
||||
https://flywaydb.org/documentation/usage/gradle/
|
||||
import org.flywaydb.gradle.task.FlywayMigrateTask
|
||||
tasks {
|
||||
create<FlywayMigrateTask>("migrateLocal") {
|
||||
configFiles = arrayOf("doc/flyway/flyway_LOCAL.conf")
|
||||
}
|
||||
}
|
||||
|
||||
https://flywaydb.org/documentation/usage/gradle/info
|
||||
flywayInfo
|
||||
https://flywaydb.org/documentation/usage/gradle/clean
|
||||
https://flywaydb.org/documentation/usage/gradle/migrate
|
||||
flywayMigrate
|
||||
https://flywaydb.org/documentation/usage/gradle/validate
|
||||
https://flywaydb.org/documentation/usage/gradle/undo
|
||||
https://flywaydb.org/documentation/usage/gradle/baseline
|
||||
https://flywaydb.org/documentation/usage/gradle/repair
|
||||
https://flywaydb.org/documentation/getstarted/firststeps/gradle
|
||||
|
||||
https://flywaydb.org/documentation/configuration/configfile
|
||||
https://flywaydb.org/documentation/configuration/parameters/
|
||||
https://flywaydb.org/documentation/configuration/envvars
|
||||
|
||||
2023
|
||||
https://www.baeldung.com/flyway-migrations
|
||||
! out-of-order
|
||||
2022
|
||||
https://www.baeldung.com/database-migrations-with-flyway
|
||||
https://habr.com/ru/company/otus/blog/506788/
|
||||
https://airbyte.com/blog/database-migrations-with-flyway-jooq-and-testcontainers
|
||||
|
||||
Java-migrations
|
||||
SQL-migrations
|
||||
@ -1,3 +1,5 @@
|
||||
2025
|
||||
BusinessAndGeopolitics - Apple in ZH 11:00 of 36:24
|
||||
https://www.youtube.com/watch?v=NGGWFVuMirA
|
||||
Rozetked - Apple M and RISC 0:00 of 27:06
|
||||
https://www.youtube.com/watch?v=cHERoogpU2E
|
||||
|
||||
@ -2,6 +2,9 @@ https://daniel.haxx.se/http3-explained/
|
||||
https://http3-explained.haxx.se/en/
|
||||
https://github.com/bagder/http3-explained
|
||||
|
||||
2025
|
||||
ListenIT - What HTTP3 Is 2:00 of 8:24
|
||||
https://www.youtube.com/watch?v=Gloc327_hdk
|
||||
2024
|
||||
TechCommon - Nina Pakshina
|
||||
https://www.youtube.com/watch?v=LWI4xgrgm6o
|
||||
|
||||
7
nontech/art/movies/behind-the-scene.txt
Обычный файл
7
nontech/art/movies/behind-the-scene.txt
Обычный файл
@ -0,0 +1,7 @@
|
||||
https://www.youtube.com/@RootStudioofficial
|
||||
|
||||
2025
|
||||
RootStudio - John Wick: Chapter 3 Behind The Scenes and VFX Breakdowns | Making 0:00 of 12:19
|
||||
https://www.youtube.com/watch?v=2OTENHVZ5zc
|
||||
RootStudio - The Matrix (1999) Behind The Scenes | VFX & CGI Breakdowns | Making | Keanu Reeves | Carrie-Anne 0:00 of 12:16
|
||||
https://www.youtube.com/watch?v=W_K9-8-JE2c
|
||||
@ -6,7 +6,7 @@ https://en.wikipedia.org/wiki/Transporter_(franchise)
|
||||
Trasporter 5 0:00 of 1:35:27
|
||||
https://vk.com/video-76905214_456240323
|
||||
2024
|
||||
GreenGrass - Philosopher Jason Stathem 20:00 of 32:49
|
||||
GreenGrass - Philosopher Jason Stathem of 32:49
|
||||
https://www.youtube.com/watch?v=hUHiaq4QHew
|
||||
2022
|
||||
MixShow - Stathem 0:00 of 23:55
|
||||
|
||||
@ -5,3 +5,8 @@ https://github.com/NixOS/nixpkgs/issues/105885
|
||||
https://github.com/notusknot/dotfiles-nix/blob/main/modules/firefox/default.nix
|
||||
|
||||
https://discord.com/channels/1133342557494067232/1133361139250638848/1204861036893573141
|
||||
|
||||
2025
|
||||
ZProgerIT - Browser at Minimalka 0:00 of 9:04
|
||||
https://www.youtube.com/watch?v=qD1R1ov6RFI
|
||||
https://github.com/Axarva/dotfiles-2.0
|
||||
|
||||
@ -1,17 +1,52 @@
|
||||
http://flywaydb.org/
|
||||
https://github.com/flyway/flyway
|
||||
|
||||
https://flywaydb.org/documentation/usage/gradle/
|
||||
import org.flywaydb.gradle.task.FlywayMigrateTask
|
||||
tasks {
|
||||
create<FlywayMigrateTask>("migrateLocal") {
|
||||
configFiles = arrayOf("doc/flyway/flyway_LOCAL.conf")
|
||||
}
|
||||
}
|
||||
|
||||
https://flywaydb.org/documentation/usage/gradle/info
|
||||
flywayInfo
|
||||
https://flywaydb.org/documentation/usage/gradle/clean
|
||||
https://flywaydb.org/documentation/usage/gradle/migrate
|
||||
flywayMigrate
|
||||
https://flywaydb.org/documentation/usage/gradle/validate
|
||||
https://flywaydb.org/documentation/usage/gradle/undo
|
||||
https://flywaydb.org/documentation/usage/gradle/baseline
|
||||
https://flywaydb.org/documentation/usage/gradle/repair
|
||||
https://flywaydb.org/documentation/getstarted/firststeps/gradle
|
||||
|
||||
https://flywaydb.org/documentation/configuration/configfile
|
||||
https://flywaydb.org/documentation/configuration/parameters/
|
||||
https://flywaydb.org/documentation/configuration/envvars
|
||||
|
||||
Java-migrations
|
||||
SQL-migrations
|
||||
|
||||
https://github.com/spring-projects/spring-boot/blob/v3.4.1/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/flyway/FlywayProperties.java
|
||||
table
|
||||
|
||||
baeldung
|
||||
https://www.baeldung.com/database-migrations-with-flyway
|
||||
https://www.baeldung.com/flyway-roll-back
|
||||
https://www.baeldung.com/flyway-callbacks
|
||||
|
||||
https://www.baeldung.com/flyway-migrations
|
||||
! out-of-order
|
||||
2025
|
||||
CyberJAR - Flyway in Spring Boot: Step-by-Step tutorial with Maven (Beginner Friendly) 0:00 of 17:19
|
||||
https://www.youtube.com/watch?v=XnhTJmKjGSQ
|
||||
github.com/code-with-bellsoft/flyway-demo
|
||||
2024
|
||||
https://habr.com/ru/companies/haulmont/articles/829782/
|
||||
!!! amplicode, jpa-based
|
||||
equals/hashcode - check objects for HibernateProxy
|
||||
2022
|
||||
https://habr.com/ru/company/otus/blog/506788/
|
||||
https://airbyte.com/blog/database-migrations-with-flyway-jooq-and-testcontainers
|
||||
2020
|
||||
https://reflectoring.io/database-migration-spring-boot-flyway/
|
||||
!!! java-based migration
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
2025
|
||||
Otus - FastAPI Fundamentals 0:00 of 1:51:48
|
||||
https://www.youtube.com/watch?v=9F6oamFJNVM
|
||||
ArtyomShumeyko - How FastAPI Processes 1000+ rps 0:00 of 21:20
|
||||
https://www.youtube.com/watch?v=r2O9LtE3mXE
|
||||
2021
|
||||
|
||||
@ -8,7 +8,7 @@ https://en.cognitivepilot.com/
|
||||
Cognitive Technologis
|
||||
|
||||
2025
|
||||
BaseByBase - Truth about RU AI 21:00 of 55:17
|
||||
BaseByBase - Truth about RU AI 40:00 of 55:17
|
||||
https://www.youtube.com/watch?v=xVgrIHMd8sM
|
||||
PersonallyKnow - Uskova - Absense of Roots ... 0:00 of 1:20:23
|
||||
https://www.youtube.com/watch?v=-AP3xSwr3bw
|
||||
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user