{ programming = copy/paste }

  •   Blog
  •   Archive
  •   Category
  •   Tag
 2019-07-30
Super Simple Spring Cloud - Actuator

Acuator is tools that can be used to monitoring your application’s health status. The official guide is here:

Read More
 java  Spring  Cloud  Microservice  Actuator  Comment  Share
 2019-06-17
Most useful web page layout how to

As backend developer, I always don’t know the CSS and html stuff, with recently working on Angular project, have to deal with the layout with CSS and html, so I write this to come up simple guide for backend developer, it is not that confusing…

Read More
 CSS  html  angular  javascript  Comment  Share
 2019-06-12
Angular Infrastructure Bottom Up - HTTP with Mock backend Server

Angular Buildin HTTP is used to connect to backend for data, it used couple of interface so the structure looks weird (to me), so I want to ‘destructure’ the HTTP Client to see what are in the design.

Read More
 Angular  Typescript  Javascript  Comment  Share
 2019-05-30
Angular Infrastructure Bottom Up 2

8. Service as Dependent Injection

Read More
 Angular  Typescript  Javascript  Comment  Share
 2019-05-30
Angular Infrastructure Bottom Up 2

6. PipePipe used to transform or format the value, the format is:””eg we want to format the name and slice only show 5 charactors and upcase:<p> <...

Read More
 Angular  Typescript  Javascript  Comment  Share
 2019-05-30
Angular Infrastructure Bottom Up 1

With Angular 10, it can create new project with command line ng new command, but I found that I lost the feeling about the infrastructure of Angular, so I try to dig in and try to learn Angular Infrastrcuture from bottom to up.

Read More
 Angular  Typescript  Javascript  Comment  Share
 2018-04-20
List Async process

There are 2 ways to run task async in a list:

Read More
 Java  Collection  Multi  thread  Comment  Share
 2018-04-15
Example for Spring Webflux WebClient

WebClient is asynchronous/non-blocking HTTP Client, it is replacement of RestTemplate, Here we walk through how to create and use webClient.

Read More
 Spring  java  Webflux  Weblient  Comment  Share
 2018-03-01
Install docker on Ubuntu

Install Docker

Read More
 Windows  10,  WSL  2,  Ubuntu,  Docker  CE  Comment  Share
 2018-01-10
Git Branch best Practice

Create Branch

Read More
 git  Comment  Share
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »