No Image

Git – How to use git-flow?

June 23, 2020 hung-nb 0

Ref: git-flow Point of view The overall flow of Gitflow is: A develop branch is created from master A release branch is created from develop Feature branches are created from develop When a feature is […]

No Image

Bitrise – Build iOS app

February 26, 2020 hung-nb 0

Upload code signing Upload provisioning profile Provisioning profile is like the certificate of a unique app Provisioning profile has some selected certificates If this is […]

No Image

NodeJS – All about

September 16, 2018 hung-nb 0

Basic Update node engine How to run shell command and get output? Non-stream formatted output Output stream Reference how-to-run-shell-script-file-or-command-using-nodejs How to write API requests? GraphQL […]