JavaRush /Java Blog /Random EN /Video weekend #41. We are writing a plugin for IntelliJ I...

Video weekend #41. We are writing a plugin for IntelliJ IDEA, we are looking at questions about the Object class, we are learning about common mistakes in working with git and we are listening about gender stereotypes in IT

Published in the Random EN group

How to write a plugin for IntelliJ IDEA in a couple of minutes

You probably think that writing a plugin for IntelliJ IDEA requires at least a lot of experience in Java development? Everything is not as complicated as it seems at first glance. You can see this for yourself if you watch this video from the Codcraft YouTube channel. In it, the author clearly shows and tells how you can quickly write a platinum for automating text posting on Twitter. In the description under the video there is a link to the finished plugin code in GitHub. It may be of interest to you if you suddenly want to make any changes to the project.

Java. Object class. Analysis of interview questions

Sergey Arkhipov decided to touch upon a topic that is relevant to all juniors regarding theoretical issues during interviews. Since the author himself conducts interviews with newcomers from time to time, he examines exactly the questions that he asks novice developers. Today's video is about the Object class. What is the finalize method for? What features do the wait, notify, notifyAll methods have? How are the equals and hashCode methods related? Why do all classes in Java inherit from Object? The answers to these and many other questions are in the video.

The most common mistakes when working with git. How to fix?

The ability to quickly fix bugs when working with the git version control system is a skill required for every coder. When working with git, you may need to rollback a commit, reset all changes to stage, or reset the state of a branch to a specific commit. Today, the creator of the Front-end Science YouTube channel Sergey Puzankov will tell you how to do all this professionally, without the risk of deleting the repository or causing any other problems.

Girls in IT | Gender stereotypes, female programmers

Frontend developer and video blogger KamaDeva expresses her point of view on common gender stereotypes in IT. The girl has something to tell, because in four years of working as a programmer in Kyiv, she changed five work teams. In each company, the girl had certain experiences that ultimately influenced her opinion about how female programmers are perceived in the technology industry. If you are interested in finding out whether sexism exists in IT interviews, or how the fact that a girl earns more than her boyfriend affects relationships, we recommend that you do not miss this video.
Comments
TO VIEW ALL COMMENTS OR TO MAKE A COMMENT,
GO TO FULL VERSION