en
Feedback
Чашечка Java

Чашечка Java

Open in Telegram

Лучшие материалы по Java на русском и английском Разместить рекламу: @tproger_sales_bot Правила общения: https://tprg.ru/rules Другие каналы: @tproger_channels

Show more
8 546
Subscribers
-424 hours
-137 days
-3230 days
Posts Archive
Java News Roundup: Helidon Níma, Spring Framework, MicroProfile, MicroStream, Kotlin, Piranha This week's Java roundup for Se
Java News Roundup: Helidon Níma, Spring Framework, MicroProfile, MicroStream, Kotlin, Piranha This week's Java roundup for September 12th, 2022 features news from JDK 19, JDK 20, updates to Spring Framework, Spring Cloud and Spring Tools, introducing Helidon Níma, MicroProfile Reactive specifications, Quarkus 2.12.2, MicroStream 7.1.0, Project Reactor 2022.0.0-M6, Hibernate Search 6.1.7, JHipster Lite 0.15.1, Piranha Cloud 22.9.0, Kotlin 1.7.20-RC and Apache Tika 1.28.5. By Michael Redlich Read: https://www.infoq.com/news/2022/09/java-news-roundup-sep12-2022/

Хотите узнать как Junior Java Developer может претендовать на место в хорошей компании после обучения? Приходите на вебинар:
Хотите узнать как Junior Java Developer может претендовать на место в хорошей компании после обучения? Приходите на вебинар: 20 сентября в 19:00 (мск) Обсудят: — какими знаниями и навыками необходимо обладать джуну джависту, чтобы обойти конкурентов на должность в компании? — какие самые частые ошибки делают джуны джависты и как их избежать? — почему работодатели не стремятся брать на работу джунов и что с этим делать? Спикер вебинара - основатель международной IT-компании и IT-Академии "Точка входа" - Дмитрий Пашкевич. Также на вебинаре вам представят "Backend Java Developer" от Junior до Middle. Во время онлайн-вебинара вы сможете задавать вопросы. А ещё все участники получат специальный бонус - Матрицу компетенций Java-разработчика: от Junior до Senior. Вас ждут на бесплатном вебинаре 20 сентября! Только онлайн, никакой записи. Регистрация: https://clck.ru/323hrV Это #партнёрский пост

How to set base URL for REST in Spring Boot? Example Tutorial Hello guys, if you are wondering how to set base URL for REST A
How to set base URL for REST in Spring Boot? Example Tutorial Hello guys, if you are wondering how to set base URL for REST API in Spring Boot then you have come to the right place. Earlier, I have shared best REST API Courses for Java developers, REST API Books,  and a complete guide to create RESTful Web service using Spring Boot,in this article, I will show you how to set a base URL in any spring boot application? If you don't know what is a base URL in a REST application or website, let me give you a brief overview first. A base URL is the continuous element of your REST API or website's address. For example, you'll notice that the address portion http://twitter.com displays in the address bar whenever you log on to your Twitter account or visit a Twitter profile from your computer. This is the primary or base URL. Java Interview questions and tutorials Read: http://www.java67.com/2022/09/how-to-set-base-url-for-rest-in-spring.html

Миллиард абитуриентов МИРЭА 2 В прошлой работе автор представил описание архитектуры платформы приемной коммисии для обработки миллиарда абитуриентов за один день. В этой работе автор предлагает разработать, используя Spring + JDBCTemplate и Kafka микросервисы для предложенной архитектуры. Добро пожаловать в АД Читать: https://habr.com/ru/post/687588/?utm_campaign=687588

How to Find/Print Leaf nodes in a Binary Tree in Java without Recursion - Example In the last article, you have learned how t
How to Find/Print Leaf nodes in a Binary Tree in Java without Recursion - Example In the last article, you have learned how to print all leaf nodes of a binary tree in Javaby using Recursion, a useful technique to solve binary tree problems and in this article, we'll answer the same question without using Recursion. Why should we do this? Well, it's a typical pattern on a programming job interview to solve the same problem using both Recursion and Iteration. Since some questions are easy to solve using recursion like linked list problems, binary tree-based problems, tower of Hanoi, or Fibonacci series but their non-recursive solution is comparatively tricky, the interviewer tests candidates against this shift in the algorithm. Java Interview questions and tutorials Read: http://www.java67.com/2016/10/how-to-print-leaf-nodes-of-binary-tree-without-recursion-in-java.html

