タグ

2021年1月3日のブックマーク (2件)

  • My stack will outlive yours

    December 2020 My stack requires no maintenance, has perfect Lighthouse scores, will never have any security vulnerability, is based on open standards, is portable, has an instant dev loop, has no build step and… will outlive any other stack. It’s not LAMP, Wordpress, Rails, MEAN, Jamstack... I don’t do CSR (Client-side rendering), SSR (Server Side Rendering), SSG (Static Site Generation)... My sta

    My stack will outlive yours
    sh19e
    sh19e 2021/01/03
    "The goal of a web page is to serve content, on the other hand, the goal of a web app is to enable the user to perform interactive tasks""web pages written in raw HTML+CSS will have no issue being accessed and authored 10 years from now, without me having to do anything"
  • RBS基礎文法最速マスター - pockestrap

    RBSはRuby 3に組み込まれた、Rubyの型情報を記述する言語です。 この記事ではRBSの文法を駆け足で紹介します。 細かい話は飛ばしますが、この記事を読めば大体のケースでRBSを読み書きできるようになると思います。 事前準備 インストール まずは文法の前に、rbs gemをインストールしましょう。 Ruby 3を使っている場合、rbs gemRuby 3に同梱されているため何もしなくても使えます。 Ruby 3未満を使っている場合でも、gem install rbsすれば使うことができます。 この記事では、rbs gem v1.0.0を対象に構文を紹介します。 $ gem install rbs Successfully installed rbs-1.0.0 1 gem installed $ rbs --version rbs 1.0.0 動作確認 書いたRBSは、rbsコマン

    RBS基礎文法最速マスター - pockestrap
    sh19e
    sh19e 2021/01/03