MITRE ATT&CK
According to attack.mitre.org, “MITRE ATT&CK® is a globally-accessible knowledge base of adversary tactics and techniques based on real-world observations. The ATT&CK knowledge base is … Read More
According to attack.mitre.org, “MITRE ATT&CK® is a globally-accessible knowledge base of adversary tactics and techniques based on real-world observations. The ATT&CK knowledge base is … Read More
Following up my last Dev Note on Gatsby about Gatsby a CMS in Javascript and React.. Apart from the high level wrap up of … Read More
Lately My colleague asked me what platform/ framework is the best for him to create a Home page for the promotionCampaigns of the upcoming. … Read More
In a testing or development environment, it is common that we try to use different presets or plugins to interpret and compile our code … Read More
Setting up Babel to settle Create-React-App has provided us with a lot of conveniences, a one-stop solution, and the latest stable packages. But other … Read More
In my previous React/Redux approach, the authentication state and data flow were completely managed by Redux. For simplicity and portability, my advocation of shifting … Read More
Identity Federation in AWS has been launched since 2011. How AWS’s IAM service changes and grows with market needs? This article introduces you the … Read More
VsCode, as you may have already experienced, has become the recommended choice of editor for Javascript and other web application, because it is convenient … Read More
It has been a while the team was finding the solution of data visualisation tool with a more interactive usage in our web application. … Read More
In web application development, when we fetch data from our server, it is essential to show UI elements that signalling the fetching process. There … Read More
Right before the rise of GraphQL, there is a use case to develop a react client with sequential APIs to feed data on a … Read More
The communication protocl and Data strcuture always need to be considered ahead of development. During the course of devloping phase 1 of the Energy … Read More
There may be occasion that we need to host the bundled static one-page web client on our own Node.js web server. The article describe … Read More