-
MY PROJECTS
-
Recent Posts
- Java.Spring.ExternalBeanRegistration
- Docker.Postgres
- Docker. Tips
- Java.MapStruct.Tips
- Java.SpringBoot.InjectingProperties
- Java.Mockito
- Java.MavenShadePlugin
- Java.Servlets
- Java.DesignPatterns.SingletonExamples
- Java.Threads.Synchronized
- Java. DeepCloneExample
- Abstract Classes vs Interfaces
- SQL. NULL and logical operators
- Java. Simple Gradle Application
- Leetcode.Solved.Missing-number
- Leetcode.Solved.Intersection-of-two-arrays
- DesignPatterns.AbstractFactory
- DesignPatterns.Factory
- Leetcode.Solved.ContainsDublicate
- Leetcode.Solved.Majority-element
Categories
- Aptana
- Azure
- C#
- DataSnap
- DBExpress
- Delphi
- Delphi и сети
- Delphi. Язык программирования
- ExtJS
- FastReport
- FireDAC
- FireMonkey
- GIT
- ICS
- IDE
- IIS
- Indy
- InnoSetup
- javascript
- jQuery
- JSON
- LiveBindings
- MSHTML
- MySQL
- PHP
- REST
- Ribbons
- SMS
- SQL инструкции
- SVN
- TRichView
- UniGui
- WebBroker
- WinAPI
- Windows
- Алгоритмы
- Без рубрики
- Деревья
- Ищу ответ
- Компонентостроение
- Мои компоненты
- Начальный уровень
- Обработка исключений
- Парсинг
- Потоки(Threads)
- Регулярные выражения
- Тестирование приложений
Category Archives: Без рубрики
Java.Spring.ExternalBeanRegistration
// app // someSingletoneBean // helper singletone class
Posted in Без рубрики
Leave a comment
Docker.Postgres
met some problems (connection refused, Postgresql Docker role does not exist), following official docs, so decided to keep working example here
Posted in Без рубрики
Leave a comment
Docker. Tips
nehopper is devops worldwide service from docker help
Posted in Без рубрики
Leave a comment
Java.MapStruct.Tips
install mapper example of call with newer versions also faced with problems like this:
Posted in Без рубрики
Leave a comment
Java.SpringBoot.InjectingProperties
example /resources/application.properties Details
Posted in Без рубрики
Comments Off on Java.SpringBoot.InjectingProperties
Java.Mockito
build.gradle.kts seconnd one lib is for static methods Examples
Posted in Без рубрики
Comments Off on Java.Mockito
Java.Servlets
all servlets were written with community verison of idea, so ome workaround was needed myFirstServlet (need to be deployed on TomCat manually) communityHackServlet (starts with tomcat automatically) source for communityHackServlet
Posted in Без рубрики
Comments Off on Java.Servlets
Java.DesignPatterns.SingletonExamples
first way another way
Posted in Без рубрики
Comments Off on Java.DesignPatterns.SingletonExamples
Java.Threads.Synchronized
sync methods sync static class
Posted in Без рубрики
Comments Off on Java.Threads.Synchronized