POWR-DATA
- 27 skills
- 0 followers
- 1 week ago last updated
- ▌ Git Secret Remediation · powr-data bundleRemove committed secrets from Git history safely and verify remediations across local and remote repositories
- ▌ Azure Swa Custom Domains · powr-data bundleBind and troubleshoot custom domains on Azure Static Web Apps — DNS records, apex and subdomain validation, www canonicalisation, managed TLS, cutover, and wedged-domain recovery
- ▌ Marketing Email Campaign · powr-data bundleDesign, test and send a marketing email campaign — bulletproof HTML template, seed-test protocol, Spam Act compliance, scanner-safe unsubscribe, deliverability forensics, and warm-up batching
- ▌ Website SEO And Indexing · powr-data bundlePrepare a static website for search engine indexing and submit it to Google Search Console
- ▌ App Icon Asset Generation · powr-data bundleGenerate a consistent application icon asset set from an approved high-resolution logo, including large app assets, small UI icons, favicons, transparent PNGs, and SVG micro icons
- ▌ App Terms And Policies · powr-data bundleDraft and publish Terms of Service and policy pages for a subscription app — unlisted preview publishing, billing wording that survives price changes, insurance-aware liability terms, and versioned in-app acceptance flows
- ▌ Email Address Obfuscation · powr-data bundleProtect published email addresses from scrapers on a static site — JavaScript-assembled mailto links with an XOR-hex payload, accessible fallbacks, CSP-clean implementation, and payload verification
- ▌ Supabase Marketing Backend · powr-data bundleUse Supabase as the backend for a static marketing site — insert-only public forms on the anon key with RLS, a privacy-tiered first-party page-hit beacon, reader roles for Excel, and the RLS/view leaks that bite
- ▌ Excel Power Query Postgres · powr-data bundleConnect Excel Power Query to PostgreSQL (including Supabase) — the Npgsql driver that works, credential caching and sharing, first-load refresh, and the COM-automation traps when scripting the workbook
- ▌ Geospatial Source Database · powr-data bundleWork with geospatial data sources (PostGIS, SQL Server, Natural Earth) and handle data-specific quirks
- ▌ M365 Email Authentication · powr-data bundleEnable DKIM, SPF and DMARC for a Microsoft 365 custom domain — the Defender portal path, per-domain CNAME values, negative-cache delays, and cross-resolver DNS verification
- ▌ Docker Compose Database Lab · powr-data bundleSet up local Docker Compose database environments with correct volume mounts, configuration, and network access
- ▌ Github Org Repository Setup · powr-data bundleSet up a new GitHub repository in an organisation with correct access, security, and baseline branch protection
- ▌ Static Website Config And Csp · powr-data bundleConfigure and safely change a live static site on Azure Static Web Apps — staticwebapp.config.json routes, headers, caching and MIME types, Content Security Policy, and the front-end gotchas of editing a static HTML site in production
- ▌ Web Print PDF · powr-data bundleProduce reliable print and PDF output from an HTML page with print-specific CSS — pagination, image cropping, equal columns, running footers, and colour
- ▌ Eas Build Submit · powr-data bundleBuild and submit Expo apps to Google Play and the App Store using EAS — credential setup, eas.json configuration, CI/CD integration, and the EAS CLI submission workflow
- ▌ App Store Listing · powr-data bundlePrepare and submit an iOS app to the App Store — App Store Connect setup, screenshot dimensions, App Privacy, TestFlight, review submission, and ASC API key
- ▌ Expo IOS Deployment · powr-data bundleProduce an EAS iOS development build for testing on registered devices — expo-dev-client setup, credential generation, device registration, and eas.json iOS config
- ▌ Google Play Listing · powr-data bundleSign and publish an Android app (AAB) to the Google Play Store — covers keystore generation, Play Console setup, store listing content, App Content declarations, and CI automation
- ▌ Supabase Auth Email · powr-data bundleConfigure Supabase transactional auth email — custom SMTP, branded templates via the Management API, and reliable confirm/reset flows
- ▌ Resend Email Sending · powr-data bundleOperate Resend as an application's email provider — API key and domain scoping, marketing vs transactional stream separation, and Svix-signed delivery webhooks with automatic suppression
- ▌ Expo React Native App · powr-data bundleBuild cross-platform React Native apps with Expo — correct setup patterns, cross-platform gotchas, and hard-won lessons from native and web targets
- ▌ Windows CLI Gotchas · powr-data bundleRun native CLIs reliably from PowerShell 5.1 and Git Bash on Windows — quoting, JSON payloads, stderr and exit codes, MSYS path mangling, and which shell to use for which tool
- ▌ Static Website Hosting · powr-data bundleProvision and deploy a static website on Azure Static Web Apps with Bicep IaC, GitHub Actions CI/CD, deploy tokens, region choice, and multi-site layouts
- ▌ Supabase Edge Functions · powr-data bundleWrite, deploy, and debug Supabase Edge Functions — Deno import constraints, CLI auth, LLM provider integration, and cache invalidation patterns
- ▌ Branded Link Qr Service · powr-data bundleBuild a permanent branded short-link and QR code service on a static host — 302 indirection, a source-controlled link registry, generated redirect config with CI drift checks, and validated QR generation
- ▌ Flet Multiplatform Build · powr-data bundleBuild Android, iOS, and web Docker artifacts for a Flet app — covers Android silent packaging failures, GHCR/ACA deploy patterns, web asset quality, and local dev gotchas