adistrim committed on December 14, 2025
Bump dependencies
Aditya Raj committed on December 6, 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 December 4, 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 November 20, 2025
dependency upgrade & code cleanup #6
* chore: removed unused files
* dependecy upgrade
* code cleanup
* fix: ERR_PNPM_OUTDATED_LOCKFILE error
Aditya committed on November 19, 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 November 18, 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 September 28, 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 April 30, 2025
removed GoogleAnalytics
adistrim committed on April 30, 2025
added simpleanalytics script
Aditya Raj committed on April 27, 2025
removed unused dependencies
Aditya Raj committed on April 27, 2025
replaced moment with dayjs
Aditya Raj committed on April 27, 2025
removed lucide-react from theme-toggle
Aditya Raj committed on April 27, 2025
refactor social links - removed lucide-react
Aditya Raj committed on April 27, 2025
refactoring in footer.tsx - removed lucide-react
Aditya Raj committed on April 20, 2025
replaced deprecated images.domains with remotePatterns
Aditya Raj committed on April 20, 2025
updated imports
Aditya Raj committed on April 20, 2025
added skeleton loading in recommendations section
Aditya Raj committed on April 20, 2025
added skeleton loading in projects section
Aditya Raj committed on April 20, 2025
Merging skeleton style loading feature on blogs page
Aditya Raj committed on April 20, 2025
added loading skeletons in blog page
adistrim committed on April 13, 2025
migrated schema files from JS to TS
adistrim committed on April 13, 2025
removed unused mongodb.ts
adistrim committed on April 13, 2025
migrated api/blogs to the TS
adistrim committed on April 13, 2025
migrated API routes from JS to TS
adistrim committed on April 13, 2025
renamed models to schema
adistrim committed on April 13, 2025
added cached db connection module
Aditya Raj committed on April 5, 2025
added a new animated photo
Aditya Raj committed on April 5, 2025
updated colors in the header
Aditya Raj committed on April 5, 2025
major change in recommendation card
Aditya Raj committed on April 5, 2025
major changes in the project section and project card - it looks better