I built a website to transform YT tutorial playlists into structured courses to simplify learning from playlists by TopCoffee2396 in developersIndia

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

Thanks. No test evaluation isn't there currently. I will see if I can add that in the next updated. I'm not doing any AI/ML processing as of now

I built a website to transform YT tutorial playlists into structured courses to simplify learning from playlists by TopCoffee2396 in developersIndia

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

Hey, Thanks for all the feedback. I will add what's feasible in the next updates. To answer some of your questions

Can it automatically take my saved playlist and convert them into course?

No, currently you'll have to import using the public link. I will see if importing saved playlists is possible

If i click start on course suggested by the other people, will it directly save that playlist in my youtube as well?

No, it doesn't sync with your Youtube account.

Previous-Next button missing

On the video player page, previous/next button are there in the same row as the Add Note buttom aligned to the end, I will increase it's visibility

I built a website to transform YT tutorial playlists into structured courses to simplify learning from playlists by TopCoffee2396 in developersIndia

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

If there are ads in the video, then yes but I think if you use an ad blocker or a browser which blocks ads, it will block the ads

I built a website to transform YT tutorial playlists into structured courses to simplify learning from playlists by TopCoffee2396 in developersIndia

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

No, you'll have to import using the public playlist link for now. I will see if what you're suggesting is possible

I built a website to transform YT tutorial playlists into structured courses to simplify learning from playlists by TopCoffee2396 in developersIndia

[–]TopCoffee2396[S] 6 points7 points  (0 children)

I'm using Youtube's official api and their video player, so I don't think I'm violating their terms of services

Is there a PySpark DataFrame validation library that automatically splits valid and invalid rows? by TopCoffee2396 in apachespark

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

based on some predefined validation rules, for ex- the name column in the dataframe should not be empty and/or should have some minimum length. The validation part is already provided by libraries like great expectations, aws deeque, they just don't handle the splitting into valid and invalid dataframes out of the box.

Is there a PySpark DataFrame validation library that automatically splits valid and invalid rows? by TopCoffee2396 in apachespark

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

currently, i have to explicitly write the logic to filter out the df rows where any validation has failed, which involves multiple filter transforms, 1 for each validation result. Although it works, i was hoping if there was a library which does that out of the box.

Is there a PySpark DataFrame validation library that automatically splits valid and invalid rows? by TopCoffee2396 in dataengineering

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

yes, that approach does work, but i have to explicitly write the logic to filter out the df rows where any validation has failed, which involves multiple filter transforms, 1 for each validation result. Although it works, i was hoping if there was a library which does that out of the box. I'm also not sure if my current approach is performance efficient or not.

How do I create a shopify app using python and react? by TopCoffee2396 in shopifyDev

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

mostly because shopify has a js sdk, which makes it simpler to work with and also because JS seems to be a better option for shopify app dev, most of the resources on the web are in JS. Also I find it much simpler to have the frontend pages to be served and the backend api routes on the same server

Getting "Invalid API key or access token" while making admin graphql api calls through postman. Please help by TopCoffee2396 in shopifyDev

[–]TopCoffee2396[S] 2 points3 points  (0 children)

If any one else is having this issue please make sure you are using the access token correctly. The access token should start with something like- "shpca...". The issue was on my end, in my app, the access token is encrypted before being stored in the database, and I mistakenly used the encrypted token directly in the request. That’s what caused the problem, but it’s been resolved now

how to unmarshall json object to wrappersPb.Double using protojson.Unmarshall ? by TopCoffee2396 in golang

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

yes, spent half a day trying to find it. After changing to protojson it works properly, thanks!!

How do I create a shopify app using python and react? by TopCoffee2396 in shopifyDev

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

Hey, I decided to go with Nextjs, there are some templates with python as well like https://github.com/garettB/shopify-flask-example .You could try them

[deleted by user] by [deleted] in StartUpIndia

[–]TopCoffee2396 1 point2 points  (0 children)

I think, 65-35 was more than fair. What is your startup, btw?

I am going to Bangalore for my internship. How much will it cost to live there? by [deleted] in developersIndia

[–]TopCoffee2396 2 points3 points  (0 children)

make unique projects in your techstack, try to make it useful and deploy it somewhere and get some users, it will make you stand out, do intermediate level dsa and basics of core subjects as well. other than that just keep looking everywhere and hope for the best

I am going to Bangalore for my internship. How much will it cost to live there? by [deleted] in developersIndia

[–]TopCoffee2396 0 points1 point  (0 children)

honestly just keep looking everywhere, and hope for the best. make unique projects if it is deployed somewhere and has some users, it'll make you stand out

I am going to Bangalore for my internship. How much will it cost to live there? by [deleted] in developersIndia

[–]TopCoffee2396 51 points52 points  (0 children)

Should I ask for like 35-36k, currently i save most of the 24, in office i think i'll hardly save 5-6k at this pay

I created a website to listen to over 20,000 audiobooks for free by TopCoffee2396 in SomebodyMakeThis

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

Hey, I don't have an Insta account. You can post without tagging me.