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 How to […]

No Image

MongoDB: All about

February 19, 2018 hung-nb 0

Installation Install “msi” file from official site Create batch file to run every time [js]C:\mongodb\bin\mongod.exe –dbpath “C:\Users\abc\Desktop\[database folder path]”[/js] Practical usage INSERT [js] let data […]

No Image

Auto Complete: All about

February 16, 2018 hung-nb 0

ASP.NET – Use “AJAX AutoCompleteExtender” Assign a “ServiceMethod”, a “TargetControlID”, a “OnClientItemSelected” to “AutoCompleteExtender” ServiceMethod is a WebService returning data for autocomplete TargetControlID is a […]

No Image

Graph & Chart: All about

February 14, 2018 hung-nb 0

Fusion chart Pure Javascript version Install Download free trial https://www.fusioncharts.com/download/ Free trial version displays a small watermark in the chart only Embedding [js] [/js] Angular […]

No Image

HTML DOM: All about

January 15, 2018 hung-nb 0

Concept Javascript – DOM parser speed The DOM isn’t slow, your code is slow. Notes Do not use JQUERY to create HTML element Stop using […]

No Image

ReactJS – Concepts

December 14, 2017 hung-nb 0

UI creation Work process Create UI mockup Divide UI into different areas, small area is inside bigger area, the biggest area is the entire UI […]