Activity
Mon
Wed
Fri
Sun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
What is this?
Less
More

Memberships

Selftaught Developer Incubator

377 members β€’ $49/m

Developer Pro

24 members β€’ $250/m

95 contributions to Developer Pro
Console errors
Do we keep them in our projects or not? What's the best practice?
0 likes β€’ 8d
from what i know if you want to see the console yes while working, but not when you are deploying. anyway this eslint keeps giving you warnings to remove
1 like β€’ 8d
@Monica Ular yes but if you deploy the app and user clicks something and if there is console on the code They can see which is not that professional Just my opinion
PR- search Coins and dark mode
Hi @Cristian Florea , i think i mistakenly created another dark mode branch on top of search branch, i have tried to resolve search coins feedback and please review it altogether. https://github.com/SherpaMilan/cryptoApp/pull/23
1
0
PRs for setting up a server side proxy and a currency selector
I've been fighting with this issue for a while now. Because the CoinGecko API has a limited number of requests per second, I tried switching to a different API provider. Unfortunately, that turned out to be even worse. It didn't provide all the global market data I needed, and I ended up having to write a lot more code just to fetch things like currency images. πŸ˜’ At one point, I got so annoyed that I felt like giving up on the project altogether. In the end, I went back to CoinGecko and reverted to my original setup. The problem is that if a user selects multiple currencies from the dropdown too quickly, without waiting a few seconds between selections, the app can hit the rate limit and fail to fetch the coin data. I've seen another project in this community that also uses CoinGecko, but it doesn't seem to have this limitation. I'm curious how they handled it. I considered upgrading to a paid plan, but it's ridiculously expensive for a personal project. Oh, and I also had to re-route all the project as it got more and more confusing. https://github.com/Monicaular/crypto-app/pull/17 https://github.com/Monicaular/crypto-app/pull/18
2 likes β€’ 8d
I had similar issues with the CoinGecko free tier. In my project I used React Query with a stale time to cache data and avoid duplicate requests when the same currency data is requested multiple times. I also moved CoinGecko calls behind a Next.js API route. The route mainly centralizes the API logic and hides the API key, but combined with caching it can further reduce requests to CoinGecko. It doesn't completely eliminate rate-limit issues, especially if users rapidly switch currencies, but it does help reduce unnecessary API calls.
0 likes β€’ 8d
@Monica Ular glad to hear, it worked.
PR-search coins
https://github.com/SherpaMilan/cryptoApp/pull/22 @Cristian Florea Live: https://crypto-app-ashy.vercel.app/
0 likes β€’ 8d
@Cristian Florea hi, incase you missed this, thank you.
Coding Update
Recently Completed - Assign users to leads - Add user id relation in database - Only allow users to view their own data Current tasks - Create kanban board - Convert lead statuses with board
0 likes β€’ 11d
curious: is this part of this course after crypto app?
1-10 of 95
Milan Sherpa
5
147points to level up
@milan-sherpa-3093
Frontend developer πŸ¦β€πŸ”₯

Active 1d ago
Joined Jun 21, 2024
Perth