Чашечка Java
Kanalga Telegram’da o‘tish
Лучшие материалы по Java на русском и английском Разместить рекламу: @tproger_sales_bot Правила общения: https://tprg.ru/rules Другие каналы: @tproger_channels
Ko'proq ko'rsatish8 550
Obunachilar
-224 soatlar
-147 kunlar
-2730 kunlar
Postlar arxiv
8 550
Eclipse Migration Toolkit for Java (EMT4J) Simplifies Upgrading Java Applications
Adoptium announced Eclipse Migration Toolkit for Java (EMT4J), an open source Eclipse project capable of analyzing and upgrading applications from Java 8 to Java 11 and from Java 11 to Java 17. EMT4J will support upgrading to future LTS versions.
By Johan Janssen
Read: https://www.infoq.com/news/2022/12/eclipse-migration-toolkit-java/
8 550
5 Projects to learn Android App Development in 2023
Learning any programming language is not that easy as you need to practice more and more creating codes to gain experience. Reading books and articles does not make you a professional developer unless you test your skills by building real-world projects that showcase your knowledge and these concepts applied also on creating android apps. Watching YouTube tutorials or reading articles without trying yourself is not a good idea, many of you forget how to implement what he studied after some time because he never created projects and that’s not what you want so once you understand the basics you have to create at least a simple app.
Java Interview questions and tutorials
Read: http://www.java67.com/2020/08/5-projects-you-can-do-to-learn-android.html
8 550
Щёлкаете код как орехи?
Не сидите на бенче — примените свои скиллы в реально крутом челлендже: МТС запускает первый в мире IT-контесте по переводу новогодней сказки «Щелкунчик» на языки программирования. Участвуют Java, C#, Go, Python и JavaScript.
Готовы посоревноваться с другими в решении нетривиальной задачи? Тогда действуй:
— Зарегистрируйтесь и выбери свой язык программирования.
— Получите часть «Щелкунчика» и гайд о том, как превращать буквы в код.
— Присоединяйтесь к чату с профи МТС.
— Напишите код круче всех и стань одним из победителей IT-контеста!
Покажите свои hard skills и побортесь за 1 из 5 наборов беспроводных наушников Sony, крутые призы и не только. Регистрируйся и используй крисмас-буст от МТС: https://bit.ly/3HQrPav
Реклама ПАО "МТС" LjN8KPnVk
8 550
Мессенджеры на работе — это не прокрастинация, или как мы сделали сервис для автотестирования
Однажды у нас появилась идея отправлять отчеты о выполнении автотестов в мессенджер Telegram. Постепенно эта идея переросла в сервис, который который позволяет запускать тесты, оповещать об ошибках и получать отчеты в любом мессенджере, где есть возможность интегрировать бота. Помимо доступа к результатам автотестов, бот получил интеграцию с Jira и другими инструментами, которые мы используем в РТЛабс.
В данной серии статей мы хотим рассказать нашу историю о том, с чего все начиналось, какие у нас были идеи, какие ошибки мы совершали и как мы их решили в итоговой реализации.
Читать: https://habr.com/ru/post/708052/?utm_campaign=708052
8 550
Hibernate: заполняем пробелы
Hibernate не идеальный, но и проблемы которые он решает - не сахарные
Читать: https://habr.com/ru/post/708374/?utm_campaign=708374
8 550
10 Things Web Developers Should Learn in 2023 [UPDATED]
Hello guys, if you want to become a web developer (both frontend and full stack 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 coursesand The Complete Web Developer RoadMap, which gave you a detailed overview of both frontend and backend skills, and today, I am going to list down the most essential web development skills for programmers and developers. These are the absolute must-have skill for a web developer and not only help you to find a frontend developer job but also help you to become a full-stack developer in the long run.
Java Interview questions and tutorials
Read: http://www.java67.com/2020/10/best-frontend-skills-web-developer.html
8 550
5 Things You Can Gift to Programmers, Software Developers, and Tech Geeks in 2023
Hello guys, it's that time of the year again when you start thinking about gifts for your programmer boyfriend, husband, colleagues, or your near dear ones. Even if selecting presents or gifts were not tough, if your friend happened to be a programmer, it becomes slightly tougher. You might have heard that Programmers are aloof, nerds, and tech freaks, well, you heard it right. Programmers prefer to be alone in their own world, but they also like gifts, and you got it right; they are a nerd, so they love books, gadgets, music, and something which helps them to learn something, like a Udemy, Educative, ZTM Academy, or Pluralsight membership.
Java Interview questions and tutorials
Read: http://www.java67.com/2017/10/5-best-gifts-for-programmers-and-software-developers-geeks.html
8 550
10 Projects To Learn Web Development in 2023
Hello guys, if you want to learn web development in 2023 then let me tell you that there is no better way to learn web development than building projects. Creating real world application give your experience which you can mention in your resume. They also expose you to challenges which real projects face like authentication, authorization, security, logging, performance etc. You also tend to remember things longer when you actually use it. So if you have learned API and methods by watching courses but haven't used them on any project then you will most likely forget them but if you use them in any project, you will retain knowledge for a long time. That's why I have been saying to may readers to build projects in 2023.
Java Interview questions and tutorials
Read: http://www.java67.com/2022/12/10-projects-to-learn-web-development-in.html
8 550
Использование Postgres в качестве очереди сообщений
Базы данных не являются очередями сообщений — это устоявшееся утверждение, которое обсуждалось во многих статьях в блогах и презентациях на конференциях. Но с развитием реляционных баз данных выдерживает ли это утверждение проверку? Если посмотреть на современные версии Postgres, то ответ часто оказывается отрицательным.
Поэтому в этой статье рассматривается упрощенный механизм уведомлений Postgres и обсуждается, как его можно использовать для реализации простой, но эффективной очереди сообщений на основе push-уведомлений. В ней также рассматривается использование этой очереди для взаимодействия между репликами в развертывании Kubernetes и реализация библиотеки для универсальной обработки задач.
Читать: https://habr.com/ru/post/708134/?utm_campaign=708134
8 550
Java News Roundup: Spring Cloud 2022.0.0, Introducing SourceBuddy, Jarviz and Just
This week's Java roundup for December 19th, 2022 features news from OpenJDK, JDK 20, JDK 21, Spring Cloud 2022.0.0, point releases for other Spring projects, Open Liberty 22.0.0.13, Quarkus 2.15.1, Micronaut 3.7.5, Helidon 3.1.0, Hibernate 6.2.CR1, Eclipse Vert.x 4.3.7, point releases for Groovy, Camel 3.20, MicroStream joins Eclipse, Kotlin 1.8-RC2, and introducing SourceBuddy, Jarviz and Just.
By Michael Redlich
Read: https://www.infoq.com/news/2022/12/java-news-roundup-dec19-2022/
8 550
10 Projects You can Build to Learn Golang in 2023
Hello guys, If you want to learn Golang and looking for project ideas to get hands-on practice then you have come to the right place. In the past, I have shared best Golang courses for beginners to learn Golang online and in this article, I am going to share best Golang project ideas for beginners to build and learn Go programming better. From my 20 years of experience in Tech and Programming, I can safely say that there is no better way to learn then actually doing work and building projects. When you go into build mode, your mind work differently as in order to build, actual need arise. For example, when you need to download data from API then you search how you can do that in Golang and then you learn about the classes and tools and that learning remains for long time. That's why I recommend every developer to build projects.
Java Interview questions and tutorials
Read: http://www.java67.com/2022/12/projects-you-can-build-to-learn-golang.html
8 550
Пройдите тест по Spring Framework и получите доступ к курсу
Ответьте на вопросы и проверь свои знания. Ответите — пройдешь на продвинутый курс "Разработчик на Spring Framework" от OTUS по специальной цене + получите демо-ролик о занятиях на курсе в подарок и доступ к открытым урокам курса.
Пройти тест: https://otus.pw/I3Lc/
Хотите протестировать учебный процесс заранее? Тогда приходите на открытый урок курса!
12 января в 20:00 открытый урок «Spring Data Projections, Example, Specifications».
А ещё сейчас действуют новогодние скидки! Возможна оплата в рассрочку.
Реклама ООО «Отус Онлайн-Образование» LjN8K2nDK
8 550
10 Projects You can Build to Learn Spring Boot in 2023
Hello guys, I have always said that there is no better way to learn anything then actually doing it and its 100% true for Spring Boot, one of the popular Framework for Java application Development. In my 20 years of experience, I have found that the best way to learn Java and Spring Boot is building projects. When you build project, common task surface them like creating a List or sorting a List and then you research and learn. Those learning stuck and make you better developer. Building project also have many advantage like it allows you to use a lot of technologies like Git, IntelliJIDEA, Hibernate, APIs etc together to build something which you can showcase to your potential employer.
Java Interview questions and tutorials
Read: http://www.java67.com/2022/12/10-projects-ideas-to-learn-spring-boot.html
8 550
Абстрактные классы и интерфейсы в Java
В каких случаях стоит использовать абстрактный класс, а в каких — интерфейс? Давайте разбираться, в чем между ними разница.
Читать: https://habr.com/ru/post/707762/?utm_campaign=707762
8 550
Spring Data Specification: наложение фронтенд-фильтров на репозитории spring data
Коллеги, добрый день. Во многих проектах для работы с данными на бекенде используется Spring Data со всеми плюшками использования декларативного подхода описания запросов к данным на основе интерфейсов. Также очень часто бекенду нужно быть очень универсальным, чтобы обрабатывать произвольные запросы от фронтенда.
Рассмотрим ситуацию: мы реализуем интернет-магазин. Со стороны UI пользователь имеет возможность осуществлять поиск товаров, задавания произвольное количество фильтров. Например, он может указать в качестве фильтров для поиска:
Читать: https://habr.com/ru/post/707724/?utm_campaign=707724
8 550
Лучший язык программирования: рейтинг TIOBE 2022
В этом году рейтинг языков программирования TIOBE удивил тройкой лидеров. Узнайте, какой из языков потеснил Java и вышел в топ-3!
Читать: «Лучший язык программирования: рейтинг TIOBE 2022»
8 550
Mini book: The InfoQ eMag - The InfoQ Trends Reports 2022
The InfoQ trends reports provide a snapshot of emerging software technology and ideas. We create the reports and accompanying graphs to aid software engineers and architects in evaluating what trends may help them design and build better software. Our editorial teams also use them to help focus our content on innovator and early adopter trends.
By InfoQ
Read: https://www.infoq.com/minibooks/2022-infoq-trends-reports/
8 550
10 Projects you can build to Learn Java in 2023
Hello guys, from my 20 years of experience I can say that building project is the best way to learn Java but you also need to choose the right project because if you choose a trivial project you will not learn anything and at the same time, if you choose a hard project, you will frustrate and not complete it. That's why, its very important to choose the right kind of project when you learning Java. These project will not only complement your learning but also challenge you but not set an impossible task for you. Which means, you will learn and also have fund building them. If you are now looking for best Java Project ideas for beginners then you have come to the right place.
Java Interview questions and tutorials
Read: http://www.java67.com/2022/12/10-projects-you-can-build-to-learn-java.html
8 550
Под Новый год сервис развития карьеры Эйч собрал 20 ведущих IT-команд и устроил Междусобойчик
Это такой формат знакомства разработчиков с компаниями, в которых они потенциально хотят работать. Вам нужно:
1. Выбрать свою профессию на сайте
2. Пройти хардовый тест от Яндекс Практикум
3. Получить новогодние подарки: сертификаты, консультации и мерч
А команды Авито, Сбера и команды других компаний познакомят вас с со своей внутренней кухней, чтобы вы заранее понимали есть ли у вас мэтч или нет.
Загляните на Междусобойчик — это маст-ду для всех, кто работает в IT и Digital: https://tprg.ru/LBq2
Реклама ООО «ЭЙЧ КАРЬЕРА» LjN8K7oXK
8 550
Не верьте CharGPT и используйте KotUniL
В последние недели медиа и социальные сети захлеснул поток сообщений о диалогах с ChatGPT. Только на Хабре поиск по этому термину показывает сегодня полтора десятка статей.
Попробовал пообщаться с ChatGPT и я. Результат общения вынесен в заголовок.
Хотите узнать, почему ChatGPT верить нельзя и почему лучше использовать KotUniL - читайте дальше.
Что же, почитаем...
Читать: https://habr.com/ru/post/707548/?utm_campaign=707548
Endi mavjud! Telegram Tadqiqoti 2025 — yilning asosiy insaytlari 
