Friday, 20 July 2018

How to create smaller docker images with multi-stage build

Here I will show you the example for creating least possible docker images with the help of Docker Multi-Stage build feature.

Below is a sample for Angular 6 application, which creates production build (docker image) from source-code

How to create a custom control in UI5

Hi, Here is a simple and complete tutorial for writing custom control in SAP/Open UI5. Follow these simple steps to get start with all the steps are detailed with proper explanations wherever necessary.

Sunday, 6 May 2018

How to build CORS enabled REST service in Go lang

Hi Everybody,
There are several ways to implement CORS on go server but I found one of the easiest way to enable CORS (Cross Origin Resource Sharing) on the Go server