adistrim committed on 26-07-2026
refactor: date
adistrim committed on 25-07-2026
unarchive blogs
adistrim committed on 25-06-2026
archive blogs
adistrim committed on 01-02-2026
refactor: Centralize revalidation on the Now page and simplify latest blog post retrieval.
adistrim committed on 01-02-2026
chore: bumb dependencies
adistrim committed on 14-12-2025
Bump dependencies
Aditya Raj committed on 06-12-2025
Add Now page, model, and navigation (#8)
- Introduce Now Mongoose model and getNow loader; add server-side Now
page using react-markdown (added dependency).
- Update header and About section to expose the Now route.
- Tidy globals.css ordering/formatting and adjust social links (removed
resume entry).
Aditya Raj committed on 04-12-2025
code cleanup & bun migration (#7)
* dependecy upgrade
* fix: ERR_PNPM_OUTDATED_LOCKFILE error
* restructure
* migrate to bun runtime
* update README
* update next version to 16.0.7
* fix dependency array
Aditya committed on 20-11-2025
dependency upgrade & code cleanup #6
* chore: removed unused files
* dependecy upgrade
* code cleanup
* fix: ERR_PNPM_OUTDATED_LOCKFILE error
Aditya committed on 19-11-2025
major optimizations (#5)
* perf optimizations (#3)
* schema -> models
* add .tokeignore
* add constants
* refactor: update getBlogs implementation
* bio update
* latestBlogPost: minor UI changes
* add social links data
* fix: fix build issues
* refactor: LatestBlogPost to use server side data fetching
* add revalidate in getBlogs
* Refactor BlogList to server component
* Refactor Projects to server component
* Set Project revalidation time to 86400 seconds
Add revalidation time for Projects component.
* Fix heading text for Projects section
* refactor: blogs
* refactor: projects
* remove unused api routes
* changelog is server side component
* refactor: header
Aditya committed on 18-11-2025
perf optimizations (#4)
* schema -> models
* add .tokeignore
* add constants
* refactor: update getBlogs implementation
* bio update
* latestBlogPost: minor UI changes
* add social links data
* fix: fix build issues
Aditya committed on 28-09-2025
Feat/major refactoring (#2)
* upgrade all dependencies to the latest possible version
* social links constants
* refactor: rebuilt footer
* update theme-toggle button variant
* major tweaks in header
* added new shadcn components
* layout.tsx - updated imports
* refactor: using shadcn card
* refactor: use shadcn theme
* refactor: better error handling, and only shadcn theme
* refactor: rebuilt social links
* refactor: shadcn theme only
* refactor: major refactoring, shadcn theme implementation
* fixed imports
* refactor: rebuilt institution link
* refactor: updated bio section
* updated about section
* added project.types
* added githubStats component
* added latestBlog component
* more stuff in aboutSection
* refactor root page
* minor UI fixes
* using shadcn components in blog page
---------
Co-authored-by: Aditya Raj <
[email protected]>
adistrim committed on 30-04-2025
removed GoogleAnalytics
adistrim committed on 30-04-2025
added simpleanalytics script
Aditya Raj committed on 27-04-2025
removed unused dependencies
Aditya Raj committed on 27-04-2025
replaced moment with dayjs
Aditya Raj committed on 27-04-2025
removed lucide-react from theme-toggle
Aditya Raj committed on 27-04-2025
refactor social links - removed lucide-react
Aditya Raj committed on 27-04-2025
refactoring in footer.tsx - removed lucide-react
Aditya Raj committed on 20-04-2025
replaced deprecated images.domains with remotePatterns
Aditya Raj committed on 20-04-2025
updated imports
Aditya Raj committed on 20-04-2025
added skeleton loading in recommendations section
Aditya Raj committed on 20-04-2025
added skeleton loading in projects section
Aditya Raj committed on 20-04-2025
Merging skeleton style loading feature on blogs page
Aditya Raj committed on 20-04-2025
added loading skeletons in blog page
adistrim committed on 13-04-2025
migrated schema files from JS to TS
adistrim committed on 13-04-2025
removed unused mongodb.ts
adistrim committed on 13-04-2025
migrated api/blogs to the TS
adistrim committed on 13-04-2025
migrated API routes from JS to TS
adistrim committed on 13-04-2025
renamed models to schema