preloader
Create Mechanism of Role Resource Permission of Nebular and Ngxadmin
學習 Create Mechanism of Role Resource Permission of Nebular and Ngxadmin

Nebular is a UI libary from Akveo company for Angular. It can be customized for meeting your needs and has many components and visual themes. It also has authenticate and security modules. NgxAdmin is an admin dashboard built based on Nebular. NgxAdmin is also customizable. Key tip: I use isGranted() of NbAccessChecker from Nebular’s security package, canLoad and canActivate directive from Angular framework to achieve features inside this article. I

read more
overcome-setup-of-cypress-for-web-single-page-application | 征服 Cypress 用於 web S.P.A. UI 自動化測試之起始設定
學習 overcome-setup-of-cypress-for-web-single-page-application | 征服 Cypress 用於 web S.P.A. UI 自動化測試之起始設定

Modern web systems often require users to login first and then allow those, who are login successfully, start to use. If these systems are built with concept of single page application, it’s good to try Cypress for automatic UI end-to-end testing. The login is first one need to be solved for Cypress testing. Notice: The content of this article has been tested at cypress version 5.6.0, 6.2.0, angular version 6.1.10,

read more
Leetcode - Merge Two Sorted List - my solution using javascript
Leetcode Leetcode - Merge Two Sorted List - my solution using javascript

Merge two sorted linked lists and return it as a sorted list. The list should be made by splicing together the nodes of the first two lists.  Example 1: Input: l1 = [1,2,4], l2 = [1,3,4] Output: [1,1,2,3,4,4]  Example 2: Input: l1 = [], l2 = [] Output: []  Example 3: Input: l1 = [], l2 = [0] Output: [0]  Constraints: The number of nodes in both lists is in the range [0, 50].

read more
React js Video Tutorial Recommendation for free on YouTube | 推薦 React.js 免費教學影片 on YouTube
心得 React js Video Tutorial Recommendation for free on YouTube | 推薦 React.js 免費教學影片 on YouTube

I have taken three weeks for reminding myself and learning again React.js with three playlists on YouTube since tail part of last February. I recommend the video channel: The Net Ninja. Following video contents are helpful for me and easy to understand concept of React. Hands-on projects are also easy to follow up by myself. These videos clarify questions, which are existing in my mind, and lower bar for learning

read more
Mosquitto MQTT Start Support OCSP Stapling since version 1.6 | Mosquitto MQTT 自版本 1.6 開始支援 OCSP stapling
學習 Mosquitto MQTT Start Support OCSP Stapling since version 1.6 | Mosquitto MQTT 自版本 1.6 開始支援 OCSP stapling

Mosquitto starts to support OCSP stapling since version 1.6(20190417). Online Certificate Status Protocol(OCSP) can be used to query a certicate from client to server whether it is still valid or be revoked. OCSP is an alternative way for Certificate Revoke List(CRL). One of pros of OCSP is no need to maintain large list same as CRL. Most part of cons is that few programs support it. Some well-known programs such

read more
Mosquitto MQTT Reload Configuration Without Stop Execution | Mosquitto MQTT broker 重新載入設定檔時無須重啟
心得 Mosquitto MQTT Reload Configuration Without Stop Execution | Mosquitto MQTT broker 重新載入設定檔時無須重啟

I want to update some settings of mosquitto MQTT broker without stop running. There is a way to meet the goal. First, you need to setup pid_file setting of mosquitto.conf. pid_file setting will set pid content such as process identifier in the file under assigned path. And then I can setup a setting that I want process execution of mosquitto to reload configurations, for example acl_file. After I confirming a

read more

About

Howard Lee, Frontend-engineer with Angular 7+, Typescript, ReactJS, VueJS. Flutter, Dart, PHP, Ruby, JavaScript, HTML, SASS, CSS, Postgres, MySQL, Web Developer. Have a certificate of AWS Solution Architect Associate with verify number: 8FYNL55LCEEQ10W5. You can verify at AWS Certificate site or Credly site Tech lead role Lead 4 colleagues to build products and infrastructure Coordinate schedule of delivering products Senior web frontend developer role Products Form-filling, form-sharing, file-management, repair-managemnt and project-management for construction industry at Suiqui IoT management and EC platform for Liquid Petroleum Gas(LPG) at Wave-In Comm.

Know More

Tag

Social