зеркало из
				https://github.com/iharh/notes.git
				synced 2025-10-30 05:06:05 +02:00 
			
		
		
		
	m
Этот коммит содержится в:
		
							родитель
							
								
									3528f86398
								
							
						
					
					
						Коммит
						0dd73cb4db
					
				| @ -88,3 +88,5 @@ I've been using Redis wrong this whole time of 20:52 | ||||
| 2021 | ||||
| DailyCodeBuffer - Redis CLI Tutorial | Complete Course 0:00 of 1:27:11 | ||||
|     https://www.youtube.com/watch?v=0wqZd3zwh7Y | ||||
| ???? | ||||
| https://www.youtube.com/shorts/x8lcdDbKZto | ||||
|  | ||||
| @ -1,2 +1,7 @@ | ||||
| https://www.postgresql.org/docs/current/logical-replication-subscription.html | ||||
| 
 | ||||
| 2024 | ||||
| https://www.dolthub.com/blog/2024-03-08-postgres-logical-replication/ | ||||
| ??? | ||||
| https://www.crunchydata.com/blog/active-active-postgres-16 | ||||
| https://www.unixmen.com/database-system-postgresql-replication-ubuntu-16-04/ | ||||
|  | ||||
| @ -1,13 +1,17 @@ | ||||
| Burovskiy Andrey Mihailovich | ||||
| 
 | ||||
| NDay - Ancient RU of p9 | ||||
|     https://boosty.to/den_club/posts/fc4e7e32-2fb0-4bfe-80b2-684d5169ffbe | ||||
| 
 | ||||
| 2024 | ||||
| NDay - Burovskiy - Ancient RU p2 3:00 of 48:29 | ||||
| NDay - Burovskiy - Ancient RU p2 of p9 17:00 of 48:29 | ||||
|     https://boosty.to/den_club/posts/fc4e7e32-2fb0-4bfe-80b2-684d5169ffbe | ||||
| NDay - Peretolchin - Burovskiy - History of Siberian Civilization of 1:08:01 | ||||
|     https://nday.club/video/zagadki-ischeznuvshih-gorodov-drevney-sibirskoy-civilizacii | ||||
| 2023 | ||||
| ShadowsControl - Burovskiy - Occultism and Magy in Anenerbe of 1:00:55 | ||||
|     https://www.youtube.com/watch?v=RK5_dYh6o8g | ||||
| 
 | ||||
| books | ||||
| http://flibusta.site/a/1807 | ||||
| 
 | ||||
| RU Nation History | ||||
|     https://www.wildberries.by/product?card=173328682 | ||||
|     ! 14 bin | ||||
|  | ||||
							
								
								
									
										4
									
								
								os/x-ui/font/docs/articles.txt
									
									
									
									
									
										Обычный файл
									
								
							
							
						
						
									
										4
									
								
								os/x-ui/font/docs/articles.txt
									
									
									
									
									
										Обычный файл
									
								
							| @ -0,0 +1,4 @@ | ||||
| 2024 | ||||
| https://www.amygoodchild.com/blog/cursive-handwriting-in-javascript | ||||
|     https://habr.com/ru/companies/ruvds/articles/816077/ | ||||
| https://www.amygoodchild.com/blog/generating-the-alphabet | ||||
							
								
								
									
										1
									
								
								os/x-ui/themes/icons/zorin.txt
									
									
									
									
									
										Обычный файл
									
								
							
							
						
						
									
										1
									
								
								os/x-ui/themes/icons/zorin.txt
									
									
									
									
									
										Обычный файл
									
								
							| @ -0,0 +1 @@ | ||||
| https://github.com/ZorinOS/zorin-icon-themes | ||||
| @ -1 +1,5 @@ | ||||
| https://github.com/WillPower3309/swayfx | ||||
| 
 | ||||
| cfg | ||||
| https://gitlab.com/prolinux410/owl_dots | ||||
|     https://www.youtube.com/watch?v=GPKe1dd74Pk | ||||
|  | ||||
| @ -3,6 +3,7 @@ https://www.manning.com/books/contract-testing-in-action | ||||
| 2023 | ||||
| https://www.manning.com/books/azure-security-2 | ||||
| https://www.manning.com/books/optimization-algorithms | ||||
| https://www.manning.com/books/fluent-bit-with-kubernetes | ||||
| https://www.manning.com/books/platform-engineering-on-kubernetes | ||||
| 2022 | ||||
| live | ||||
|  | ||||
| @ -3,7 +3,7 @@ https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#howto.appl | ||||
|     https://docs.spring.io/spring-boot/docs/3.2.2/api/org/springframework/boot/diagnostics/FailureAnalysis.html | ||||
| 
 | ||||
| 2024 | ||||
| BusyCoderAcademy - 5. Spring Boot Rest Project Employee Mgt Application with Ex handling Validation||Rajeev Gupta 1:20:00 of 1:31:30 | ||||
| BusyCoderAcademy - 5. Spring Boot Rest Project Employee Mgt Application with Ex handling Validation||Rajeev Gupta 1:25:00 of 1:31:30 | ||||
|     https://www.youtube.com/watch?v=XTk6fz1i9UA | ||||
|     ! package for exceptions | ||||
|     ! 44:00 proper way is to create separate @RestControllerAdvice EmployeeAppExHandlerController | ||||
| @ -39,6 +39,20 @@ BusyCoderAcademy - 5. Spring Boot Rest Project Employee Mgt Application with Ex | ||||
|         ... | ||||
|     } | ||||
| 
 | ||||
|     src/main/resources/ValidationMessages.properties | ||||
|     employeeDto.name.absent=... | ||||
|     employeeDto.email.absent=... | ||||
| 
 | ||||
|     public class EmployeeDto { | ||||
|        ... | ||||
|        @NotEmpty(message="{employeeDto.name.absent}") | ||||
|        private String name; | ||||
| 
 | ||||
|        @Email(message="...") | ||||
|        private String email; | ||||
|        ... | ||||
|     } | ||||
| 
 | ||||
| 2023 | ||||
| https://blog.stackademic.com/mastering-exception-handling-in-spring-boot-33d74a1dfc9e | ||||
| https://dip-mazumder.medium.com/spring-boot-exception-handling-best-practices-e8ebe97e8ce | ||||
|  | ||||
		Загрузка…
	
	
			
			x
			
			
		
	
		Ссылка в новой задаче
	
	Block a user
	 Ihar Hancharenka
						Ihar Hancharenka