# doing

Published articles for doing.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## How we grew Mintlify by doing things that don't scale

DevFeed: [How we grew Mintlify by doing things that don't scale](<https://devfeed.tech/articles/how-we-grew-mintlify-by-doing-things-that-don-t-scale-31101.md>)

Original publisher: [Read original article](<https://www.mintlify.com/blog/things-that-do-not-scale>)

Author: Han Wang

Published: 2024-01-26T00:00:00Z

Content type: opinion

Language: en

Sources: [Mintlify Blog](<https://devfeed.tech/sources/mintlify-blog.md>)

Topics: [Documentation](<https://devfeed.tech/topics/documentation.md>), [account](<https://devfeed.tech/topics/account.md>)

Tags: [acquisition](<https://devfeed.tech/tags/acquisition.md>), [building](<https://devfeed.tech/tags/building.md>), [customer](<https://devfeed.tech/tags/customer.md>), [doing](<https://devfeed.tech/tags/doing.md>), [for-founders](<https://devfeed.tech/tags/for-founders.md>), [product](<https://devfeed.tech/tags/product.md>), [scale](<https://devfeed.tech/tags/scale.md>), [startup](<https://devfeed.tech/tags/startup.md>), [validation](<https://devfeed.tech/tags/validation.md>)

### AI overview

A personal account from Mintlify's founder describes growing the company from zero to more than 1,000 customers by using labor-intensive tactics, such as manually migrating documentation and building custom documentation for cold prospects. The article argues that early-stage startups should prioritize customer acquisition and validation over perfect products.

### Source excerpt

Most people envision the process of founding a startup to play out like this: the founders brainstorm around a whiteboard, there is a lightbulb moment when a golden idea is born, users flock to the startup the day the product is launched, and then the founders ride off into the sunset to build a successful billion dollar company.

## Good compliance programs don't require a fancy platform

DevFeed: [Good compliance programs don't require a fancy platform](<https://devfeed.tech/articles/good-compliance-programs-don-t-require-a-fancy-platform-35844.md>)

Original publisher: [Read original article](<https://temporal.io/blog/good-compliance-programs-do-not-require-a-fancy-platform>)

Author: Cully Wakelin

Published: 2021-10-18T07:00:00Z

Content type: opinion

Language: en

Sources: [Temporal Blog](<https://devfeed.tech/sources/temporal-blog.md>)

Topics: [soc 2](<https://devfeed.tech/topics/soc-2.md>), [trust](<https://devfeed.tech/topics/trust.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [automation](<https://devfeed.tech/tags/automation.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [customer-trust](<https://devfeed.tech/tags/customer-trust.md>), [doing](<https://devfeed.tech/tags/doing.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [security](<https://devfeed.tech/tags/security.md>), [soc-2](<https://devfeed.tech/tags/soc-2.md>), [trust](<https://devfeed.tech/tags/trust.md>)

### AI overview

This opinion article argues that effective compliance programs do not require sophisticated compliance automation platforms. It explains how frameworks such as SOC 2, HIPAA, and ISO 27001 help organizations establish customer trust, maintain best practices, identify gaps, and manage risk as they scale.

### Source excerpt

I would argue that the goal of any compliance effort--SOC 2, HIPAA, or ISO 27001--is the same: establishing customer trust.

## A/B Split Testing with Nginx & Craft CMS

DevFeed: [A/B Split Testing with Nginx & Craft CMS](<https://devfeed.tech/articles/a-b-split-testing-with-nginx-craft-cms-31230.md>)

Original publisher: [Read original article](<https://nystudio107.com/blog/a-b-split-testing-with-nginx-craft-cms>)

Author: andrew@nystudio107.com (Andrew Welch)

Published: 2017-05-10T18:52:00Z

Content type: tutorial

Language: en

Sources: [nystudio107 | Articles on modern web development.](<https://devfeed.tech/sources/nystudio107-articles-on-modern-web-development.md>)

Topics: [A/B Testing](<https://devfeed.tech/topics/a-b-testing.md>), [nginx](<https://devfeed.tech/topics/nginx.md>), [Content Management System](<https://devfeed.tech/topics/cms.md>), [Testing](<https://devfeed.tech/topics/testing.md>)

Tags: [a-b-testing](<https://devfeed.tech/tags/a-b-testing.md>), [analytics](<https://devfeed.tech/tags/analytics.md>), [browser](<https://devfeed.tech/tags/browser.md>), [chrome](<https://devfeed.tech/tags/chrome.md>), [cms](<https://devfeed.tech/tags/cms.md>), [craft](<https://devfeed.tech/tags/craft.md>), [developer-tools](<https://devfeed.tech/tags/developer-tools.md>), [doing](<https://devfeed.tech/tags/doing.md>), [effectiveness](<https://devfeed.tech/tags/effectiveness.md>), [here-s](<https://devfeed.tech/tags/here-s.md>), [insights](<https://devfeed.tech/tags/insights.md>), [measuring](<https://devfeed.tech/tags/measuring.md>), [nginx](<https://devfeed.tech/tags/nginx.md>), [pages](<https://devfeed.tech/tags/pages.md>), [split](<https://devfeed.tech/tags/split.md>), [testing](<https://devfeed.tech/tags/testing.md>), [useful](<https://devfeed.tech/tags/useful.md>)

### AI overview

This tutorial explains how to implement A/B split testing with Nginx and Craft CMS. It describes serving different page variants based on visitor information, persisting the assigned variant in a 24-hour cookie, and sending test data to Google Analytics as a custom dimension.

### Source excerpt

Doing A/B split testing can be very useful in measuring the effectiveness of your pages; here's how to do it with Nginx & Craft CMS