Promotion
Learning
Courses
Tasks
Quizzes
Games
Help
Schedule of nudges
Internship
Community
Users
Forum
Chat
Articles
Success stories
Activities
Reviews
Subscriptions
Light theme
Articles
Reviews
About us
CS50
Start
Start learning
Start learning
Articles
Authors
All groups
All articles
Need more groups
Write an article
All groups
newest first
Viacheslav
Random EN
8 August 2023 10:15
Design patterns in Java
Patterns or design patterns are a part of a developer's work that is often underestimated, which leads to the fact that the code becomes difficult to maintain and adapt to new requirements. I propose to look at what it is in general and how
Philip J.
Random EN
8 August 2023 10:15
We get a real annual license of Intelij IDEA Ultimate Edition
I will very briefly talk about a legal way to get an annual license for Intelij IDEA Ultimate Edition for students and students. The way is that JetBrains has a student/teacher support program: anyone who proves that they are a schoolchild/
Зепп Бранниган
Random EN
8 August 2023 10:15
enum in java. Practical examples. Adding Constructors and Methods
Hello! Today we will talk about a special data type in Java - (abbreviated from the English enumeration - “enumeration”). What is their peculiarity? Let's imagine that we need to implement months in the program. It would seem, what is the p
Viacheslav
Random EN
8 August 2023 10:15
JPA : Introduction to Technology
The modern development world is full of various specifications designed to make life easier. Knowing the tools, you can choose the right one. Not knowing can make life difficult for yourself. This review will slightly open the veil of secre
Павел Голов
Random EN
8 August 2023 10:15
Compiling and running Java applications under the hood
Ivan
Random EN
8 August 2023 10:15
What's inside a floating point number and how it works
Макс
Random EN
8 August 2023 10:15
Introduction to Maven, Spring, MySQL, Hibernate and the first CRUD application (part 1)
Good afternoon. In this article, I'd like to share my first exposure to things like Maven, Spring, Hibernate, MySQL, and Tomcat while building a simple CRUD application. This is the first part of 4. The article is intended primarily for tho
Макс
Random EN
8 August 2023 10:15
Introduction to Maven, Spring, MySQL, Hibernate and the first CRUD application (part 2)
Good afternoon. In this article, I'd like to share my first exposure to things like Maven, Spring, Hibernate, MySQL, and Tomcat while building a simple CRUD application. This is the second part of 4. The article is intended primarily for th
Макс
Random EN
8 August 2023 10:15
Introduction to Maven, Spring, MySQL, Hibernate and the first CRUD application (part 3)
Good afternoon. In this article, I'd like to share my first exposure to things like Maven, Spring, Hibernate, MySQL, and Tomcat while building a simple CRUD application. This is the third part of 4. The article is intended primarily for tho
Макс
Random EN
8 August 2023 10:15
Introduction to Maven, Spring, MySQL, Hibernate and the first CRUD application (part 4)
Good afternoon. In this article, I'd like to share my first exposure to things like Maven, Spring, Hibernate, MySQL, and Tomcat while building a simple CRUD application. This is the final part. The article is intended primarily for those wh
Эллеонора Керри
Random EN
8 August 2023 10:15
Dynamic Arrays in Java
When creating programs of varying degrees of complexity, each developer uses many types of data, including arrays. This structure is well suited for storing a set of the same type, gives great performance, and is generally convenient. A sig
Константин
Random EN
8 August 2023 10:14
Stream API
The Stream API is a new way to work with data structures in a functional way. Stream API (a description of the ways in which one computer program can interact with another program) is, at its core, a stream of data. The term "thread" itself
Show more
1
...
58
59
60
61
62
...
175
Please enable JavaScript to continue using this application.