Devlog 2 – PakUni
While working on PakUni, I face an unexpected problem. : there was no single, reliable, and updated dataset of all Pakistani universities available online. Information was scattered across outdated websites, PDFs, and incomplete lists. It made me realize that without fixing this first, building a reliable app wouldn’t be possible.
So I paused feature development and focused on the foundation.
I spent around 5+ hours collecting and verifying data of all 258+ Pakistani universities, including universities names, official websites links, logo links and further basic details . This part doesn’t show up in WakaTime because it wasn’t coding, but it was necessary work. I organized everything into an Excel sheet, which I’m attaching to show the progress.
Alongside that, I also spent about 3 hours coding. During this time, I cleaned my app structure, improved navigation between screens, fixed UI issues on the home page, and prepared the codebase so it can later connect smoothly with real university data.
This step matters because PakUni depends on accuracy. Without trustworthy data, features like university search, merit calculations, and scholarships wouldn’t mean much.
I realized sometimes progress isn’t just writing code, it’s doing the groundwork that makes real building possible.