タグ

ブックマーク / medium.com (24)

  • An Overview of JavaScript Testing in 2020

    (Updated on: 21.11.2021) This guide is intended to catch you up with the most important reasoning, terms, tools, and approaches to JavaScript testing for the year 2022. It combines information from the best articles recently released (they are referenced at the bottom) and adds from my own experience. It’s a little long but whoever reads and understands this guide, can safely assume they know the

    An Overview of JavaScript Testing in 2020
    Kesin
    Kesin 2018/02/12
    jsのテストに関係するモジュールのまとめ。ユニットテストだけじゃなくてE2Eのテストフレームワークも詳しく比較されてる
  • Async Map in Javascript

    Kesin
    Kesin 2018/01/30
    mapの中でasync/await使っても非同期を待ってくれない落とし穴をPromise.all()でカバーするイディオム。言われてみればたしかにという感じだった
  • iOSアプリを作るときのおすすめ構成

    高性能なMacマシンを確保まず、技術的なこと抜きに一定以上の性能のMacマシンを用意するのが良いです。取っ掛かりの勉強目的などならともかく、中規模以上のアプリを作る場合低スペックマシンでは著しく非効率です。 大体以下のようなイメージで、これ未満だと早めにマシン変えた方が幸せになれると思っています。 2–3年以内に買った20万円以上程度のMacBook Pro: 許容範囲iMac 5K: 良い感じiMac Pro: 一般的なiOSアプリ開発ではオーバースペック気味でコスパは微妙かも🤔会社で、交渉しても低スペック環境を強いられるのならば転職した方が良い気がしています🤔ちなみに転職ドラフトでSWHGという招待コードで登録するとお互いプロテインゲットできるので、気が向いたらお願いします( ´・‿・`) Continuous Integration(CI)環境次に、CI環境について触れます。CI

    iOSアプリを作るときのおすすめ構成
    Kesin
    Kesin 2018/01/27
  • incsearch.vim is dead. Long live incsearch

    incsearch.vim is a Vim plugin which improve incremental searching. It provides functionality to highlight all matches while searching, to move cursor to next/previous match while searching and so on. incsearch.vim is 3 years old. Here is the first commit on Aug 8, 2014. After the initial release, incsearch.vim has been incrementally improved and gained more and more users. LinkI talked about this

    incsearch.vim is dead. Long live incsearch
    Kesin
    Kesin 2017/10/31
    incsearch.vimにはお世話になってます。久しぶりにvimのアップデートするかな