From 7e88a72786628a9031d806c4942bc9fa984f750d Mon Sep 17 00:00:00 2001 From: Keisuke Umeno <9renpoto@gmail.com> Date: Sun, 11 Feb 2024 13:36:10 +0900 Subject: [PATCH] feat(posts): add new entry (#86) * feat(posts): add new entry * fix: link * fix(posts): remove link --- LICENSE | 2 +- cspell.json | 3 ++- posts/2024/02/11/join.md | 40 +++++++++++++++++++++++++++++++++++++++ routes/entry/[...all].tsx | 17 ++++++++++------- 4 files changed, 53 insertions(+), 9 deletions(-) create mode 100644 posts/2024/02/11/join.md diff --git a/LICENSE b/LICENSE index b8da6b4..0ccd191 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 9renpoto +Copyright (c) 2024 9renpoto Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cspell.json b/cspell.json index 056b438..dd074e0 100644 --- a/cspell.json +++ b/cspell.json @@ -18,6 +18,7 @@ "9renpoto", "bluesky", "denoland", - "healthz" + "healthz", + "ROLLCAKE" ] } diff --git a/posts/2024/02/11/join.md b/posts/2024/02/11/join.md new file mode 100644 index 0000000..e2700bd --- /dev/null +++ b/posts/2024/02/11/join.md @@ -0,0 +1,40 @@ +--- +date: 2024-02-11 +title: ROLLCAKE株式会社にJoinしました +snippet: +--- + +# TL;DR + +私信です。 + +- From: CADDi Inc +- To: [ROLLCAKE Inc](https://rollcake.co/) + +## ROLLCAKEのJoinを決めた理由 + +この会社の魅力は「共に成長し、楽しみを作り出す挑戦を楽しめること」です。 + +## 入社(前|後)のギャップ + +ROLLCAKEでは「体験設計書」を通して「ゴール」の定義にこだわっています。これは課題の定義とは異なり我々の考える**楽しみ**をぶらさないための指標として保守されています。 +最初はこの体験設計書の使われ方がイメージしきれてなかったなと今だと感じます。 + +我々の考える楽しみとは多種多様でありますし、試したい施策も多岐に渡ります。 +適宜優先度の判断等も入りますが、ゴールに向かっていく中で必要な施策の実行や計画は現場にも多くの責任を任せてもらえています。 + +言語化が難しいのですが現場の裁量の大きさが非常に心地よいです。様々自由にさせてもらっています。 + +## スモールチームに戻って + +スモールチームは特有の強さがあります。困ったときには誰にでも相談できる身軽さや、それに答えてくれる心強いメンバーもそれをサポートしてくれる会社もあります。 + +毎日楽しく働いけておりますし、自分が作ったアウトプットで自分も楽しめています。 +「楽しみが待っている毎日」を作っていくぞ。 + +## Refs + +- [26.[前編] ROLLCAKEの体験設計書とユーザーの課題とゴールのどちらにフォーカスするか問題と ゲスト: 伊野亘輝 (@memocamela)](https://takejune.com/podcast/26-memocamera) +- [27.[後編] MUSEUMと新規事業を生む仕組みとデザインするときのチェックリストと ゲスト: 伊野亘輝 (@memocamela)](https://takejune.com/podcast/27-memocamera) +- [地方移住を検討](https://9renpoto.win/entry/2023/09/09/migration-plan) +- [CADDi株式会社にJoinしました](https://9renpoto.win/entry/2020/12/05/join) diff --git a/routes/entry/[...all].tsx b/routes/entry/[...all].tsx index 2d8c3ba..7f83296 100644 --- a/routes/entry/[...all].tsx +++ b/routes/entry/[...all].tsx @@ -30,13 +30,16 @@ export default function PostPage(props: PageProps) {

{post.title}

- +
+ +

Number of word {post.content.length}

+