Чашечка Java
Відкрити в Telegram
Лучшие материалы по Java на русском и английском Разместить рекламу: @tproger_sales_bot Правила общения: https://tprg.ru/rules Другие каналы: @tproger_channels
Показати більше8 546
Підписники
-424 години
-137 днів
-3230 день
Архів дописів
8 546
Top 20 Shell Scripting Interview Questions and Answers
Have you struggle with Shell Scripting interview questions before? Have you been having problems in finding out the kind of questions asked in a Shell Scripting interview? If you have experienced this then it is high time that you find a solution. You cannot lose that dream job anymore and yet you can find with ease all you require to pass your interview. If that interview is a few days away, worry no more because you will get before that panel fully prepared and ready for the day.
Java Interview questions and tutorials
Read: http://www.java67.com/2022/09/shell-scripting-interview-questions.html
8 546
Why the C programming language still rules
Read: https://www.infoworld.com/article/3402023/why-the-c-programming-language-still-rules.html#tk.rss_java
8 546
Article: Moving Kafka and Debezium to Kubernetes using Strimzi - The GitOps Way
Deploying an Apache Kafka cluster to a Kubernetes is not an easy task. There are a lot of pieces to configure like the zookeeper, the Kafka cluster, topics, and users. Strimzi is a Kubernetes controller making the deployment process of Kafka a child game. Moreover, Strimzi lets you manage Kafka using GitOps methodology as everything is executed using a Kubernetes YAML file.
By Alex Soto
Read: https://www.infoq.com/articles/strimzi-the-gitops-way/
8 546
Introducing Spring Boot Migrator
Spring Boot Migrator (SBM) is an experimental Spring project first released in March 2022. SBM allows developers to convert existing, non Spring Boot applications, which are based on technologies such as JAX-RS, EJB and JMS to Spring Boot or upgrade older Spring Boot applications to the latest version.
By Johan Janssen
Read: https://www.infoq.com/news/2022/09/spring-boot-migrator/
8 546
Лучшие практики клиентов Cloud собраны в одном вебинаре
28 сентября эксперты Cloud на примере реальных кейсов Dodo Brands, «Уралхим», Росгеологии, Мариинского театра, lady & gentleman CITY расскажут:
— Как построить с нуля платформу для обработки и анализа данных.
— Для чего Kubernetes нужен интернет-магазину.
— Как безопасно мигрировать из зарубежного облака и масштабировать ИТ-инфраструктуру.
— В чём плюсы размещения «1С» в облаке.
— Как разработать стриминговую платформу в облаке и монетизировать контент.
— Почему будущее за Serverless.
Бесплатный вебинар будет интересен CEO, CTO, CFO компаний, разработчикам, инженерам, аналитикам данных и всем, кто планирует наладить бизнес-процессы внутри компании и готовится к цифровой трансформации.
Регистрируйтесь на вебинар здесь
Это #партёрский пост
8 546
Jakarta EE 10 Delivers New Core Profile and Updates to Specifications
Jakarta EE 10, released on September 22, 2022, is the first major release of Jakarta EE since the “Jakarta” namespace update by the Jakarta EE Working Group hosted by the Eclipse Foundation. This release aims to deliver a set of coordinated specifications for building modernized, simplified, and lightweight cloud-native Java applications across the spectrum of Jakarta EE technologies.
By A N M Bazlur Rahman
Read: https://www.infoq.com/news/2022/09/jakarta-ee-10-updates/
8 546
Difference between HashMap vs TreeMap vs LinkedHashMap in Java
Hello guys, if you are wondering when to use HashMap, TreeMap and LinkedHashMap in Java and want to understand difference between them then you are at the right place. Earlier, I have shared difference between HashSet, TreeSet, and LinkedHashSet and in this article, I will explain the difference between these three common Map implementation HashMsp, TreeMap, and LinkedHashMap. Though all three classes like HashMap, LinkedHashMap and TreeMap are implementation of java.util.Map interface, there is some functional difference between them. Perhaps most notable difference between them comes from their iteration order. HashMap makes absolute no guarantee about in which order you can iterate their keys, any application depending upon iteration order of HashMap is fragile, because it can change anytime. In fact, in Java 7, iteration order of HashMap is different than Java 6.
Java Interview questions and tutorials
Read: http://www.java67.com/2022/05/hashmap-vs-treemap-vs-linkedhashmap-in.html
8 546
Java News Roundup: JDK 19 and Jakarta EE 10 Released, String Templates, Payara Platform
This week's Java roundup for September 19th, 2022 features news from OpenJDK, JDK 19, JDK 20, Amazon Corretto 19, BellSoft Liberica JDK 19, Jakarta EE 10, multiple Spring Framework updates, Quarkus 2.12.3, Payara Platform updates, Micronaut 3.7.0, GraalVM Native Build Tools 0.9.14, JobRunr 5.2.0, PrimeFaces point releases, Failsafe 3.3.0, Apache Groovy 3.0.13 and Apache Log4j2 2.19.0.
By Michael Redlich
Read: https://www.infoq.com/news/2022/09/java-news-roundup-sep19-2022/
8 546
Хинт для программистов: у Tproger есть 4 канала, где можно получать отборную инфу по конкретной теме
Здесь каждый найдёт что-нибудь для себя:
— разработка на Python: @zen_of_python
— начинающим программистам: @prog_point
— нейронные сети и ML: @neuro_channel
— всё о DevOps: @devo_pes
8 546
Java из Python и обратно на Android
Продолжение статьи C/C++ из Python (ctypes) на Android. Теперь поговорим о том как использовать Java из Python, ведь для android это родной язык и почти все работающие библиотеки и нужные вещи написаны на ней. Научимся создавать классы, вызывать методы, возвращать результат и дергать callback-и. На Linux аналогично работает.
Читать: https://habr.com/ru/post/683536/?utm_campaign=683536
8 546
JDK 20: What’s next for Java?
Read: https://www.infoworld.com/article/3674993/jdk-20-whats-next-for-java.html#tk.rss_java
8 546
Гайд для «джуна». Что нужно знать начинающему разработчику Java, чтобы получить работу
Рассказываем, что должен выучить Java-разработчик на junior-позиции. А ещё — где получить опыт и как проявить компетенции и скиллы.
Читать: «Гайд для «джуна». Что нужно знать начинающему разработчику Java, чтобы получить работу»
8 546
How to send Email in Java + 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 to share how to send Emails in the Java application using Spring and JavaMailSenderImpl class which makes it really easy to send emails from Java application. Email is an essential function of any enterprise Java application. Your application will need Email functionality to send reminders, bills, payments, confirmations, passwords, alerts, and several other kinds of system notifications.
Java Interview questions and tutorials
Read: http://www.java67.com/2019/10/how-to-send-email-in-java-using-spring.html
8 546
How to set the logging level in Spring Boot application.properties - Example Tutorial
Hello guys, if you are wondering how to set the logging level on spring boot then you have come to the right place. In the past, I have shared the best Spring Boot courses and free courses to learn Spring MVC and in this article, I will share how to set logging levels like DEBUG and INFO in Spring Boot. How do we configure the logging level of our Spring boot application is one of the questions that arise when developing a large application. Because we need to trace errors, warnings, informational data when running our application and to this, Spring has introduced Spring boot logging configurations.
Java Interview questions and tutorials
Read: http://www.java67.com/2021/10/how-to-set-logging-level-in-spring-boot-.html
8 546
Top 20 UI and UX Design Interview Questions and Answers
Hello folks, if you are a fresher who want to start your career in UI and UX design or a UI or UX Designer and preparing for your next job and looking for popular UI/UX interview questions for preparation then you have come to the right place. Earlier, I have shared HTML Interview Question, CSS Interview Questions, web development questions, and JavaScript Interview Questions and in this article, I am going to share common UI and UX interview questions with answers. If you have worked in UI and UX design for quite sometime then you may know the answers of these questions but if you are new then you may need to go through these best UI and UX design courses to refresh you knowledge about essential UI and UX design concepts.
Java Interview questions and tutorials
Read: http://www.java67.com/2022/09/ui-and-ux-design-interview-questions.html
8 546
Spring Boot + Thymyleaf Project in Java? Example Tutorial
Hello guys, if you are looking for a Spring Boot and Thymyleaf example, tutorial, or a project then you have come to the right place. Thymyleaf is one of the most popular, modern, server-side Java template engine to generate HTML and XHTML content. Earlier, I have shared Spring Boot + Reactjs project, as well a complete project to create Spring Boot + REST and Spring Boot + Microservices and in this tutorial, you will learn about how to create a spring boot and thyme leaf application using the h2 database. So before moving to an example, let's discuss what is thymyleaf? Thymeleaf is a web application development library based on Java. It offers excellent support for providing XHTML/HTML5 in web applications.
Java Interview questions and tutorials
Read: http://www.java67.com/2022/01/spring-boot-thymyleaf-example-tutorial.html
8 546
Top Java Blogs Weekly: Best of 40/2022
Best of Top Java Blogs, year 2022, week 40
Read: https://www.topjavablogs.com/news/best-of-40-2022
8 546
How to use @ResponseBody and @RequestBody in Spring MVC and REST? Example Tutorial
Hello guys, if you are wondering what is @RequestBody and @ResponseBody annotation in Spring MVC and Spring Boot then you have come to the right place. Earlier, I have told you about the @RestControllerannotation and in this article, I am going to explain to you what is RequestBody and ResponseBody annotation, how to use them, and when to use them with simple examples. While working with REST API, we may need to bind HTTP requests and response bodies with the domain object. To bind this, we use we can use the @ResponseBody and @RequestBody annotations in Spring MVC.
Java Interview questions and tutorials
Read: http://www.java67.com/2022/02/what-is-responsebody-and-requestbody-annotations-in-spring.html
8 546
Top 20 YAML Interview Questions Answer for Developers and DevOps
Hello guys, if you don't know YAML stands for Yet Another Markup Language and its one of the popular language for defining system rules. YAML is used in Spring Integration and most popularly in Ansible for defining Ansible playbook which you can use to install or uninstall application and do other stuff. Because of that reasons YAML has become quite popular and you may be asked about basic questions in YAML if you are going for a Developer or DevOps Interview where YAML skills are required. At the very minimum you should know how to read YAML and how to write YAML, particular declaring list and key-value pair in YAML. It's not a big topic but knowing basic really help during interview.
Java Interview questions and tutorials
Read: http://www.java67.com/2022/09/top-20-yaml-interview-questions-answer.html
Вже доступно! Дослідження Telegram за 2025 — головні інсайти року 
