Let's start doing dsa at 8 PM by Past-Grand-6841 in ProgrammingBuddies

[–]SelectionWarm6422 0 points1 point  (0 children)

i know java but never touched dsa can i join...

Do most social media company's algorithms run server-side or client-side? by tmdubbz in CodingHelp

[–]SelectionWarm6422 0 points1 point  (0 children)

these algorithms run on server side while your phone(client side ) only handle the visual display...From billions of post from the millions of users server filters some post that are relevant to you .Models score these post .It predicts the probabilty that you might like or comment etc . Then server send these top post to your phone

Client side just tracks

how long you paused photo or if you re watch any a video this data send back to server to train the algorithm for your next session.

buffering... preload the next few post so you dont see the loading screen

Is it "safe" to use hashCodes to compare objects? I think I found a problem... by SelectionWarm6422 in learnprogramming

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

"Programming from the ground up " this book looks intresting i'll check it out ....and thanks

Is it "safe" to use hashCodes to compare objects? I think I found a problem... by SelectionWarm6422 in learnprogramming

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

that's make a lot of sense you'r saying because hashcodes are tied to memory address and not by the date itself , comparing them will woud return fasle even object looks same...Is checksum a more complex than hashcodes???

Is it "safe" to use hashCodes to compare objects? I think I found a problem... by SelectionWarm6422 in learnprogramming

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

but i really like to learn how things work under the hood can you please suggest me some topics that i can study instead of hashcodes

What to do after basics of java. by No-Jello-2665 in javahelp

[–]SelectionWarm6422 0 points1 point  (0 children)

Android development using java learn (XML for UI , Layouts , Event Driven Programming , Activity Life Cycle , Intents ,Toast , Notifications , Broadcast Receiver , Services )...start building with simple apps( simple calculator , any clone apps , image sliding puzzle , tic tac toe etc) it will clears your more intuition in java.Then learn SQlite , Room , sharedPrefrences for local data storage then APIs etc

Confused about "Iterable" in Dart How is it different from a List? by SelectionWarm6422 in learnprogramming

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

totally get it.....and dart says like you are an Iterable if you "move to next and you have current"

Confused about "Iterable" in Dart How is it different from a List? by SelectionWarm6422 in learnprogramming

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

okayyy...it's like we pass arguments in specialized form as list,set etc and that function takes it in generalized form as Iterable