並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 3 件 / 3件

新着順 人気順

realworldの検索結果1 - 3 件 / 3件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

realworldに関するエントリは3件あります。 performanceRustJavaScript などが関連タグです。 人気エントリには 『YewとaxumとShuttleで RealWorld example を書いてみた』などがあります。
  • YewとaxumとShuttleで RealWorld example を書いてみた

    #[shuttle_service::main] async fn axum(#[shuttle_aws_rds::Postgres] pool: PgPool) -> ShuttleAxum { ... } のように引数に必要とするリソースを書くと、自動で必要なものがプロビジョニングされて、何も考えなくてもプログラムから使える状態にしてくれるみたいです。Infrastructure-From-Codeと呼ばれるパラダイムのようです。あんまり良く知らなかったのですが、別途インフラ設定のコードを書くのに比べると、リソースの定義がそれを必要とするコードに直接書かれているし、コンパイラのチェックも入れられるので、たしかに筋が良いような感じを受けました。 shuttle依存の部分はここだけなので、あとはaxumを用いた普通のREST APIのコードを書いていくだけです。 axumはRustのデファ

      YewとaxumとShuttleで RealWorld example を書いてみた
    • GitHub - reck1ess/next-realworld-example-app: Exemplary real world application built with Next.js + SWR

      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

        GitHub - reck1ess/next-realworld-example-app: Exemplary real world application built with Next.js + SWR
      • A RealWorld Comparison of Front-End Frameworks 2020

        We are doing it again. This is 2020, there is also 2019, 2018, and 2017. Let me start with this — this is by all means not a comparison of what should be your next choice for Front-End. It’s a small, relatively unsophisticated, comparison of three things: Performance, Size, and Lines of Code of pretty similar application. With that in mind here is how it works: We are comparing RealWorld App — som

          A RealWorld Comparison of Front-End Frameworks 2020
        1

        新着記事