・
Reviews 19
・
Average rating 4.8
First of all, thank you for the lecture. I enjoyed it! However, I would like to carefully share some of the parts that I was disappointed with. The most disappointing thing is that the composition was somewhat scattered. Since the test was performed at the end after implementing all the functions instead of checking them in the middle, I should say that there was no conclusion for each function.. Since there was no conclusion for each point, I felt very disoriented when I had to return to implementing other functions. The tool was also disappointing. You may use vscode for some reason, but there were many times when the flow was interrupted due to frequent import errors, etc. I personally wondered if there was a reason to proceed with vscode. Lastly, I think it would have been better if there had been more selection and focus. The title of the lecture is "Creating a Chat Platform Using Spring Boot". Since it is basically a 'chat platform', I thought the lecture would naturally focus on web sockets, but I was disappointed that there were many parts omitted. However, it was great to be able to follow along step by step with the parts that I hadn't thought of when creating a chat platform, such as the need for slightly complex SQL statements and the parts that I might have missed in DB design. I could tell right away that you are a very capable developer throughout the lecture, but I wrote a bit too much because I wanted you to be a better instructor. I think it would be really great if the lecture structure was just a little bit more refined!
Hello. Thank you for leaving a good review. I considered a method of conducting tests one by one, but I wanted to show you the test by linking it to the actual Front, so I prepared the lecture like this. ㅠㅠ I will refer to that part more from next time. The reason I used VsCode as an IDE is because I thought there might be some people who are less familiar with it, so I used an IDE that is used as much as possible. JetBrains is good, but I thought that VsCode would be used for more parts. When preparing a lecture on the web socket function for chat, I thought that there was too little for you to gain if I only covered that topic. As a result, the lecture topic tended to be a little distracting. ㅠㅠ I apologize for that. Thank you again for leaving a good review, and I will come back with a more fun and meaningful lecture in the future. Thank you!!