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

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

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

Другие каналы: @tproger_channels
Download Telegram
What is Property Source in Spring Framework? @PropertySource Annotation Example Tutorial

Hello Java developers, if you are wondering What is property source in Spring Framework and how to use @PropertySource annotation then you have come to the right place. Earlier, I have shared the...

Read: http://www.java67.com/2021/10/what-is-property-source-in-spring.html
Top 10 Pluralsight courses to Learn JavaScript in Depth [2021] - Best of Lot

Hello guys, if you are learning JavaScript and looking for the best JavaScript courses on Pluralsight, then you have come to the right place. In the past, I have shared the best JavaScript courses....

Read: http://www.java67.com/2020/08/top-10-pluralsight-courses-to-learn-JavaScript.html
How to Pass Spring Professional 5.0 Certification (VMware EDU-1202) in 2021

Hello guys, if one of your new year goals is to pass the Spring Developer Certification this year and wondering where to start then you have come to the right place. In this, article, I'll tell...

Read: http://www.java67.com/2019/06/core-spring-professional-50-topics-guide-java-developers.html
100% загрузка CPU: моя вина?

История бага JDK и связанной с ним ошибки разработки, приведшей к нештатной 100%-загрузке CPU. Что пошло не так, что можно было сделать лучше, и кто, в конце концов, оказался виноват?

Читать: https://habr.com/ru/post/582978/?utm_campaign=582978
6 Best Free Online Courses to Learn Microsoft Azure Cloud Platform and Services in 2021 - Best of Lot

Hello guys,  If you want to learn Microsoft Azure concepts and services and look for free online training courses and classes, you have come to the right place. In the past, I have shared both free...

Read: http://www.java67.com/2020/07/5-free-courses-to-learn-microsoft-azure-cloud.html
Top Java Blogs Weekly: Best of 43/2021

Best of Top Java Blogs, year 2021, week 43

Read: https://www.topjavablogs.com/news/best-of-43-2021
15 Machine Learning Interview Questions

Hello guys, if you are preparing for Machine Learning interviews and looking for frequently asked Machine Learning interview questions then you have come to the right place. In this article, I am...

Read: http://www.java67.com/2021/10/15-machine-learning-interview-questions.html
Top 3 Books to Learn Hibernate for Java Developers in 2021 - Best of Lot

Hello guys, if you want to learn Hibernate and looking for the best Hibernate books to start with then you have come to the right place. In the past, I have shared the best Hibernate courses and...

Read: http://www.java67.com/2017/02/2-best-books-to-learn-hibernate-for-Java-Developers.html
Neoflex Hiring Week

Компания Neoflex ищет Senior Java-разработчиков и системных аналитиков из любого города России. Присоединяйтесь к команде Neoflex и получайте welcome-бонус в размере одного оклада.

Читать: «Neoflex Hiring Week»
Ускорение Maven сборки в Docker

Ранее я описал различные методы ускорения ваших Maven сборок.

Сегодня я хотел бы расширить их область применения и сделать то же самое для сборок Maven внутри Docker.


Читать: https://habr.com/ru/post/583600/?utm_campaign=583600
Top 10 Frequently asked SQL Query Interview Questions

In this article, I am giving some examples of SQL queries which is frequently asked when you go for a programming interview, having one or two year experience in this field. Whether you go for a Java...

Read: http://www.java67.com/2013/04/10-frequently-asked-sql-query-interview-questions-answers-database.html
Top 5 Courses to learn Docker for Java Programmers in 2021 - Best of Lot

Hello Java programmer, if you want to learn Docker and looking for the best Docker Courses from Java and Spring Boto developer point of view, then you have come to the right place. Earlier, I shared...

Read: http://www.java67.com/2021/04/top-5-courses-to-learn-docker-for-java.html
Java News Roundup: Grails 5.0, Spring Framework, Hibernate, WildFly and the Kotlin Multik Library

This week's Java roundup for October 11th, 2021 features news from OpenJDK, JDK 18, Spring Framework, Grails 5.0, Micronaut 3.1, Helidon 2.3.4, point and GA releases of Hibernate ORM and Reactive, updates related to the recent GA release of WildFly 25, GraalVM Native Build Tools 0.9.6, Apache Camel 3.11.3, Piranha 21.10.0 and JetBrains introducing the Multik multidimensional array library.
By Michael Redlich

Read: https://www.infoq.com/news/2021/10/java-news-roundup-oct11-2021/
Top 10 Frontend Web Development Skills Beginners Should Learn in 2021 [UPDATED]

Hello guys, if you want to become a frontend developer and wondering which skills you should learn then you have come to the right place. In the past, I have shared free web development courses...

Read: http://www.java67.com/2020/10/best-frontend-skills-web-developer.html
Top 5 Free Amazon Web Services or AWS Courses to Learn in 2021- Best of Lot

Hello guys, if you are thinking about learning cloud technologies or cloud computing, and looking at the various cloud providers like AWS, GCP, or Azure, then you are going in the right direction....

Read: http://www.java67.com/2018/05/top-5-amazon-web-services-or-aws-courses-to-learn-online.html
3 Ways to Return Different Objects from Spring MVC Controller? @RequestMapping and ResponseEntity Example Tutorial

Hello guys, if you want to provide different types from a Controller in Spring MVC and wondering how to do that then you have come to the right place. In the past, I have shared the free...

Read: http://www.java67.com/2021/10/3-ways-to-send-different-content-types.html
Top 5 Courses to learn DevOps for Experienced Java Developers in 2021 - Best of Lot

Hello guys, you may know that DevOps is one of the most in-demand skills for both big and small organizations. Consequently, DevOps Engineer is also one of the highest-paid technical jobs for people...

Read: http://www.java67.com/2020/06/top-5-courses-to-learn-devops-in-2020.html
Eclipse IDE 2021-09 Supports Java 17

The Eclipse Foundation released Eclipse IDE 2021-09, a quarterly update of its flagship project, on September 15, 2021. It supports Java 17 through a plugin and improves Java refactoring, code assist, Git history navigation, and the IDE's dark mode. The recently established Working Group has not reversed the decline in sub-project activities.
By Karsten Silz

Read: https://www.infoq.com/news/2021/10/eclipse-ide-java-17/
How to sort an Array in descending order in Java? Example Tutorial

Sorting an array is one of the common tasks in Programming and you have many algorithms to sort an array, like QuickSort, MergeSort which provides O(NLogN) time performance, and Bucket Sort, Counting...

Read: http://www.java67.com/2016/07/how-to-sort-array-in-descending-order-in-java.html
fibonacci-series in Java.gif
25.5 KB
Fibonacci Series in Java Using Recursion

Fibonacci series in Java
Write a Java program to print the Fibonacci series up to a given number or create a simple Java program to calculate Fibonacci number is common Java questions on fresher...

Read: http://www.java67.com/2016/05/fibonacci-series-in-java-using-recursion.html