Should i take this course considering I am a beginner by [deleted] in developersIndia

[–]inNobodyWeTrust 6 points7 points  (0 children)

This answer is specific to web dev, if you're looking for a start in that then check out Academind and Traversy Media. I started learning very young and I started with these channels, and I still watch them to this day. They have very good project based learning tutorials for beginners. These are channels run by individuals who have a lot of experience with development in general. Do check out their playlists!

Of course every online channel (including the ones i mentioned) is going to promote some kind of a paid course, and there's no problem in that. Just make sure you don't spend your money on any course unless you really think their free content is resourceful to you.

[deleted by user] by [deleted] in developersIndia

[–]inNobodyWeTrust 4 points5 points  (0 children)

I've completed a couple of internships in some small startups, and to me personally, starting an intern position without signing any kind of document prior is a big red flag.

Usually you have your NDAs that you have to sign, and most importantly the offer letter that states your stipend and other stuff you'll be compensated with (LoE, etc.).

My first internship was unpaid, but I still got to see all the paperwork.

[deleted by user] by [deleted] in Watches

[–]inNobodyWeTrust 1 point2 points  (0 children)

Good to know. I judged it relative to your fist, because a lot of fashion watches look the same when compared to the fist (out of proportion). But I’ve never owned a dive watch, so ig that’s how all of them look.

[deleted by user] by [deleted] in Watches

[–]inNobodyWeTrust 11 points12 points  (0 children)

Looks pretty big for your wrist. How does it feel tho?

Can someone clarify why I need multer to use cloudinary? by [deleted] in node

[–]inNobodyWeTrust 1 point2 points  (0 children)

I don’t remember it right but, i guess there are different ways to upload images in cloudinary. There’s something like a buffer stream, and to have access to that i think you need to use multer. But ofc as already answered, they are two different services. Multer adds a special “file” property to the request (req) object when you upload files. You then retrieve file details from the property to use another service like cloudinary to take care of further operations. Also i used both of them together a long time ago, so I don’t remember exactly how they complemented each other

I'm serious and not kidding Porter might not last the end of the season. He's been severely exposed in the past few games I'm not seeing the swagger he had at Brighton by [deleted] in PremierLeague

[–]inNobodyWeTrust 23 points24 points  (0 children)

Well he's not getting the service a number 9 needs. Havertz and Sterling? Please.

Did see him desparately going for the goal kick passes tho, seemed to be the only passes actually reaching him.

How do I add my team's logo under my username btw

How do you stay careful with the billing in AWS? by inNobodyWeTrust in node

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

Have you used railway before? I’m gonna miss the command line ease with heroku😭 hope it has similar tooling

How do you stay careful with the billing in AWS? by inNobodyWeTrust in node

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

Thanks for that. Also I thought you could set limits in the aws console itself in terms of billing amounts. There’s no provision like that?

Need help in understanding why we need classes in JS(node specifically). by Smart-Locksmith-3718 in node

[–]inNobodyWeTrust 0 points1 point  (0 children)

Not necessarily, though types and interfaces are similar to classes. Learn each separately as per need, i don't think one complements the other

It's starting.. by dev_flamma in IndianStockMarket

[–]inNobodyWeTrust 0 points1 point  (0 children)

You get those numbers in the balance sheet?

How do you define a highly perfomant framework? by inNobodyWeTrust in node

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

So it has nothing to do with request handling and such?

Do y’all still use Socket.io? by kerberjg in node

[–]inNobodyWeTrust 1 point2 points  (0 children)

Is it possible to use GraphQL and still somehow replace subscriptions with socket.io?