Amazon Alexaask-cli
In 2020, ASK CLI version 2 has been published by Alexa team. We can manage our skill backend by using AWS Clou […]
FrontendJavaScriptReactTypeScript
We can easy to create your own React component library using tsdx. Setup We can create own package by tsdx cre […]
Amazon Alexaask-sdk
We can write our Alexa skill’s response by JavaScript (TypeScript). But the speech text definition is a […]
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 […]
VUI application like a Alexa skill should monitor the application health. So some developer like me want to ru […]
ASK CLI has hook to deploy / clone your skill. You can check exists hooks in the hooks/directory. Example hook […]