<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <title>Artur Kraft — Ecommerce Specialist &amp; Web Specialist in Glasgow - Privacy</title>
    <subtitle>Artur Kraft is a Glasgow-based ecommerce specialist with 15+ years of experience building fast, beautiful, and high-converting stores and apps for businesses.</subtitle>
    <link rel="self" type="application/atom+xml" href="https://arturkraft.com/tags/privacy/atom.xml"/>
    <link rel="alternate" type="text/html" href="https://arturkraft.com"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2026-03-29T00:00:00+00:00</updated>
    <id>https://arturkraft.com/tags/privacy/atom.xml</id>
    <entry xml:lang="en">
        <title>Why I Built Lochy Image Scanner</title>
        <published>2026-03-29T00:00:00+00:00</published>
        <updated>2026-03-29T00:00:00+00:00</updated>
        
        <author>
          <name>
            Artur Kraft
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://arturkraft.com/posts/why-i-built-lochy-image-scanner/"/>
        <id>https://arturkraft.com/posts/why-i-built-lochy-image-scanner/</id>
        
        <content type="html" xml:base="https://arturkraft.com/posts/why-i-built-lochy-image-scanner/">&lt;p&gt;A little side project of mine that I’m genuinely happy with is &lt;strong&gt;Lochy Image Scanner&lt;&#x2F;strong&gt; — my lightweight iPhone app for scanning documents, turning photos into PDFs, and cleaning pages up properly without all the nonsense that so many apps seem to come with these days.&lt;&#x2F;p&gt;
