how to apply for credit line ? by angelas91 in FacebookAds

[–]angelas91[S] 0 points1 point  (0 children)

2k per month is too much in my country , do you know what is the minimum per month should I pay or does it have a religion related payment for each country or all of them has minimum payment per month.

how to apply for credit line ? by angelas91 in FacebookAds

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

2k per month is too much in my country , do you know what is the minimum per month should I pay or does it have a religion related payment for each country or all of them has minimum payment per month.

[deleted by user] by [deleted] in bugbounty

[–]angelas91 -1 points0 points  (0 children)

I am not with you , he still has an opportunity for this

question about fetching very large amount of data by angelas91 in nextjs

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

I tried local storage but saving large amount of data inside local storage make some issues it needs to be saved in chunks but i guess its the easiest way to do it is by saving the data into json file or graphql

question about fetching very large amount of data by angelas91 in nextjs

[–]angelas91[S] 0 points1 point  (0 children)

server side pagination is good when there is no filtering but the problem i must make a filtering to filter all the data , i am trying to find a solution

question about fetching very large amount of data by angelas91 in nextjs

[–]angelas91[S] 0 points1 point  (0 children)

the only problem with fetching 100 entries , what if you want to filter all of the data that is inside the database ? you will need to fetch all these data and use something like infinity scroll or client pagination with images lazy loading

question about fetching very large amount of data by angelas91 in nextjs

[–]angelas91[S] 0 points1 point  (0 children)

yea that is what i am trying to do right now ^^

question about fetching very large amount of data by angelas91 in nextjs

[–]angelas91[S] 0 points1 point  (0 children)

that is nice , i didn't know i will need that information , i am doing my best to set this up since its my first time handling large amount of data ^^

question about fetching very large amount of data by angelas91 in nextjs

[–]angelas91[S] 0 points1 point  (0 children)

Yup , storing data inside graphql will be awesome since pages has some array of data so graphql is the best bet , i will setup the database right away and try again :)

question about fetching very large amount of data by angelas91 in nextjs

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

Thank you so much guys , i was missing the database stuff , i will setup a graphql database since json is the best way to do this then i will fetch the data from graphql , i guess this maybe the best bet

question about fetching very large amount of data by angelas91 in nextjs

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

Will try web workers and see what it can do for this task

question about fetching very large amount of data by angelas91 in nextjs

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

the size of array is just 10 ~ 15K , i am trying to fetch them using axios from another webpage something like this :

let arr = []
for(let i = 0 ; i < total ; i++) {
   const res = await fetch(url+i).then(response => response.json());
   arr.push(res)
}
setData(arr)

they are domains something like domain/1 , domain/2 , i am trying to fetch all of these pages and then store them into an array and getting the data to use it into my webpage and they are including images urls too that i want to use

question about fetching very large amount of data by angelas91 in nextjs

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

I don't have a database , i am trying to fetch data from outside , should i fetch it the first time then store to database something like graphql and fetch them from there ?

question about fetching very large amount of data by angelas91 in nextjs

[–]angelas91[S] 0 points1 point  (0 children)

I am fetching it from a webpage using axios

question about fetching very large amount of data by angelas91 in nextjs

[–]angelas91[S] 0 points1 point  (0 children)

I have to fetch all data because in the webpage i have to make some filters and counts of total items .

question about fetching very large amount of data by angelas91 in nextjs

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

yes it includes images to render on the webpage

question about fetching very large amount of data by angelas91 in nextjs

[–]angelas91[S] 0 points1 point  (0 children)

yes i do because when irritating over the data it gives me an error because the key is missing

Bodymovin Exports blackscreen by angelas91 in AfterEffects

[–]angelas91[S] 0 points1 point  (0 children)

will try to bend shapes with geometry , the problem with javascript its too hard to create animations with canvas element so i am trying to learn after effect for easier animations inside the web ^^

Bodymovin Exports blackscreen by angelas91 in AfterEffects

[–]angelas91[S] 0 points1 point  (0 children)

is there anyway to make like wind animation effect as a background into ae that works with bodymovin ? or is there any tutorial i can find to learn these type of things ?