SShortSingh.
Back to feed

Parent-engineer builds ad-free, no-tracking Sudoku app for kids

0
·6 views

A developer and parent has launched Animal Sudoku Kids Puzzle, a free iOS app designed to teach logic to children without ads, data collection, or third-party tracking. The app offers three difficulty levels using color-coded animal icons on 4×4 and 6×6 grids, with features like auto-save, smart hints, and gentle background music. The developer built it out of frustration with existing free children's games that monetize attention through intrusive ads and quietly harvest behavioral data. Accessibility was a core priority from the start, with support for VoiceOver, TalkBack, voice control, haptic feedback, and high-contrast visuals. The app is fully COPPA-compliant, requires no internet connection or account creation, and is available free on the App Store, with an Android version in development.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

JFrog Artifactory Flaws Actively Exploited, Enabling Full Supply-Chain Compromise

JFrog disclosed and patched three authentication and authorization vulnerabilities in self-hosted Artifactory in September 2026, with CVSS scores ranging from 7.5 to 9.8. The most critical flaw, CVE-2026-82329, allows attackers to forge a cluster join token via an empty default join key and escalate to platform administrator. Security vendors reported that attackers were chaining these flaws to create persistent admin accounts, install malicious plugins, and export credentials and repository configuration. Because Artifactory acts as a central credential store for CI/CD pipelines, a compromised instance can expose every downstream build system that trusts it, including cached packages. CISA added the vulnerabilities to its Known Exploited Vulnerabilities catalog on September 12, 2026, setting a federal remediation deadline of September 25, with JFrog recommending upgrades to fixed versions 7.161.20 or 7.133.11 depending on the branch.

0
ProgrammingDEV Community ·

AI Agent Workflow Proposed to Manage Full Software Feature Development End-to-End

A new workflow has been proposed on DEV Community to help engineering teams use AI agents to implement entire software features, not just individual tasks. The system breaks a high-level 'Epic' into a dependency graph of smaller tasks, each processed through dedicated Planner, Builder, and Reviewer agents running in parallel where possible. A shared Epic document provides agents with objectives, constraints, and acceptance criteria, while the codebase itself supplies the technical ground truth. All task branches are ultimately merged into a single integration pull request that passes CI checks before requiring human approval. The approach aims to minimize manual intervention while preserving oversight controls proportional to the risk level of each change.

0
ProgrammingDEV Community ·

Turkish Dev Team Launches Open Source Toolkit for E-Signature and E-Transformation

The E-İmza.plus team has released an open source project called 'awesome-turkiye-e-donusum', aimed at supporting Turkey's digital transformation ecosystem. The project provides libraries, tools, and guides covering e-signature, fiscal seal, KEP (registered email), e-invoice, UYAP, and related systems. It is designed to make life easier for both developers and end users working with electronic document processes in Turkey. The project carries no license restrictions and can be self-hosted, tested locally, or integrated into other projects. The source code is publicly available on GitHub, and the team is actively welcoming community contributions via pull requests.

0
ProgrammingDEV Community ·

Dev Blog: How FoxyInvoice Set Up Domain, Hosting, DNS, and Email From Scratch

A developer building FoxyInvoice in public has published Chapter 6 of their series, detailing the full infrastructure setup required to take a local codebase live on the web. The guide covers purchasing a domain, configuring Cloudflare DNS, provisioning a single Linux VPS, and wiring up services including AWS SES for email, S3-compatible object storage, and Stripe for payments. A key technical warning is highlighted: Cloudflare's proxy must be disabled for certain DNS records so that Caddy's automatic TLS certificate provisioning can work correctly. The post also documents real mistakes encountered, such as an unverified email destination triggering a mailer-daemon storm and Docker Compose environment file mix-ups causing database authentication failures. The series is maintained in a public GitHub repository, with Chapter 7 set to cover CI/CD automation.