Tech News
All News AI & ML Architecture DevOps Open Source Programming Team Management Testing & QA Web

Latest News

⚑ Report a Problem

Tech news from the best sources

All topics AI Gear News Tech agents ai api architecture automation beginners career database devchallenge devops gemma javascript llm machinelearning mcp opensource performance productivity programming python react security showdev tutorial typescript webdev
All EN RU
EN

Weekly Dev Log 2026-W07

🗓️ This Week Completed two more sections of the SwiftUI tutorial 🦾 As I continue working through the tutorial, I can feel my understanding of SwiftUI …

beginnersdevjournalsecurityswift
Dev.to May 29, 2026, 00:18 UTC
EN

How iOS developers actually get paid: a practical guide to Apple's fiscal calendar

You ship your app. Sales start showing up in App Store Connect. And then you wait. The money doesn't arrive on the first of the month like a paycheck,…

careeriosswifttutorial
Dev.to May 26, 2026, 16:40 UTC
EN

We built a puzzle game about noticing the one thing that's wrong

There's a specific kind of satisfaction in noticing something is wrong before you can explain why. You're looking at a grid of geometric shapes. Each …

iosswiftgamedevindiedev
Dev.to May 23, 2026, 23:04 UTC
EN

We built a mahjong dangerous-tile predictor calibrated on 4.97M real hands

The problem At a real mahjong table, software can't help you mid-hand. The question — "is this tile safe to discard?" — comes up every few turns, and …

iosmahjongstatisticsswift
Dev.to May 22, 2026, 23:04 UTC
EN

Building a Privacy-First AI App for Patient & Caregiver Doctor Visit Notes

Hi DEV Community, I wanted to share a project I've been working on called AI Doctor Notes. It’s an app built specifically to solve a common problem: w…

showdevhealthtechaiswift
Dev.to May 22, 2026, 07:38 UTC
EN

We built a weather app that stops pretending everyone feels the same temperature

Most weather apps answer the wrong question. They tell you it's 12°C outside. That's accurate. But whether 12°C means you need a coat depends entirely…

iosswiftweatherindie
Dev.to May 21, 2026, 23:04 UTC
EN

Building Calendar ToDo: Turning Calendar Events into a Done List with SwiftUI and EventKit

Sometimes I want to look back at my calendar and know not only what I planned, but what I actually did. For example: Did I finish my study session? Di…

iosswiftcalendartodo
Dev.to May 21, 2026, 22:57 UTC
EN

How I made a perfect recording button. Simple yet complex thing.

Intro From the start of XSpeak , I wanted it to provide the best possible feel for the user: simple, fast, and responsive. Since it's a recording app,…

uxswiftprogrammingarchitecture
Dev.to May 21, 2026, 13:43 UTC
EN

Why Reading Food Labels Shouldn't Feel Like Decoding a Chemistry Exam

Millions of people with dietary restrictions struggle with food labels every day. Here's the real problem — and how we built SafeScan to fix it. The H…

iosswiftmobileai
Dev.to May 21, 2026, 11:39 UTC
EN

Weekly Dev Log 2026-W06

🗓️ This Week Made a little more progress in the SwiftUI tutorial🦾 Started the journey of building my future portfolio site✈️ First, I created the proj…

beginnersdevjournalsecurityswift
Dev.to May 21, 2026, 01:25 UTC
EN

We built a leg-fidget counter. Here's what that actually took.

The problem nobody is measuring Non-Exercise Activity Thermogenesis — NEAT — is the energy your body burns doing everything that isn't deliberate exer…

iosswifthealthmakers
Dev.to May 20, 2026, 23:03 UTC
EN

Building an Open Source One Sec Alternative: Breaking the Shortcuts Infinite Loop Thanks to iOS 26

If you've ever tried to build an iOS app that intercepts another app's launch, a custom launcher, a Screen Time blocker, a digital wellbeing tool, you…

iosswiftopensourcescreentime
Dev.to May 19, 2026, 12:37 UTC
EN

Tollere got an update. Still intentionally simple.

A few weeks ago I wrote about launching Tollere on the App Store . Since then, quite a few people started using it daily for actual grocery runs, shar…

showdeviosswiftsideprojects
Dev.to May 19, 2026, 06:31 UTC
EN

We shipped an on-device Japanese braille reader — here's why offline-first was non-negotiable

The problem sitting in plain sight There's braille on train handrails, elevator buttons, and pill boxes all over Japan. Most people walk past it every…

iosa11yswiftapps
Dev.to May 18, 2026, 23:05 UTC
EN

