Thin-Slice EHR Development: A Teaching Template to Avoid Scope Creep
ProjectEHRCurriculum

Thin-Slice EHR Development: A Teaching Template to Avoid Scope Creep

DDaniel Mercer
2026-04-11
27 min read
Advertisement

A practical thin-slice template for EHR projects that reduces scope creep through workflow-first design, integrations, and clinician feedback.

Thin-Slice EHR Development: A Teaching Template to Avoid Scope Creep

Building an EHR is not a normal software project. It is a clinical workflow system, an integration program, a compliance effort, and a usability challenge all at once. That is why so many teams fail: they try to design the whole hospital information universe before they have proven one reliable end-to-end flow. A better teaching model is the thin-slice approach, where students and junior builders implement one complete workflow first, then expand only after real clinician feedback validates the design. For a practical overview of what EHR software development involves, it helps to anchor your learning in a grounded guide like EHR software development fundamentals and compare build strategies using a framework such as build vs. buy decision-making.

This article gives you a stepwise teaching template that helps prevent scope creep while still teaching real product thinking. Instead of treating the EHR as a giant feature list, you will choose one workflow—intake → labs → messaging → billing—and prototype the smallest version that can survive a real clinic conversation. That means prioritizing integrations, defining the data model early, and running iterative usability cycles with clinicians before you add the next slice. If you are teaching project-based learning, this structure also works well with student teams who need a concrete portfolio project rather than an abstract enterprise case study.

Pro Tip: In EHR projects, the winning question is not “What features can we add?” It is “What is the smallest clinically meaningful workflow we can complete end-to-end without workarounds?”

1. Why Thin-Slice Thinking Works Better Than Big-Bang EHR Planning

It forces you to solve the real workflow first

The thin-slice approach begins by identifying one workflow that matters enough to prove value. In an EHR context, that usually means a patient visit or one service line: check-in, vitals, chart review, orders, results, follow-up, and billing handoff. This is far more useful than designing a giant module map because the clinical workflow exposes hidden dependencies immediately. Once students see how one task depends on another, they understand why integration and sequencing matter more than feature count.

This teaching style also aligns with what modern healthcare teams actually need. Many projects stall because teams design for every possible department before validating the basic path clinicians must follow in a busy day. A thin slice gives you something you can test with a nurse, physician, receptionist, and billing specialist in the same demo. If you want to reinforce product scope discipline, pair this exercise with a lesson on quick experiments to find product-market fit so learners see how to de-risk assumptions with small tests.

It keeps scope creep visible and manageable

Scope creep often sneaks in as “just one more screen,” “just one more code set,” or “just one more integration.” In EHR work, those small requests are not small at all; each one can affect data consistency, user permissions, audit logging, or downstream billing. Thin-slice planning creates a visible boundary: if a request does not help the chosen workflow complete end-to-end, it waits. That boundary protects students from building a nice-looking demo that fails the moment a clinician asks, “What happens after I sign the note?”

It also makes tradeoffs explicit. For example, you might support lab result viewing before you support full lab ordering, because result review completes the first slice while ordering opens a broader set of interface and compliance requirements. Or you might implement secure messages to patients before in-application chat between staff, because messaging to the patient is easier to explain and validate. The point is not to avoid complexity forever; it is to stage it in a way that teaches decision-making. For more examples of iterative product validation, review the lifecycle of a product strategy through a test-and-learn lens.

It creates a better teaching artifact

Students learn more from a project that works end-to-end than from one that is broad but incomplete. A thin-slice EHR can be demoed, explained, and critiqued in a single session because the workflow is coherent. That makes it much easier to assess architecture, usability, and integration thinking. It also gives learners a portfolio story they can tell: “I built the intake-to-billing path for one clinical workflow, then expanded it through feedback.”

This matters for portfolio quality. Recruiters and clients do not usually care that you once built a giant design mockup with twenty feature ideas. They care whether you can deliver a usable path that respects clinical reality, handles data correctly, and supports change. Thin-slice projects are also easier to document with screenshots, workflow diagrams, API maps, and post-test iteration notes. If your students need help building a stronger presentation narrative, the lessons in campaign structure and metrics translate surprisingly well to product storytelling.

2. Define the One Workflow You Will Build First

Choose a workflow with a clean beginning, middle, and end

