Skip to content

Commit 8b931cc

Browse files
blog/twie_2026_01_16 (#1279)
Co-authored-by: Mirela Prifti <57798527+mirelaprifti@users.noreply.github.com>
1 parent 4932cd6 commit 8b931cc

2 files changed

Lines changed: 235 additions & 4 deletions

File tree

  • content/src/content/docs/blog/this-week-in-effect

content/src/content/docs/blog/this-week-in-effect/2024/06/28.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,6 @@ In the last week, we welcomed +50 new Effecters to our [Discord community](https
147147

148148
![Paris Meetup Photo](https://i.imgur.com/2yWmDlD.png)
149149

150-
- [Milad Vafaeifard](https://x.com/miladvafaeifard), creator of [Sign Language Tech](https://www.youtube.com/channel/UCIPaBhc8mQHrt6o0OTuCUXQ) and Effect advocate, gave a talk about Effect at the [JSConf Budapest](https://jsconfbp.com/). We can't wait to watch it!
151-
152-
<Tweet id="1806609820801249504" />
153-
154150
- [Sandro Maglione](https://x.com/SandroMaglione) reminded us of one of the main benefits of Effect: fewer packages installed, fewer dependencies to maintain.
155151

156152
<Tweet id="1804789139268616482" />
Lines changed: 235 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,235 @@
1+
---
2+
pagefind: false
3+
title: This Week in Effect - 2026-01-16
4+
excerpt: 6k Discord members 🎉. distilled-cloudflare by Alchemy. Cache Effect in 5(ish) by Lucas Barake. Effect Office Hours and ChEffect coding sessions.
5+
date: 2026-01-16
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 build 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.19](https://effect.website/blog/releases/effect/319) 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 6030+ members!
36+
37+
&nbsp;
38+
39+
## Technology
40+
41+
Here are all the technical changes from the past week.
42+
43+
### Effect CLI
44+
- [Fix(cli): allow options after positional arguments](https://github.com/Effect-TS/effect/pull/5983) (Bug Fix)
45+
46+
### Effect Workflow
47+
- [Fix @effect/workflow README: Use provideMerge instead of provide](https://github.com/Effect-TS/effect/pull/5975) (Documentation Update)
48+
49+
&nbsp;
50+
51+
## Community Highlights
52+
53+
- Sharing another community milestone this week: the [Effect Discord](https://discord.gg/effect-ts) reached 6k+ members!🚀
54+
55+
&nbsp;
56+
57+
- **Cache | Effect in 5(ish)** by [Lucas Barake](https://www.youtube.com/@lucas-barake).
58+
59+
<YouTube
60+
id="https://www.youtube.com/embed/e0qYYn4deWs?si=Izy0bO0WW4o3YOV7"
61+
title="Cache | Effect in 5(ish)"
62+
/>
63+
64+
&nbsp;
65+
66+
- Claude Code is officially a full-fledged Effecter! 👀
67+
<Tweet id="2010458961464746268" />
68+
69+
&nbsp;
70+
71+
- [`distilled-cloudflare`](https://github.com/alchemy-run/distilled-cloudflare) - A fully typed Cloudflare SDK for Effect, generated from the Cloudflare OpenAPI specification. Provides Effect-native bindings for R2, KV, Workers, Queues, Workflows, and DNS management. Project by [Sam Goodwin](https://x.com/samgoodwin89) of [alchemy-run](https://github.com/alchemy-run).
72+
73+
&nbsp;
74+
75+
- [`effer`](https://github.com/lself1022/effer) - An Effect-native UI library by [lself1022](https://github.com/lself1022).
76+
77+
&nbsp;
78+
79+
- [`effect-playwright`](https://github.com/Jobflow-io/effect-playwright) - A TypeScript library that wraps Playwright for the Effect ecosystem, providing type-safe services and layers for browser automation and web scraping. Project by [Jobflow-io](https://github.com/Jobflow-io).
80+
81+
&nbsp;
82+
83+
- [StudioCMS v0.1.0](https://studiocms.dev/blog/v0-1-release), the first production-ready release, has been shipped! StudioCMS is an open-source CMS built on Astro that has redesigned its entire API, SDK, middleware, and utilities using Effect, achieving faster performance, better error handling, and an optimized caching system.
84+
85+
&nbsp;
86+
87+
# Effect Content Update
88+
89+
- **Effect Office Hours 12** went live on Wednesday! We will publish an edited version on our YouTube channel soon. In the meantime, you can watch the [livestream on X(Twitter)](https://x.com/EffectTS_/status/2011453304149348373).
90+
91+
- Maxwell Brown and Tim Smart were live on X and Twitch with *ChEffect*.
92+
93+
<Tweet id="2011575007366050228" />
94+
95+
- Tim also started a new series about **building an AI agent orchestrator powered by Effect**.
96+
97+
<Tweet id="2011936448488878433" />
98+
99+
- **Office Hours 11: Effect 4.0, Cluster & Workflow, Schema, Effect Institute, LLMs in Effect coding** and **ChEffect - Part 13: A Local-First Meal Planning App written with Effect & LiveStore** are now on our YouTube Channel.
100+
101+
<YouTube
102+
id="https://www.youtube.com/embed/kJpotgntcUU?si=EkvdoNKFbYJEGzqH"
103+
title="Office Hours 11: Effect 4.0, Cluster & Workflow, Schema, Effect Institute, LLMs in Effect coding"
104+
/>
105+
106+
&nbsp;
107+
108+
<YouTube
109+
id="https://www.youtube.com/embed/F8qp6XrUYtA?si=wdteDg6z8PshrUDZ"
110+
title="ChEffect - Part 13: A Local-First Meal Planning App written with Effect & LiveStore"
111+
/>
112+
113+
114+
&nbsp;
115+
116+
117+
## Cause & Effect Podcast
118+
119+
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/2000913813756100778), and audio platforms like [Spotify](https://open.spotify.com/episode/3zMxvB8KVzcBwFarOuxZCb) and [Apple Podcast](https://podcasts.apple.com/it/podcast/reliable-payroll-systems-in-typescript-with-effect-7/id1781879869?i=1000741526055&l=en-GB).
120+
121+
We've published our seventh episode with Adam Rankin, CTO at [Warp](https://www.joinwarp.com/), who joined Johannes Schickling to talk about using Effect to bring structure and composability to a growing TypeScript codebase, enabling a small, fast-moving team to stay productive while shipping reliable payment & payroll systems.
122+
123+
<YouTube
124+
id="https://www.youtube.com/embed/zxCR6rG4snY?si=E4KoHi_G7RkyusNL"
125+
title="Reliable Payroll Systems in TypeScript with Effect | Adam Rankin | Cause & Effect 7"
126+
/>
127+
128+
&nbsp;
129+
130+
## Effect Job Opportunities
131+
132+
More and more companies are adopting Effect in their projects. Here’s a list of companies looking for software engineers with Effect experience:
133+
134+
- **14.ai**: [Founding engineer](https://14.ai/careers)
135+
136+
- **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).
137+
138+
- **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.
139+
140+
- **Embedded Insurance** is hiring for a [Senior Software Engineering](https://embeddedinsurance.bamboohr.com/careers/23) position.
141+
142+
- **Expand.ai**: [Founding Engineer](https://www.expand.ai/careers/founding-engineer)
143+
144+
- **Freckle.io** is hiring [Platform Engineers](https://x.com/code_typist/status/1930326662677434561) with experience in Effect.
145+
146+
- **Gale**: [SWE Intern - Remote (CAN/US)](https://forms.galevisa.com/r/m6gr7e)
147+
148+
- **Glide**: [Senior Frontend Product Engineer](https://www.glideapps.com/jobs/frontend-product-engineer)
149+
150+
- **Globe Commerce**: [Founding Product Engineer](https://www.linkedin.com/jobs/view/4264203054)
151+
152+
- **Goblins** is looking for a Product Founding Engineer. See the job posting in the `#job-board` channel on [our Discord](https://discord.com/channels/795981131316985866/796153351372275743/1439740311277404231).
153+
154+
- **Heartbeat**: [Senior Software Engineer](https://jobs.heartbeat.chat/35182)
155+
156+
- **Inato**: [Product Engineers / Fullstack Engineers](https://jobs.lever.co/inato/6df2d1e3-ce0a-487b-a930-840759803d44)
157+
158+
- **Interfere**: [Founding Product Engineer](https://interfere.com/careers/founding-product-engineer-43d5f5aa-1887-4c7d-a8b2-2017169911fd/apply) and [Founding AI Engineer](https://interfere.com/careers/founding-ai-engineer-003772a3-6bcf-4f57-8c3c-5d840117b5e9/apply)
159+
160+
- **Introw**: [Staff Software Engineer](https://join.com/companies/introw/14395111-staff-software-engineer)
161+
162+
- **Magentus**: [GenAI Solutions Engineer](https://www.magentus.com/career/genai-solutions-engineer/?r=a)
163+
164+
- **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).
165+
166+
- **Margins**: [Product Engineer](https://margins.app/jobs/product-engineer)
167+
168+
- **Medbill.ai**: [Founding Software Engineers (full-stack and backend)](https://www.linkedin.com/posts/codingtom_medbill-ai-activity-7260092522708762624-N7TH)
169+
170+
- **Microsub**: [TS Developer](https://x.com/0xdownshift/status/1880013835878154510)
171+
172+
- **Oneiro Solutions**: Software Engineer - Core Team. [Join Effect Discord](https://discord.com/channels/795981131316985866/796153351372275743) and DM *leighman* for further info.
173+
174+
- **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).
175+
176+
- **Platonic Systems**: [Remote Effect Engineers](https://twitter.com/platonicsystems/status/1861470819861311945)
177+
178+
- **[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).
179+
180+
- **Ressio**: [Senior full stack Engineer](https://crocus-hardhat-6f7.notion.site/Senior-full-stack-engineer-back-end-leaning-28ce06d15219800eb2bcca558d9f0446)
181+
182+
- **Samsung Food**: [Full Stack Developer](https://whisk.bamboohr.com/careers/110)
183+
184+
- **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).
185+
186+
- **Software Intelligence Works**: [Senior Full-Stack Engineer](https://remotive.com/remote-jobs/software-dev/senior-full-stack-engineer-2011648)
187+
188+
- **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).
189+
190+
- **Supermemory**: [Founding Backend / Infrastructure Engineer](https://x.com/i/jobs/1928194391946186862)
191+
192+
- **Superwall**: [Full-stack Mobile Developer](https://x.com/jakemor/status/1972770955500876070)
193+
194+
- **Tranched**: [Full-stack Engineer Web3](https://tranched.fi/careers/fullstack-developer-web3)
195+
196+
- **Vitalize Care** is hiring a full-stack engineer with Effect experience: [Full-Stack Engineer](https://jobs.ashbyhq.com/vitalize/d907ba5f-0f2f-4bb4-931a-1680d6daf81a)
197+
198+
- **VST**: [Senior Full Stack Software Engineer](https://www.linkedin.com/jobs/view/3854111540/)
199+
200+
- **Wander** is hiring [Software Developers](https://ship.wander.com) with experience in Effect.
201+
202+
- **Warp** is hiring a [Product Engineer](https://www.joinwarp.com/careers/roles?ashby_jid=655962db-5fbe-40cc-a072-9522295b3cbc)
203+
204+
- A **consumer music startup** hiring for an Effect Backend Consultant + a full-time role based in NYC. The job posting is available in the `#job-board` channel on [our Discord](https://discord.com/channels/795981131316985866/796153351372275743/1457499793042575371)
205+
206+
- **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_recherche-senior-typescript-developer-activity-7384894173604265984-btNb) for more details.
207+
208+
- Job opening for [Japanese-speaking developers](https://note.com/luma/n/n679d4dcdb363)
209+
210+
- **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.
211+
212+
- [**Solid**](https://trysolid.com/) is hiring its early engineering team (Bay Area). The job posting is available in the `#job-board` channel on [our Discord](https://discord.com/channels/795981131316985866/796153351372275743/1455623052636459209)
213+
214+
- **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).
215+
216+
- **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.
217+
218+
219+
_Disclaimer: Please note that these job postings are shared for informational purposes, and we encourage applicants to verify details directly with the hiring companies._
220+
221+
222+
&nbsp;
223+
## Effect Merch Store
224+
225+
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/).
226+
227+
<Tweet id="1868605126862385238" />
228+
229+
230+
&nbsp;
231+
## Closing Notes
232+
233+
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.
234+
235+
_Effect Community Team_

0 commit comments

Comments
 (0)