タグ

2020年11月27日のブックマーク (4件)

  • Async & await explained in short

    Subscribe to my newsletter and never miss my upcoming articles Async & await basically just syntactic sugar on top of promises. Here is my latest post and very short and amazing explanation of Async and await. If you use the async keyword before the function definition, you can then use await within the function. Await gives you the power to pause the function in a non-blocking way until the promi

    Keisuke69
    Keisuke69 2020/11/27
    確かにとてもわかりやすいかも。そして短い
  • Let’s Build Micro Frontends with NextJS and Module Federation!

    That headline is a mouth-full, I know! In the past several years I have been working on distributed and multiple teams as well as being a pretty early adopter of NextJS (since around V2.0!) in production. I’ve worked on micro frontends with shared npm packages while trying to orchestrate one cohesive user experience. It was and is hard. That’s why I have been closely following the latest developme

    Let’s Build Micro Frontends with NextJS and Module Federation!
    Keisuke69
    Keisuke69 2020/11/27
  • 私のブックマークPart1 - dorawii’s blog

    私は自分のブックマークに登録されたサイトがマイナーであると自負しているのでここに公開していく。 公開するブックマークは8年ぐらいまで使っていたスマホの中にあったものに限るとする。今でも使っているパソコンのchromeにはそれこそこれらの何倍もの数のブックマークが登録されているが、それにはエロ系もかなりの割合を占めている。つまりコレクションとしてはエロ一辺倒に近く単調なものになってしまっていて、見せるほどの価値がないと判断したため割愛する。 リンク切れのものも多々あると思うので、適宜Internet Archiveを使えばよろし。 編 追記 編 コミック 『グラスリップ』を最終回まで見て、考察や感想等も拝見した上で改めて考えてみたけれど、それでもやっぱりグラスリップは名作ではなく迷作だと思った。 Zantetuken 有機化学 東京理科大学『古江研究室』:研究室紹介 ナノ組織金属・ナノメ

    私のブックマークPart1 - dorawii’s blog
    Keisuke69
    Keisuke69 2020/11/27
    話違うけどいつからかブラウザのブックマークってほぼ使わなくなったなー。社内システムとブックマークバーに登録しているものたちだけ。それ以外はほぼ毎回検索からサイトにアクセスしてる
  • Next.jsをサーバーレスでやっていくためのServerless Next.js Component - Sweet Escape

    今回は最近その存在感がますます上がっているNext.jsとサーバーレスの話です。 はじめに サンプルアプリ Serverless Next.js Component デプロイ 作成されるリソース CloudFrontのディストリビューション Lambdaファンクション S3バケット 大まかな挙動 できないこと まとめ はじめに この投稿は2020年11月27の21時から開催予定のイベント(ライブストリーミング)で話す内容です。 serverless-newworld.connpass.com もし間に合えば、かつ時間があればぜひライブ配信のほうにも参加ください。 さて、今回は11/9に登壇させていただいたFront-End Studyでの話でも少し紹介したServerless Next.js Componentについて取り上げます。 僕は昨今のフロントエンドWeb周りの技術では最近は一番N

    Next.jsをサーバーレスでやっていくためのServerless Next.js Component - Sweet Escape
    Keisuke69
    Keisuke69 2020/11/27
    本日のイベント用の資料を公開した