The best first workflow has a clear start, a meaningful clinical action, and a useful output. A practical choice is intake → labs → messaging → billing because it touches the operational chain without requiring every specialty module. The patient checks in, the provider reviews or adds information, lab results are surfaced, a message is sent if needed, and the billing data is handed off. That sequence is broad enough to teach system design but narrow enough to keep the team from drowning in edge cases.

When selecting the slice, prioritize workflows that occur frequently and reveal integration pain early. For example, visit intake exposes patient identity, insurance, consent, and forms. Lab review exposes external data exchange and alerting. Messaging exposes notification logic and privacy design. Billing exposes coding, claim handoff, and audit requirements. If you want to understand why early workflow mapping matters, compare it with EHR workflow discovery practices and how teams in the EHR market are moving toward interoperable, cloud-ready systems.

Write the “slice statement” before you write requirements

A slice statement is a one-sentence contract for what the team will build. Example: “A receptionist can register a returning patient, a clinician can review the visit, lab results can be displayed in context, a patient message can be sent securely, and billing can receive a summarized visit record.” This sentence is powerful because it defines the start, the end, and the boundaries. It prevents the team from drifting into unrelated features like appointment scheduling optimization or full revenue-cycle management.

The slice statement should also define what is not included. For instance, you may exclude prior authorization, full scheduling, and claims submission in the first pass. That does not mean those features are unimportant; it means they are not part of the teaching goal. In project-based learning, exclusion is a skill. Students must learn how to say, “Not now,” without losing the product vision. For a mindset that reinforces disciplined selection, see how teams can use structured collaboration to stay aligned on a shared outcome.

Build a workflow map that clinicians can actually critique

Your first workflow map should be simple enough for a clinician to read in under two minutes. Use swimlanes for roles such as front desk, nurse, provider, lab interface, patient, and billing. Then mark handoffs, decision points, and exceptions. This is not just documentation; it is a teaching device that helps students see how software follows human responsibility boundaries. A chart that shows “who does what” is more valuable than a giant feature tree at this stage.

To make the map more realistic, include one or two failure conditions. What happens if the lab result is delayed? What happens if the patient message contains a symptom escalation? What happens if billing rejects the code? These cases reveal where the thin slice needs alerts, retry logic, audit trails, or escalation paths. In other words, your workflow diagram should not only describe the happy path; it should reveal the system’s first safety margins.

3. Design the Data Model Around Interoperability, Not Internal Convenience

Start with the minimum interoperable dataset

In EHR development, data modeling is not just about what is easiest to store. It must support interchange, traceability, and long-term reuse. That is why teams should define a minimum interoperable dataset early, such as patient identity, encounter details, medication list, allergy list, lab observations, messages, and billing references. Clinical systems increasingly depend on standards like HL7 FHIR, and that reality should shape the data model from day one. If your project needs a foundation for this, use a standards-first mindset similar to the one described in practical EHR architecture guidance.

Students often want to design the database around screens, but that creates brittle systems. A better habit is to ask which data must survive across modules, which data must be audit logged, and which data may come from external systems. Lab results, for example, should likely be stored as observations with source metadata rather than as plain text strings in a note. Messaging should preserve sender, recipient, timestamp, delivery status, and read state. Billing handoffs should reference clinical events, not duplicate them.

Choose vocabularies and identifiers deliberately

Clinical data breaks when identifiers are inconsistent. If one module calls a patient “John A. Smith,” another calls him “Patient 30021,” and a third stores only a message thread handle, your interface logic becomes unreliable. The thin-slice template should therefore teach students how to use one canonical patient identifier, structured encounter IDs, and controlled vocabularies where possible. Even if the first prototype uses mocked data, the structure should reflect real production constraints.

It is also useful to explain why interoperability standards matter beyond the database. HL7 FHIR resources support exchange, SMART on FHIR supports app extensibility, and secure authorization patterns shape how integrations behave in practice. This is a great moment to contrast “prototype convenience” with “production readiness.” If you want a useful parallel from a different software domain, the discipline behind integration in a monorepo shows how shared contracts prevent chaos as systems grow.

Model auditability from the start

EHR systems are not forgiving about silent data changes. Every meaningful event—chart update, lab review, message send, billing handoff—should leave a trace. In a teaching template, this means the data model should include event timestamps, actor identity, and status transitions. Without those pieces, students may ship a prototype that appears functional but cannot explain what happened after the fact. That is a serious gap in a domain where clinical trust matters.

