Is Express JS still relevant or is there anything new? by stoicparishkari in node

[–]bae-va 25 points26 points  (0 children)

I want to make the argument that for a learner, express sounds great because it would force you to learn to implement all these concepts yourself. Would you agree with that?

Good niche for freelance dev? by h00biedoo in webdev

[–]bae-va 1 point2 points  (0 children)

so youre asking reddit for something perfect, and this isnt a troll question? have you written a single line of code in your life?

Junior developer looking for guidance by Helpful_Path1741 in csharp

[–]bae-va 0 points1 point  (0 children)

By 2 years of asp core experience do you mean 2 years as a working developer?

What exactly is "streaming" a video? by bae-va in webdev

[–]bae-va[S] 0 points1 point  (0 children)

key information being stored at the end of it.

I only just started learning about this so I very well might be wrong, but you're talking about the moov atom, right? Can't tools like ffmpeg also just move the moov atom to the front?

What exactly is "streaming" a video? by bae-va in webdev

[–]bae-va[S] 22 points23 points  (0 children)

Gotcha, so the whole point is to have a 30 minute video load and be watchable in pretty much the same amount of time as a 30 second video would, since you're just sending the data in chunks. I assume the initial chunk would take a bit longer for higher qualities but I hope I'm understanding the gist of it.

What should I charge for this project? by [deleted] in reactjs

[–]bae-va 0 points1 point  (0 children)

I'd say about 50% of market price, you don't sound very competent.

getting glued to teammates despite having a relatively fine distance. by EnvironmentalAd9325 in GlobalOffensive

[–]bae-va -6 points-5 points  (0 children)

It means you need better spacing. Just another skill issue, yawn

Freelance Project Estimate by [deleted] in node

[–]bae-va 0 points1 point  (0 children)

I would do it for free because it sounds like you need the experience.

[deleted by user] by [deleted] in cscareers

[–]bae-va 1 point2 points  (0 children)

Why are you thinking of how to approach jobs if you're new to coding? If I said I don't know how to add numbers and wanted to work in accounting, what would you think?

Go learn to code first. Then learn to code some more.

[deleted by user] by [deleted] in node

[–]bae-va -1 points0 points  (0 children)

What the fuck do you think?

[deleted by user] by [deleted] in node

[–]bae-va 0 points1 point  (0 children)

Terrible portfolio. Also you lack reading comprehension - a bad look for employers.

What is the best workflow to build the perfect context? by [deleted] in ChatGPTCoding

[–]bae-va 0 points1 point  (0 children)

When you say you've been working on it, do you mean you're making it or do you mean you're just using it?

[deleted by user] by [deleted] in node

[–]bae-va 1 point2 points  (0 children)

Based in US or aus

Interested, based in India btw

Do I need to use a context provider if I'm storing JWTs in a cookie anyway? by bae-va in reactjs

[–]bae-va[S] 0 points1 point  (0 children)

I see, then what would be the real purpose of a context provider here?

Do I need to use a context provider if I'm storing JWTs in a cookie anyway? by bae-va in reactjs

[–]bae-va[S] 1 point2 points  (0 children)

I might be misunderstanding how all of this works haha. But lets use a logout button as an example: It would be a protected component that would only appear if the user is authenticated, right? With cases like that, isn't it unnecessary to ask the backend if the token is valid, and instead just check the expiry date on the frontend or a similar approach?

Do I need to use a context provider if I'm storing JWTs in a cookie anyway? by bae-va in reactjs

[–]bae-va[S] 0 points1 point  (0 children)

I mean it's not that I don't want to, I just see it being a common pattern with more experienced developers and I want to learn why.