&lt;p&gt;You can get it here: &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;apps.apple.com&#x2F;gb&#x2F;app&#x2F;lochy-image-scanner&#x2F;id6760719589&quot;&gt;Lochy Image Scanner on the App Store&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;h2 id=&quot;why-i-made-it&quot;&gt;Why I made it&lt;&#x2F;h2&gt;
&lt;p&gt;I created Lochy Image Scanner for a very simple reason: I needed a good, straightforward document scanning app again.&lt;&#x2F;p&gt;
&lt;p&gt;For a long time, Microsoft Lens was one of those apps that just sat there on my phone and quietly did its job. Then it disappeared from the App Store, and that left a bit of a gap. There are still plenty of scanning apps around, of course, but far too many of them feel bloated, overcomplicated, or built around pushing people into subscriptions for basic features that really should just work.&lt;&#x2F;p&gt;
&lt;p&gt;That annoyed me enough that I decided to build my own.&lt;&#x2F;p&gt;
&lt;p&gt;I didn’t want to make “yet another app” with dark patterns, constant upsells, ad banners everywhere, or some weird account system for scanning a receipt. I wanted something small, fast, and pleasant to use. Something that launches quickly, does the job well, and gets out of the way.&lt;&#x2F;p&gt;
&lt;p&gt;So that’s exactly what I built.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;what-it-is&quot;&gt;What it is&lt;&#x2F;h2&gt;
&lt;p&gt;Lochy Image Scanner is an iOS app that lets you:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;Take photos of documents and turn them into PDF files.&lt;&#x2F;li&gt;
&lt;li&gt;Import existing photos of documents from your library.&lt;&#x2F;li&gt;
&lt;li&gt;Edit documents page by page.&lt;&#x2F;li&gt;
&lt;li&gt;Apply filters to improve readability.&lt;&#x2F;li&gt;
&lt;li&gt;Use a more advanced photo editor when you want finer control.&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;In other words, it covers the things most people actually need from a scanner app, without trying to become some giant enterprise document platform.&lt;&#x2F;p&gt;
&lt;p&gt;For me, that was a big part of the appeal. I wanted it to feel focused.&lt;&#x2F;p&gt;
&lt;p&gt;A lot of modern apps try to do everything at once and end up feeling heavy, slow, and weirdly stressful to use. Lochy Image Scanner is meant to be the opposite of that. Open it, scan, tweak, export, done.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;no-subscription-no-ads-no-tracking&quot;&gt;No subscription, no ads, no tracking&lt;&#x2F;h2&gt;
&lt;p&gt;This bit matters to me quite a lot.&lt;&#x2F;p&gt;
&lt;p&gt;Lochy Image Scanner is available for a small one-off fee. That’s it. No subscription. No “7-day free trial” trap. No unlocking basic features later. No ads. No tracking.&lt;&#x2F;p&gt;
&lt;p&gt;I know that subscriptions make sense for some kinds of apps, especially where there are ongoing cloud costs or constantly changing online services behind the scenes. But not every app needs to become a monthly bill.&lt;&#x2F;p&gt;
&lt;p&gt;For this kind of utility app, I much prefer the older, simpler model: you buy it once, and it works.&lt;&#x2F;p&gt;
&lt;p&gt;I also really dislike the amount of tracking that has become normal in apps that honestly have no reason to know that much about their users. A scanner app does not need to behave like an ad-tech company. I wanted Lochy to feel respectful in that sense too.&lt;&#x2F;p&gt;
&lt;p&gt;You open it to scan documents, not to be profiled.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;built-the-way-i-like-software-to-feel&quot;&gt;Built the way I like software to feel&lt;&#x2F;h2&gt;
&lt;p&gt;I built the app using the latest Apple libraries and &lt;strong&gt;SwiftUI&lt;&#x2F;strong&gt;, which is a huge part of why it feels so lightweight and modern.&lt;&#x2F;p&gt;
&lt;p&gt;I genuinely enjoy building in SwiftUI. When it clicks, it allows you to create interfaces that feel clean, responsive, and very natural on Apple devices. It also makes it easier for me to keep the app modern and maintainable rather than dragging around piles of legacy UI code just for the sake of it.&lt;&#x2F;p&gt;
&lt;p&gt;The goal from the start was not just to make the app functional, but to make it feel good.&lt;&#x2F;p&gt;
&lt;p&gt;That means:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;Fast launch times.&lt;&#x2F;li&gt;
&lt;li&gt;Smooth navigation.&lt;&#x2F;li&gt;
&lt;li&gt;A simple interface.&lt;&#x2F;li&gt;
&lt;li&gt;Minimal friction between opening the app and finishing the task.&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;I’m a big believer that utility apps should feel almost invisible. If you have to think too much while using them, something has gone wrong. The best tools are often the ones that quietly stay out of your way.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;why-lightweight-matters&quot;&gt;Why lightweight matters&lt;&#x2F;h2&gt;
&lt;p&gt;I think lightweight software is underrated.&lt;&#x2F;p&gt;
&lt;p&gt;There’s a lot of talk in tech about features, integrations, AI this and AI that, but sometimes what people really want is an app that does one thing well and does it quickly. That’s especially true on mobile.&lt;&#x2F;p&gt;
&lt;p&gt;If I need to scan a document, I don’t want to wait while an app loads a dozen analytics frameworks, checks in with five services, or throws pop-ups at me before I can even use the camera. I want to point the phone, capture the page, tidy it up, export it as a PDF, and move on with my day.&lt;&#x2F;p&gt;
&lt;p&gt;That’s the kind of experience I wanted Lochy Image Scanner to have.&lt;&#x2F;p&gt;
&lt;p&gt;Small. Fast. Clean. Useful.&lt;&#x2F;p&gt;
&lt;p&gt;There’s something really satisfying about software that respects your time.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;editing-documents-properly&quot;&gt;Editing documents properly&lt;&#x2F;h2&gt;
&lt;p&gt;One thing I didn’t want to compromise on was editing.&lt;&#x2F;p&gt;
&lt;p&gt;A lot of scanner apps let you capture pages, but then give you very little control afterwards. If one page is a bit wonky, too dark, slightly cropped badly, or just looks off compared to the others, the whole document feels messy.&lt;&#x2F;p&gt;
&lt;p&gt;So in Lochy Image Scanner, I wanted page-level editing to be part of the core experience, not an afterthought.&lt;&#x2F;p&gt;
&lt;p&gt;That means you can go through a document page by page and improve it properly. If one page needs a filter and another needs a bit more attention, you can handle that without fighting the app. And if you want more control, there’s an advanced photo editor there too.&lt;&#x2F;p&gt;
&lt;p&gt;That flexibility matters because real-life document scanning is rarely perfect. Lighting changes. Angles are awkward. Some pages are clean and some are creased. Receipts are a pain. Paper isn’t always flat. You need an app that helps fix those little imperfections rather than locking you into whatever came out of the camera the first time.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;why-pdf-creation-still-matters&quot;&gt;Why PDF creation still matters&lt;&#x2F;h2&gt;
&lt;p&gt;PDFs might not be glamorous, but they are still incredibly useful.&lt;&#x2F;p&gt;
&lt;p&gt;People still need to send forms, invoices, signed paperwork, ID documents, receipts, notes, contracts, and all sorts of other things in a format that is easy to share and looks consistent. A good scanning app makes that whole process much less painful.&lt;&#x2F;p&gt;
&lt;p&gt;That’s another reason I wanted Lochy Image Scanner to be straightforward about turning images into proper PDF documents. For something so common, it’s surprisingly easy to end up with a clunky workflow in other apps.&lt;&#x2F;p&gt;
&lt;p&gt;I wanted mine to be simple enough that anyone could just pick it up and use it without a learning curve.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;a-small-app-on-purpose&quot;&gt;A small app on purpose&lt;&#x2F;h2&gt;
&lt;p&gt;I actually like making software that knows what it is.&lt;&#x2F;p&gt;
&lt;p&gt;Lochy Image Scanner is not trying to become a giant platform. It is not trying to trap people in an ecosystem. It is not trying to extract maximum revenue from a basic utility.&lt;&#x2F;p&gt;
&lt;p&gt;It is a small, focused app made to solve a common problem well.&lt;&#x2F;p&gt;
&lt;p&gt;There’s a lot of freedom in building like that. You can make decisions around clarity and usefulness instead of constantly asking how to make the product more addictive, more “engaging”, or more monetisable.&lt;&#x2F;p&gt;
&lt;p&gt;That approach probably won’t appeal to every startup pitch deck on earth, but I think it leads to better software.&lt;&#x2F;p&gt;
&lt;p&gt;And honestly, I just enjoy using apps that feel like they were made by somebody who cared about the experience.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;who-it-s-for&quot;&gt;Who it’s for&lt;&#x2F;h2&gt;
&lt;p&gt;I made Lochy Image Scanner for people like me, really:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;People who want a quick scanner app on their iPhone.&lt;&#x2F;li&gt;
&lt;li&gt;People who do not want subscriptions for basic utilities.&lt;&#x2F;li&gt;
&lt;li&gt;People who hate ads in productivity apps.&lt;&#x2F;li&gt;
&lt;li&gt;People who care about privacy.&lt;&#x2F;li&gt;
&lt;li&gt;People who just want to scan documents, improve them a bit, and export them as PDFs without drama.&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;It’s also handy for small business owners, freelancers, students, parents, anyone dealing with paperwork, and honestly anyone who occasionally needs to turn a physical page into something clean and shareable.&lt;&#x2F;p&gt;
&lt;p&gt;Which is most of us, sooner or later.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;building-it-was-fun&quot;&gt;Building it was fun&lt;&#x2F;h2&gt;
&lt;p&gt;This app was also just a fun thing to build.&lt;&#x2F;p&gt;
&lt;p&gt;I like working on products that are clear in purpose. There’s something refreshing about sitting down and asking, “What would make this genuinely good?” instead of “How can this be stretched into something bigger than it needs to be?”&lt;&#x2F;p&gt;
&lt;p&gt;Working with the latest iOS tools and SwiftUI, shaping the interface, keeping the app lean, making sure the document flow felt natural — all of that was the enjoyable part for me.&lt;&#x2F;p&gt;
&lt;p&gt;It’s one of those projects where the idea started from a genuine gap in my own day-to-day use, and those are often the best ones. You notice something missing, you get slightly irritated about it, and then instead of just complaining, you go and build the thing you wish existed.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;final-thoughts&quot;&gt;Final thoughts&lt;&#x2F;h2&gt;
&lt;p&gt;So that’s the story behind Lochy Image Scanner.&lt;&#x2F;p&gt;
&lt;p&gt;I wanted a proper document scanning app again after Microsoft Lens disappeared from the App Store. I wanted it to be fast, lightweight, modern, and respectful. I wanted no subscriptions, no ads, no tracking, and no unnecessary nonsense. Just a solid iPhone app that lets you scan documents, import images, edit pages, apply filters, use an advanced editor, and export neat PDF files.&lt;&#x2F;p&gt;
&lt;p&gt;And that’s exactly what I made.&lt;&#x2F;p&gt;
&lt;p&gt;If that sounds like your kind of app, you can download it here:&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;apps.apple.com&#x2F;gb&#x2F;app&#x2F;lochy-image-scanner&#x2F;id6760719589&quot;&gt;Get Lochy Image Scanner on the App Store&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
</content>
        
    </entry>
    <entry xml:lang="en">
        <title>Data Protection by Design, Not an Afterthought</title>
        <published>2026-03-05T00:00:00+00:00</published>
        <updated>2026-03-05T00:00:00+00:00</updated>
        
        <author>
          <name>
            Artur Kraft
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://arturkraft.com/posts/data-protection-by-design-not-an-afterthought/"/>
        <id>https://arturkraft.com/posts/data-protection-by-design-not-an-afterthought/</id>
        
        <content type="html" xml:base="https://arturkraft.com/posts/data-protection-by-design-not-an-afterthought/">&lt;p&gt;Data protection should never be an afterthought tacked on at the end of a project. It needs to be part of the design from day one, especially if your app, web app, or website handles any kind of sensitive data about real people.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;data-protection-by-design-not-as-a-patch&quot;&gt;Data protection by design, not as a patch&lt;&#x2F;h2&gt;
