Чашечка Java
10.3K subscribers
3.08K photos
7 videos
49 files
4.32K links
Лучшие материалы по Java на русском и английском

Разместить рекламу: @tproger_sales_bot

Правила общения: https://tprg.ru/rules

Другие каналы: @tproger_channels
Download Telegram
Top 5 Computer Vision and OpenCV Courses to Learn in 2021 - Best of Lot

Hello guys, if you want to learn Computer Vision and OpenCV and looking for the best computer vision online courses from Udemy, Coursera, and Pluralsight then you have come to the right place....

Read: http://www.java67.com/2020/07/top-5-courses-to-learn-computer-vision-opencv-python.html
How to use Strategy Design Pattern in Java? Example Tutorial

Hello guys, you might have heard about it, Can you tell me any design pattern which you have used recently in your project, except Singleton? This is one of the popular questions from various Java...

Read: http://www.java67.com/2014/12/strategy-pattern-in-java-with-example.html
Java News Roundup: Updates on OpenJDK, Spring, Quarkus, Payara, Hibernate, Quarkus and JakartaOne

This week's Java roundup for October 18th, 2021 features news from OpenJDK JEPs, Oracle’s Releases Critical Patch Update for October 2021, JDK 18, numerous Spring Projects updates, Quakus 2.3.1, Payara Platform, Hibernate Search 6.0.7, GraalVM 21.3, Java for VS Code 1.0 and Apache Camel for VS Code 0.1.0. The program for the JakartaOne Livestream 2021 conference has been finalized.
By Michael Redlich

Read: https://www.infoq.com/news/2021/10/java-news-roundup-oct18-2021/
Top 5 Online Courses to Learn Linux in Depth - Best of Lot

Hello guys, if you want to learn Linux operating systems and command lines and look for the best Linux courses, you have chosen the right place. In the past, I have shared some free Linux courses and...

Read: http://www.java67.com/2020/07/top-5-courses-to-learn-linux-in-depth.html
Как я создал Spring Boot startup analyzer

Ни для кого не секрет, что приложения на Spring могут задумываться на старте. Особенно это заметно с развитием проекта: новый сервис стартует быстро и радует отзывчивостью, потом начинает обрастать функционалом, появляются всё новые и новые зависимости, а итоговый дистрибутив распухает на десятки мегабайт. И вот, для того чтобы просто запустить этот сервис локально, приходится ждать полминуты, минуту, две… В такие моменты ожидания у разработчика могут возникнуть вопросы: почему же так долго? что там такого происходит под капотом? может, не нужно было добавлять ту библиотеку?

Всем привет, меня зовут Алексей Лапин, я ведущий разработчик в Luxoft. В статье расскажу про инструмент в виде веб-приложения для анализа фазы старта сервисов на Spring Boot, использующий данные actuator startup endpoint. Это может помочь ответить на вопросы выше.


Читать: https://habr.com/ru/post/585662/?utm_campaign=585662
Top 5 Free Core Spring, Spring MVC, and Spring Boot Courses for Beginners in 2021 - Best of Lot

I have been sharing a lot of resources like books and courses recently and when I published my list of Top 5 courses to learn Spring and Hibernate, many of my readers asked about a similar list of...

Read: http://www.java67.com/2017/11/top-5-free-core-spring-mvc-courses-learn-online.html
Методы .equals и .hashcode в Java. Отличия реализации по умолчанию от реализации на практике

Что такое .equals() и .hashcode() в java? Зачем их переопределяют? Как это принято делать?


Читать: https://habr.com/ru/post/585898/?utm_campaign=585898
How to use Linked List in Java? Example Tutorial

Hello friends, we meet again on our journey to Java. I hope you guys are enjoying Java and are trying hands-on too. Today we are gonna discuss a very easy topic (yeah, I mean it :p). But, do...

Read: http://www.java67.com/2021/10/how-to-use-linked-list-in-java-example.html
Python как инструмент сборки

Обычно, начиная проект на Java (или любой другой проект), вы не хотите заново изобретать колесо. Вы де-факто выбираете систему сборки, структуру папок, окружение и т.д. То, что использует весь остальной мир.

Тем не менее, и Skija, и JWM сделаны с помощью скриптов Python вместо более традиционных Ant/Maven/Gradle/SBT. Почему? Давайте узнаем!
Maven

Когда мы только начинали Skija, я использовал Maven, потому что хорошо его знал. Очень скоро мы столкнулись с ограничениями Maven: это очень жесткая система. Он хорошо работает на стандартных проектах, но когда вам нужно что-то дополнительное, он становится препятствием.

