BLOG TAG

Spring Boot

Spring Boot image

Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run". We take an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss. Most Spring Boot applications need minimal Spring configuration.

Here are some articles tagged with "Spring Boot" :

Feign: Spring RestTemplate Alternatives? [Bahasa] image

Feign: Spring RestTemplate Alternatives? [Bahasa]

0 viewed

So, it's 2022 and I just heard about OpenFeign. Guess I'm a bit late but I gave it a try, and...is it more advantageous than RestTemplate? Should you use it? Let's find out.

Published at 8/10/2022, 10:56:00 AM

Better Support Experience with Meaningful Logging image

Better Support Experience with Meaningful Logging

0 viewed

Do you log? Or do you not?

Logs are an important aspect of software engineering that provide valuable information for understanding and troubleshooting issues within an application. Logs can be used to track and analyze specific events and issues within your system, and can provide valuable insights into the operation and performance of your application.


If that issues occured in your system, have your logging system been good enough to tell you what happened and could it lead you to an effective solving?

Published at 6/21/2022, 8:11:00 AM

Easy and Fast API Delivery with Swagger image

Easy and Fast API Delivery with Swagger

0 viewed

Dokumentasi adalah typical way dalam komunikasi antara backend developer dengan frontend developer mengenai integrasi kedua sistem. Bagaimana sebaiknya dokumentasi dibuat?

Published at 6/3/2022, 8:06:00 AM

Advisory Program 2022 (Chapter 1) : Create Your First API image

Advisory Program 2022 (Chapter 1) : Create Your First API

0 viewed

Tulisan ini adalah bagian dari serangkaian materi dari Advisory Program BCA, untuk source code nya bisa dilihat di sini.


Yo! Fellowdevs, welcome to the program! Pada program ini, kita akan belajar mengenai bagaimana membuat sebuah aplikasi todo sederhana berbasis web yang terdiri dari backend dan frontend dengan menggunakan Spring Boot dan Angular. So, tanpa menunda-nunda lagi, let's start creating our API šŸ’Ø

Published at 3/4/2022, 7:05:00 AM