&lt;p&gt;When you bolt security and privacy on at the end, you’re not really protecting data – you’re just trying to paper over cracks. True &lt;strong&gt;data protection by design&lt;&#x2F;strong&gt; means:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;You know what data you collect and why.&lt;&#x2F;li&gt;
&lt;li&gt;You minimise data from the start (only collect what you truly need).&lt;&#x2F;li&gt;
&lt;li&gt;You plan how it is stored, who can see it, and when it is deleted.&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;In every project I work on – whether it’s an app, a web app, or a website – I design the system with &lt;strong&gt;data protection and legal compliance as core requirements&lt;&#x2F;strong&gt;, not optional extras. That way, businesses can deal with their customers and their data with confidence, instead of hoping nothing ever goes wrong.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;retention-access-and-control&quot;&gt;Retention, access, and control&lt;&#x2F;h2&gt;
&lt;p&gt;Good data protection isn’t just “we keep it safe”. It also means having clear answers to basic questions:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;How long is data stored?&lt;&#x2F;strong&gt; Every system should have an explicit &lt;strong&gt;data retention policy&lt;&#x2F;strong&gt;. Customer data should not live forever “just in case”. Some records must be kept for legal or tax reasons for a set number of years, others should be deleted as soon as they’re no longer needed.&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Who can see what?&lt;&#x2F;strong&gt; Role‑based access is essential. Staff should only see the data they genuinely need for their role – nothing more. Admins, customer service, finance, and external contractors should all have clearly separated permissions.&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Can users see and delete their data?&lt;&#x2F;strong&gt; Under GDPR and similar laws, users usually have the right to access their data, correct it, and sometimes request deletion. Your system should be designed so this isn’t a manual nightmare but a predictable, auditable process.&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;This is not just good practice; it protects the business. If you can show that you know exactly what you store, why, for how long, and who has access to it, you’re in a much stronger position if something goes wrong.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;legal-compliance-is-not-optional&quot;&gt;Legal compliance is not optional&lt;&#x2F;h2&gt;
&lt;p&gt;If you operate in the UK or EU, GDPR is non‑negotiable. But many businesses now have customers across multiple regions, which means you might also need to consider:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;UK GDPR and Data Protection Act.&lt;&#x2F;li&gt;
&lt;li&gt;EU GDPR.&lt;&#x2F;li&gt;
&lt;li&gt;Other regional privacy laws (for example, if you have customers in different countries outside Europe).&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;From the design stage, I always consider:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;What laws apply based on where the business operates and where its customers are.&lt;&#x2F;strong&gt;&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;What the lawful basis is for processing each type of data (consent, contract, legal obligation, etc.).&lt;&#x2F;strong&gt;&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Who the data controller is and whether a Data Protection Officer (DPO) is required.&lt;&#x2F;strong&gt;&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;If a business needs a DPO, that person must be clearly identified, and their role and responsibilities should be supported by the systems we build – not undermined by them.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;practical-tips-to-bake-privacy-and-security-into-the-design&quot;&gt;Practical tips to bake privacy and security into the design&lt;&#x2F;h2&gt;
&lt;p&gt;Here are some practical, design‑stage considerations that make a real difference:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Data minimisation.&lt;&#x2F;strong&gt; Do you really need date of birth, address, phone number, and national insurance number – or are you collecting it out of habit? Less data means less to protect.&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Segmentation and separation.&lt;&#x2F;strong&gt; Store the most sensitive data separately, with extra protections, not in the same database table as everything else.&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Access control by design.&lt;&#x2F;strong&gt; Build roles and permissions into the architecture from the start rather than adding them later when it’s already messy.&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Logging and audit trails.&lt;&#x2F;strong&gt; Keep track of who accessed what and when – this is crucial for both security investigations and compliance.&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Encryption in transit and at rest.&lt;&#x2F;strong&gt; Use HTTPS everywhere and appropriate encryption for sensitive fields in the database.&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Backups with brains.&lt;&#x2F;strong&gt; Backups need to be encrypted, regularly rotated, and subject to retention rules as well – not forgotten archives that quietly become a massive liability.&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Data deletion workflows.&lt;&#x2F;strong&gt; Make sure “delete” really means delete according to policy (or properly anonymise the data) and that it’s consistent across all systems and backups.&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;h2 id=&quot;reducing-damage-even-if-something-goes-wrong&quot;&gt;Reducing damage even if something goes wrong&lt;&#x2F;h2&gt;
&lt;p&gt;No system is perfect. Even the biggest companies in the world get attacked and sometimes breached. The goal is not just to prevent every possible attack (which is unrealistic), but to &lt;strong&gt;limit the damage&lt;&#x2F;strong&gt; if something does happen.&lt;&#x2F;p&gt;
&lt;p&gt;That’s where good design and hygiene matter:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Retention limits exposure.&lt;&#x2F;strong&gt; If you only keep data for as long as necessary, there is less for an attacker to steal. If you’ve been storing everything for 20 years “just because”, a single breach can expose your entire business history.&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Proper file permissions (chmod) and separation.&lt;&#x2F;strong&gt; Sensitive files and directories should have strict permissions and not be readable by processes that don’t need them. Even if the public‑facing site is compromised, well‑designed permission management can prevent an attacker from reaching internal data stores.&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Separate environments.&lt;&#x2F;strong&gt; Don’t mix development, staging, and production data casually. Live customer data should not be floating around on test servers or developer laptops.&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;You absolutely do not want to be the business that gets hacked once and suddenly all customer data from the past 20 years is out there in the wild – including people who haven’t dealt with you in over a decade.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;even-the-big-players-get-it-wrong&quot;&gt;Even the big players get it wrong&lt;&#x2F;h2&gt;
&lt;p&gt;It’s easy to think, “We’re too small for anyone to care.” But attackers often target smaller businesses precisely because they expect weaker protections.&lt;&#x2F;p&gt;
&lt;p&gt;Even giants like Apple have had security gaps exposed over time – for example, issues where systems didn’t properly limit repeated attempts (like multiple password or code guesses) because a simple check was overlooked. That wasn’t about bad technology overall, but about a &lt;strong&gt;small, missed detail&lt;&#x2F;strong&gt; in one part of the design.&lt;&#x2F;p&gt;
&lt;p&gt;If a company with huge security teams can miss something like that, it shows how careful smaller businesses need to be. The difference is that you can’t afford the reputational and financial hit in the same way they can.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;food-for-thought-for-your-next-project&quot;&gt;Food for thought for your next project&lt;&#x2F;h2&gt;
&lt;p&gt;If you’re planning a new website, app, or internal system that touches customer data, ask yourself – at the design stage:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;What exactly are we collecting, and why?&lt;&#x2F;li&gt;
&lt;li&gt;How long do we need to keep each type of data?&lt;&#x2F;li&gt;
&lt;li&gt;Who in the organisation needs to see what?&lt;&#x2F;li&gt;
&lt;li&gt;How can users see, correct, and (where appropriate) delete their data?&lt;&#x2F;li&gt;
&lt;li&gt;What happens if this system is compromised tomorrow – what would an attacker actually get?&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;If you can’t answer those questions confidently today, now is the right time to fix that – not after an incident.&lt;&#x2F;p&gt;
&lt;p&gt;Every project I build is designed from the ground up with data protection and compliance in mind, so that businesses can focus on serving their customers instead of worrying about what might happen if something leaks. If you’d like to review how your current systems handle data – or want to build something new the right way from the start – &lt;a href=&quot;&#x2F;contact&quot;&gt;get in touch&lt;&#x2F;a&gt; – I’m happy to help.&lt;&#x2F;p&gt;
</content>
        
    </entry>
</feed>