We built a finance app that refuses to ask for your bank login

The problem with most expense trackers Most personal finance apps assume you'll hand over your bank credentials. The whole UX is designed around that …

iosswiftfinanceindiehacker
Dev.to May 16, 2026, 23:03 UTC
EN

Bug Archeology: Solving a decade-old Swift/C++ mystery (with LLMs)

iosswiftdebuggingc++vibecoding
Lobsters May 15, 2026, 14:11 UTC
EN

I built GhostType: inline AI text completion for every app on macOS

Writing the same kind of sentences over and over — meeting replies, status updates, polite refusals — eats a surprising amount of the day. LLMs can fi…

aiswiftopensourceshowdev
Dev.to May 15, 2026, 04:37 UTC
EN

We shipped a one-mechanic puzzle app — here's what we built and where it falls short

The premise Most mobile games compete on stimulation: timers, streaks, daily missions, push notifications. We wanted to go the opposite direction. Off…

iosswiftgamedevindiedev
Dev.to May 13, 2026, 23:02 UTC
EN

Stop using Codable everywhere.

You’ve been over-engineering your Swift models. “Should this model be Decodable or Codable? Am I doing this wrong?” — Here's how to pick the right one…

swiftioscodablenetworking
Dev.to May 13, 2026, 11:24 UTC
EN

I built my daughter a geography app. It took 67 days and zero dependencies.

Two months ago, I started building an iOS app for my daughter. This week, I shipped it. MapSprout is a US geography app for kids — they learn the 50 s…

iosindiedevappstoreswift
Dev.to May 13, 2026, 06:17 UTC
EN

Local Multimodal LLM on iOS with `llama.cpp` (Swift + ObjC++)

I want a real local pipeline: image in, structured JSON out, no cloud dependency. Optimized to run Metal / ANE or whatever apple exposes ? My goal is …

swiftaiioscode
Dev.to May 11, 2026, 11:30 UTC
EN

We shipped an app that counts your fidgets — here is why NEAT science pushed us to do it

The itch Levine's NEAT (Non-Exercise Activity Thermogenesis) research stopped us mid-scroll: habitual fidgeters can burn around 350 kcal more per day …

iosswifthealthkitindiedev
Dev.to May 10, 2026, 23:19 UTC
EN

Weekly Dev Log 2026-W04

🗓️ This Week I had a long holiday during Golden Week in Japan and really enjoyed the break! Because of that, I didn't have as much learning time compa…

beginnersdevjournalsecurityswift
Dev.to May 9, 2026, 05:36 UTC
EN

We built a braille reader that runs entirely on your iPhone — no server, no photos sent anywhere

The problem we kept noticing Braille is everywhere in Japan — train handrails, elevator buttons, pill packaging, ATM panels. Most people walk past it …

iosa11yswiftvision
Dev.to May 8, 2026, 23:03 UTC
EN

Your parity gate must enforce the number you publish: a testing methodology for porting ML models across runtimes

You ship an ML model port from Python to another runtime — Swift, C++, ONNX, whatever. The build succeeds. The model loads. You feed it the canonical …

machinelearningtestingswiftai
Dev.to May 8, 2026, 16:28 UTC
EN

How I rebuilt the Codable migration pattern across 4 iOS apps in 2 hours

I was adding a single new feature to DaysUntil: yearly-recurring events. Twenty lines of product code. But underneath, the data layer needed a pattern…

swiftioscodablearchitecture
Dev.to May 7, 2026, 04:20 UTC
EN

Rejourney Session Replay Now Open Beta for Swift

After nearly 3 months of battle testing our React Native package, and recording over 1.5 million session replays from users all over the world, we now…

analyticsiosswift
Dev.to May 5, 2026, 19:20 UTC
EN

I built an AI planner that forces you to do only 4 things a day — here's why

I have a confession: I'm a productivity app addict. Notion, Todoist, Things, TickTick, Bear, Obsidian — I've tried them all. And every single one fail…

productivityiosswiftshowdev
Dev.to May 4, 2026, 09:18 UTC
EN

Mastering SwiftData: Building Persistent "Memory" for Your Next AI Chatbot

Imagine an AI chatbot that forgets everything the moment you close the app. Every interaction starts from scratch, every preference is lost, and the "…

swiftswiftuiai
Dev.to May 2, 2026, 20:00 UTC

© Tech News — Headline Aggregator

Sitemap Legal Notice Privacy Terms Copyright / Removal DSA Contact

Leaving the site

You are about to open an external website:

Continue →