osaker-001

entry #001 - why osaker-001_intdec exists

07/07/2025

what's intdec?

intdec is a web-based tool that lets users input their favorite number and get detailed information about it

planned features

how it works

the core logic is written in JavaScript. For now only the IntDecomposer class is finished. It exposes methods like getRomanNumeral(), isPrime, etc. Currently the plan is to host the website on GitHub Pages and maybe on some other hosting in the future too

why?

I want to make intdec for my osakasync dev project, where I make different stuff (osaker-001 currently) to try to learn good programming practices. I'm trying a full dev pipeline here:

  1. build something fun
  2. write about it
  3. ask for feedback on dev forums
  4. refactor based on that feedback
  5. write a follow-up
  6. make a video breaking it down

what's next?

I'm going to finish this project, get the feedback, and refactor it using that feedback. After I'm done I will write another blog post talking about what I learned and make a YouTube video talking about the structure and my experiences in hopes of helping others and myself learn.

>> github repo
>> live site