AboutBlogContacts

今月やったこと2023/05

読んだ記事

Screaming Architecture

Your architectures should tell readers about the system, not about the frameworks you used in your system. If you are building a health-care system, then when new programmers look at the source repository, their first impression should be: “Oh, this is a heath-care system”. Those new programmers should be able to learn all the use cases of the system, and still not know how the system is delivered. They may come to you and say: “We see some things that look sorta like models, but where are the views and controllers”, and you should say: “Oh, those are details that needn’t concern you at the moment, we’ll show them to you later.”

Screaming Architecture - Evolution of a React folder structure

自分のウェブサイトにブログカードを実装してみた

良いコード・悪いコードで学ぶ設計入門メモ

オブジェクト指向のその前に-凝集度と結合度

hoge

一言で理解するReact Server Components

アーキテクトがチェックすべきオープンソースのWebサービス一覧

はじめに|You and 120% Cleaner React

プロトコル、インターフェースとしてのGraphQL宣言的UIの状態管理とアーキテクチャSwiftUIとGraphQLによる実践 https://speakerdeck.com/sonatard/swiftui-graphql GraphQLの誤解 https://speakerdeck.com/sonatard/rethinking-graphql GraphQL実践ノウハウ https://speakerdeck.com/sonatard/graphql-knowhow

@ogp

勉強

Rustの入門

The Rust Programming Language 日本語版の13章まで。

NestJS + ApolloのGraphQLサーバ

NestJS graphql

【入門】NestJS+Prisma+prisma-nestjs-graphqlで快適なGraphQL環境構築🧑🏽‍💻

GitHub - notiz-dev/nestjs-prisma-starter: Starter template for NestJS 😻 includes GraphQL with Prisma Client, Passport-JWT authentication, Swagger Api and DockerStarter template for NestJS 😻 includes GraphQL with Prisma Client, Passport-JWT authentication, Swagger Api and Docker - notiz-dev/nestjs-prisma-starter

イベント

AizuHackの講師

所属する大学のサークルの勉強会付きハッカソンAizuHack。 これのWebコースの講師を務めるため、週一の勉強会の開催とその資料作りを行った。

大LT

発表資料

Feature driven folder structureは何を解決する?

Feature driven folder structureというものが何を解決するものなのかを自分なりに考え話しました。