Category Archives: Без рубрики

SpringBoot App inside Docker

Commands // rebuild some service in docker compose // start all containers in docker compose // down all containers Files Dockerfile docker-compose.yml

Posted in Без рубрики | Comments Off on SpringBoot App inside Docker

Kafka.FirstExperience

docker-compose.yml go to the directory of file and type kafka container console create topic list all topics writing to topic reading wrom topic

Posted in Без рубрики | Comments Off on Kafka.FirstExperience

Docker.MySql and Lost connection to MySQL server at ‘reading initial communication packet’, system error: 0

// first of all disable mySql Service if it was installed before or you will receive error like this // start docker container on 3307 port // connect to mysql monitor // bash inside docker

Posted in Без рубрики | Comments Off on Docker.MySql and Lost connection to MySQL server at ‘reading initial communication packet’, system error: 0

Gradle.Tips

ignoring cache and refreshes the dependencies

Posted in Без рубрики | Comments Off on Gradle.Tips

Spring.AppConfig

application.yaml in app config AppProperties.java

Posted in Без рубрики | Comments Off on Spring.AppConfig

Leetcode.Best-time-to-buy-and-sell-stock

Task

Posted in Без рубрики | Comments Off on Leetcode.Best-time-to-buy-and-sell-stock

LeetCode.ClimbStairs.Fibbonacci

task Here we can recognize fibbonacci sequence recursievely iteratievely

Posted in Без рубрики | Comments Off on LeetCode.ClimbStairs.Fibbonacci

Leetcode.Roman-to-integer

Task

Posted in Без рубрики | Comments Off on Leetcode.Roman-to-integer

LeetCode.Palindrome-number

task

Posted in Без рубрики | Comments Off on LeetCode.Palindrome-number

Java.DesignPatterns.Lightweight

lightweight example moving out repeating heavy objects to the stucture outside

Posted in Без рубрики | Comments Off on Java.DesignPatterns.Lightweight