Reviewing previous article, the first step to configure is creating the registry/ discovery service with Zookeeper. This is how I did it, Generate a new Spring Boot Project from Visual Code. Run Ctrl+Shift+P to open Command Palette. Type Spring Initialzr.…
Microservice #2: Implementing Microservice
In the introduction part, I put some note about the comparison between microservice architecture and monolithic architecture. I am sorry to write it in my mother language :p Well, nothings important, just my summary note of what I’ve read. In…
Microservice #1: Arsitektur Microservice
Pendahuluan Sebelum memasuki konsep microservice itu sendiri, ada baiknya memahami seperti apa trend daripada aplikasi web yang dikembangkan. Perlu satu dua pertemuan tersendiri untuk membahas rinci perbagiannya. Jadi saya hanya akan membuat ringkasannya saja. Gambar diatas saya gambar langsung dari…
SpringBoot #4: Synchronize Visual Code with Gitlab
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…
SpringBoot #2: Deploying WAR file to Google Cloud Server
Intro Developing an application without deploy it in real server is like making a car without wheel… Useless.. haha You don’t have to buy a physical server in order to deploy your apps. For learning purpose, there are a lot…
SpringBoot #1: Using AdminLTE and Thymeleaf
Intro For a developer who doesn’t possess a designer brain, it must be hard to create an interface for your web. But, don’t let that stop you from learning! You can use available design template, such as Bootstrap. If you…
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 #2: Implementing MariaDB
Preparation: Part 1 Intro After preparing the cloud server for hosting your web application, next work is preparing database to store data. As mentioned in Part 1, I picked MariaDB as my database platform. MariaDB is basically same as MySQL,…
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,…