JavaRush /Java Blog /Random EN /Video weekend #25. Does a junior need to do a project for...

Video weekend #25. Does a junior need to do a project for their resume? We analyze the current state of the Java language, create a servlet and watch an interview with a JetBrains developer

Published in the Random EN group

Junior frontend: is it necessary to create a project for a resume and portfolio?

It would seem that no one would dispute the statement that having a portfolio of one or more projects on GitHub is a beneficial addition to any resume. But now you will get acquainted with an alternative point of view. According to Rambler developer Antonina Listopadova, a beginner does not have to do a project at all, but for middle and seniors it’s just the opposite: a portfolio of several applications or sites wouldn’t hurt at all. The girl argues her position by saying that the junior does not yet have sufficient skills for his code to somehow surprise the employer. It is much more important to correctly answer the questions posed during the interview. Antonina also cites several more interesting facts in favor of her point of view.

Junior's Online Conference #2 - Java

A very useful and, no less important, interesting stream, which was recorded on May 8 at the Junior's Online Conference in Minsk. During the online broadcast, speakers of the Belarusian Java community analyze the current state and development trends of the Java language, compare Java 8 code with Java 14 and evaluate modern serverless solutions. Also, the live broadcast participants wrote several programs during the broadcast, including monitoring the American stock market and a search plugin on StackOverflow for IDEA. Links to the code are posted in the description of the video.

JPoint 2019. Egor Bugaenko interviews Tagir Valeev

If you follow the Video Weekend episodes, you probably remember the report by Tagir Valeev, a developer of the famous company JetBrains, on atomic refactoring in IntelliJ IDEA. Today we present to your attention an interview with the speaker, recorded several months ago during the JPoint 2019 conference. Answering questions from Egor Bugaenko, Tagir shared the story of his professional development and transition to JetBrains. If you are interested in hearing how an ordinary Novosibirsk Java programmer started working on IntelliJ IDEA, we recommend that you do not miss this video. In it, you will also learn valuable tips on how to attract audience attention to your software using StackOverflow and GitHub.

Creating and Debugging a Servlet

If you decide to create a web project in Java EE, you cannot do without Servlet - the basic block with which part of the interface for interacting with the client is implemented. In addition to serving client requests, servlets are also used to extend servers. By watching this video, you will learn how to create and debug a Servlet using Maven and Intellij IDEA. In the description under the video, the author posted links to the project code on GitHub and documentation on setting up the Maven Jetty Servlet Plugin. This will help if you want to become more familiar with the practice of creating servlets.
Comments
TO VIEW ALL COMMENTS OR TO MAKE A COMMENT,
GO TO FULL VERSION