Categories
AWS
OSSのエラートラッキングツールfaultlineでNode.jsのエラートラッキングをしてみたので覚書です。 インストール $ git clone https://github.com/faultline/faultl […]
WP CLI
wp-cli/doctor-commandが気になったので、自分のサーバーに入れてみました。 環境 ___ _ __ / _ | __ _ (_)_ _ ___ / /____ / __ |/ ‘ \/ / ‘ \/ _ […]
Amazon AlexaAWSEventJAWS-UG
AWS Community Day APAC が韓国のソウルで開催されたのですが、そこでAlexa Skillを作る話をしてきました。 スライド How to develop Alexa Skill Kit based […]
Docker
wpenv – A Docker based testing environment for WordPress. Facebookでシェアされていたのを見て気になったので、飛行機待ちの間にとりあえず起動させ […]
Amazon Alexa
これからやること増えそうなので、振り返りも兼ねて。 作ったもの “Alexa, ask shifter man give me some shifter information.”などと話しかける […]
Node.js
https://www.npmjs.com/package/validator npm install –save validatorでインストールして、バリデーション処理を書いていきます。 サンプル import v […]
Amazon AlexaEventJAWS-UGServerless FW
8/25にServerless Meetup Osaka #3で「Building custom skill by Serverless Framework」というセッションをしてきました。 スライド その後 スライドに […]
WordPress
俺得記事シリーズなので、それぞれの説明はすっ飛ばします。 前提 サーバーはAMIMOTO AMI WordPressはApolloを利用 Circle CI + CodeDeployで自動デプロイ化している 問題 以下の […]
React
ちょっと試してみたかったので、exampleを動かしてみました。 $ git clone [email protected]:redux-saga/redux-saga.git $ cd redux-saga $ npm i […]
Alexa CLIをいろいろ触ってみているところですので、その覚書です。 今回はlist-skills / get-skill / get-model / get-model-statusの4つを触ってみました。 api […]