зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 12:46:06 +02:00
m
Этот коммит содержится в:
родитель
f724da9fb4
Коммит
41bec77414
3
db/sql/postgres/feature/type/docs/presentations.txt
Обычный файл
3
db/sql/postgres/feature/type/docs/presentations.txt
Обычный файл
@ -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
|
2021
|
||||||
Slerm - 8 - Local k8s Development ru of 1:48:50
|
Slerm - 8 - Local k8s Development ru of 1:48:50
|
||||||
https://www.youtube.com/watch?v=df0d1fNdQeg
|
https://www.youtube.com/watch?v=df0d1fNdQeg
|
||||||
|
|||||||
3
nontech/economy/books.txt
Обычный файл
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
|
https://www.youtube.com/playlist?list=PL1nz_WV6F5rhDNtmbGQIIIdHurfN6w8oQ
|
||||||
|
|
||||||
2025
|
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
|
Duel - Manucharov - Drobnitskiy of 56:04
|
||||||
https://www.youtube.com/watch?v=-u0oH_zllEk
|
https://www.youtube.com/watch?v=-u0oH_zllEk
|
||||||
USLawAndOrder - 07.25 - Dudnik - Drobnitskiy - Payback for Friendship with Epstein of 45:56
|
USLawAndOrder - 07.25 - Dudnik - Drobnitskiy - Payback for Friendship with Epstein of 45:56
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
Inna
|
Inna
|
||||||
|
|
||||||
2025
|
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
|
https://www.youtube.com/watch?v=2hT-c2r5LNI
|
||||||
SummerChannel - Shafran - Yambulatova - Global Technological Fight of 42:22
|
SummerChannel - Shafran - Yambulatova - Global Technological Fight of 42:22
|
||||||
https://www.youtube.com/watch?v=UywvIB6xihs
|
https://www.youtube.com/watch?v=UywvIB6xihs
|
||||||
|
|||||||
@ -5,17 +5,40 @@ https://docs.brew.sh/
|
|||||||
https://docs.brew.sh/Manpage
|
https://docs.brew.sh/Manpage
|
||||||
https://docs.brew.sh/FAQ
|
https://docs.brew.sh/FAQ
|
||||||
https://docs.brew.sh/Tips-N'-Tricks
|
https://docs.brew.sh/Tips-N'-Tricks
|
||||||
|
https://docs.brew.sh/Analytics
|
||||||
|
|
||||||
|
files
|
||||||
|
/home/linuxbrew/.linuxbrew
|
||||||
|
|
||||||
https://brew.sh/blog/
|
https://brew.sh/blog/
|
||||||
https://formulae.brew.sh/
|
https://formulae.brew.sh/
|
||||||
|
|
||||||
https://docs.brew.sh/Analytics
|
https://docs.brew.sh/Analytics
|
||||||
|
|
||||||
|
need
|
||||||
|
https://formulae.brew.sh/formula/kind#default
|
||||||
|
|
||||||
https://docs.brew.sh/Homebrew-on-Linux
|
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
|
sudo apt-get install build-essential procps curl file git
|
||||||
- Run these two commands in your terminal to add Homebrew to your PATH:
|
- 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
|
echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> /home/iharh/.bash_profile
|
||||||
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||||
|
|
||||||
need
|
==> Next steps:
|
||||||
https://formulae.brew.sh/formula/kind#default
|
- 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
|
|
||||||
2
os/unix/admin/security/firewall/tool/iptables-tracer.txt
Обычный файл
2
os/unix/admin/security/firewall/tool/iptables-tracer.txt
Обычный файл
@ -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://refactoring.guru/ru/design-patterns
|
||||||
https://github.com/RefactoringGuru
|
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
|
https://www.jetbrains.com/help/kotlin-multiplatform-dev/amper.html
|
||||||
|
|
||||||
|
wn
|
||||||
|
https://blog.jetbrains.com/amper/2025/10/amper-update-october-2025/
|
||||||
|
|
||||||
2025
|
2025
|
||||||
JetBrains - What’s new in Amper | Dmitry Savvinov 0:00 of 39:00
|
JetBrains - What’s new in Amper | Dmitry Savvinov 0:00 of 39:00
|
||||||
https://www.youtube.com/watch?v=Hy5TOyDDics
|
https://www.youtube.com/watch?v=Hy5TOyDDics
|
||||||
|
|||||||
@ -4,6 +4,9 @@ https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframe
|
|||||||
baeldung
|
baeldung
|
||||||
https://www.baeldung.com/spring-beans-integration-test-override
|
https://www.baeldung.com/spring-beans-integration-test-override
|
||||||
@MockBean is deprecated now
|
@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
|
2024
|
||||||
https://habr.com/ru/companies/spring_aio/articles/859430/
|
https://habr.com/ru/companies/spring_aio/articles/859430/
|
||||||
! bean redef using @TestBean, @MockitoBean
|
! 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
|
https://docs.spring.io/spring-framework/reference/web/webmvc-cors.html
|
||||||
|
https://spring.io/guides/gs/rest-service-cors
|
||||||
Headers
|
https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/CORS/Errors/CORSMissingAllowOrigin
|
||||||
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
|
|
||||||
|
|
||||||
|
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
|
2022
|
||||||
https://reflectoring.io/spring-cors/
|
https://reflectoring.io/spring-cors/
|
||||||
@CrossOrigin, web.cors:, WebMvcConfigurer.addCorsMappings(CorsRegistry r)
|
@CrossOrigin, web.cors:, WebMvcConfigurer.addCorsMappings(CorsRegistry r)
|
||||||
@ -23,3 +20,15 @@ cors:
|
|||||||
allowed-methods: "GET,POST,PUT,DELETE,OPTIONS"
|
allowed-methods: "GET,POST,PUT,DELETE,OPTIONS"
|
||||||
allowed-headers: "*"
|
allowed-headers: "*"
|
||||||
allow-credentials: true
|
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
|
||||||
|
|||||||
2
pl/java/tools/quality/testing/mock/list.txt
Обычный файл
2
pl/java/tools/quality/testing/mock/list.txt
Обычный файл
@ -0,0 +1,2 @@
|
|||||||
|
2021
|
||||||
|
https://developers.amadeus.com/blog/helpful-tools-to-create-mock-servers
|
||||||
Загрузка…
x
Ссылка в новой задаче
Block a user