For the GUI-user like me, using full command prompt is a quiet awkward haha Because I have no idea where to start. I am not book-type person, I don’t like reading. What I like is exploring the tools, even if…
SpringBoot #3: Working with Visual Code Tools
Move away from my main content line in Spring Boot series, I want to insert this topic between the main content. Why? Because this IDE is quite new for me to use when I code Java. I faced a lot…
Preparation #3: Synchronize Project with Gitlab
Preparation: Part 1 | Part 2 Intro In team project, it is better to have a dedicated server to synchronize all the developer team work. A small project which has only one developer doesn’t need it because the source code…
Preparation #1: Preparing Development Environment
Intro I don’t know why I keep forgetting how to prepare development environment from scratch. Whenever I want to start new project, I always re-searching how to do it. So I guess it’s better to leave some trace here. Recently,…