マガジンのカバー画像

Development

9
運営しているクリエイター

記事一覧

JavaScriptのGeneratorを使うとなぜ関数型プログラミングが捗るの…

こんにちはnoteでエンジニアをやっている山形です。 この記事はnote株式会社 Advent Calendar …

zochang
5か月前
29

「noteのフロントエンドApp分割」という発表をしました

進化するフロントエンド2021 −4プロダクトから学ぶSPA/PWAの技術と実践− というフロントエン…

zochang
1年前
23

[WIP] 違いでわかるSvelte

※この記事は書きかけです。すでに書いてある文章も変更になる可能性があります。 みんな大好…

zochang
1年前
5

[英語] 関数名・変数名の付け方

自分が実践している方法を書いていきます。 まず基本形があって、それに沿って表現したい事に…

zochang
1年前
24

note入社一年と心境の変化

入社エントリは書きませんでしたが、入社してから一年が経ったよエントリを書こうかと思います…

zochang
2年前
25

UIコンポーネントの自動テスト

Webフロントエンドのテストについて最近いろいろ考えていることをまとめます。 書きやすいテ…

zochang
2年前
41

Array.prototype.reduce can be used to keep the order of async processes

In an extreme edge case, I sometimes want to keep the order of async processes. For example, you have to render an image from some layers like Photoshop. const layers = [ { imageURL: 'http://example.com/dog.png', title: 'dog' }, { imageU

px-brush 1.0.1 has been released

Release notes - Updated Babel to version 7 t…

zochang
3年前
1

Define type for specific property of int…

Sometimes, I face a case that I want to define a type for a specific property of an inte…

zochang
3年前
3