Auditability also supports usability testing. When clinicians say “That step feels confusing,” you can examine the event trail to see where the workflow slowed down. When a message is sent late or a lab result is not visible, logs help you isolate whether the problem is data ingestion, UI refresh, or permissions. To reinforce this thinking, link the course exercise to operational reliability ideas from incident-grade remediation workflows, because healthcare systems also benefit from observable failure handling.

4. Prioritize Integrations by Clinical Value, Not Technical Novelty

Integrations should support the slice, not expand the universe

Integration planning is where many EHR projects explode in size. Students hear “integration” and immediately imagine every lab, every insurer, every patient portal, every device, and every third-party app. That is not a plan; that is a backlog avalanche. The thin-slice template solves this by ranking integrations according to their role in the chosen workflow. If lab viewing is part of the slice, then the lab interface matters early. If secure patient messaging is part of the slice, then identity verification and notification delivery matter early.

A good rule is to implement only the integrations needed to complete the end-to-end flow and to mock everything else. For example, the first version can simulate a lab interface using a static FHIR bundle or sample payloads. The point is to validate how the clinician experiences the data, not to prove every vendor connection on day one. In practice, this keeps student teams focused and reduces the risk of getting stuck in vendor documentation for weeks.

Rank integrations by risk and dependency

Not all integrations have equal complexity. Patient identity, EHR-to-lab exchange, secure messaging, and billing exports each bring different risk profiles. Identity and permissions can block the whole workflow if they fail. Lab interfaces can be technically tricky because they often require standardized codes, mapping logic, and status updates. Billing integrations can be highly consequential because they affect revenue, compliance, and downstream reporting. A thin-slice teaching template should teach learners to sequence these by dependency, not by excitement.

This is where a small comparison table helps students reason clearly about tradeoffs:

IntegrationWhy it matters in the thin sliceTypical riskPrototype strategy
Patient identity / loginCreates the authenticated starting pointHighUse role-based mock auth first
Lab results feedCompletes clinical review in contextHighStart with FHIR sample observations
Secure messagingSupports follow-up and patient communicationMediumBuild one-way messaging, then replies
Billing exportConnects care delivery to revenue cycleMedium-HighExport a summarized encounter payload
NotificationsImproves timeliness and adoptionLow-MediumUse email/SMS stubs before vendors

Students quickly see that not every integration needs the same level of realism. The aim is to preserve the dependency chain while reducing technical noise. For another useful framework on prioritization and product judgment, the logic behind community-first product design can be adapted to healthcare workflow adoption: deliver the part users feel immediately.

Explain build, buy, and hybrid decisions in context

Few teams should build every part of an EHR from scratch. In real-world settings, organizations often buy a certified core and build differentiating workflow layers, portals, dashboards, or automation around it. That is why the thin-slice template is a great teaching vehicle for build-vs-buy analysis. Students can learn which parts of the stack are commodity, which parts are regulated, and which parts create strategic value. The goal is not to impress with raw engineering volume; it is to assemble the right system.

If your class wants a broader business view, compare the tradeoff with the ideas in build vs. buy decision frameworks and the market context in EHR market growth analysis. The bigger the interoperability burden, the more important it is to avoid reinventing commodity infrastructure. In healthcare, hybrid architecture is often the sensible default because it lets teams focus on workflow quality without ignoring compliance and data exchange realities.

5. Prototype the Workflow in Iterations, Not Phases

Iteration 1: prove the handoff chain

The first prototype should prove that the core workflow moves from one role to another without breaking. In our example, the front desk creates or confirms a patient record, the clinician sees the encounter context, a lab result is available, a patient message can be drafted, and billing receives a summary. This first pass is about continuity, not polish. The UI can be simple, the dataset can be small, and many functions can be mocked, but the sequence must work. If the system cannot survive a complete handoff chain, it is not ready for more features.

To keep the prototype teachable, use small interface slices and stubbed responses. Students can hard-code a few patients, one or two lab results, and one billing summary to simulate the whole path. This keeps the conversation centered on workflow and usability instead of getting lost in edge-case data architecture. A similar principle appears in simulation-based testing: rehearse the scenario before taking the real risk.

Iteration 2: validate the clinician decision points

