Micro-services Using Go-kit: gRPC endpoint

This article will show how to create micro-services using Golang programming language and Go-kit as its framework. The service will be exposed via gRPC protocol.

PREPARING YOUR PROFESSIONAL SCRUM MASTER 1 (PSM1) CERTIFICATION

A straightforward guideline on what to do when you want to take your Professional Scrum Master 1 (PSM1) certification

Micro-services Using Go-kit: REST Endpoint

In this article, I will create a simple micro-service using Go programming language and go-kit as a standard micro-services library. The service will be exposed via REST endpoint.

Document Your REST API using Spring Boot and Swagger

Overview As a developer, you considerably have two main tasks while developing the system. One part is coding itself. Of course, when I say coding, it means code and testing (I would say a TDD […]

Scrum Notes: If It doesn’t fit, don’t force it.

This article will share and invite you to discuss my mistake during sprint. I’m open with any thought and discussion, by give a comment below. Doing estimation in software development is difficult and can be […]

Spring Boot: Encrypt Property Value in Properties File

Overview During my experiences working with Java, there are must be cases that I have to use properties files in order to store configurable parameter. For example, folder location for storing temporary files or wsdl […]

Scrum Notes: How to make Effective and Efficient Daily Scrum Meeting

When you talk about Scrum, the word daily scrum mostly pop out in many team member’s head. This is one of signature activity from this framework. I notice this activity can be so challenging for […]

Securing Spring Boot REST API – CORS

Introduction In today’s IT architecture world, most of the web applications are invoking REST API to interact with backend system. So if you have experiences on developing a web application using Javascript, or XHR precisely, and you are dealing […]

How to Deal with Java 8 Stream API (Cont.)

Well, well. It seems I post faster that I thought regarding the additional Stream API functionalities. Soon after I published the stream how-to, a friend of mine came and gave me a feedback, or request […]