Чашечка Java
Open in Telegram
Лучшие материалы по Java на русском и английском Разместить рекламу: @tproger_sales_bot Правила общения: https://tprg.ru/rules Другие каналы: @tproger_channels
Show more8 549
Subscribers
-324 hours
-47 days
-2530 days
Posts Archive
8 549
JetBrains IDEs connect with Gitpod for cloud-based development
Read: https://www.infoworld.com/article/3659196/jetbrains-ides-connect-with-gitpod-for-cloud-based-development.html#tk.rss_java
8 549
How to upload a file and JSON data in Postman? Example Tutorial
How to upload a file and JSON data in Postman is a common question when you are dealing with REST APIs. In order to do this, you need to send through POST request. So in this article, we are going to...
Read: http://www.java67.com/2022/05/how-to-upload-file-and-json-data-in.html
8 549
Article: Cloud Native Java with the Micronaut Framework
The Micronaut framework provides a solid foundation for building Cloud Native Java microservices. It reduces the use of Java reflection, runtime proxy generation, and dynamic classloading. Tight integration with GraalVM Ahead-of-Time Compilation (AOT) has seen the usage of the Micronaut framework grow. Active compilation-time checking increases type safety and improves developer productivity.
By Graeme Rocher
Read: https://www.infoq.com/articles/native-java-micronaut/
8 549
Top 5 Free Courses to Learn C# (C-Sharp) in 2022 - Best of Lot
Many people underestimate the power of C# and never think highly of it when they talk about programming languages. Still, the truth is that C# is one of the popular programming languages of...
Read: http://www.java67.com/2019/03/5-free-c-net-courses-to-learn-online.html
8 549
Top 5 Free Courses to Learn Deep Learning and Artificial Intelligence in 2022 - Best of Lot
Hello guys, if you are interested in learning about Artificial Intelligence and how to build AI and looking for free online resources, you have come to the right place. Earlier, I have shared free...
Read: http://www.java67.com/2021/04/-free-artificial-intelligence-and-deep-learning-courses.html
8 549
SoundCloud Chronicles the End of the Public API Strangler
SoundCloud has successfully completed their migration journey using the Strangler pattern from a monolith application to a fully-fledged BFF.
By Patrick Zhang
Read: https://www.infoq.com/news/2022/05/soundcloud-end-strangler/
8 549
Как стать Java разработчиком — путь специалиста Leantech с нуля до уровня Middle
Привет! Меня зовут Дима, я Java-разработчик. Хочу рассказать как я пришел в профессию, вырос до мидла и перешел из госучреждений в аутсорс компанию по разработке приложений. Рассказ будет полезен джунам и тем, кто хочет изучать Java, но боится потратить время впустую.
Я стараюсь следить за трендами в разработке, чтобы знать какие технологии набирают популярность и не отставать от коллег. Так вот, судя по статистике от Github, Java до сих пор находится в топ-3 самых востребованных языков разработки, хоть и немного сдала позиции за последние пару лет. На первом месте JavaScript, а на втором Python.
Неудивительно, что сейчас многие выпускники и студенты-программисты думают о том, чтобы учить Java. Я этот путь уже прошел, поэтому решил помочь новичкам и рассказать про свой опыт.
Читать: https://habr.com/ru/post/663982/?utm_campaign=663982
8 549
Java News Roundup: JEP Updates for JDK 19, Project Loom, MicroStream 7.0, New Relic Java Survey
This week's Java roundup for April 25th, 2022 features news from JEPs targeted for JDK 19, Project Loom Build 19-loom+6-625, Spring Cloud 2021.0.2, Spring Tools 4.14.1, GraalVM 22.1.0, Micronaut 3.4.3, MicroStream 7.0, Quarkus 2.8.2, Apache Camel 1.9.0, and the New Relic State of the Java Ecosystem survey.
By Michael Redlich
Read: https://www.infoq.com/news/2022/05/java-news-roundup-apr25-2022/
8 549
Kotlin Asynchronous Framework, Ktor 2.0, Released with New Plugins Feature
Ktor 2.0, the Kotlin framework to create asynchronous client and server applications, has been released with new features and breaking changes.
By Andrea Messetti
Read: https://www.infoq.com/news/2022/05/ktor-kotlin-framework/
8 549
Top Java Blogs Weekly: Best of 19/2022
Best of Top Java Blogs, year 2022, week 19
Read: https://www.topjavablogs.com/news/best-of-19-2022
8 549
Квантовый хэдж фонд: что интересного для IT специалиста?
Всем привет! Это моя первая статья на Хабр. Меня зовут Артем Сосульников и я директор по разработке ПО в Luxoft. В IT больше 15 лет: начинал как Java разработчик, прошел долгий путь от тим лида и руководителя проектов до директора по разработке ПО с сотней людей в подчинении. В связи с последними событиями в ближайшее время собираюсь с семьей переезжать на остров Пенанг в Малайзию и присоединиться к Люксофт.Малайзия. Там продолжу развитие своих проектов в квантовых хэдж фондах, куда мы теперь нанимаем людей в Сербии, Мексике и Малайзии. Буду писать статьи про жизнь в Малайзии и про работу в Люксофт.
Читать: https://habr.com/ru/post/663846/?utm_campaign=663846
8 549
Article: Getting Started to Quarkus Reactive Messaging with Apache Kafka
How data is processed/consumed nowadays is different from how it was once practiced. In the past, data was stored in a database and it was batch processed for analytics. Apache Kafka is a distributed event store and stream-processing platform for storing, consuming, and processing data streams in real-time. In this post, we’ll learn how to produce and consume data using Apache Kafka and Quarkus.
By Alex Soto
Read: https://www.infoq.com/articles/data-with-quarkus-kafka/
8 549
How to create an ArrayList from array in Java? Example
One of the common problems faced by junior and less experienced Java develoeprs is converting an arrray to ArrayList e.g. they are getting an array from somewhere in their code and then want to...
Read: http://www.java67.com/2022/04/how-to-create-arraylist-from-array-in.html
8 549
Azure Toolkit for IntelliJ Update – April 2022
Read: https://devblogs.microsoft.com/java/azure-toolkit-for-intellij-update-april-2022/
8 549
Top 5 Free Jenkins, Docker, DevOps, Maven, and Kubernetes Courses for Java Programmers in 2022 [UPDATED]
Hello guys, you might have heard about DevOps and all the attention it is getting now. DevOps is a new phenomenon, and there is a mad race among senior developers to become a DevOps engineer. Well, I...
Read: http://www.java67.com/2019/03/5-free-devops-courses-to-learn-jenkins.html
8 549
Top 5 Free Angular Courses for Beginners to Learn Online in 2022 - Best of Lot
Google's Angular is one of the most popular JavaScript frameworks for creating web apps. It helps you in creating complex web applications in less time. It's maintained by Google, so you can...
Read: http://www.java67.com/2018/01/top-5-free-angular-js-online-courses-for-web-developers.html
8 549
7 вакансий для Java-разработчиков
— Java-разработчик в Outlines Tech
— Java-разработчик (Middle) в Центр Высоких Технологий
— Java-разработчик (Middle) в МТС
— Java-разработчик (Middle) в МТС Big Data
— Java / Kotlin-разработчик (Middle) в МТС Big Data
— Java-разработчик (Senior) в МТС Digital
— Java-разработчик (Senior) в Центр Высоких Технологий
#вакансии #работа
8 549
Почему Java тормозит и не вводит новые фичи
Боль разработчиков — слишком редкие обновления Java. Какие языки программирования выигрывают из-за бездействия Oracle?
Читать: «Почему Java тормозит и не вводит новые фичи»
8 549
Difference between Proxy and Decorator Pattern in Java
Though both Proxy and Decorator pattern looks very similar to each other structurally, there are some key differences between them. Main difference between Decorator and Proxy patterns comes from...
Read: http://www.java67.com/2022/04/difference-between-proxy-and-decorator.html
Available now! Telegram Research 2025 — the year's key insights 