Once the end-to-end path exists, the next iteration should focus on decision points. Does the clinician know what action to take after seeing the lab result? Is the message composition flow safe and understandable? Can the billing summary be reviewed without retyping clinical details? These questions reveal whether the product supports cognition, not just data transfer. Good EHR design reduces mental overhead by making the next step obvious.

This is also the right stage for usability testing. Ask real users to complete a task while you watch silently, then note where they hesitate, misclick, or ask for clarification. Do not explain the interface too early; the interface must reveal where it is confusing on its own. For a strong conceptual parallel, see how user-centric design prioritizes the reader’s path instead of the creator’s intent.

Iteration 3: improve error handling and safety cues

Healthcare workflows need visible safeguards. By the third iteration, students should add warnings, confirmation states, and escalation paths. If a lab result is abnormal, does the UI highlight it clearly? If a message includes urgent symptoms, is there a prompt to escalate? If billing data is incomplete, does the system flag the missing field before export? These small details are the difference between a demo and a credible EHR prototype.

It is useful to treat errors as teaching moments. Every failure mode teaches one part of system design: validation, state management, permissions, or audit logging. Ask students to maintain an “error journal” that records what broke, how they found it, and what they changed. That habit mirrors the resilience thinking used in remediation workflows and prepares learners for real product environments where systems rarely fail cleanly.

6. Run Clinician Feedback Cycles That Actually Prevent Failure

Use short feedback sessions with specific prompts

Clinician feedback is most useful when it is targeted. Do not ask, “Do you like the product?” Ask instead, “Can you complete intake without confusion?” or “What do you expect to happen after seeing this lab result?” This style of usability testing produces actionable answers and prevents the team from overreacting to vague opinions. The thin-slice model is ideal for this because it gives clinicians a narrow workflow to react to rather than a cluttered feature universe.

Make each feedback cycle short and regular. A 20-minute review every one or two weeks is often better than a huge end-of-semester reveal. In those sessions, show the workflow, ask the participant to narrate their thinking, and capture friction points by severity. If your project involves learners, this also teaches them that feedback is a design tool, not a judgment on their coding ability.

Measure friction, not just preference

A common mistake in student projects is confusing “Looks good” with “Works well.” In EHR systems, usability problems create time loss, workarounds, and sometimes safety issues. So the team should measure how many clicks a task requires, where users pause, how often they need help, and whether they can finish without explanation. These are practical, observable signals that reveal whether the workflow supports real clinical work.

It helps to create a simple usability rubric. For example: task completion, time to complete, error count, confidence level, and number of clarification questions. Even a basic scorecard makes feedback more objective and helps students compare one iteration with the next. For teams that want a wider lesson on user preference research, the logic behind personalized user experiences shows how behavior data can be more revealing than stated preference.

Close the loop after every review

Feedback only prevents failure if it changes the product. After each clinician session, the team should summarize the top three issues, assign owners, and define what will change before the next test. That makes the feedback cycle a true iteration loop rather than a ceremonial demo. It also teaches students to respect real users by showing how their input shaped the system. In healthcare, trust is built when users see that concerns lead to design changes.

For example, if a clinician cannot find the messaging action after reviewing a lab result, the next version may move the button, change the label, or add a clearer state transition. If billing staff cannot understand the encounter summary, the team may simplify the export format. The important thing is not perfection; it is evidence of responsive product learning. That is the core of transparent product change communication: explain what changed and why.

7. Teach Compliance and Security as Design Inputs

Start with a baseline, not a late-stage checklist

Healthcare software must respect privacy, access control, logging, and data protection from the beginning. In a teaching template, students do not need to become compliance lawyers, but they do need to understand that security decisions influence architecture. Role-based access control, encrypted transport, audit logs, and least-privilege design are not optional decorations. They shape the product’s structure and the order in which features can be safely added.

Build the habit early: when a feature is proposed, ask what data it exposes, who can see it, how it is logged, and what happens if the wrong person clicks it. That is the kind of thinking that turns a software exercise into a professional-grade case study. For broader operational security perspective, the discipline in security hardening checklists is a useful analog, even though the domain differs.

Think in safeguards, not just rules

Compliance frameworks are often read as restrictions, but they are better understood as safeguards that keep patient data trustworthy. HIPAA-style thinking asks whether access is appropriate, whether data is protected in transit and at rest, and whether the system can prove what happened. In a thin-slice EHR, the teaching template should demonstrate at least one permission boundary, one encrypted communication path, and one auditable action trail. These are core concepts that students can understand and demonstrate without implementing a full enterprise security stack.

