Skip to content

Commit a411814

Browse files
committed
new book
1 parent a649dee commit a411814

2 files changed

Lines changed: 31 additions & 34 deletions

File tree

1.14 MB
Loading

index.html

Lines changed: 31 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -87,66 +87,56 @@ <h1 class="my-4 text-4xl md:text-6xl font-extrabold">
8787
<div class="my-0 md:my-8">
8888
<h5 class="text-xl font-semibold mb-2">Current Book</h5>
8989
<h2 class="text-2xl font-bold">
90-
Designing Data-Intensive Applications (1st Edition)
90+
Ash Framework
9191
</h2>
9292
<h3 class="text-lg">
93-
The Big Ideas Behind Reliable, Scalable, And Maintainable Systems
93+
by Rebecca Le and Zach Daniel
9494
</h3>
9595

9696
<img
97-
src="assets/ddia-book-cover.png"
98-
alt="Designing Data-Intensive Applications Book Cover"
97+
src="assets/ash-framework-book-cover.jpg"
98+
alt="Ash Framework Book Cover"
9999
class="md:hidden my-4"
100100
/>
101101

102102
<p class="leading-tight my-2 text-lg">
103-
As software engineers, we need to build applications that are
104-
reliable, scalable and maintainable in the long run. We need to
105-
understand the range of available tools and their trade-offs. For
106-
that, we have to dig deeper than buzzwords.
103+
<a class="underline hover:text-purple-500"
104+
href="https://ash-hq.org/">Ash Framework</a> is the game-changing
105+
toolkit for Elixir developers. With modular, plug-and-play
106+
building blocks, Ash slashes development time, effort, and
107+
complexity, letting you do more with less code. Design
108+
declarative, customizable domain models that are easy to maintain
109+
and optimized for performance. Shift your focus to what to build,
110+
instead of how, using Ash's intuitive design principles. Tackle
111+
bigger challenges and build scalable, future-proof web
112+
applications with confidence. Elevate your Elixir skills and
113+
revolutionize your workflow with Ash.
107114
</p>
108115

109-
<p class="leading-tight my-2 text-lg">
110-
This book will help you navigate the diverse and fast-changing
111-
landscape of technologies for storing and processing data. We
112-
compare a broad variety of tools and approaches, so that you can
113-
see the strengths and weaknesses of each, and decide what’s best
114-
for your application.
116+
<p class="leading-tight my-2 text-lg font-bold">
117+
Save 40% with code <code>ElixirBookClubAsh</code> at checkout.
115118
</p>
116119

117120
<div class="my-4">
118121
<a
119-
href="https://dataintensive.net/buy.html"
122+
href="https://pragprog.com/titles/ldash/ash-framework/"
120123
class="bg-purple-500 px-4 py-2 font-semibold"
121-
>Purchase Options</a
124+
>Purchase the Book</a
122125
>
123126
</div>
124-
125-
<div class="my-4">
126-
<p>
127-
<a
128-
href="https://bookshop.org/p/books/designing-data-intensive-applications-the-big-ideas-behind-reliable-scalable-and-maintainable-systems-martin-kleppmann/7861564?ean=9781449373320&next=t"
129-
class="underline"
130-
>Bookshop.org</a
131-
>
132-
recommended for print.
133-
</p>
134-
</div>
135127
</div>
136128

137129
<div class="my-8">
138130
<h5 class="text-xl font-semibold mb-2">Next Meeting</h5>
139-
<h2>Sunday, August 31, 2025</h2>
131+
<h2>Sunday, September 14, 2025</h2>
140132
<!-- Would be real cool to offer it in their timezone here. -->
141133
<h3>11:00 AM EDT (UTC-4)</h3>
142-
<p>Agenda: Review Chapter 12.</p>
134+
<p>Agenda: Review Chapter 1 and 2.</p>
143135
<p>Meetings are held every two weeks.</p>
144136

145-
<p>Our next book will be the <a href="https://pragprog.com/titles/ldash/ash-framework/">Ash Framework book</a>, which will have its first meeting (Chapters 1 and 2) on September 14.</p>
146-
147137
<div class="my-4">
148138
<a
149-
href="https://docs.google.com/document/d/19A8IAxmBfiakx1EJPBJ4jjH5clcRxlmFsZl88q6JtxM/edit?tab=t.0"
139+
href="https://docs.google.com/document/d/1Rej2oGOJ_cMs6_ot3HO_0FTsIa6t06wQKBHKwwjeLhc/edit?usp=sharing"
150140
class="bg-purple-500 px-4 py-2 font-semibold"
151141
>Group Notes (Google Docs)</a
152142
>
@@ -155,8 +145,8 @@ <h3>11:00 AM EDT (UTC-4)</h3>
155145
</div>
156146
<div class="py-8 pl-8 hidden md:block">
157147
<img
158-
src="assets/ddia-book-cover.png"
159-
alt="Designing Data-Intensive Applications Book Cover"
148+
src="assets/ash-framework-book-cover.jpg"
149+
alt="Ash Framework Book Cover"
160150
/>
161151
</div>
162152
</div>
@@ -167,6 +157,13 @@ <h3>11:00 AM EDT (UTC-4)</h3>
167157
<div class="col-span-4">
168158
<h3 class="text-xl font-semibold mb-2">Past Books Read</h3>
169159
<ul class="list-disc">
160+
<li>
161+
<a
162+
class="underline hover:text-purple-800"
163+
href="https://dataintensive.net/buy.html"
164+
>Designing Data-Intensive Applications (First Edition)</a
165+
>
166+
</li>
170167
<li>
171168
<a
172169
class="underline hover:text-purple-800"

0 commit comments

Comments
 (0)