Этот коммит содержится в:
Ihar Hancharenka 2024-09-02 07:34:59 +03:00
родитель 6dfe07d737
Коммит 74ada56a73
4 изменённых файлов: 34 добавлений и 0 удалений

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

@ -1,3 +1,5 @@
https://dpeuniversity.gradle.com/app
2021
[Udemy] Gradle (2021) [RU]
https://nnmclub.to/forum/viewtopic.php?t=1555274

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

@ -1,6 +1,11 @@
https://github.com/gradle/gradle/releases
9.x
Jfocus - The road to Gradle 9 by Louis Jacomet 0:00 of 50:24
https://www.youtube.com/watch?v=uIq5X7Ty0_0
8.x
https://docs.gradle.org/8.10/release-notes.html
https://docs.gradle.org/8.9/release-notes.html
https://docs.gradle.org/8.8/release-notes.html
https://docs.gradle.org/8.7/release-notes.html
@ -11,6 +16,7 @@ https://docs.gradle.org/8.3/release-notes.html
https://docs.gradle.org/8.2/release-notes.html
https://docs.gradle.org/8.1/release-notes.html
https://docs.gradle.org/8.0/release-notes.html
https://gradle.org/whats-new/gradle-8/
7.x
https://docs.gradle.org/7.6/release-notes.html

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

@ -0,0 +1,22 @@
https://declarative.gradle.org/
https://github.com/gradle/declarative-gradle
https://github.com/gradle/declarative-gradle/tree/main/docs/getting-started
https://github.com/gradle/declarative-gradle/tree/main/docs/reference
https://github.com/gradle/declarative-gradle/blob/main/docs/reference/software-features.md
https://github.com/gradle/declarative-gradle/tree/main/docs/publications
https://github.com/kotlin-magazine/kotlin-magazine/blob/main/articles/siggi_gunnarsson_declarative_builds_for_kotlin.md
https://github.com/gradle/declarative-gradle/blob/main/docs/EAP.md
https://declarative.gradle.org/docs/getting-started/
https://github.com/orgs/gradle/projects/96/views/1
2024
Gradle - Declarative Gradle of p4
https://www.youtube.com/playlist?list=PLLQbIfXVLZqGJUUZsr-vlwLZGqaX4iPzv
https://github.com/gradle/declarative-gradle/blob/main/docs/publications/2024-05-kotlinconf.md
https://eskatos.github.io/declarative-kotlinconf-2024/2024-kotlinconf-declarative-gradle-slides.pdf
https://blog.gradle.org/declarative-gradle-first-eap
2023
https://blog.gradle.org/declarative-gradle

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

@ -5,6 +5,10 @@ https://crates.io/crates/sqlx_migrator
https://docs.rs/sqlx/latest/sqlx/
https://github.com/launchbadge/sqlx
2024
CodeToTheMoon - Rust + Next-Gen SQL Databases = 😍 0:00 of 13:52
https://www.youtube.com/watch?v=QdGiOMInegM
distributed databases CockroachDB and YugabyteDB
2023
https://www.shuttle.rs/blog/2023/10/04/sql-in-rust
https://cosmichorror.dev/posts/speeding-up-sqlx-compile-times/