One useful way to teach this is through scenario review. Ask: What if a receptionist opens a clinician-only note? What if a patient message contains sensitive information? What if a lab integration delivers data to the wrong encounter? Each scenario forces the team to reason about access, routing, and accountability. The lesson is that compliance is not separate from UX; it is part of the workflow design.

Document decisions so the project can be defended

Students should record why they chose certain controls, what risks remain, and what they will defer. This creates a design rationale that can be included in a portfolio, internship interview, or client handoff. It also helps the team avoid the “we forgot to think about that” problem. A well-documented tradeoff is always better than a hidden assumption.

This is especially important in EHR projects because future scope discussions often circle back to security. If you already documented why the first version uses a mock identity service or a restricted pilot environment, you can expand later without rewriting the story. The outcome is a project that looks professional because its reasoning is visible, not just because the interface is polished. For a broader lesson on transparent product evolution, see how change management preserves trust.

8. A Student Template You Can Reuse in Class or Self-Study

Project brief template

Give students a repeatable brief so they learn how to constrain scope before design begins. A solid brief should include: the chosen workflow, the target user roles, the minimum data objects, the first two integrations, the out-of-scope features, and the feedback plan. That structure forces learners to think like product teams instead of generalists collecting random features. It also creates consistency across student submissions, which makes assessment much easier.

A good class prompt might read: “Design a thin-slice EHR workflow for one outpatient visit that includes intake, one lab result review, one patient message, and a billing summary.” Then ask each student team to produce a workflow diagram, a data model sketch, and a prototype demo. This keeps the assignment concrete while still leaving room for creativity. If you want to increase engagement, adapt teaching tactics from student engagement strategies so each team gets feedback in manageable increments.

Suggested deliverables for the first slice

The first deliverables should be small but complete. Students should submit a workflow map, a wireframe or clickable mockup, a database or FHIR resource sketch, a list of integrations ranked by priority, and a usability test summary. If possible, include a short reflection on what was intentionally left out and why. That reflection is critical because it proves the student understood scope management rather than accidentally underbuilding.

Over time, the team can expand the slice into adjacent functions, but only after the current version passes clinician review. That staged approach makes learning cumulative. It also mirrors how real healthcare products evolve in the market: one narrow value proposition first, then adjacent capabilities once the core workflow earns trust. That pattern is visible in many digital products, including the way OnePlus built community loyalty through focused value.

What a strong student portfolio story sounds like

A strong portfolio explanation should sound like this: “I chose one outpatient workflow, mapped the roles, implemented only the data and integrations needed for the end-to-end path, tested the prototype with clinical feedback, and iterated twice based on usability issues.” That tells a recruiter or client much more than “I built an EHR app.” It shows judgment, restraint, user focus, and technical follow-through. Those are the qualities that matter in real software work.

If students want to extend their learning beyond the project, they can study related systems thinking in areas such as decision dashboards or explore operational analytics patterns in connected data ecosystems. The broader lesson is the same: complex systems become manageable when you build them as controlled slices rather than as giant, undefined ambitions.

9. Common EHR Project Failures and How Thin-Slice Design Prevents Them

Failure: the team tries to build every module at once

This is the classic scope creep trap. A team starts with intake and quickly adds scheduling, billing, insurance verification, patient portal features, provider messaging, analytics, and device integrations. Soon the project has many partially working pieces and no coherent workflow. Thin-slice design avoids this by making one complete path the only definition of success. If the path is not end-to-end, it is not done.

Failure: integrations are treated as afterthoughts

In EHR systems, integrations are not extras. They are the bridge between software and clinical reality. If teams postpone integration planning, they often discover late that lab data, identity, or billing codes do not fit their assumptions. Thin-slice teaching forces integration choices into the earliest requirements stage, which keeps the project honest. It also teaches students that external systems are part of the design, not a separate problem.

Failure: usability is tested too late

Many student teams polish the interface before showing it to users, only to find that the workflow itself is backwards. That creates frustration and rework. The thin-slice model prevents this by making usability testing part of the iteration loop from the first prototype onward. Because the scope is small, clinicians can respond to the actual workflow rather than a vague concept. This is much closer to real product development and a far better teaching method than waiting for a final presentation.