Top Java Blogs Weekly: Best of 39/2022 Best of Top Java Blogs, year 2022, week 39 Read: https://www.topjavablogs.com/news/best-of-39-2022

Top 50 Core Java Interview Questions and Answers for Beginners Hello guys, If you are preparing for your next Core Java inter
Top 50 Core Java Interview Questions and Answers for Beginners Hello guys, If you are preparing for your next Core Java interview and looking for some common questions to practice or check your knowledge, then you have come to the right place. In this article, I'll share 50 Core Java Interview Questionsfrom various companies. I have already discussed the answers to these questions in this blog or Javarevisited, so I have just put the link and given hint or mentioned the key point you need to know to answer these questions. First, you should try to answer it yourself, and if you cannot then go to the link and find the answer. You can also compare your answer with mine and learn a few things here and there. Java Interview questions and tutorials Read: http://www.java67.com/2018/03/top-50-core-java-interview-questions.html

Top 20 Linux and SQL Interview Questions for Java and IT Professionals Hello guys, If you have worked as a software developer
Top 20 Linux and SQL Interview Questions for Java and IT Professionals Hello guys, If you have worked as a software developer or Java programmer then you know that SQL, Linux, and Networking fundamentals are essential skills for any Java developer, especially for server-side Java programmers. It actually doesn't matter whether you are applying for the job as a Java developer or C++ developer, Python developer or Ruby programmer, SQL and UNIX always have some role to play in your career. It's even essential for people who have less to do with programming like application support guys, business analysts, project managers, and subject matter experts.  Hence, it's imperative for any programmer or IT professional to prepare both SQL and UNIX well before going for any job interview. Java Interview questions and tutorials Read: http://www.java67.com/2017/08/top-17-sql-and-unix-interview-questions.html

FAQ по var в Java Локальные переменные — это "рабочие лошадки" Java. Они используются для хранения промежуточных результатов вычислений. И, в отличие от полей, объявляются, инициализируются и используются в одном блоке. Для понимания кода часто более важны имя и инициализатор, чем тип локальной переменной. Читать: https://habr.com/ru/post/688722/?utm_campaign=688722

Как использовать тип JSONB в PostgreSQL с Hibernate Многие СУБД, помимо поддержки стандарта SQL, предлагают дополнительную проприетарную функциональность. Одним из таких примеров является тип данных JSONB в PostgreSQL, позволяющий эффективно хранить JSON-документы. Конечно, хранить JSON-документ можно и в виде простого текста — это входит в стандарт SQL и поддерживается Hibernate и JPA. Но тогда вам не будут доступны возможности PostgreSQL по обработке JSON, такие как валидация JSON и другие интересные функции и операторы. Хотя, вероятно, вы об этом уже знаете, раз читаете этот пост. Если вы хотите использовать колонку типа JSONB с Hibernate 6, то у меня для вас отличные новости. В Hibernate 6 появился стандартный маппинг атрибутов сущностей на колонки JSON — необходимо только его активировать. К сожалению, Hibernate 4 и 5 не поддерживают JSON-маппинг, поэтому при их использовании придется реализовать UserType. Мы рассмотрим оба варианта. Читать: https://habr.com/ru/post/688714/?utm_campaign=688714

Собеседования — это долго, скучно, иногда мучительно и не всегда понятно Поэтому в Финтехе Яндекса придумали кое-что получше — препати для тех, кто хочет взять компанию на тест-драйв. На встрече вы лично познакомитесь с командой и руководством, услышите о продуктах в разработке от первых лиц, прошвырётесь по офису и подышите яндексовым воздухом. Ещё можно будет вкусно покушать, выпить и порубиться в PS5 с коллегами по цеху. А если вы не в Москве, то собирайте чемоданы — ребята не будут дразнить кутежом в зуме, а купят билет и организуют трансфер. Чтобы получить приглос нужно лишь решить одну задачку: https://tprg.ru/t4ZS Это #парнёрский пост

