Categories
FrontendJavaScriptNestjsReact
Next.js has been supported SSG Mode from version 9.3. Next-gen Static Site Generation (SSG) Support: Built-in […]
AWSAWS CDK
AWS CDK has not supported the parameter AWS::CloudFormation::Interface. We don’t currently have a plan f […]
ReactTypeScript
The componentWillUnmount method will help us to reset the component state. But using React hooks, the official […]
JavaScriptNode.jsReactTypeScript
JSON-LD helps us to index our content into Google. We can make JSON-LD markup by using react-schemaorg. The to […]
AWS CDK can create a new CloudFront distribution, but the definition code is a little bit different to other t […]
Amazon Alexaask-sdk
VUI application like a Alexa skill should monitor the application health. So some developer like me want to ru […]
Amazon Alexaask-cli
ASK CLI has hook to deploy / clone your skill. You can check exists hooks in the hooks/directory. Example hook […]
When using ASK SDK, we can intercept the request / response by Interceptor. Requirement If you want to create […]
Amazon Alexa
Run console.log(JSON.stringify(process.env)) and check the lists of environment parameters List of parameters […]
JavaScriptJestNode.jsTypeScript
We start to learn how to run the test for TypeScript by Jest. Install Set Jest configuration You can put the J […]