Privacy by Design

Consent, retention, minimization, anonymization, and compliance-by-design.

  • 5 Tracked terms
  • Last 30 days Feed window

What this topic collects on

An article joins this feed when it matches these terms. Each one is also a search of its own.

Latest in Privacy by Design

DEV Community
dev.to > skidoodle > i-made-an-alternative-to-the-archived-filebrowser-29l6

I made an alternative to the archived filebrowser

33+ min ago   (161+ words) The original filebrowser (github.com/filebrowser/filebrowser) has been archived for a while now, and Nextcloud is way too bloated for just browsing and sharing files on a disk. So I made my own replacement. It's still early so expect…...

DEV Community
dev.to > mohamed_elhamdi_af5b450cc > how-i-built-a-browser-based-pdf-toolkit-focused-on-speed-and-simplicity-59f5

How I Built a Browser-Based PDF Toolkit Focused on Speed and Simplicity

2+ hour, 27+ min ago   (22+ words) Building a PDF tool sounds simple until you start thinking about the actual user experience. I’ve... Tagged with webdev, javascript, productivity, showdev....

DEV Community
dev.to > babycat > chat-file-consent-needs-a-request-snapshot-not-a-sticky-include-checkbox-4n4h

Chat File Consent Needs a Request Snapshot, Not a Sticky Include Checkbox

2+ hour, 30+ min ago   (1027+ words) I tabbed onto Retry after a sluggish timeout, and VoiceOver still described the composer as empty. The Network panel told a much less comforting story about that same impatient retry click I made. The retry had posted my unsaved buffer,…...

Tech Insider
tech-insider.org

1Password Setup: Passkeys & SSH Agent in 13 Steps [2026]

4+ hour, 30+ min ago   (815+ words) You don’t need much to follow along, but a few version and account details matter given how fast 1Password has been shipping this year. If you’re migrating from another manager, keep your old vault unlocked and exportable until step 11 — don’t delete…...

DEV Community
dev.to > thomijasir > i-built-a-secrets-manager-because-sharing-env-files-at-work-was-painful-1eh9

I built a secrets manager because sharing.env files at work was painful!

5+ hour, 50+ min ago   (334+ words) Working in the financial industry means dealing with strict security policies. That is understandable when the systems you work on handle sensitive information, but those policies can also make simple development tasks surprisingly difficult. One example was how we shared....

DEV Community
dev.to > webdecoy > browser-fingerprinting-in-2026-what-still-works-what-doesnt-1hk9

Browser Fingerprinting in 2026: What Still Works, What Doesn't

6+ hour, 13+ min ago   (1267+ words) Browser fingerprinting still works in 2026, but the useful techniques have shifted underneath everyone. Chrome's Privacy Sandbox has frozen or removed half the signals fingerprinting libraries depended on. Firefox and Safari added noise injection and API restrictions. Brave blocks attempts outright....

DEV Community
dev.to > koztechie > building-nichlyst-the-14-day-clock-the-web-app-illusion-and-hardening-the-archive-4a6c

Building NICHLYST: The 14-Day Clock, the "Web App" Illusion, and Hardening the Archive

7+ hour, 37+ min ago   (463+ words) On September 10th, at 10:19 AM, the system finally turned green. Twelve confirmed, opt-in testers. The threshold is met. The 14-day Google Play closed testing clock is officially locked. For the next two weeks, NICHLYST sits in a state of anabiosis. My…...

Medium
medium.com > @robinjz > the-download-button-was-the-easy-part-e81a45487c84

The Download Button Was the Easy Part

5+ hour, 12+ min ago   (770+ words) A while ago I started building a small photo download tool. The idea was almost embarrassingly simple: give it a public post URL, find the photo behind it, and …...

DEV Community
dev.to > imagebear > building-a-browser-first-php-tools-directory-without-pretending-everything-is-offline-17hn

Building a browser-first PHP tools directory without pretending everything is offline

9+ hour, 42+ min ago   (441+ words) Kitset is a PHP-rendered directory that currently exposes 423 small browser tools. The interesting engineering problem was not adding one more calculator. It was deciding, for every tool, which work belongs on the server, which work belongs in the browser, and…...

DEV Community
dev.to > sharefun2023 > i-counted-how-many-free-dev-tools-quietly-upload-your-data-then-i-built-80-that-dont-d89

I Counted How Many Free Dev Tools Quietly Upload Your Data. Then I Built 80 That Don't.

9+ hour, 36+ min ago   (262+ words) Paste a JWT into a "free online JWT debugger." Paste a config file into a "free JSON formatter." Then open DevTools, hit the Network tab, and watch it POST your payload to api.something-saas.com/v1/parse. Most of them weren't…...