Oauth 2.1 spring authorization server + SPA Доброго всем дня уважаемые хабровчане! До сего момента я являлся лишь читателем этого замечательного ресурса, но вот кажется и пришло время написать мою первую статью. Oauth 2.1 - дальнейшее развитие популярного фреймворка авторизации Oauth 2.0, который на момент написания статьи всё ещё вроде как находится в стадии черновика. Но тем не менее уже начинает применяться. На хабре уже есть более подробная статья на эту тему. Из не очень приятного, из Oauth 2.1 убраны варианты получения токена. Читать: https://habr.com/ru/post/688680/?utm_campaign=688680

Компилирование и исполнение Java-кода в Runtime Привет Хабр! Сегодня я хотел бы поговорить про динамическое компилирование и исполнение Java-кода, подобно скриптовым языкам программирования. В этой статье вы найдете пошаговое руководство как скомпилировать Java в Bytecode и загрузить новые классы в ClassLoader на лету. Читать: https://habr.com/ru/post/688462/?utm_campaign=688462

Top 20 Ansible Interview Questions Answers for DevOps and Senior Developers Hello guys, if you are preparing for DevOps or senior developer interview then you must pay attention to modern Software development and deployment tools like Docker, Kubernetes, Ansible, Chef and Salt, Puppet etc. Gone are the days where you can crack any Java Developer interview by just answer few core Java questions about HashMap and ConcurrentHashMap, nowadays a lot is expected from Java developers. There are coding round where you need to solve coding problems and then there are multiple rounds of phone and video interviews where you are asked all of kind questions about Java, Spring Boot, as well as essential tools like JUnit, Mockito, Docker, Kubernetes, Ansible etc. While focus could be different, depending upon your role, like for DevOps knowledge of Ansible is very much required for Developer only basic knowledge is good enough. Java Interview questions and tutorials Read: http://www.java67.com/2022/09/top-20-ansible-interview-questions.html

photo content

Java on Visual Studio Code Update – September 2022 Read: https://devblogs.microsoft.com/java/java-on-visual-studio-code-updat
Java on Visual Studio Code Update – September 2022 Read: https://devblogs.microsoft.com/java/java-on-visual-studio-code-update-september-2022/

Introducing Helidon Nima Using Virtual Threads to Achieve Simplicity and High Performance Under the umbrella of Project Helid
Introducing Helidon Nima Using Virtual Threads to Achieve Simplicity and High Performance Under the umbrella of Project Helidon, Oracle introduced the first microservices framework based on virtual threads (JEP 425) called Helidon Níma. It is built from the ground up to achieve an easy-to-use programming model with outstanding performance. The technology preview is now available with the Helidon 4.0.0-ALPHA1 release for those who are interested in evaluating the latest Java technology. By A N M Bazlur Rahman Read: https://www.infoq.com/news/2022/09/introducing-helidon-nima/

Принципы SOLID на примерах Принципы SOLID на примерах Читать: https://habr.com/ru/post/688530/?utm_campaign=688530

21 Frequently Asked Java Interview Questions with Answers for 1 to 3 Years Experienced If you have been to a couple of Java i
21 Frequently Asked Java Interview Questions with Answers for 1 to 3 Years Experienced If you have been to a couple of Java interviews then you know that there are some questions that keep repeating like the difference between == and equals() method and many of its popular cousins like HashMap vs Hashtable, ArrayList vs LinkedList, the difference between equals() and hashCode(), or difference between Comparator and Comparable in Java. I call them frequently asked Java interview questions, and I suggest every Java developer make a list of them for their own reference and revision. I am sure many Java programmer already has such a list of questions handy if you don't have then this is a good time to find and make your own list, or if you are in rush then you can also buy my book Grokking the Java Interview,which contains many such questions. Java Interview questions and tutorials Read: http://www.java67.com/2014/07/21-frequently-asked-java-interview-questions-answers.html