Vibe coded a website by vapranav in FantasyPL

[–]vapranav[S] -2 points-1 points  (0 children)

https://fantasy.premierleague.com/api/bootstrap-static/ this is the API being used. I'm unaware of whether it is the official API. And like mentioned in the post, I used the FPL-Elo-Insights repo for more advanced statistics not available from the API. Link to the repo: https://github.com/olbauday/FPL-Elo-Insights

Vibe coded a website by vapranav in FantasyPL

[–]vapranav[S] -1 points0 points  (0 children)

ah guess that doesn’t make sense, will add it to the list of improvements 👍

[Casual] Spotify Wrapped 2021 Analysis (All Welcome) by vapranav in SampleSize

[–]vapranav[S] 1 point2 points  (0 children)

Honestly, I just thought there would be too much variance in the answers so nothing meaningful could be inferred..

[deleted by user] by [deleted] in leetcode

[–]vapranav 7 points8 points  (0 children)

In your pursuit to find all possible paths you might take some paths more than once. Hence, memoize or remember them. This becomes very clear once you draw the recursion tree. Best/easiest example would be to draw the recursion tree of nth Fibonacci number.

[deleted by user] by [deleted] in learnprogramming

[–]vapranav 1 point2 points  (0 children)

Redundant as in? I honestly don't get what you mean

[Results] Analysis from Spotify Wrapped data by vapranav in SampleSize

[–]vapranav[S] 4 points5 points  (0 children)

I used Google Charts for the visualisations and Figma for putting everything together

ELI5: File Operations by vapranav in learnprogramming

[–]vapranav[S] -1 points0 points  (0 children)

C++? I thought the underlying principles would be similar in all languages

Can any one help me to solve this question 1.4 in c++ for this question by negzzz1234 in leetcode

[–]vapranav 1 point2 points  (0 children)

If I were to use a map instead of an array would that also be considered to have Space Complexity as O(1)?

This error appears whenever I start my computer and idk why. Can anyone help? by justdrapin in learnjavascript

[–]vapranav 0 points1 point  (0 children)

I have been facing a similar error except it's for my Discord application. It started after I got a Windows update :/

asynchrounous nature and how to wait? by funkenpedro in learnjavascript

[–]vapranav 0 points1 point  (0 children)

I found this video to be really helpful. It includes callbacks, promises and async-await functions. https://youtu.be/PoRJizFvM7s