Pro Tip: If a clinician cannot explain what happens next after one screen, the workflow needs redesign—not more decoration.

10. A Practical Implementation Checklist

Before build

Before development begins, confirm the workflow statement, the users, the minimum dataset, the first integrations, and the feedback schedule. Also define the “not included” list so the team can defend the scope. This step matters because unclear beginnings create endless debate later. For teams that want to improve their planning discipline, studying structured selection habits like those in macro-to-micro prioritization can be surprisingly useful.

During build

During development, build the handoff chain first, then the decision points, then the safety cues. Keep technical debt visible. If a feature is mocked, label it clearly. If a data source is simulated, document it. That transparency helps students understand the difference between a prototype and a production-ready product. It also makes review sessions more efficient because the team can focus on what is real and what is still a placeholder.

After build

After each iteration, run a clinician feedback cycle, capture usability issues, update the design rationale, and decide whether the slice is ready to expand. If the answer is yes, extend to one adjacent feature. If the answer is no, refine the workflow until it passes the current test. This disciplined loop is what keeps the project from bloating into an untestable, unfinished EHR concept. It also mirrors how durable digital systems are actually improved over time.

FAQ

What does thin-slice mean in EHR development?

Thin-slice means building one complete end-to-end workflow first instead of trying to build the whole EHR at once. In practice, that means picking a narrow but meaningful path, such as intake to labs to messaging to billing, and validating it with real user feedback. The slice should be small enough to finish quickly but complete enough to prove system value. This helps teams learn workflow design, integration planning, and usability testing without drowning in scope.

Why is thin-slice better than building by module?

Module-based planning often creates a lot of partial pieces that do not work together. Thin-slice planning ensures that the software does something useful from start to finish, which is especially important in healthcare where handoffs matter. It also makes user testing much more meaningful because clinicians can react to a realistic workflow. Students learn faster when they can see the full path instead of isolated screens.

Which workflow should a student team choose first?

Choose the workflow that has a clear beginning, meaningful clinical action, and concrete output. Intake → labs → messaging → billing is a strong teaching example because it touches multiple parts of the system without requiring every possible module. The best choice is usually the one with frequent use, obvious handoffs, and manageable data complexity. Avoid workflows that depend on too many external systems in the first pass.

How do you prevent scope creep in an EHR project?

Write a slice statement, define what is out of scope, and use that as the decision rule for new requests. Then rank every proposed feature by whether it helps the current workflow complete end-to-end. If it does not, defer it. Regular feedback sessions also help because they keep the team focused on user needs instead of idea accumulation.

What should be tested with clinicians?

Test task completion, clarity of handoffs, error handling, and confidence in the next step. Ask clinicians to narrate what they think will happen on each screen so you can see where the workflow breaks down. Do not just ask whether they like the design. Instead, observe whether they can complete the clinical task with minimal explanation and no confusion.

Do I need real integrations for the first prototype?

Usually no. Mocked or simulated integrations are fine for the first thin slice as long as the workflow feels realistic and the data structures are credible. The point of the first version is to validate workflow and usability, not to spend weeks on vendor connectivity. Real integrations can be introduced later once the team knows the process is worth expanding.

Conclusion: Teach the Workflow, Not the Entire Universe

Thin-slice EHR development is one of the best teaching templates for helping students and junior developers avoid scope creep. It turns an intimidating enterprise system into a sequence of manageable decisions: choose one workflow, define the minimum interoperable dataset, prioritize the first integrations, prototype the handoffs, and test with clinicians early and often. That approach produces better learning, better demos, and better portfolio artifacts because it mirrors how useful software is actually built. It also trains the essential habit that healthcare product teams need most: disciplined expansion after validated value.

If you are building a course, workshop, or self-study portfolio project, start with one end-to-end slice and let the product earn its next feature. That is how you teach judgment, not just coding. For deeper context on EHR architecture, market pressures, and build strategy, revisit EHR software development guidance, market growth trends, and build-vs-buy strategy. Then keep your project small enough to finish, clear enough to test, and focused enough to matter.

Advertisement

Related Topics

#Project#EHR#Curriculum
D

Daniel Mercer

Senior SEO Content Strategist

Senior editor and content strategist. Writing about technology, design, and the future of digital media. Follow along for deep dives into the industry's moving parts.

Advertisement
2026-04-16T21:35:10.569Z