You are browsing as a guest. Sign up (or log in) to start making projects!

Ibrahim-k

@Ibrahim-k

Joined June 18th, 2026

  • 4Devlogs
  • 1Projects
  • 0Ships
  • 0Votes
Open comments for this post

2h 14m 33s logged

Devlog #4
🥀so…for the last few days i’ve been locked in on FORGE.
the idea is pretty straightforward: a hyper-optimized, stripped-down fitness tracker that actually works on low-end hardware.but as always, the execution turned into a whole saga 💔
an apology for going ghost
i’ve been completely away from my usual setup, working from my hometown on just a laptop. no extra monitors, no fancy desk layout—just pure terminal grinding in the wild trying to push commits through.the main thread was choking
the original problem was navigation efficiency.
before today, forcing everything to render at once was treating the app like a bloated mess. every time you tried to jump between the dashboard and the exercise guides, the layout parsing and thread blocking were hogging up to 54ms of raw processing time.if you’re running on legacy hardware, 54ms feels like an eternity.so i tore down the navigation structure.modular pages over everything
instead of loading the entire app layout upfront, i refactored it so every single view—the how-to guides, the specific routines, the exercise logs—loads separately on demand.the performance gains went crazy.if you look at the browser profiling metrics, the Largest Contentful Paint (LCP) dropped down to a crisp 0.28s. the navigation jumps are completely instant now, running light enough to make a basic chromebook look fast.muscle relief was breaking
spent a ridiculous amount of time fixing the data logic for the “Muscle Relief” components.it was the usual routine:
hours of tracing UI bugs and state management failures.
fixing a few lines of data persistence so the state doesn’t trip over itself when you switch days.
questioning why it took that long afterward.the architecture isn’t actively trying to kill the main thread anymore, and the app stops screaming at me when i jump between workouts.what’s next?
now that the performance baseline is clean, the plan is to manually iron out the remaining layout bugs before doing any major framework implementation.the core engine is running lean on the T430, and it’s slowly becoming the responsive tool i wanted to build.we’ll see how long that lasts before i break everything again 🥀

0
0
2
Open comments for this post

16m logged

Hi guys todays day went into just fixing the dam bugs cuz the were pissing me off.

I also made the website run on local save which will save your data and then when you log back on you don’t need to do from start

also wanted to ask if the device cleans it cache then it will be probablly deleted right
IDK cuz i made this feature using claud t was going above my head

also fixed some rendring bugs too

IMPORTAN!!!!!

i wanted to ask that i do alot of work in VS but it always reset the timer and take it back to 2 min

Anyone Know Why?????????

and tomorrow will be the big update

0
0
3
Open comments for this post

49m 48s logged

Guys I just got the frontend working and after 8-hours of continues searching from printers they show how to do the exercise and also has streak counter and water reminder I am currently using the emojis but sure soon will get all the svgs etc. I got all the gif of all the exercises such as:
—🏋️‍♂️ Upper Body Power Houses

–Chest Day:
-Barbell Bench Press
-Incline Dumbbell Press
-Cable Flyes
-Dips (Chest focus)
-Push-Ups

–Back Day:
-Deadlift
-Pull-Ups
-Barbell Row
-Seated Cable Row
-Face Pulls

–Shoulders (Delts):
-Overhead Press
-Arnold Press
-Lateral Raises
-Upright Rows
-Rear Delt Flyes

—💪 Arm & Core Definition

–Arms:
-Barbell Curl
-Concentration Curls
-Hammer Curls
-Skull Crushers
-Tricep Pushdown

–Core + Cardio:
-Hanging Leg Raises
-Cable Crunch
-Plank
-Russian Twists
-HIIT Sprint Intervals

—🦵 Lower Body Foundations

–Legs:
-Barbell Squat
-Leg Press
-Romanian Deadlift
-Leg Curls
-Standing Calf Raises

It all took me so much time to get and it was difficult but thankyou to any one who is owner of these photos or gif
also i used one photo at alot of places but duplicated them is that gonna cause slow down or whatever

There are some bugs still lurking inside iwill try to find them and stomp them

Also I took help from claud for the UI interactions and stuff

Thank You,

0
0
10
Open comments for this post
Reposted by @Ibrahim-k

17m 57s logged

I am working on this a modern unique looking fitness tracker which track your fitness .
There are different programs to choose from now I am currently designing it.
I gathered all the gifs and images for the exercise like: ––how to do
-which muscles are affected and
-what equipment to use
that will come in my next post currently only main front page is working fine with minor issues that are gonna come in back

I will keep yo guys updated

and also a question how to implement a single photo for like multiple places in another div class
I am going to make it react but not yet

0
1
5
Open comments for this post

17m 57s logged

I am working on this a modern unique looking fitness tracker which track your fitness .
There are different programs to choose from now I am currently designing it.
I gathered all the gifs and images for the exercise like: ––how to do
-which muscles are affected and
-what equipment to use
that will come in my next post currently only main front page is working fine with minor issues that are gonna come in back

I will keep yo guys updated

and also a question how to implement a single photo for like multiple places in another div class
I am going to make it react but not yet

0
1
5

Followers

Loading…