Чашечка Java
前往频道在 Telegram
Лучшие материалы по Java на русском и английском Разместить рекламу: @tproger_sales_bot Правила общения: https://tprg.ru/rules Другие каналы: @tproger_channels
显示更多8 545
订阅者
-224 小时
-57 天
-2730 天
帖子存档
8 545
Top 20 Node.js Interview Questions with Answers for 1 to 2 Years Experienced Web Developers
Though Node.js is defined as a JavaScript environment, it is widely considered as a backend framework. Since its inception in 2008, Node.js has become a popular term in the server-side development...
Read: http://www.java67.com/2022/02/nodejs-interview-questions-with-answers.html
8 545
TypeScript usage growing by leaps and bounds — report
Read: https://www.infoworld.com/article/3650513/typescript-usage-growing-by-leaps-and-bounds-report.html#tk.rss_java
8 545
Service Overload Detection and Remediation at LinkedIn
LinkedIn recently published how it handles overload detection and remediation in its microservices. Its solution, Hodor, provides an adaptive solution that works out of the box with no configuration. It is a platform-agnostic mechanism to run overload detectors and load shedders inside the monitored process that samples load and sheds traffic from within the application's processing chain.
By Eran Stiller
Read: https://www.infoq.com/news/2022/02/hodor-linkedin/
8 545
Java Switch Statement and Expression Tutorial with Examples
Hello friends, welcome aboard to the journey to understand and enjoy Java! We meet once again today to discuss a really interesting topic in Java. But, before we get to the actual topic, let’s talk...
Read: http://www.java67.com/2022/02/java-switch-statement-and-expression.html
8 545
How to send Emails in Java using Spring Framework? JavaMailSenderImpl Example Tutorial
Hello guys, if you are looking for a Java Spring tutorial to send emails then you have come to the right place. Earlier, I have shared the free spring framework online courses, and today, I am going...
Read: http://www.java67.com/2019/10/how-to-send-email-in-java-using-spring.html
8 545
Как писать подзапросы EXISTS с помощью JPA и Hibernate
В этой статье я покажу вам, как писать подзапросы EXISTS с помощью JPA и Hibernate.
Подзапросы EXISTS очень полезны, так как позволяют реализовать SemiJoins. К сожалению, многие разработчики приложений не знают о SemiJoins и ограничиваются тем, что эмулируют его с помощью EquiJoins (например, INNER JOIN) в ущерб производительности запросов.
Читать: https://habr.com/ru/post/652591/?utm_campaign=652591
8 545
Java News Roundup: JDK 18-RC1, Project Loom, Spring, Payara, Open Liberty and JReleaser Updates
This week's Java roundup for February 14th, 2022, features news from OpenJDK, JDK 18, JDK 19, Project Loom, point releases on Spring projects, Payara Platform, Open Liberty 22.0.0.2 and 22.0.0.3-beta, Micronaut 3.3.3, GraalVM Native Build Tools 0.9.10, JReleaser 1.0.0-M2, Piranha 22.2.0, JobRunr 4.0.9, Micrometer Metrics 2.0.0-M2, Micrometer Tracing 1.0.0-M2, JDKMon 17.0.22 and Failsafe 3.2.2.
By Michael Redlich
Read: https://www.infoq.com/news/2022/02/java-news-roundup-feb14-2022/
8 545
Top 10 Free and Paid CodeCademy Courses for Beginners in 2022 - Best of Lot
If your work is in any way related to coding or technology, you would surely know what Codecademy is. But for those of you who don't know, it is an online platform that teaches a wide range of...
Read: http://www.java67.com/2022/02/top-10-free-and-paid-codecademy-courses.html
8 545
TypeScript usage growing by leads and bounds — report
Read: https://www.infoworld.com/article/3650513/typescript-usage-growing-by-leads-and-bounds-report.html#tk.rss_java
8 545
What is @ResponseBody and @RequestBody in Spring MVC? When to use them with Examples
Hello guys, if you are wondering what is @RequestBody and @ResponseBody annotation in Spring and Spring Boot then you have come to the right place. Earlier, I have told you about the...
Read: http://www.java67.com/2022/02/what-is-responsebody-and-requestbody-annotations-in-spring.html
8 545
gRPC на практике: особенности, преимущества и недостатки
Привет, Хабр! Разрабатывая экосистему для «Метр квадратный», мы со старта проекта планировали большую линейку продуктов. Поэтому подбирали стек, который поможет реализовать максимум идей. В итоге мы пришли к протоколу gRPC.
В этом материале я расскажу:
— о преимуществах gRPC;
— об особенностях работы с протоколом, и о том, как с ними жить;
— о тех проблемах, с которыми мы столкнулись;
— и о том, как их решить.
gRPS или не gRPS?
Читать: https://habr.com/ru/post/652305/?utm_campaign=652305
8 545
Top 5 Courses to Learn Perl Scripting in 2022 - Best of Lot
Hello everyone, today I'm going to talk about Perl, a very strong text processing programming language. While writing a Perl script to create a report from log files ten years ago, I first...
Read: http://www.java67.com/2022/02/top-5-courses-to-learn-perl-scripting.html
8 545
Получите работу за один день на Java Day Offer
В международную компанию Lineate требуются джуниор и мидл специалисты на проекты по разработке и внедрению высоконагруженных сервисов, систем сбора, управления, визуализации и анализа данных.
Получить работу за один день можно, если следовать плану: заполните анкету на сайте и получите письмо с тестовым заданием. Отправить тестовое нужно до 22 февраля включительно. За этим следуют два этапа интервью — ответ вы получите в тот же день.
С вас опыт работы от двух лет, знания Spring Framework и готовность общаться с заказчиками на английском; с Lineate — долгосрочные проекты, гибкий график, современный стек технологий, обучение и др.
Подробнее по ссылке. Обратиться к рекрутеру: @JuliaKatrich.
#ad
8 545
How to find the Longest common prefix in Given Array of String in Java? [Solved]
Hello friends, we are here today again on the journey of java. But, today we are not gonna see any usual Java class or any method. Today we are gonna put our minds to use and write some code in java...
Read: http://www.java67.com/2022/02/how-to-find-longest-common-prefix-in.html
8 545
Top Java Blogs Weekly: Best of 9/2022
Best of Top Java Blogs, year 2022, week 9
Read: https://www.topjavablogs.com/news/best-of-9-2022
8 545
Top 5 Courses to Learn Haskell for Beginners in 2022 - Best of Lot
Hello friends! Today we are gonna review some of the best courses available for learning Haskell. So, are you guys wondering what is Haskell or where is it used. Do not worry, let's have a brief...
Read: http://www.java67.com/2022/02/op-5-courses-to-learn-haskell-for-beginners.html
8 545
5 Best Apache Camel Courses for Java Developers in 2022
If you are looking to learn something new and awesome, like camel, you have come to the right place. Here, we will discuss some of the best courses available in the market currently which can really...
Read: http://www.java67.com/2022/02/5-best-apache-camel-courses-for-java.html
8 545
Top 5 Courses to learn UML for Software Design and Development in 2022 - Best of Lot
Hello friends, we are here again today for another exciting topic to discuss. But, today we are not gonna discuss something which is related to Java or any other language or spring boot....
Read: http://www.java67.com/2021/11/top-5-courses-to-learn-uml-for-software.html
8 545
Освойте бэкенд-разработку на Java за 10 месяцев!
Профессия для тех, кто настроен серьезно: https://bit.ly/3Bkdz4E
Научим:
— Писать код на Java, использовать фреймворки Javalin, Spring
— Применять принципы ООП, работать с базами данным, SQL
— Настраивать окружение: IDEA, Gradle/Maven, JDK
— Пользоваться командной строкой и Git
Поможем:
— Наработать практику — вы сделаете 5 проектов на GitHub
— Грамотно оформить резюме
— Подготовиться к собеседованиям
А еще Хекслет порекомендует в хорошие компании и знакомит с сообществом из 26 тысяч айтишников. Присоединяйтесь!
8 545
Mini book: The Angular Mini-Book
The Angular Mini-Book is a guide to getting started with Angular. You'll learn how to develop a bare-bones application, test it, and deploy it. Then you'll move on to adding Bootstrap, Angular Material, continuous integration, and authentication.
By Matt Raible
Read: https://www.infoq.com/minibooks/angular-mini-book-v2/
现已上线!2025 年 Telegram 研究 — 年度关键洞察 
