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

Visual Studio Code

June 9, 2018 hung-nb 0

Common My VSCode setting How to open VSCode setting? How to auto fix eslint when saving Set the following in settings.json of VSCode Rename All […]

No Image

Mac OS

November 10, 2017 hung-nb 0

How to create a Mac partition on an existing Windows drive without losing other drives on a same HDD? How to config Android development Install […]

No Image

Git

August 18, 2017 hung-nb 0

Useful commands What’s Git LFS? For projects containing large files, particularly large files that are modified regularly, this initial clone can take a huge amount […]

No Image

Excel

August 18, 2017 hung-nb 0

[Idea]How to compare values of 2 columns? [Solutions]Use formula to return match/ un-match results in a separate column [Techniques]Comparison [js]=IF(A2=B2), "Match", "Unmatch")[/js] [Techniques]Case sensitive comparison […]