Skip to content

Instantly share code, notes, and snippets.

View watilde's full-sized avatar
👋
Hi

Daijiro Wachi watilde

👋
Hi
View GitHub Profile

キーメッセージ

気兼ねなく立ち寄り、ライトに共存できる。もう一つの場所。

明らかにすると良さそうなところ

  1. なぜ知り合いと近い人と繋がると疲れるのか。
サービス名 知り合いと近い 公開性が高い
Twitter やや --
Instagram やや --

キーメッセージ

社内ミーティングを録画し、社内展開を容易にすべき。

キーメッセージをサポートする状況

  1. 録画
  2. 動画ファイルをアップロード
  3. アップロードしたものをSlackで共有
  4. 録画内容を元に、ワードの抽出

https://calculator.aws/#/addService

キーメッセージ

効率よく勉強をするのに、ロールモデルを捜すべきである。

キーメッセージをサポートする状況

  • 内的要因:独学で勉強することは効率が悪い
  • 外的要因:オンライン化によって

ジャーニー

  1. 尊敬できる人を探す
  2. 比較する
[
{
"source": "/index.html",
"target": "/index.html",
"status": "200",
"condition": null
},
{
"source": "/<*>?id=<id>",
"target": "/index.html?id=<id>",
PR: feat/fix_link => develop
Before: commit log
develop 07/17 xxx
feat/fix_link 07/16 xxx
develop 07/17 xxx
develop 07/15 xxx
After: rebase
feat/fix_link 07/17 xxx2
type Todo1 @model {
id: ID!
name: String!
description: String
}
type Todo2 @model {
id: ID!
name: String!
description: String
<!-- @watilde -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<style>
body{
font-size: 125px;
text-align: center;
@watilde
watilde / index.js
Last active February 8, 2021 12:02
import React from 'react';
import ReactDOM from 'react-dom';
import Amplify from 'aws-amplify';
import awsconfig from './aws-exports';
import './index.css';
import App from './App';
import reportWebVitals from './reportWebVitals';
import monitorErrors from './monitorErrors';
import monitorWebVitals from './monitorWebVitals';
import UAParser from 'ua-parser-js';
import { Analytics, AWSKinesisProvider } from 'aws-amplify';
import awsconfig from './aws-exports';
Analytics.configure({
AWSKinesis: {
region: awsconfig.aws_project_region,
bufferSize: 1000,
flushSize: 100,
flushInterval: 5000,