今月やったこと2023/05
読んだ記事
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
一言で理解するReact Server Components
アーキテクトがチェックすべきオープンソースのWebサービス一覧
はじめに|You and 120% Cleaner React
勉強
Rustの入門
The Rust Programming Language 日本語版の13章まで。
NestJS + ApolloのGraphQLサーバ
【入門】NestJS+Prisma+prisma-nestjs-graphqlで快適なGraphQL環境構築🧑🏽💻
イベント
AizuHackの講師
所属する大学のサークルの勉強会付きハッカソンAizuHack。 これのWebコースの講師を務めるため、週一の勉強会の開催とその資料作りを行った。
大LT
発表資料
Feature driven folder structureは何を解決する?
Feature driven folder structureというものが何を解決するものなのかを自分なりに考え話しました。