Skip to content

Issue No. 01

Made for the work.

Independent Operations

When the Author Is Also the Technical Department

The modern independent author does not need to become a software engineer. The author does need systems that fail in understandable ways.

By Kevin Snell · 802 words

The modern independent author does not need to become a software engineer. The author does need systems that fail in understandable ways. The website is down.

The email form stopped sending.

The book page displays an old cover.

The payment processor says an event failed.

The author becomes the technical department because the technical problem has arrived and no other employee exists.

Technical work enters through promises of control

Independent tools offer useful power.

The author can own a website, sell directly, manage email, publish files, review analytics, and change product information without waiting for a corporation.

Control is valuable.

Control includes responsibility for the parts that stop working.

A platform may handle the infrastructure, but the author still needs to recognize the failure, communicate it, and decide what matters enough to repair.

The author does not need to know everything

Technical anxiety often begins with the belief that competence requires understanding the entire system.

It does not.

The author needs to know:

  • what the system is supposed to do;
  • where the authoritative data lives;
  • which service controls each function;
  • how to identify the failure;
  • how to restore or escalate;
  • what should never be changed casually;
  • where backups and documentation exist.

This is operational literacy, not engineering.

A clear map is more useful than partial expertise across every layer.

Ownership should be explicit

A modern store may involve:

  • domain registrar;
  • DNS provider;
  • hosting;
  • website platform;
  • ecommerce backend;
  • payment gateway;
  • fulfillment service;
  • email provider;
  • analytics;
  • consent system.

When something fails, the author needs to know which company owns the problem.

A checkout failure may belong to the payment gateway, ecommerce plugin, browser, or configuration. Sending the same vague message to every provider wastes time.

Documenting ownership turns “the website is broken” into a smaller report.

Backups are part of technical authorship

Writers understand manuscript backups more readily than website backups.

The same principle applies.

The author should know whether files, database, product data, orders, images, and configuration can be restored.

A backup that has never been tested is a hopeful archive.

The technical department needs:

  • automated backups;
  • off-server copies;
  • retention;
  • pre-update backups;
  • restore instructions;
  • access that does not depend on one person remembering a password.

This is not exciting.

It becomes exciting when something fails.

Plugins and integrations are employees with no meetings

Every plugin or connector performs a job.

It also requires updates, permissions, compatibility, and trust.

The author should be able to explain why each one exists.

A store with multiple overlapping plugins can become fragile because no one knows which system controls a function. Two analytics tools duplicate events. Two SEO plugins produce conflicting metadata. Two checkout tools modify the same page.

Technical simplicity is not aesthetic minimalism.

It is reducing the number of possible causes.

Updates are changes, not chores

Clicking “update” feels routine.

An update can alter code, compatibility, settings, or behavior. Most updates succeed. The cost of the failed one can be high.

The technical department should use staging when practical, back up before meaningful changes, and avoid updating critical systems immediately before a launch without a reason.

The goal is not fear.

It is treating changes as changes.

Support requests need useful evidence

“The site doesn’t work” is difficult to solve.

A useful report includes:

  • exact page;
  • expected behavior;
  • actual behavior;
  • time;
  • device and browser;
  • error message;
  • screenshot;
  • steps to reproduce;
  • whether the problem affects all users;
  • recent changes.

Collecting this information can feel tedious when the author is angry.

It shortens the path to repair.

Decide what deserves custom technology

Custom systems can create a distinctive store or reader experience.

They also create maintenance that belongs entirely to the author’s operation.

Before building, ask:

What business problem does this solve?

Can an existing stable tool solve it adequately?

Who will maintain it?

What happens if the developer disappears?

How can the data be exported?

The author should own the business, not become trapped inside a clever implementation.

The technical department serves the books

Technology is infrastructure.

It should help readers find, purchase, receive, and understand the work. It should help the author manage the operation without constant intervention.

When the tools demand more attention than the audience or catalog justifies, simplification may be the most technical decision available.

The author does not need to love the technical department.

The author needs to know where it begins, what it controls, and how to stop it from taking the writer’s entire week.

Keep a plain-language system map

A one-page map can prevent hours of confusion.

It should identify where the domain is registered, where DNS is controlled, where the site is hosted, which platform holds products and orders, which service processes payments, which service sends email, and where fulfillment occurs.

The map should also state which system is the source of truth for each kind of data.

When the storefront displays the wrong price, the author should know where the correct price is supposed to originate before changing anything.