Этот коммит содержится в:
ihar_hancharenka 2025-10-28 19:12:38 +03:00
родитель f724da9fb4
Коммит 41bec77414
14 изменённых файлов: 69 добавлений и 36 удалений

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

@ -0,0 +1,3 @@
2025
Otus - PG Data Types Likbez 0:00 of 1:18:53
https://www.youtube.com/watch?v=v1a-oAIl_sw

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

@ -1,3 +1,6 @@
2025
Otus - Java in Kubernetes for 40 min 0:00 of 1:31:48
https://www.youtube.com/watch?v=4IBctuSItZ8
2021
Slerm - 8 - Local k8s Development ru of 1:48:50
https://www.youtube.com/watch?v=df0d1fNdQeg

3
nontech/economy/books.txt Обычный файл
Просмотреть файл

@ -0,0 +1,3 @@
Yuri Larin - Private Capital in USSR
https://libking.ru/books/busines-/economics/227500-yurin-larin-chastnyy-kapital-v-sssr.html
https://royallib.com/book/larin_yuriy/chastniy_kapital_v_sssr.html

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

@ -8,6 +8,8 @@ AlexeyLutsvig - Drobnitskiy
https://www.youtube.com/playlist?list=PL1nz_WV6F5rhDNtmbGQIIIdHurfN6w8oQ
2025
USLawAndOrder - 10.28 - Dudnik - Drobnitskiy - US Between Chaos and Control of 48:52
https://www.youtube.com/watch?v=B5dOacv1hqs
Duel - Manucharov - Drobnitskiy of 56:04
https://www.youtube.com/watch?v=-u0oH_zllEk
USLawAndOrder - 07.25 - Dudnik - Drobnitskiy - Payback for Friendship with Epstein of 45:56

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

@ -1,7 +1,7 @@
Inna
2025
SummerChannel - Shafran - Yambulatova - UA Front Line of 39:26
SummerChannel - Shafran - Yambulatova - UA Front Line 31:00 of 39:26
https://www.youtube.com/watch?v=2hT-c2r5LNI
SummerChannel - Shafran - Yambulatova - Global Technological Fight of 42:22
https://www.youtube.com/watch?v=UywvIB6xihs

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

@ -5,17 +5,40 @@ https://docs.brew.sh/
https://docs.brew.sh/Manpage
https://docs.brew.sh/FAQ
https://docs.brew.sh/Tips-N'-Tricks
https://docs.brew.sh/Analytics
files
/home/linuxbrew/.linuxbrew
https://brew.sh/blog/
https://formulae.brew.sh/
https://docs.brew.sh/Analytics
need
https://formulae.brew.sh/formula/kind#default
https://docs.brew.sh/Homebrew-on-Linux
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
?
sudo apt-get install build-essential procps curl file git
- Run these two commands in your terminal to add Homebrew to your PATH:
echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> /home/iharh/.bash_profile
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
need
https://formulae.brew.sh/formula/kind#default
==> Next steps:
- Run these two commands in your terminal to add Homebrew to your PATH:
(echo; echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"') >> /home/iharh/.bashrc
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
- Install Homebrew's dependencies if you have sudo access:
sudo apt-get install build-essential
For more information, see:
https://docs.brew.sh/Homebrew-on-Linux
- We recommend that you install GCC:
brew install gcc
- Run brew help to get started
- Further documentation:
https://docs.brew.sh
2017
https://sysadmin.pm/linuxbrew/

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

@ -1,22 +0,0 @@
https://brew.sh/
https://docs.brew.sh/Homebrew-on-Linux
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
==> Next steps:
- Run these two commands in your terminal to add Homebrew to your PATH:
(echo; echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"') >> /home/iharh/.bashrc
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
- Install Homebrew's dependencies if you have sudo access:
sudo apt-get install build-essential
For more information, see:
https://docs.brew.sh/Homebrew-on-Linux
- We recommend that you install GCC:
brew install gcc
- Run brew help to get started
- Further documentation:
https://docs.brew.sh
files
/home/linuxbrew/.linuxbrew
https://docs.brew.sh/Analytics

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

@ -0,0 +1,2 @@
https://sysadmin.pm/iptables-tracer/
https://github.com/x-way/iptables-tracer

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

@ -1,2 +1,4 @@
https://refactoring.guru/ru/design-patterns
https://github.com/RefactoringGuru
https://refactoring.guru/design-patterns/chain-of-responsibility

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

@ -15,6 +15,9 @@ https://github.com/JetBrains/amper/tree/release/0.7/examples-standalone
https://www.jetbrains.com/help/kotlin-multiplatform-dev/amper.html
wn
https://blog.jetbrains.com/amper/2025/10/amper-update-october-2025/
2025
JetBrains - Whats new in Amper | Dmitry Savvinov 0:00 of 39:00
https://www.youtube.com/watch?v=Hy5TOyDDics

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

@ -4,6 +4,9 @@ https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframe
baeldung
https://www.baeldung.com/spring-beans-integration-test-override
@MockBean is deprecated now
2025
https://www.petrikainulainen.net/programming/testing/introduction-to-mockmvctester/
https://www.petrikainulainen.net/programming/testing/introduction-to-spring-mvc-test-framework/
2024
https://habr.com/ru/companies/spring_aio/articles/859430/
! bean redef using @TestBean, @MockitoBean

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

@ -1,15 +1,12 @@
https://github.com/YouTubeProjectsCode/Spring_Secuirty-Angular_Authentication-CodeElevate/blob/main/Spring-Secuirty-Jwt-In-Spring-Boot-3/src/main/java/com/springjwt/configuration/SimpleCorsFilter.java
Headers
Access-Control-Allow-Origin: foreign domains (origins), that can access resources on our domain
Access-Control-Allow-Methods: ...
Access-Control-Allow-Headers: ... limitation, to which headers
@CrossOrigin
@CorsConfiguration
https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/cors/CorsConfiguration.html
https://docs.spring.io/spring-framework/reference/web/webmvc-cors.html
https://spring.io/guides/gs/rest-service-cors
https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/CORS/Errors/CORSMissingAllowOrigin
baeldung
https://www.baeldung.com/spring-cors
https://www.baeldung.com/cs/cors-preflight-requests
2025
https://developers.amadeus.com/blog/making-cross-platform-rest-api-calls-with-kotlin
2022
https://reflectoring.io/spring-cors/
@CrossOrigin, web.cors:, WebMvcConfigurer.addCorsMappings(CorsRegistry r)
@ -23,3 +20,15 @@ cors:
allowed-methods: "GET,POST,PUT,DELETE,OPTIONS"
allowed-headers: "*"
allow-credentials: true
https://github.com/YouTubeProjectsCode/Spring_Secuirty-Angular_Authentication-CodeElevate/blob/main/Spring-Secuirty-Jwt-In-Spring-Boot-3/src/main/java/com/springjwt/configuration/SimpleCorsFilter.java
Headers
Access-Control-Allow-Origin: foreign domains (origins), that can access resources on our domain
Access-Control-Allow-Methods: ...
Access-Control-Allow-Headers: ... limitation, to which headers
@CrossOrigin
@CorsConfiguration
https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/cors/CorsConfiguration.html

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

@ -0,0 +1,2 @@
2021
https://developers.amadeus.com/blog/helpful-tools-to-create-mock-servers