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

PostgreSQL – All about (1)

June 23, 2020 hung-nb 0

What is difference between Postgres and PgAdmin Postgres.app is a full-featured PostgreSQL installation packaged as a standard Mac app. It sets up a PostgreSQL database server […]

No Image

iOS – APIs update

June 18, 2020 hung-nb 0

AppStore submit April 2020, Apple requires all app store submissions to be built with Xcode 11 and target the iOS 13 SDK UIWebView has to […]

No Image

Testing – How to automate Web browser by Puppeteer?

June 9, 2020 hung-nb 0

Setup Create NodeJS project Code template How to open Chrome app, not Chromium? Open Terminal/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome –remote-debugging-port=9222 –no-first-run –no-default-browser-check –user-data-dir=$(mktemp -d -t ‘chrome-remote_data_dir’) You […]