JavaRush /Java Blog /Random EN /Video Weekend #13: Basics of working with Git and GitLab;...

Video Weekend #13: Basics of working with Git and GitLab; how to become a web developer living in a small town; analysis of real programmers' resumes from the employer's point of view

Published in the Random EN group

Git and GitLab in 45 minutes | Basics

It’s hard to imagine team software development without using the Git version control system and the GitHub service. But what about instead of the well-known GitHub, you use its closest competitor - the collaborative development service GitLab? For many projects and private repositories, using GitLab has a number of advantages. This is confirmed by more than 100 thousand companies that have already chosen this service. The video you're about to watch is about the basics of working with Git and GitLab. The author of the video will tell you how to work with the program, what to look for when creating a repository, how to make commits, and many other useful things.

How I became a freelance web developer. Motivation for Beginners

Do you want to hear a fascinating story about how buying an old 486 computer with Windows 95 changed the life of a student from a provincial Transcarpathian town? On the path to success and financial independence, Evgeniy had many obstacles, but thanks to his perseverance he was able to overcome them. After watching this video, you will learn how programming and freelancing helped Zhenya quit his official job at the factory and become exactly what he always wanted. If you're lacking motivation to learn programming, be sure to take a few minutes to find out how others are dealing with the problem.

How to write a resume for a programmer? Analysis of real resumes from the employer's point of view

Do you know how to write a resume? Probably, almost each of us will answer this question in the affirmative. But you must admit that employment as a programmer has its own specifics. Any minor mistake made when drafting the text may well scare off a potential employer. As a result of this, you simply will not be invited for an interview. Why can't you embellish your skills on your resume? What do employers pay attention to first when reading resumes sent by programmers? What mistakes can you make thoughtlessly when writing a cover letter? In the video presented here you will receive comprehensive answers to these and many other questions related to employment.

Unit Testing in Java: Creating Your First Test

Thanks to the IntelliJ IDEA integrated development environment, you can not only create Java applications, but also unit test them. It is necessary to evaluate the performance and functionality of your application functions. In this video, you'll learn what unit tests are, how to create and run them, and what to do if the test you create fails. The author of the video will teach you how to analyze errors when creating unit tests using specific examples. Additional reading: All about Unit testing: techniques, concepts, practice
Comments
TO VIEW ALL COMMENTS OR TO MAKE A COMMENT,
GO TO FULL VERSION