Ideas for blog content

The developer tooling space doesn’t follow the rules of traditional marketing as we typically understand them. Developers don’t like feeling like they’re being sold to. They prefer a more organic process where trust in a tool grows through their engagement with the community—whether that’s contributing to open-source projects or creating valuable content on their blogs (a form of content marketing). When I think about tools I’ve come to trust, like Posthog, Fly.io, or more recently Depot, what they share is a knack for producing great content.

While we should keep using our blog to share product updates and plans, I think we should double down on content that resonates with the community—and, by extension, with search engines and LLM crawlers aiming to stay relevant across different spaces. I created this category to brainstorm topic ideas we could explore. Feel free to suggest topics you’d like us to cover or that you think are relevant today.

I believe it’s crucial that we dive deep into any topic we write about, truly understanding and sharing insights on the subject. Take NSHipster as an example—their blog posts are gifts to the community. If people value the content we create, they’ll trust us more and might consider using Tuist when the need arises.

Agree :+1:

Apart from Tuist-specific blog posts, I think topics should come about primarily by two ways:

  • There’s a new announcement in the space. We should jump on these and provide our perspective. I feel the Swift Build blog post resonated well with the community.
  • Pick topics that we’re touching on as we’re working on the product. Adding support for MCP? Let’s write a blog post about that. Contributed to swift-package-manager? Blog post! (I really should get on that :sweat_smile:) Got an interesting question or do we see a common pattern, such as dynamic vs static frameworks? That’s a great topic!

I’d love our posts to come about naturally. But we can definitely flag ideas here whenever we see an opportunity when working on something, reviewing a PR, etc. I would not be doing deep explorations into technical topics just for the sake of writing a post when it’s unrelated to our work.

Some additional ideas I’ve had lately:

1 Like

Here’s another idea:

  • Encrypt sensitive data in your Xcode projects

We can talk about how to use Mise built-in functionality and Swift macros to pass and obfuscate sensitive information at built-time, and expose it only from CI environments.

And also in the topic of encrypting:

  • A portable solution for signing your iOS apps.

The solution would consist of a bash script that:

  • Decrypts and installs the profiles and certificates from Mise secrets.
  • Uses a temporary keychain that’s deleted on exit.
  • Signs using codesign

I think we can show that the abstraction of something like match is really not needed these days.

Here’s another one:
How to eliminate unused code with Periphery

Another one:
Implement and deploy your MCP server in Swift

I’ve created an awesome repository for people interested in the intersection between MCP and Swift/Xcode development. I think we can write about:

  • How to plug new servers into your environment
  • How to build your own server using the Swift SDK
2 Likes

I think we can write about options to automate in app projects: