You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go ahead and use the GDSC tech account while you're in the development and keep the original account for the big show(production). This trick will cut down on the number of API calls you make while tinkering.
Throw in some pagination magic to make sure you're not pestering the API too much when you're hunting for events.
Make those images a little lazy – use lazy loading and pick lower-res images. It'll make things load faster and take the load off the server.
Get fancy with pagination for projects page and give the graphic designers to work on thumbnails that match the resolution specs. They're looking a bit weird right now.
The text was updated successfully, but these errors were encountered:
Go ahead and use the GDSC tech account while you're in the development and keep the original account for the big show(production). This trick will cut down on the number of API calls you make while tinkering.
Throw in some pagination magic to make sure you're not pestering the API too much when you're hunting for events.
Make those images a little lazy – use lazy loading and pick lower-res images. It'll make things load faster and take the load off the server.
Get fancy with pagination for projects page and give the graphic designers to work on thumbnails that match the resolution specs. They're looking a bit weird right now.
The text was updated successfully, but these errors were encountered: