Skip to content

Commit 61fb070

Browse files
blog/twie_2025_10_03 (#1223)
Co-authored-by: Mirela Prifti <57798527+mirelaprifti@users.noreply.github.com>
1 parent e5ea295 commit 61fb070

File tree

1 file changed

+224
-0
lines changed
  • content/src/content/docs/blog/this-week-in-effect/2025/10

1 file changed

+224
-0
lines changed
Lines changed: 224 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,224 @@
1+
---
2+
pagefind: false
3+
title: This Week in Effect - 2025-10-03
4+
excerpt: Effect 3.18 release. Effect Docs search powered by Mixedbread. Effect Office Hours 2. ChEffect & Twitch – Spotify Integration coding sessions.
5+
date: 2025-10-03
6+
authors:
7+
- davide_scognamiglio
8+
- mirela_prifti
9+
- michael_arnaldi
10+
tags:
11+
- This Week In Effect
12+
---
13+
14+
import { YouTube } from "@astro-community/astro-embed-youtube"
15+
import Tweet from "astro-tweet"
16+
import TwitchPlayerNonInteractive from "@/components/TwitchPlayerNonInteractive.astro"
17+
18+
Hi Effecters!
19+
20+
Welcome back to This Week In Effect (**TWIE**) - your weekly update of the latest developments in the Effect community and ecosystem.
21+
22+
Effect is a powerful TypeScript library that helps developers create complex, synchronous, and asynchronous programs. One key feature that sets Effect apart is how it leverages structured concurrency to provide features such as async cancellation and safe resource management, making it easier to build robust, scalable, and efficient programs.
23+
24+
To get started, below you’ll find links to our documentation as well as our guide for installing Effect. Enjoy!
25+
26+
- [Effect Documentation](/docs/getting-started/introduction/)
27+
- [Installing Effect](/docs/getting-started/installation/)
28+
29+
30+
**Recent major updates:**
31+
32+
- [Effect 3.18](https://effect.website/blog/releases/effect/318) Release.
33+
- [Effect AI SDK](https://github.com/Effect-TS/effect/releases/tag/%40effect%2Fai%400.27.0) Release.
34+
- Durable workflows in TypeScript with [`@effect/workflow`](https://github.com/Effect-TS/effect/blob/main/packages/workflow/README.md) - currently in alpha.
35+
- The [Effect community](https://discord.gg/effect-ts) on Discord reached 5390+ members!
36+
37+
&nbsp;
38+
## Technology
39+
40+
[Effect 3.18](https://effect.website/blog/releases/effect/318) has been released!
41+
<Tweet id="1972941582065348946" />
42+
43+
Here are all the technical changes from the past week (note that changes included in the 3.18 release will not be listed).
44+
45+
### Effect Core
46+
- [Enable console.group in Logger.prettyLogger when using Bun](https://github.com/Effect-TS/effect/pull/5584) (Bug Fix)
47+
- [Fix Array Do documentation](https://github.com/Effect-TS/effect/pull/5598) (Documentation Update)
48+
49+
### Effect AI
50+
- [Filter to response status 200 in AI client stream requests](https://github.com/Effect-TS/effect/pull/5571) (Bug Fix)
51+
- [Fix response schema when tool call resolution is disabled](https://github.com/Effect-TS/effect/pull/5587) (Bug Fix)
52+
- [Ensure provider-defined tool results are properly added to input messages](https://github.com/Effect-TS/effect/pull/5599) (Bug Fix)
53+
- [Fix consistent fallthrough to error case](https://github.com/Effect-TS/effect/pull/5601) (Bug Fix)
54+
55+
### Effect Cluster
56+
- [Fix SqlMessageStorage last reply for sqlite](https://github.com/Effect-TS/effect/pull/5575) (Bug Fix)
57+
- [Ignore non-client interrupts in workflow activities](https://github.com/Effect-TS/effect/pull/5577) (Bug Fix)
58+
- [Persist activity interrupts as "Suspended"](https://github.com/Effect-TS/effect/pull/5581) (Bug Fix)
59+
- [Keep socket error listener attached in NodeSocket](https://github.com/Effect-TS/effect/pull/5585) (Bug Fix)
60+
- [Add openTimeout options to NodeSocket.makeNet](https://github.com/Effect-TS/effect/pull/5590) (Feature)
61+
- [Guard against race conditions in NodeSocketServer](https://github.com/Effect-TS/effect/pull/5602) (Bug Fix)
62+
63+
### Effect Platform
64+
- [Keep socket error listener attached in NodeSocket](https://github.com/Effect-TS/effect/pull/5585) (Bug Fix)
65+
- [Add openTimeout options to NodeSocket.makeNet](https://github.com/Effect-TS/effect/pull/5590) (Feature)
66+
- [Add additional predicate typings for HttpMiddleware.cors allowOrigins](https://github.com/Effect-TS/effect/pull/5588) (Feature)
67+
- [Guard against race conditions in NodeSocketServer](https://github.com/Effect-TS/effect/pull/5602) (Bug Fix)
68+
69+
### Effect RPC
70+
- [Ignore non-client interrupts in workflow activities](https://github.com/Effect-TS/effect/pull/5577) (Bug Fix)
71+
- [Persist activity interrupts as "Suspended"](https://github.com/Effect-TS/effect/pull/5581) (Bug Fix)
72+
73+
### Effect Workflow
74+
- [Fix SqlMessageStorage last reply for sqlite](https://github.com/Effect-TS/effect/pull/5575) (Bug Fix)
75+
- [Ignore non-client interrupts in workflow activities](https://github.com/Effect-TS/effect/pull/5577) (Bug Fix)
76+
- [Persist activity interrupts as "Suspended"](https://github.com/Effect-TS/effect/pull/5581) (Bug Fix)
77+
- [Keep socket error listener attached in NodeSocket](https://github.com/Effect-TS/effect/pull/5585) (Bug Fix)
78+
- [Add openTimeout options to NodeSocket.makeNet](https://github.com/Effect-TS/effect/pull/5590) (Feature)
79+
- [Guard against race conditions in NodeSocketServer](https://github.com/Effect-TS/effect/pull/5602) (Bug Fix)
80+
- [Add workflow type utils](https://github.com/Effect-TS/effect/pull/5490) (Feature, next-minor)
81+
82+
83+
&nbsp;
84+
85+
## Community Highlights
86+
87+
- [TypeScript Terraform Provider SDK](https://github.com/entropitor/terraform-providers) powered by Effect, by [Jens Claes](https://github.com/entropitor). Learn more in this [blog post](https://entropitor.com/blog/terraform-provider-in-typescript).
88+
89+
&nbsp;
90+
91+
- [effect-mdx](https://github.com/PaulJPhilp/effect-mdx) v0.2.0 release – a type-safe MDX processing with Effect. Project by [Paul Philp](https://github.com/PaulJPhilp).
92+
93+
- [Mixedbread Search](https://www.mixedbread.com/) opened up their beta, and we’ve been using it to power Effect Docs, making the search experience faster, smarter, and more relevant.
94+
<Tweet id="1973462131040452626" />
95+
96+
97+
&nbsp;
98+
## Effect Content Update
99+
100+
- The second episode of **Effect Office Hours** aired on Wednesday! We will publish an edited version on our YouTube channel soon. In the meantime, you can watch the livestream on X(Twitter) below.
101+
<Tweet id="1973465926474539428" />
102+
103+
&nbsp;
104+
105+
**PART 3: Developing a Twitch – Spotify Integration** and **ChEffect - Part 5: A Local-First App built w/ Effect & LiveStore** are now on our YouTube Channel.
106+
107+
<YouTube
108+
id="https://www.youtube.com/embed/OTJ8YnbxR-U?si=WKP4wHtkMOD4Per2"
109+
title="PART 3: Developing a Twitch – Spotify Integration"
110+
/>
111+
112+
&nbsp;
113+
114+
<YouTube
115+
id="https://www.youtube.com/embed/Y6KyNhroG7g?si=P8MzWpKzesrka4P4"
116+
title="ChEffect - Part 5: A Local-First App built w/ Effect & LiveStore"
117+
/>
118+
&nbsp;
119+
120+
## Cause & Effect Podcast
121+
122+
Don't forget to listen to our **Cause & Effect** podcast hosted by Johannes Schickling and available on [YouTube](https://www.youtube.com/@effect-ts), [X(Twitter)](https://x.com/EffectTS_/status/1967543931031126523), and audio platforms like [Spotify](https://open.spotify.com/episode/5vhRg2zUt7UxP7ABof8XQ0) and [Apple Podcast](https://podcasts.apple.com/us/podcast/event-driven-systems-in-fintech-how-spiko-leverages/id1781879869?i=1000726884416).
123+
124+
This podcast highlights stories from software engineers and companies using Effect in production. Each episode explores their journey of adopting Effect, including the learning process, challenges faced, and benefits of integrating Effect into their tech stack.
125+
126+
We've published our fifth episode with Samuel Briole, CTO of [Spiko](https://www.spiko.io/), a Paris-based FinTech startup building infrastructure for issuing regulated financial products on public blockchains, specifically risk-free products.
127+
128+
Spiko utilizes Effect extensively, from day one, for both backend and frontend development, particularly for managing asynchronous operations, API integrations, and smart contracts.
129+
130+
<YouTube
131+
id="https://www.youtube.com/embed/lFOHVZnJLew?si=LjNt7r29zM0j8T1s"
132+
title="Event-Driven Systems in FinTech: How Spiko Leverages Effect | Samuel Briole | Cause & Effect #5"
133+
/>
134+
135+
&nbsp;
136+
## Effect Job Opportunities
137+
138+
More and more companies are adopting Effect in their projects. Here’s a list of companies looking for software engineers with Effect experience:
139+
140+
- **Expand.ai**: [Founding Engineer](https://www.expand.ai/careers/founding-engineer)
141+
142+
- **Platonic Systems**: [Remote Effect Engineers](https://twitter.com/platonicsystems/status/1861470819861311945)
143+
144+
- **Inato**: [Product Engineers / Fullstack Engineers](https://jobs.lever.co/inato/6df2d1e3-ce0a-487b-a930-840759803d44)
145+
146+
- **Medbill.ai**: [Founding Software Engineers (full-stack and backend)](https://www.linkedin.com/posts/codingtom_medbill-ai-activity-7260092522708762624-N7TH)
147+
148+
- **Oneiro Solutions**: Software Engineer - Core Team. [Join Effect Discord](https://discord.com/channels/795981131316985866/796153351372275743) and DM *leighman* for further info.
149+
150+
- **Microsub**: [TS Developer](https://x.com/0xdownshift/status/1880013835878154510)
151+
152+
- **Samsung Food**: [Full Stack Developer](https://whisk.bamboohr.com/careers/110)
153+
154+
- **Margins**: [Product Engineer](https://margins.app/jobs/product-engineer)
155+
156+
- **[Precurion](https://precurion.com/)** looking for a remote‑first Founding Engineer with Effect experience – See the job posting in the `#job-board` channel on [our Discord](https://discord.com/channels/795981131316985866/796153351372275743/1362610725931061258).
157+
158+
- **Vitalize Care** is hiring a full-stack engineer with Effect experience: [Full-Stack Engineer](https://jobs.ashbyhq.com/vitalize/d907ba5f-0f2f-4bb4-931a-1680d6daf81a)
159+
160+
- **Embedded Insurance** is hiring for a [Senior Software Engineering](https://embeddedinsurance.bamboohr.com/careers/23) position.
161+
162+
- **Betalyra**, an AI consulting company from Portugal, is looking for a part-time freelance software engineer (TypeScript/Effect) with AI experience – see the job posting in the `#job-board` channel on [our Discord](https://discord.com/channels/795981131316985866/796153351372275743/1362610725931061258).
163+
164+
- **Software Intelligence Works**: [Senior Full-Stack Engineer](https://remotive.com/remote-jobs/software-dev/senior-full-stack-engineer-2011648)
165+
166+
- **14.ai**: [Founding engineer](https://14.ai/careers)
167+
168+
- **Wander** is hiring [Software Developers](https://ship.wander.com) with experience in Effect.
169+
170+
- **Glide**: [Senior Frontend Product Engineer](https://www.glideapps.com/jobs/frontend-product-engineer)
171+
172+
- **Stealth team** looking for a software engineer with Effect experience – see the job posting in the `#job-board` channel on [our Discord](https://discord.com/channels/795981131316985866/796153351372275743/1362610725931061258).
173+
174+
- **A French-speaking** startup team led by Stephan Le Dorze is looking for a freelancer to join them - [see his LinkedIn post](https://www.linkedin.com/posts/stephaneledorze_mission-longue-avec-moi-entre-autre-activity-7310947252741570560-Bqsh/) for more details.
175+
176+
- **Freckle.io** is hiring [Platform Engineers](https://x.com/code_typist/status/1930326662677434561) with experience in Effect.
177+
178+
- **A stealth team** that has already scaled their product to 50K daily active users in the last year, is looking for [Effect Developers](https://x.com/wireless_dev/status/1930314012723687739). DM [wireless](https://x.com/wireless_dev) on X for more info.
179+
180+
- Job opening for [Japanese-speaking developers](https://note.com/luma/n/n679d4dcdb363)
181+
182+
- **VST**: [Senior Full Stack Software Engineer](https://www.linkedin.com/jobs/view/3854111540/)
183+
184+
- **Globe Commerce**: [Founding Product Engineer](https://www.linkedin.com/jobs/view/4264203054)
185+
186+
- **Introw**: [Staff Software Engineer](https://join.com/companies/introw/14395111-staff-software-engineer)
187+
188+
- **Gale**: [SWE Intern - Remote (CAN/US)](https://forms.galevisa.com/r/m6gr7e)
189+
190+
- **Heartbeat**: [Senior Software Engineer](https://jobs.heartbeat.chat/35182)
191+
192+
- **Superwall**: [Full-stack Mobile Developer](https://x.com/jakemor/status/1972770955500876070)
193+
194+
- **spring.new**, Anthropic's flagship customer, is hiring engineers experienced in Effect. See the job posting in the `#job-board` channel on [our Discord](https://discord.com/channels/795981131316985866/796153351372275743/1405134163287343196).
195+
196+
- **ManageSpace** is looking for a Senior Developer to mentor other developers and migrate to Effect – see the job posting in the `#job-board` channel on [our Discord](https://discord.com/channels/795981131316985866/796153351372275743/1389557459949060098).
197+
198+
- **coteach.ai** is looking for a Software Engineer – see the job posting in the `#job-board` channel on [our Discord](https://discord.com/channels/795981131316985866/796153351372275743/1394724166309253290) and DM *Peter Edmonds* for further info.
199+
200+
- **Small SaaS team** is looking for a part-time Effect Developer to implement Effect in their stack. The job posting is available in the `#job-board` channel on [our Discord](https://discord.com/channels/795981131316985866/796153351372275743/1397684638834491412), DM *jonpage* for further info.
201+
202+
- **PhosPhor** is [hiring engineers](https://phosphor.co/) experienced in Effect. You may also reach out to the Phosphor team on [our Discord](https://discord.com/channels/795981131316985866/796153351372275743/1418407399139578067).
203+
204+
- **Warp** is hiring a [Product Engineer](https://www.joinwarp.com/careers/roles?ashby_jid=655962db-5fbe-40cc-a072-9522295b3cbc)
205+
206+
- **Sellhub** is looking for a Backend Engineer. See the job posting in the `#job-board` channel on [our Discord](https://discord.com/channels/795981131316985866/796153351372275743/1423684096428736652).
207+
208+
_Disclaimer: Please note that these job postings are shared for informational purposes, and we encourage applicants to verify details directly with the hiring companies._
209+
210+
211+
&nbsp;
212+
## Effect Merch Store
213+
214+
The [Effect Merch Store](https://effect.website/merch) offers a selection of Effect-branded items designed for the community. All orders are processed and fully managed through [Printful](https://www.printful.com/).
215+
216+
<Tweet id="1868605126862385238" />
217+
218+
219+
&nbsp;
220+
## Closing Notes
221+
222+
That's all for this week. Thank you for being a vital part of our community. Your feedback is highly valued as we fine-tune this format. Feel free to share your thoughts, and we'll do our best to tailor it to the needs of our community.
223+
224+
_Effect Community Team_

0 commit comments

Comments
 (0)