А у нас был очень нестандартный проект. Skija — это проект 50/50 из Java и C++. Мы создаем нативные артефакты и упаковываем их в JAR-файлы. У нас есть несколько разных JAR, собранных из одного источника (по одному на платформу). Мы также предварительно обрабатываем исходники Java с помощью Lombok перед их компиляцией.

Забавный факт: единственной IDE, которая поддерживает одновременную разработку на Java и C++, является Android Studio. Нет, мы не были готовы пойти на эту жертву.

С каждым усложнением я упорно боролся за то, чтобы все работало с Maven. Но его негибкость делала простые вещи чрезвычайно сложными. Например, я не мог контролировать, какие файлы из каталога должны попасть в JAR, а какие нет. Я не мог указать в каком каталоге их искать.


Читать: https://habr.com/ru/post/586046/?utm_campaign=586046
Can You Override Static Method in Java? Method Hiding Example

Can we override the static method in Java?This is one of the most popular Java interview questions. The answer to this question is No, you cannot override the static method in Java because the method...

Read: http://www.java67.com/2012/08/can-we-override-static-method-in-java.html
Top 10 Java 9 and Module Tutorials and Courses to Learn in 2021 - Best of Lot

It's been more than a couple of years or so since JDK 9 was launched, and the new year is probably the best time to learn Java 9 and get yourself familiar with new features and enhancements on...

Read: http://www.java67.com/2018/01/top-10-java-9-tutorials-and-courses.html
Как сделать проект на Java Spring Boot?

Разбор планирования и логики работы небольшого Back-end проекта на Java Spring Boot


Читать: https://habr.com/ru/post/586176/?utm_campaign=586176
Top 5 Free Big Data Courses to Learn Hadoop, Spark in Java 2021- Best of Lot

Hello Java Programmers, If you want to learn Big Data technologies in 2021 like Hadoop, Apache Spark, and Apache Kafka and you are looking for some free resources like books, courses, and tutorials,...

Read: http://www.java67.com/2018/05/top-5-free-big-data-courses-to-learn-Hadoop-Apache-Spark.html
10 Examples of HashMap in Java - Programming Tutorial

The HashMap in Java is one of the most popular Collection classes among Java programmers. After my article on How HashMap works in Java, which describes the theory part of Java HashMap and becomes...

Read: http://www.java67.com/2013/02/10-examples-of-hashmap-in-java-programming-tutorial.html
Grails 5.0 Updates Underlying Frameworks and Consolidates Features

Grails 5.0 was released featuring deprecation of the ‘dot’-Based Navigation to configuration, default autowire by type in Data Services, the decoupling of Grails Gradle Plugin from the grails-core and the Grails Gradle Publish plugin is removed from the Grails plugin applications. Also, this release includes Apache Groovy 3, Micronaut 3, Gradle 7, Spring Boot 2.5, Spring 5.3 and Spock 2.0.
By Olimpiu Pop

Read: https://www.infoq.com/news/2021/10/grails-5-released/
How to set the logging level with application.properties in Spring Boot - Example Tutorial

Hello guys, if you are wondering how to set the logging level on spring boot then you have come to the right place. In the past, I have shared the best Spring Boot courses and free courses to...

Read: http://www.java67.com/2021/10/how-to-set-logging-level-in-spring-boot-.html
5 Best Free Online Courses to Crack AWS Cloud Practitioner Exam in 2021 - Best of Lot

Hello guys,  if you are preparing for AWS Cloud Practitioner certification and looking for free online courses to boost your preparation, then you have come to the right place. In the past, I have...

Read: http://www.java67.com/2020/08/top-5-free-courses-to-pass-aws-cloud.html
Oracle's JDK 17 - Free Again for Commercial Use

The Oracle JDK is available free of charge for production use again - under the new "Oracle No-Fee Terms and Conditions" (NFTC) license. This move reverses a 2018 decision to charge for Oracle JDK production use and does not affect Oracle's OpenJDK distribution. The NFTC applies to the recently released version 17 of Oracle JDK and future versions.
By Karsten Silz

Read: https://www.infoq.com/news/2021/10/oracle-jdk-free-again/
How to find Large Files and Directories with Size in Linux? [find + du Example]

One of the common problems while working in Linux is finding large files to free some space. Suppose, your file system is full and you are receiving an alert to remove spaces or if your host is run...

Read: http://www.java67.com/2017/08/how-to-find-large-files-with-size-in-Linux.html
Java Serialization Example and Tutorial for Beginners [Guide]

Serializing an object in Java is never easy and many Java developers often get confused. There are so many rules, interfaces to implement, and then always a chance of data loss or an error during the...

Read: http://www.java67.com/2021/04/java-serialization-tutorial-example-.html