<?xml version="1.0" encoding="UTF-8"?>
<!-- Gegenereerd door scripts/publish-content.js -->
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Qnext Insights — English</title>
  <link>https://qnext.nl/blog.html</link>
  <atom:link href="https://qnext.nl/feed-en.xml" rel="self" type="application/rss+xml"/>
  <description>Practical insights on governing AI and data.</description>
  <language>en</language>
  <item>
    <title>Taking security seriously as a small business</title>
    <link>https://qnext.nl/en/insights/taking-security-seriously-as-a-small-business.html</link>
    <guid isPermaLink="true">https://qnext.nl/en/insights/taking-security-seriously-as-a-small-business.html</guid>
    <pubDate>Sat, 13 Jun 2026 07:00:00 GMT</pubDate>
    <description>Data breaches are not only a concern for large companies. These practical safeguards help protect client data in a small organisation.</description>
    <content:encoded><![CDATA[<p>Clients entrust you with their data. That trust is earned through concrete safeguards rather than broad promises. The measures below are achievable for a small or mid-sized business.</p>
<h2>Secrets do not belong in the browser</h2>
<p>Passwords, API keys and tokens are never embedded in the website. They remain on a protected server and are used only after the requester has been verified.</p>
<h2>Access is separated per client</h2>
<p>Every client can see only their own data. This is not merely a user-interface choice; it is enforced at database level so the boundary remains effective when someone tries to bypass the screen.</p>
<h2>An extra lock on the door</h2>
<p>Two-step verification is available for stronger account protection. The entire site enforces secure connections and applies restrictive browser security policies.</p>
<blockquote><p>Security is not a one-off project but a habit. Establishing a sound foundation costs relatively little; recovering from an incident costs much more in both money and trust.</p></blockquote>
<p>Curious how mature and secure your data approach is? Try the data maturity scan on this site.</p>]]></content:encoded>
  </item>
  <item>
    <title>An OTAP pipeline for small businesses, without overkill</title>
    <link>https://qnext.nl/en/insights/otap-for-small-business.html</link>
    <guid isPermaLink="true">https://qnext.nl/en/insights/otap-for-small-business.html</guid>
    <pubDate>Wed, 10 Jun 2026 07:00:00 GMT</pubDate>
    <description>Development, testing, acceptance and production are not only for large IT teams. A pragmatic pipeline prevents expensive mistakes.</description>
    <content:encoded><![CDATA[<p>OTAP is the Dutch acronym for Development, Testing, Acceptance and Production: four separated environments that prevent untested changes from reaching the live service. It may sound like something for a large IT department, but the principle is just as valuable for a small business.</p>
<h2>Why you want this too</h2>
<p>One incorrect change published directly to production can take a website offline or show incorrect figures to a client. An intermediate stage lets you test calmly, demonstrate the result and only then publish it—with a clear recovery path if something goes wrong.</p>
<h2>Pragmatic, not heavy</h2>
<p>We established four environments: a preview for each change, a technical test environment, an acceptance environment that resembles production and the live site. This did not require expensive tooling; it used the capabilities already available. The setup took a few hours and has since prevented mistakes that would have cost much more time.</p>
<blockquote><p>The same applies to reporting. A dashboard that reaches management without a control step is a risk. A small review before production quickly pays for itself.</p></blockquote>]]></content:encoded>
  </item>
  <item>
    <title>Our technology choices: simple, secure and scalable</title>
    <link>https://qnext.nl/en/insights/our-technology-choices.html</link>
    <guid isPermaLink="true">https://qnext.nl/en/insights/our-technology-choices.html</guid>
    <pubDate>Sat, 06 Jun 2026 07:00:00 GMT</pubDate>
    <description>No heavy framework and no unnecessary vendor lock-in: a look at the lean technology choices behind the Qnext client portal.</description>
    <content:encoded><![CDATA[<p>Good technology choices are not impressive because of how they sound, but because of how few problems they cause later. We followed three principles while building our client portal: simple, secure and scalable.</p>
<h2>Simple</h2>
<p>We chose a static website without a heavy framework. The result is fast, requires little maintenance and avoids a constant stream of technical updates. Fewer moving parts means fewer things can break.</p>
<h2>Secure</h2>
<p>Our golden rule is that secrets never belong in the browser. Sensitive connections to bookkeeping and email services run through a protected server layer that first checks who is making the request. Client data is separated per client and two-step verification is available.</p>
<h2>Scalable</h2>
<p>The database and storage can grow from one client to a hundred. Because each part has a clear boundary, we can replace or extend components later without rebuilding everything.</p>
<blockquote><p>The same balance—simple where possible and robust where necessary—makes the difference in every data project. Building too much is as risky as building too little.</p></blockquote>]]></content:encoded>
  </item>
  <item>
    <title>Why we built our own client portal instead of buying one</title>
    <link>https://qnext.nl/en/insights/why-we-built-our-own-client-portal.html</link>
    <guid isPermaLink="true">https://qnext.nl/en/insights/why-we-built-our-own-client-portal.html</guid>
    <pubDate>Tue, 02 Jun 2026 07:00:00 GMT</pubDate>
    <description>A consultancy that advocates data-driven, professional work should demonstrate it. That is why Qnext built its own client portal.</description>
    <content:encoded><![CDATA[<p>Many independent data and BI consultants still email reports as PDF files. It works, but it does not scale, looks less professional and gives you little control over who can see what.</p>
<p>Qnext wanted something better: one secure place where every client can find their own dashboards, invoices and documents. The question was whether to buy or build.</p>
<h2>Buying seemed logical, but…</h2>
<p>Ready-made client portals exist, but they are often expensive and generic. They can also create vendor lock-in. A small specialist business then pays for dozens of features it never uses.</p>
<h2>Why we chose to build</h2>
<p>With the right modern choices, a dedicated platform is surprisingly achievable without a large development team. We chose a lean stack that remains under our control, has low fixed costs and does exactly what our clients need.</p>
<p>The most important benefit is not the technology itself but the signal it sends: we apply what we advise. Data-driven, structured and secure.</p>
<blockquote><p>In the next parts of this series, we explain the choices we made and what they can teach you about your own data and reporting processes.</p></blockquote>]]></content:encoded>
  </item>
</channel>
</rss>
