Nalin Dalal
@nalindalal
Joined on 29 October 2022
I like to build stuff
GitHub Stats
25
Followers
163
Repositories
1
Organizations
0
Gists
57
Pull Requests
31
Issues
1617
Commits
0
Sponsors
27
Contributed To
10
Star Earned
Most Used Languages
50.88%
Solidity
25.06%
JavaScript
13.29%
TypeScript
2.79%
Python
2.47%
CSS
2.23%
Ruby
2.03%
Rust
0.62%
HTML
Popular Projects
Cohort-3-Web3
No description
Solidity
3
0
0
0
url-short-next
No description
TypeScript
2
0
0
0
rust
No description
Rust
2
0
0
0
blind-app
No description
TypeScript
1
1
0
9
loadbalancer-cpp
No description
C++
1
0
0
0
Cohort-2
Well I had clearly keeping of the lectures and code but this repo will contain all type of code explained in Cohort, it's implementation and description
TypeScript
1
0
0
1
Top Contributions
Top contributions made by the user in the last year.
Charts
Follow Up
Activity Graph
Contributions Calendar
Contributions made by the user in the last 365 days.
Recent Activity
10/5/2025, 4:46:21 PM
10/5/2025, 4:09:22 PM
10/5/2025, 3:02:07 PM
10/5/2025, 2:58:13 PM
10/5/2025, 2:55:11 PM
10/5/2025, 2:54:32 PM
- π Add docstrings to `main` Docstrings generation was requested by @NalinDalal. * https://github.com/NalinDalal/blind-app/pull/8#issuecomment-3368891573 The following files were modified: * `src/app/api/comment/route.ts` * `src/app/api/like-comment/route.ts` * `src/app/api/login/route.ts` * `src/app/api/post/latest/route.ts` * `src/app/api/post/route.ts` * `src/app/api/register/route.ts` * `src/app/page.tsx` * `src/components/CommentForm.tsx` * `src/components/CommentItem.tsx` * `src/components/CommentList.tsx` * `src/helpers/auth/user.ts` * `src/lib/tanstack/TanProvider.tsx`
- Merge pull request #9 from NalinDalal/coderabbitai/docstrings/d4bc846 π Add docstrings to `main`
10/5/2025, 2:54:31 PM
10/5/2025, 2:52:59 PM
10/5/2025, 2:51:08 PM
10/5/2025, 2:37:11 PM
10/5/2025, 2:30:05 PM
10/5/2025, 2:00:41 PM
- refactors the comment API with engagnement score for pos
- route optimisation
- toggles the engagement score on the like/dislike
- updates the schema for the advance future implementions
- hadds the cookie store in login
- updates the GET req for posts to use curosr for pagination and limit to posts to 10 for guest only
- adds tanstack providers
- adds function to fetch data and add comments using tanstack query
- reshape APIs acording to the UI requirements and add basic UI for data
- Fetches data to fronted using tanstack at fixed interval of 5
- Adds functionality to provide new posts button when there is new data in posts
- updates the API route to get replies and comments
- applies stash changes
- Merge pull request #8 from AryanKumarOfficial/main feat: Add advanced data fetching and schema updates
10/5/2025, 2:00:41 PM
10/4/2025, 11:21:50 PM