タグ

2023年6月23日のブックマーク (2件)

  • 「ドメイン駆動設計のためのマネジメント入門」でお話しました - STEAM PLACE

    「ドメイン駆動設計のためのマネジメント入門」でお話しました。 ご参加いただいた皆さま、ありがとうございました! modeling-how-to-learn.connpass.com エントリにて、イベントの資料を公開します。 セッション概要 マネジメントの基礎的・基的な知識は、ソフトウェア開発においても役に立つスキルです。ソフトウェア開発は事業を実現する手段の一つであり、事業とマネジメントは切っても切れない関係でしょう。 セッションでは、「ソフトウェア開発と組織」「ソフトウェア開発と事業」という観点で、ソフトウェア開発の全体像を俯瞰します。 セッション資料 speakerdeck.com マネジメントの知識がドメイン駆動設計を加速する イベントにて、増田亨さんより「マネジメントの知識とドメイン駆動設計とのかかわり」について紹介がありました。 「組織」や「事業戦略」の知識を広げることは

    「ドメイン駆動設計のためのマネジメント入門」でお話しました - STEAM PLACE
  • You Might Not Need jQuery

    jQuery and its cousins are great, and by all means use them if it makes it easier to develop your application. If you're developing a library on the other hand, please take a moment to consider if you actually need jQuery as a dependency. Maybe you can include a few lines of utility code, and forgo the requirement. If you're only targeting more modern browsers, you might not need anything more tha