From a29e81f05d314d23f1e8fae7675220e896cde12d Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Sat, 27 Dec 2025 22:36:56 -0700 Subject: [PATCH] Update ascently-climbing-tracker.md --- src/content/posts/ascently-climbing-tracker.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/posts/ascently-climbing-tracker.md b/src/content/posts/ascently-climbing-tracker.md index f092cf0..479301a 100644 --- a/src/content/posts/ascently-climbing-tracker.md +++ b/src/content/posts/ascently-climbing-tracker.md @@ -1,7 +1,7 @@ --- title: "Building Ascently: Why I Chose Native Over Cross-Platform" description: "Building a fully native climbing tracker and why I didn't use Flutter or React Native." -pubDate: "2025-02-15" +pubDate: "2025-10-16" tags: ["projects", "open-source", "mobile"] --- @@ -31,6 +31,6 @@ This made the architecture simpler. No need to figure out integrating an analyti Building native apps on both platforms taught me that cross-platform frameworks solve a real problem—but not _my_ problem. I wanted to learn native development while solving a problem I felt was never properly solved. And of course I wanted full control over the tech stack without abstractions or code generation getting in the way. -## Try It (Or Don't) +## Try It (pls >.<) -If you climb and you're looking for a simple app to manage your trips to the gym, please give [Ascently](https://ascently.atri.dad) a shot. All the code is available at [git.atri.dad/atridad/Ascently](https://git.atri.dad/atridad/Ascently). +If you climb and you're looking for a simple app to manage your sessions, please give [Ascently](https://ascently.atri.dad) a shot. All the code is available at [git.atri.dad/atridad/Ascently](https://git.atri.dad/atridad/Ascently).