# Outreach

A collection of articles and posts on Bluesky and LinkedIn promoting the Safe Clean Architecture GitBook.

* Mar 16, 2026 • Introducing the [Domain workflows](/safe-clean-architecture/domain-workflows/1-introduction.md) chapter:
  * Article on LinkedIn: [Functional Core, Imperative Shell — and what happens when you push it further with F#](https://www.linkedin.com/pulse/functional-core-imperative-shell-what-happens-when-you-romain-deneau-vo2xe/)
  * Related posts on LinkedIn—[Discovering a cornerstone of Safe Clean Architecture: Domain Workflows](https://www.linkedin.com/posts/romain-deneau-95481143_discovering-a-cornerstone-of-safe-clean-architecture-activity-7438525712686403584-TiDw)—and [Bluesky](https://bsky.app/profile/romain-deneau.bsky.social/post/3mh6owbxgp22g)
* Mar 24, 2026 • Introducing the [Architecture](/safe-clean-architecture/architecture/architecture.md) chapter:
  * Article on LinkedIn: [9 Ways to Manage Dependencies in One Architecture](https://www.linkedin.com/pulse/9-ways-manage-dependencies-one-architecture-romain-deneau-qikve/)
  * Related posts on LinkedIn—[Guess how many ways to manage dependencies are used in the Safe Clean Architecture?](https://www.linkedin.com/posts/romain-deneau-95481143_cleanarchitecture-fsharp-dotnet-activity-7442124226112876544-DYPG)—and [Bluesky](https://bsky.app/profile/romain-deneau.bsky.social/post/3mhs5ot7guc2p)
* Mar 26, 2026 • Promoting the [Addendum: Pattern Variations](/safe-clean-architecture/domain-workflows/2-program/pattern-variations.md) page
  * Related posts on LinkedIn—[Mea Culpa: Free Monads in F# CAN Support Parallelism](https://www.linkedin.com/posts/romain-deneau-95481143_discovering-a-cornerstone-of-safe-clean-architecture-activity-7442838056044396544-f8R7)—and [Bluesky](https://bsky.app/profile/romain-deneau.bsky.social/post/3mhx4lpcypk2j)
* Apr 8, 2026 • Introducing the [Front-end](/safe-clean-architecture/front-end/elmish.md) chapter:
  * Article on LinkedIn: [What if Your API Calls Were Type-Safe, Auth-Aware, and Translation-Ready — All at Once?](https://www.linkedin.com/pulse/what-your-api-calls-were-type-safe-auth-aware-all-once-romain-deneau-3hdue/)
  * Related posts on [LinkedIn](https://www.linkedin.com/posts/romain-deneau-95481143_fsharp-safecleanarchitecture-safestack-activity-7447551330870669312-jsM4) and [Bluesky](https://bsky.app/profile/romain-deneau.bsky.social/post/3mixsvx3pi22t)
* Apr 17, 2026 • Promoting the [Architecture](/safe-clean-architecture/architecture/architecture.md) chapter:
  * Article on LinkedIn: [What if your compiler could enforce your architecture rules?](https://www.linkedin.com/pulse/what-your-compiler-could-enforce-architecture-rules-romain-deneau-dd1we/)
  * Related posts on [Bluesky](https://bsky.app/profile/romain-deneau.bsky.social/post/3mjofnkmuik23) and [LinkedIn](https://www.linkedin.com/posts/romain-deneau-95481143_dotnet-fsharp-cleanarchitecture-activity-7450799417080737792-13EG)
* Apr 29, 2026 • Promoting [Tips & Tricks](/safe-clean-architecture/tips-and-tricks/tips-and-tricks.md) via Active Patterns:
  * Article: [What if your pattern matching could call functions?](/safe-clean-architecture/appendices/outreach/active-patterns.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://rdeneau.gitbook.io/safe-clean-architecture/appendices/outreach.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
