[Beginner] A story about starting studying Java for job hunting ~ 3rd month ~

Hello. I am a third year student attending a local unnamed liberal arts university.

I have been studying programming for about 3 months for job hunting. If you are interested in how you started studying, please see the article in the first month.

[[Beginner] The story of starting studying Java for job hunting ~ 1st month ~] (https://qiita.com/ayumitani611/items/8da091cb0f0447b509eb)

In the third month, I worked on a review of the dot installation I was working on last month. This time it was the second round, so the number of errors that occurred was less than in the first round, and the number of times that I could correct the error on my own increased.

However, the only thing I felt growth in the past month was error correction, and I ended up not learning much about other skills and knowledge during my study time.

So this time, I will write about the points to reflect on in the third month of study.

** Reflections on the 3rd month **

What I regret is

――I gave priority to finishing in a short time rather than understanding the contents ――There are days when you study and days when you don't.

It is two points.

Since the spring break was over this month, I had to spend some time studying at school. For that reason, I was trying to finish my studies with dot installation as soon as possible, and it became like just copying. Also, the day before the assignment submission date, I concentrated on that, so I didn't have time to study programming.

There were some circumstances where it was difficult to take time, but if I used my time a little better, I should have been able to spend more time studying, and I think I was able to study more efficiently. If I increased the study time per day by 10 minutes, I think that I could secure time to think for understanding the contents, and as a result, I could have acquired skills and knowledge in a short time. I will. Also, I think it would have been better if I could proceed with just one video instead of studying at all even on days when I had to do assignments.

Since the first semester ends in early June, it is thought that the fourth month will require more time for assignments and test study than the third month. However, in the 4th month, based on this failure, I would like to use my time efficiently and study while not neglecting school assignments.

Finally

Thank you for reading to the end. I want to do my best from now on so that I don't have to reflect on it like this month. Next, I would like to write the progress of the 4th month in early June, so please have a look.

Recommended Posts

[Beginner] A story about starting studying Java for job hunting ~ 3rd month ~
[Beginner] A story about starting studying Java for job hunting ~ 2nd month ~
[Beginner] A story about starting studying Java for job hunting ~ 1st month ~
[Beginner] A story about starting studying Java for job hunting ~ 5th month ~
[Beginner] A story about starting studying Java for job hunting ~ 4th month ~
A story about Java 11 support for Web services
A story about starting a Java-related book club for newcomers
Java, for statement / while statement starting from beginner
A story about the JDK in the Java 11 era
A story about trying to operate JAVA File
A story about a super beginner participating in the AtCoder contest for the first time (AtCoder Beginner Contest 140)
A story about developing ROS called rosjava with java
[Java] A story about IntelliJ IDEA teaching Map's putIfAbsent method
A story about speeding up unittest on Docker for Mac
A story about misunderstanding how to use java scanner (memo)
Java starting from beginner, override
Java, instance starting from beginner
Java starting from beginner, inheritance
A story about hitting the League Of Legends API with JAVA
A story about having a hard time aligning a testing framework with Java 6
A story that I finally understood Java for statement as a non-engineer