- 11
- 160 784
Nikolay Panyukov
Приєднався 28 тра 2010
I believe that the best way to learn something is to explain it to a person not familiar with the topic.
After watching videos on my channel you will be able to explain any studied technology easily.
After watching videos on my channel you will be able to explain any studied technology easily.
Приоритеты при подготовке к работе Java разработчиком
t.me/panyukovnikolay - ссылка на мой блог в телеграм
Поток менторинга начинается первого октября (2024 г.), если хотите участвовать - заполните анкету (forms.gle/tJ42jzN7cfLjcrXcA) и я с вами свяжусь
В блоге я публикую материалы по менторингу, личной эффективности и свои статьи на habr
Поток менторинга начинается первого октября (2024 г.), если хотите участвовать - заполните анкету (forms.gle/tJ42jzN7cfLjcrXcA) и я с вами свяжусь
В блоге я публикую материалы по менторингу, личной эффективности и свои статьи на habr
Переглядів: 56
Відео
Multithreading in Java | When we should think about threadsafety | Video 2
Переглядів 1976 місяців тому
Today I'll show you, when you should think about threadsafety It's a complex topic and I tried to tell everything in simple words. For complete understanding you may need to watch this video several times Link to support me and course creation: - boosty.to/panyukovnikolay/donate - boosty.to/panyukovnikolay #java #multithreading #concurrency #parallelism #thread #synchronization #threadsafety #r...
Multithreading in Java | Why all Java apps have more than one thread | Video 1
Переглядів 2758 місяців тому
This is the first video of my course about Multithreading in Java I regularly conduct interviews of candidates of different levels, and notice that even senior developers have problems answering questions about multithreading And such questions are often asked in interviews Today I'll show you, why all java apps have more than one thread Thank you for watching ! 😇 Link to support me and course ...
Multi module java project with Gradle | basics | sub project import | manage dependencies
Переглядів 45 тис.2 роки тому
Today we will learn: 1. how to create a multi-module gradle project 2. how to import one module to another 3. share dependencies between modules 4. store dependencies in an external file I recommend to watch the videos first: ua-cam.com/video/MXuyTdrz0lI/v-deo.html& ua-cam.com/video/6yFdhwlckTo/v-deo.html ua-cam.com/video/w6b5dhGs_Yc/v-deo.html Hope you like this Thank you for watching ! :)
Gradle dependencies | tasks | api scope | lifecycle | create own task from java class
Переглядів 3,6 тис.2 роки тому
I decided to record special video only about gradle dependencies scopes (compileOnly, runtimeOnly, implementation, api etc.) and tasks Because I found, that this topics are usually difficult for understanding Before start watch previous videos fot better understanding: ua-cam.com/video/6yFdhwlckTo/v-deo.html ua-cam.com/video/6ySq0a6YFjA/v-deo.html
Gradle basics | concepts | build.gradle | project structure | files | configuration
Переглядів 4,7 тис.3 роки тому
This is the first video about Gradle on the channel, two more videos will be filmed soon :) Gradle is the most modern and powerful build tool, I beleave that every java developer should be able to work with it Today I'll show you: - what is the Gradle - how does a project structure looks like - basic concepts - crucial files - basic configuration Hope you like this Feel free to leave a comment ...
Multi module java project with Maven | basics | dependency management | bom | sub project import
Переглядів 22 тис.3 роки тому
It's the next video about maven on my channel. Today I'll explain: 1. What is a multi-module maven project 2. How to create it 3. How to manage dependencies in multi-module project 4. How to import one module to another 5. What is the bom file and how to use it Hope you like this Feel free to leave a comment about what was good and what can be improved Thank you for watching ! :)
Maven Lifecycle In 15 minutes | Phases | Goals | Plugins | Profiles
Переглядів 35 тис.3 роки тому
Maven Lifecycle In 15 minutes | Phases | Goals | Plugins | Profiles
Maven in 10 minutes | pom.xml | dependencies | scopes
Переглядів 47 тис.3 роки тому
Hello, today we will start to learn java project build tools, and our first build tool whould be the maven, because it's most commonly used in java world. We will take a look at the maven basic concepts, project structure, pom.xml file, how to declare properties, what is a repository, dependencies, scopes and in the end I will explain what is a transitive dependency. After watching this video y...
Docker For Kids | docker-compose | volumes | spring boot | java | in 20 minues
Переглядів 9193 роки тому
Today I want to tell you how to work with docker-compose, we will run a simple spring boot java application which connects to postgres in one container and run the postgres database itself in another container, also we'll see how to work with docker volumes. I highly recommend to watch first video about docker on my channel for better understanding: ua-cam.com/video/xXYUA-vm70Q/v-deo.html Don't...
Docker For Kids | basic concepts | spring boot java app in container | in 20 minues
Переглядів 1,7 тис.3 роки тому
This is my first video on the channel. It's called "for kids" because I will try to explain everything in simple concepts, so even schoolkid would be able to understand the technology. You can get docker here docs.docker.com/get-started/ In this video we will learn what is the docker, its basic concepts, such as an image, a container, a Dockerfile, will create a simple container, then will run ...
Can you tell me why gradle and build folder showing Orange colour?
thank you thank you thank you!!!
Thank you so much.
Thank you
Hello, python dev here who recently got a job as a Java dev. Thank you for this video, it gives a good high level overview of maven, and a good starting point for further exploration.
А вы слышали про Skypro? что думаете об обучении там? мне друзья посоветовали попробовать Skypro, говорят,там все хорошо объясняют, и я решил попробовать
Классный шортс!👍
Awesome videos....please keep it up. I struggled using gradle and wasted a lot of time here and there in exploring and understanding. But your videos make it easy and quick. Thanks for making these videos 😊
other youtubers dont know how to explain😑 this guy 👍
Очень полезное видео, спасибо! Хотелось бы посмотреть на пример докеризации и деплоя многомодульных проектов:)
You can not skip phases by using properties. You skip the execution of particular plugin goals but that means the goal must support such a property and strictly speaking it's not even skipped. That means only the plugin will skip costly operations by checking the skip property upfront... ... As you seen in your own example output the surefire-plugin is even executed (the goal: "test" is shown in the output) which means also the phase "test" executed...
Clear explanation, thank you.
Great video Good job❤❤❤❤❤
Perfect
best intro video ! Thanks
That's a truly perfect explanation ! Thank U
how to include the module as a dependency in other project
I have been struggling with Gradle for a few days. This is so helpful. Thanks
great tutorial
Очень хорошее и понятное объяснение👍👍👍
Oh thank God no thick Indian accent😢
can we do the same using module-info.java in sub projects for applying dependencies?.
Fine
Посмотрел через Яндекс браузер с переводом с использованием ИИ. Всё понятно 👍
Can you help how I can achieve auto versioning in gradle u want to publish my LIB to nexus but version= 1.0.0-snaphot is manual I'm my build.gradle I am on gitlab
thank you you're like a wizard
When we type mvn package does it perform above 4 stages(clean,validate,compile,test) also ?
very good understood in one go
Thank you for creating such detailed video on this much needed topic 😀
many thanks!
great video!
Really good, clear message conveying, The rest can come here and learn how to speak, pronounce words and present difficult material.
Clearcut info❤
Thanks, explained really well, and also shown me new ways to do the same task I've been doing manually. I used to write build.gradle for each sub-project, while being unaware of subproject {}
Better than the actual docs. Thanks!
Great Vid, but still cant see any gain with Maven, God knows i tried.
Finally someone without annoying pringles accent
Great Tutorial
very nice!
Very helpful. Helped to answer some of my questions! Thank you, Nikolay!
Great video. Thank you for sharing this knowledge.
que buen contenido la put* madre.
Thank you so much for these videos! They're exactly what I'm looking for.
Please create a Gradle playlist so we can follow the series in order. Thanks again
Amazing tutorial! Thank you!
Gold..! thank you so much bro.
With so many mistakes in this video, you really should record it again Useful but sloppy
Thank you for such amazing concise explaination, kudos!!
Can we import only sub module in intelli
So helpful, thank you so much