11 лучших Java IDE, которые вы можете использовать в 2021 году https://code.coursesity.com/best-java-ides
Code & Coffee ☕
11 Best Java IDEs You Can Use In 2021
If you're an aspiring software developer, learning Java is a must. Here is a list of some of the most popular Java IDEs. Read more here.
Важные вещи, которые нужно изучить разработчикам Java в 2021 году.
https://hackernoon.com/important-things-for-java-developers-to-learn-in-2021-pgy34ru
https://hackernoon.com/important-things-for-java-developers-to-learn-in-2021-pgy34ru
Hackernoon
Important Things For Java Developers To Learn In 2021 | HackerNoon
If you are looking to learn Java, you may be wondering where to start. Which technologies should you focus on?
3 способа создания документов Word из шаблонов в Java https://clck.ru/V6sig
C-Sharpcorner
3 Ways To Generate Word Documents From Templates In Java
In this article, you will learn about 3 Ways to Generate Word Documents from Templates in Java.
Создайте приложение для Android с помощью RxJava и Kotlin https://clck.ru/V7y6D
Okta Developer
Build an Android App with RxJava and Kotlin
Tutorial: Build an Android app with RxJava that connects to a reactive Spring Boot API.
Что нужно знать о Quarkus в 2021 году https://clck.ru/V8k4X
Opensource.com
What you need to know about Quarkus in 2021
Part of publishing services on the cloud is providing users and developers easy access to those services through easy and reliable means. One of the most popular methods of interfacing with applications online is through an application programming interface…
Секретный ключ и преобразование строк в Java https://clck.ru/VAruJ
Baeldung
Secret Key and String Conversion in Java | Baeldung
A quick and practical introduction to secret key and string conversion in Java.
Основы Docker и простые шаги для Dockerize Spring Boot Application https://clck.ru/VDFTA
Medium
Docker Basics and Easy Steps to Dockerize Spring Boot Application
Wouldn’t it be lovely if you can magically encapsulate your environment along with your code and share or deploy it as a whole package?
Начните работу с бессерверными функциями Java https://clck.ru/VDFUV
Opensource.com
Get started with Java serverless functions
The serverless Java journey started out with functions—small snippets of code running on demand. This phase didn't last long. Although functions based on virtual machine architecture in the 1.0 phase made this paradigm very popular, as the graphic below shows…
Kubernetes в облако с помощью Spring Boot и JHipster https://clck.ru/VF5aq
Okta Developer
Kubernetes to the Cloud with Spring Boot and JHipster
Giddyup and deploy to the cloud (Minikube and Google Cloud) with Kubernetes, Spring Boot, and JHipster!
Создание оператора Kubernetes на Java от Руди де Бюссера https://clck.ru/VHejf
dzone.com
Creating a Kubernetes Operator in Java by Rudy De Busscher - DZone Java
Ошибка загрузки Spring В этом кратком руководстве мы внимательно рассмотрим ошибку загрузки Spring « ApplicationContextException: невозможно запустить ServletWebServerApplicationContext из-за отсутствия bean-компонента ServletWebServerFactory » https://clck.ru/VKDib
Понимание метода Pattern.quote
В этом кратком руководстве давайте посмотрим, как мы можем избежать метасимволов внутри регулярных выражений как вручную, так и с помощью метода Pattern.quote предоставляемого Java. https://clck.ru/VNCbG
В этом кратком руководстве давайте посмотрим, как мы можем избежать метасимволов внутри регулярных выражений как вручную, так и с помощью метода Pattern.quote предоставляемого Java. https://clck.ru/VNCbG
Измерение времени выполнения кода Java с помощью Spring StopWatch https://clck.ru/VPuEV
Stack Abuse
Measuring Java Code Execution Time with Spring's StopWatch
In this tutorial, we'll take a look at how to measure Java code execution time for Spring-based projects via StopWatch and its simple API.
Управление производительностью: краткое руководство.
https://clck.ru/VPqfi
https://clck.ru/VPqfi
dzone.com
Performance Engineering Management: A Quick Guide - DZone Performance
I will try to cover the holistic view in this short writing including non-functional requirements with high-level details but the focus will be on the ...
Оптимизация бессерверных функций Java в Kubernetes Обеспечьте более быстрый запуск и меньший объем памяти для выполнения бессерверных функций в Kubernetes. https://clck.ru/VQw75
dzone.com
Optimize Java serverless functions in Kubernetes - DZone Java
Вставка нуля в целочисленный столбец с помощью JDBC В этой статье мы рассмотрим, как мы можем хранить нулевые значения в нашей базе данных, используя простой JDBC . Мы начнем с описания причин использования нулевых значений, а затем приведем несколько примеров кода. https://www.baeldung.com/jdbc-insert-null-into-integer-column
Baeldung
Inserting Null Into an Integer Column Using JDBC | Baeldung
Learn how to store null values in a database using plain JDBC.