@reigne.xxx: โดนเจนนี่ตกเต็มๆ🤍🩷 #วาสลีนPDRNบูสท์ผิวใสเหมือนไปคลินิก #VaselineThailand #VaselineGlutaHyaPDRN #VaselinexJENNIE

REIGNÉ X
REIGNÉ X
Open In TikTok:
Region: TH
Monday 10 August 2026 03:00:00 GMT
276
12
0
0

Music

Download

Comments

There are no more comments for this video.
To see more videos from user @reigne.xxx, please go to the Tikwm homepage.

Other Videos

Part 1 ~ You Can’t Become a Backend Developer Without Understanding These (REST vs GraphQL vs gRPC) In this video, Cloud X Berry explains REST, GraphQL and gRPC in a simple and beginner-friendly way. Your mobile app needs a user's name and profile picture. It calls the endpoint, and back comes the name, the picture — and the email, the address, the phone number, the preferences and several more fields nobody asked for. The screen renders fine. You just paid for six fields you threw away, on every request, on every device. That is not a bug — it is what happens when the server decides the shape of the response, and it is one of the three problems this video is about. We start with the one everybody learns first: REST. One shop, one catalogue, one endpoint per thing — /users, /orders, /products — and a request that works exactly like ordering off a printed menu. Ask for a burger, you get a burger. That predictability is why REST runs most public APIs on the internet, and we show what a real public API reference page actually looks like. Then we show where the menu stops helping: one screen that needs two endpoints, and one endpoint that returns far more than the screen will ever draw. From there we build it up piece by piece. GraphQL, where the client writes the request instead of picking one off a list — the custom pizza instead of the fixed menu — and four curl calls collapse into a single query returning exactly the fields that were asked for. Then the application gets bigger: an admin console, nine internal services, thousands of calls a second between them, and suddenly the cost that matters is not the shape of the response but the bytes on the wire and the milliseconds per call. That is where gRPC comes in — protocol buffers instead of JSON, nine bytes of binary against twenty-eight characters of text, streaming both directions at once, and a typed contract both sides agreed on before the first call. We finish with the three side by side, and the part most comparisons skip: they do not replace each other. A real company exposes REST or GraphQL at the edge for web and mobile, and runs gRPC underneath between its own services. CHAPTERS 0:00​  The question every backend developer runs into 0:21​  One example: the cloudXberry shop 0:34​  REST, and why it is everywhere 0:48​  REST is like ordering off a fixed menu 1:08​  Endpoints, and calling two of them for one screen 1:25​  Over-fetching: more data than the screen needs 1:49​  GraphQL: ask for exactly the fields you want 1:56​  GraphQL is like building your own pizza 2:07​  One query instead of four round trips 2:27​  Why front-end and mobile teams reach for it 2:35​  The app gets bigger: services calling services 2:52​  gRPC, and what a framework actually does 3:06​  JSON for humans, protocol buffers for machines 3:17​  One service asking another, on the wire 3:49​  REST vs GraphQL vs gRPC, side by side 4:24​  They do not replace each other 4:41​  Which one to reach for WHO THIS IS FOR Developers who keep seeing all three names in the same sentence and want to know when each one is the right answer, backend engineers designing an API and deciding what to expose to the outside world, front-end and mobile developers tired of receiving payloads they never use, and anyone interviewing for a role where API design or system design comes up. #rest​ #graphql​ #grpc​ #apidesign​ #backend​ ​
Part 1 ~ You Can’t Become a Backend Developer Without Understanding These (REST vs GraphQL vs gRPC) In this video, Cloud X Berry explains REST, GraphQL and gRPC in a simple and beginner-friendly way. Your mobile app needs a user's name and profile picture. It calls the endpoint, and back comes the name, the picture — and the email, the address, the phone number, the preferences and several more fields nobody asked for. The screen renders fine. You just paid for six fields you threw away, on every request, on every device. That is not a bug — it is what happens when the server decides the shape of the response, and it is one of the three problems this video is about. We start with the one everybody learns first: REST. One shop, one catalogue, one endpoint per thing — /users, /orders, /products — and a request that works exactly like ordering off a printed menu. Ask for a burger, you get a burger. That predictability is why REST runs most public APIs on the internet, and we show what a real public API reference page actually looks like. Then we show where the menu stops helping: one screen that needs two endpoints, and one endpoint that returns far more than the screen will ever draw. From there we build it up piece by piece. GraphQL, where the client writes the request instead of picking one off a list — the custom pizza instead of the fixed menu — and four curl calls collapse into a single query returning exactly the fields that were asked for. Then the application gets bigger: an admin console, nine internal services, thousands of calls a second between them, and suddenly the cost that matters is not the shape of the response but the bytes on the wire and the milliseconds per call. That is where gRPC comes in — protocol buffers instead of JSON, nine bytes of binary against twenty-eight characters of text, streaming both directions at once, and a typed contract both sides agreed on before the first call. We finish with the three side by side, and the part most comparisons skip: they do not replace each other. A real company exposes REST or GraphQL at the edge for web and mobile, and runs gRPC underneath between its own services. CHAPTERS 0:00​ The question every backend developer runs into 0:21​ One example: the cloudXberry shop 0:34​ REST, and why it is everywhere 0:48​ REST is like ordering off a fixed menu 1:08​ Endpoints, and calling two of them for one screen 1:25​ Over-fetching: more data than the screen needs 1:49​ GraphQL: ask for exactly the fields you want 1:56​ GraphQL is like building your own pizza 2:07​ One query instead of four round trips 2:27​ Why front-end and mobile teams reach for it 2:35​ The app gets bigger: services calling services 2:52​ gRPC, and what a framework actually does 3:06​ JSON for humans, protocol buffers for machines 3:17​ One service asking another, on the wire 3:49​ REST vs GraphQL vs gRPC, side by side 4:24​ They do not replace each other 4:41​ Which one to reach for WHO THIS IS FOR Developers who keep seeing all three names in the same sentence and want to know when each one is the right answer, backend engineers designing an API and deciding what to expose to the outside world, front-end and mobile developers tired of receiving payloads they never use, and anyone interviewing for a role where API design or system design comes up. #rest​ #graphql​ #grpc​ #apidesign​ #backend​ ​

About