I automated my weight logging into Notion, and gave myself a new daily chore
What I wanted I'm building a system where all my daily records live in Notion, so I can point an AI at it and get feedback. Goals, tasks, daily logs, …
Latest Team Management news from Tech News
What I wanted I'm building a system where all my daily records live in Notion, so I can point an AI at it and get feedback. Goals, tasks, daily logs, …
I love traveling light with just an iPad Pro and a Magic Keyboard. The M-series hardware is insanely fast, battery life is great, and the display is g…
I just shipped my first solo iOS app: LOCK TF IN — a fitness accountability app where an AI drill sergeant roasts you when you skip a workout. Log a s…
Part 3 — Custom themes, multi-window, and polish Level: Advanced · Time: ~60 minutes · Builds on: Part 2 — Search, palette, and settings The gap betwe…
A patient opens their prescription and sees 500mg instead of 50mg. A lab report displays "Normal" when the value is critically high. A teleconsult dis…
Rendering a big image on iOS is one of those things that looks trivial until your app gets killed by the OS mid-export. CGContext , draw, makeImage() …
Yes, I Still Open Safari First I build and test new frontend work in Safari first. On purpose. Repeatedly. Sober. I know that sounds backwards. Everyo…
Last week's release post was about funding open source without the bait and switch. This week's release tests that idea again, because two of the new …
TL;DR: In June 2026, I encountered a real-world scenario where an iPhone 13 (iOS 18.6), fraudulently locked via a phishing attack, could be fully unlo…
The introduction of the iOS Location Spoofer, a standalone app capable of altering GPS locations on non-jailbroken iOS devices, has stirred conversati…
The help button is the most important button in your delivery app that your QA team almost never clicks during regression. Every delivery app has an i…
"I'll just write a quick button style... and a text field with validation... and a card component..." Two weeks later you have a bespoke design system…
Part 2 of 2. This tutorial builds on Part 1 — DesignFoundation core . If you haven't added the base package and theme yet, start there. The core packa…
Your phone camera roll is a data problem dressed as a UX problem. The average iPhone user has over 5,000 photos. Most of them are never looked at agai…
Last year my iPhone popped the dreaded "Storage Full" notification for the hundredth time. I checked the breakdown: 68% was photos. Not memories — jun…
A question list for founders and tech leads before the contract is signed. The proposal lists features, design, and a twelve-week timeline. It says "A…
If you have ever pushed code to production and quietly hoped nobody probes it too hard, this project is for you. Strix is an open-source tool that run…
The problem My Hisense remote died last year and I went down a small rabbit hole trying to find a single iOS app that worked across all the Hisense sm…
Give a coding agent a Swift file that stopped compiling under strict concurrency, and a lot of the time it will make the build green by adding one ann…
This week brings a native Linux desktop port, an Apple Watch and Wear OS port, a visual Game Builder with a high-level gaming API, and a new crash-pro…
TimeLog started from a very simple email at work: “Reminder to register working hours.” That was enough to make me think about the way I track my time…
Привет, хабровчане! Я Алиса — тимлид в e-commerce агентстве KISLOROD. В статье разберу, где действительно раскрывается PWA, зачем нужен TWA, в ка…
Most budgeting apps open with the same onboarding step: connect your bank account. For a certain group of people, that's where the process ends — not …
Note: My English proficiency is limited, so I used GenAI (Kiro CLI) to help translate this post. This is the story of how I went from zero iOS develop…
Machine learning on mobile devices is often associated with inference: download a model, run predictions, and return results. But what if the model co…
Coding agents write barcode scanning code that compiles and passes review, then falls apart on a damaged label. Here's how we taught them to get it ri…
For the first time, Apple is bringing production-grade AI agents directly into the IDE. This isn't just code completion on steroids. Xcode 27 integrat…
This is the third follow-up to Friday's release post . Saturday's was about how you iterate; yesterday's was about new platform APIs in the core; toda…
This is the second follow-up to Friday's release post . It covers the platform APIs that moved into the framework core this release. There are two hea…
I submitted Termique to the App Store and Play Store three days ago. It's live now. Here's what the process actually looked like, because most guides …