#grpc результаты поиска

Just started exploring gRPC and honestly, it feels like magic Super fast communication between services Uses Protocol Buffers (more efficient than JSON) Works across multiple languages If you’re into microservices, this is something worth checking out #grpc #microservices

matin_shamsi's tweet image. Just started exploring gRPC and honestly, it feels like magic 

Super fast communication between services

Uses Protocol Buffers (more efficient than JSON)

Works across multiple languages

If you’re into microservices, this is something worth checking out 
#grpc #microservices

Here are the decoded/decompressed HTTP/2 headers from Nezha. It's using #gRPC, or more specifically the grpc-go library.

netresec's tweet image. Here are the decoded/decompressed HTTP/2 headers from Nezha. It's using #gRPC, or more specifically the grpc-go library.

Ever heard of gRPC? 🚀 It’s like calling a function on another computer as if it were local. Faster than REST, built for microservices, and supports real-time streaming. Let’s break it down 👇 #gRPC #Backend #DevTips

VirendraCodes's tweet image. Ever heard of gRPC? 🚀
It’s like calling a function on another computer as if it were local.
Faster than REST, built for microservices, and supports real-time streaming.
Let’s break it down 👇
#gRPC #Backend #DevTips

@ #gRPConf today to connect with industry colleagues and learn what's new on #gRPC roadmap. Happy to meet if you're around

idelpivnitskiy's tweet image. @ #gRPConf today to connect with industry colleagues and learn what's new on #gRPC roadmap. Happy to meet if you're around

🚀 Speaking at #gRPConf India puts your work on center stage in one of the fastest-growing developer communities on the planet. From building high-performance systems to scaling with #gRPC, your voice matters. Submit to speak by 20 Aug! 📍 Bengaluru | 19 Nov 🔗 Submit:…


Just took my first step towards Microservice Architecture 🎯 Built a project using gRPC with Go to learn about fast, efficient service-to-service communication. Here’s what I learned 🧵 Repo URL : github.com/master-wayne7/… #golang #gRPC #Microservices #buildinpublic

RonitRameja's tweet image. Just took my first step towards Microservice Architecture 🎯
Built a project using gRPC with Go to learn about fast, efficient service-to-service communication. Here’s what I learned 🧵
Repo URL : github.com/master-wayne7/…
#golang #gRPC #Microservices #buildinpublic

🚀 Learned #grpc Helps one go Lang backend server to talk with another node js backend server without changing or writing internal code. 🔹 RPC = Remote functions procedure call. 🔹 gRPC = 8x faster than sending JSON Response. ✅ Better performance ✅ Cross-language support

Urvish__Sojitra's tweet image. 🚀 Learned #grpc

Helps one go Lang backend server to talk with another node js backend server without changing or writing internal code.

🔹 RPC = Remote functions procedure call.
🔹 gRPC = 8x faster than sending JSON Response.

✅ Better performance
✅ Cross-language support

#Tweak: How to increase #gRPC request, response #message size from its default limit on max message size 4MB? This is the fix how you can configure the size to be unlimited in the client side. github.com/ni/grpc-device…

usamurai's tweet image. #Tweak: How to increase #gRPC request, response #message size from its default limit on max message size 4MB? 

This is the fix how you can configure the size to be unlimited in the client side.

github.com/ni/grpc-device…

#gRPConf North America is bringing the protocol power to Sunnyvale on August 26! Registration is just $99 for a day of deep dives, real-world use cases, and networking with #gRPC experts. 🗓️ Full schedule: hubs.la/Q03BdNx30 🎟️ Sign up now: hubs.la/Q03BdKCR0


Working with APIs, microservices, or distributed systems? #gRPConf North America is for you. Join us August 26 in Sunnyvale for the only conference dedicated to all things #gRPC. ✔️ Schedule: hubs.la/Q03Bmcwh0 🎟️ Register for just $99: hubs.la/Q03BmfC00


Making use of my new #grpc water bottle. Thank you ⁦@2AFDN⁩ !

jpr9954's tweet image. Making use of my new #grpc water bottle. Thank you ⁦@2AFDN⁩ !

⏳ One week to go! Submit your proposal to speak at #gRPConf India before the CFP closes on 20 Aug. Show us how you're scaling #gRPC, building better APIs, or taming microservices. 📍 Bengaluru | 19 Nov 📨 hubs.la/Q03Bg80z0


The #gRPC community is meeting in Sunnyvale August 26 for #gRPConf North America! For just $99, get access to a full day of expert-led talks and real-world applications. 🎟️ Save your seat: hubs.la/Q03CMSwT0 📅 See what’s on deck: hubs.la/Q03CMSt30


DataPlane Service is a L3 virtual router with basic L2 capabilities & with IP in IPv6 tunneling for the uplink traffic. It uses SRIOV based Virtual Functions as its virtual ports: github.com/ironcore-dev/d… doc.dpdk.org/guides/prog_gu… #DPDK #gRPC #SmartNIC #ComputeNode #DPDKGraph #CPP


Hi all, I’ve created a lab gRPC Goat 🐐 to help you learn and practice gRPC security. Blog: rootxjs.github.io/blog/grpc-goat/ Repo: github.com/rootxjs/grpc-g… Give it a try and kindly share your feedback! Keep learning ! #grpc_security #grpc #grpc_goat #vulnerable_lab #dvwa_grpc

rootxjs's tweet image. Hi all, I’ve created a lab gRPC Goat 🐐  to help you learn and practice gRPC security.
Blog: rootxjs.github.io/blog/grpc-goat/
Repo: github.com/rootxjs/grpc-g…

Give it a try and kindly share your feedback! Keep learning !

#grpc_security #grpc #grpc_goat #vulnerable_lab #dvwa_grpc

grpcurl lets you interact with gRPC servers from the command line using JSON requests. #grpc #golang #cli #protobuf

essamamdani's tweet image. grpcurl lets you interact with gRPC servers from the command line using JSON requests. #grpc #golang #cli #protobuf

DataPlane Service is a L3 virtual router with basic L2 capabilities & with IP in IPv6 tunneling for the uplink traffic. It uses SRIOV based Virtual Functions as its virtual ports: github.com/ironcore-dev/d… doc.dpdk.org/guides/prog_gu… #DPDK #gRPC #SmartNIC #ComputeNode #DPDKGraph #CPP


Here are the decoded/decompressed HTTP/2 headers from Nezha. It's using #gRPC, or more specifically the grpc-go library.

netresec's tweet image. Here are the decoded/decompressed HTTP/2 headers from Nezha. It's using #gRPC, or more specifically the grpc-go library.

Since #gRPC clients use long-lived HTTP/2 connections, the L4 load balancing of a standard #Kubernetes Service can pin all traffic from one client pod to a single server pod. This creates traffic skew, where some server pods are overloaded while others sit idle.


The default #Kubernetes services distribute traffic at Layer 4 (L4) on a per-connection basis, which is inefficient for #gRPC's long-lived connections. #DevOps


The newest #SOTG Radio is out now! - Paul & Jarrad have returned from the annual GunRightsPolicyConference (#GRPC) held this year in SLC. And what exactly is “pink pandering” and how does that mentality affect women in the #shooting community? #2A studentofthegun.com/premium-audio/…


Level up your backend game: Build a mini chat app in Golang with gRPC – unary, server/client/bidirectional streaming in one project! Learn by doing. 💻 Full tutorial: youtu.be/-6mW4z3ZdS4?si… #gRPC #Golang #CodingTutorial #BackendDev

nirhhk30654's tweet card. gRPC Explained with Golang: 4 Types of gRPC + Mini Chat App Project

youtube.com

YouTube

gRPC Explained with Golang: 4 Types of gRPC + Mini Chat App Project


Are these the key gRPC metrics? • GRPCActiveRequests • GRPCRequestsTotal • GRPCRequestDuration What other gRPC metrics do you track? #gRPC #Monitoring


@AWRHawkins and @MTAGKnudsen are patriots. Great to celebrate freedom with both at @2AFDN #GRPC 🇺🇸

Great to see my buds ⁦@ChrisCoxCap6⁩ and ⁦@MTAGKnudsen⁩ at the ⁦@2AFDN⁩ Gun Rights Policy Conference in #saltlake

AWRHawkins's tweet image. Great to see my buds ⁦@ChrisCoxCap6⁩ and ⁦@MTAGKnudsen⁩ at the ⁦@2AFDN⁩ Gun Rights Policy Conference in #saltlake


Making use of my new #grpc water bottle. Thank you ⁦@2AFDN⁩ !

jpr9954's tweet image. Making use of my new #grpc water bottle. Thank you ⁦@2AFDN⁩ !

Thanks to @arpit_bhayani Sir’s latest post about #grpc , i am now hooked to tkinering with the framework and build working prototypes around it. I created a chat app in #golang recently.


📡 Enhance inter-service communication with #gRPC + #OpenLiberty! Build efficient, streaming-enabled communication between #Java services using gRPC. This guide walks you through setting up client-server streaming, bidirectional flows, and more .... ibm.co/6019By5qB

OpenLibertyIO's tweet image. 📡 Enhance inter-service communication with #gRPC + #OpenLiberty!
Build efficient, streaming-enabled communication between #Java services using gRPC. This guide walks you through setting up client-server streaming, bidirectional flows, and more ....

ibm.co/6019By5qB
OpenLibertyIO's tweet image. 📡 Enhance inter-service communication with #gRPC + #OpenLiberty!
Build efficient, streaming-enabled communication between #Java services using gRPC. This guide walks you through setting up client-server streaming, bidirectional flows, and more ....

ibm.co/6019By5qB

Now, testing my new algo trading bot, the result is good so far. Maybe, I can run it real-time. Hoping good result. #trading #AlgoTrading #grpc #solana #memecoin

hodlwarden's tweet image. Now, testing my new algo trading bot, the result is good so far.
Maybe, I can run it real-time.
Hoping good result.
#trading #AlgoTrading #grpc #solana #memecoin

Started building a gRPC Raydium Sniper on Telegram — UI is complete and gRPC/backend work is underway. Excited to ship a well oiled machine soon. Stay tuned! #gRPC #RaydiumSniper #TelegramBot


#Tweak: How to increase #gRPC request, response #message size from its default limit on max message size 4MB? This is the fix how you can configure the size to be unlimited in the client side. github.com/ni/grpc-device…

usamurai's tweet image. #Tweak: How to increase #gRPC request, response #message size from its default limit on max message size 4MB? 

This is the fix how you can configure the size to be unlimited in the client side.

github.com/ni/grpc-device…

Making use of my new #grpc water bottle. Thank you ⁦@2AFDN⁩ !

jpr9954's tweet image. Making use of my new #grpc water bottle. Thank you ⁦@2AFDN⁩ !

What is #gRPC? 💫⚙️🧵

getpostman's tweet image. What is #gRPC? 💫⚙️🧵

That’s a wrap on the 39th annual @2AFDN Gun Rights Policy Conference. Thank you to all who attended and especially to staff and speakers for making it most memorable. #2A #GRPC

Hill713L's tweet image. That’s a wrap on the 39th annual @2AFDN Gun Rights Policy Conference. Thank you to all who attended and especially to staff and speakers for making it most memorable. #2A #GRPC
Hill713L's tweet image. That’s a wrap on the 39th annual @2AFDN Gun Rights Policy Conference. Thank you to all who attended and especially to staff and speakers for making it most memorable. #2A #GRPC

#gRPC とは?💫⚙️🧵

postman_japan's tweet image. #gRPC とは?💫⚙️🧵

در بروزرسانی جدید ابزار #فرگمنت امکان استفاده از کانفیگ‌های #GRPC فراهم‌شده؛ ضمن‌اینکه با کمک یکی‌از دوستان این‌امکان فراهم‌شده تا خروجی‌رو به‌شکل JSON URL دریافت کنین ... ircfspace.github.io/fragment

ircfspace's tweet image. در بروزرسانی جدید ابزار #فرگمنت امکان استفاده از کانفیگ‌های #GRPC فراهم‌شده؛ ضمن‌اینکه با کمک یکی‌از دوستان این‌امکان فراهم‌شده تا خروجی‌رو به‌شکل JSON URL دریافت کنین ...

ircfspace.github.io/fragment

Don’t miss my "Threats from Within: Assessing Risk and Creating a Response Plan" talk SATURDAY at @2AFDN Gun Rights Policy Conference #GRPC! Learn how to be your own first responder in a #mentalhealth crisis. saf.org/grpc/ #DueProcessMatters | givesendgo.com/holdmygunsorg

HoldMyGunsOrg's tweet image. Don’t miss my "Threats from Within: Assessing Risk and Creating a Response Plan" talk SATURDAY at @2AFDN Gun Rights Policy Conference #GRPC! Learn how to be your own first responder in a #mentalhealth crisis. saf.org/grpc/ #DueProcessMatters | givesendgo.com/holdmygunsorg
HoldMyGunsOrg's tweet image. Don’t miss my "Threats from Within: Assessing Risk and Creating a Response Plan" talk SATURDAY at @2AFDN Gun Rights Policy Conference #GRPC! Learn how to be your own first responder in a #mentalhealth crisis. saf.org/grpc/ #DueProcessMatters | givesendgo.com/holdmygunsorg
HoldMyGunsOrg's tweet image. Don’t miss my "Threats from Within: Assessing Risk and Creating a Response Plan" talk SATURDAY at @2AFDN Gun Rights Policy Conference #GRPC! Learn how to be your own first responder in a #mentalhealth crisis. saf.org/grpc/ #DueProcessMatters | givesendgo.com/holdmygunsorg

🚀 Announcing @kennedy_karoko for #GopherConAfrica 2024! 🎤 He'll speak on Mastering Intra-Service Communication in Go with gRPC 🔗 Kennedy is a problem solver advocating for innovative solutions to large-scale technical challenges. Don’t miss it! 🌍 #gRPC #gca24

gophers_africa's tweet image. 🚀 Announcing @kennedy_karoko for #GopherConAfrica 2024! 🎤

He'll speak on Mastering Intra-Service Communication in Go with gRPC 🔗

Kennedy is a problem solver advocating for innovative solutions to large-scale technical challenges. Don’t miss it! 🌍  #gRPC #gca24

Speechless! Thank you to @2AFDN for the 2024 Defender of Liberty Award 🙏 So very humbled! THANK YOU!!! #thankyou #grpc

Guns_Gadgets's tweet image. Speechless!
Thank you to @2AFDN for the 2024 Defender of Liberty Award 🙏
So very humbled! THANK YOU!!!
#thankyou #grpc

🔗 Discover why gRPC and DQMH are the perfect match for communicating with non-LabVIEW applications! 🚀 Join Manu Sebald at #GDevCon5 for insights into seamless cross-platform integration. Don't miss it! 👨‍💻🌐 #gRPC #DQMH #LabVIEW #GDevCon

GDevConference's tweet image. 🔗 Discover why gRPC and DQMH are the perfect match for communicating with non-LabVIEW applications! 🚀 Join Manu Sebald at #GDevCon5 for insights into seamless cross-platform integration. Don't miss it! 👨‍💻🌐 #gRPC #DQMH #LabVIEW #GDevCon

gRPC vs REST vs GraphQL: Comparison & Performance #grpc #restapi @graphql youtu.be/uH0SxYdsjv4

antonvputra's tweet image. gRPC vs REST vs GraphQL: Comparison & Performance
#grpc #restapi @graphql

youtu.be/uH0SxYdsjv4

Look what made an appearance on the Spring Initializr 🤩 #gRPC

therealdanvega's tweet image. Look what made an appearance on the Spring Initializr 🤩 #gRPC

#Vision#Reality 方案。安全性都超越常规 TLS,#gRPC 自带多路复用,对网速确实有提升。而 #Vision 则是消除TLS in TLS特征,同一台 #VPS 用一个脚本,观察 Ping 值,上图是vless+Reality+gRPC,下图是vless+Reality+Vision。这两种方案目前是最安全和最稳定的,期待下月大考的结果。

geekbb's tweet image. #Vision 和 #Reality 方案。安全性都超越常规 TLS,#gRPC 自带多路复用,对网速确实有提升。而 #Vision 则是消除TLS in TLS特征,同一台 #VPS 用一个脚本,观察 Ping 值,上图是vless+Reality+gRPC,下图是vless+Reality+Vision。这两种方案目前是最安全和最稳定的,期待下月大考的结果。

Just a few more hours until we talk about #grpc in #dotnet @swetugg

irina_scurtu's tweet image. Just a few more hours until we talk about #grpc in #dotnet @swetugg

虽然我知道 JavaScript 的 number 在精度上和其他语言不匹配,没有 int32 int64 这种细分,但我也不喜欢 long.js ,很容易出 bug。 建议轻易不要使用 npmjs.com/package/long 除非,你也上了 #gRPC #protobuf 的破船。😂 代码能跑,但结果不符合期待。

thaddeusjiangzh's tweet image. 虽然我知道 JavaScript 的 number 在精度上和其他语言不匹配,没有 int32 int64 这种细分,但我也不喜欢 long.js ,很容易出 bug。

建议轻易不要使用 npmjs.com/package/long
除非,你也上了 #gRPC #protobuf 的破船。😂

代码能跑,但结果不符合期待。
thaddeusjiangzh's tweet image. 虽然我知道 JavaScript 的 number 在精度上和其他语言不匹配,没有 int32 int64 这种细分,但我也不喜欢 long.js ,很容易出 bug。

建议轻易不要使用 npmjs.com/package/long
除非,你也上了 #gRPC #protobuf 的破船。😂

代码能跑,但结果不符合期待。

🚀 Announcing @b1ackd0t for #GopherConAfrica 2024! 🎤 Speaking on Engineering Reliable gRPC APIs: The World of Instrumentation Backend wizard & Golang enthusiast, skilled at building distributed systems that scale faster than your morning caffeine rush. ☕️ #gRPC #gca24

gophers_africa's tweet image. 🚀 Announcing @b1ackd0t for #GopherConAfrica 2024! 🎤

Speaking on Engineering Reliable gRPC APIs: The World of Instrumentation

Backend wizard & Golang enthusiast, skilled at building distributed systems that scale faster than your morning caffeine rush. ☕️ #gRPC #gca24

Planning to use #REST or #gRPC in your next #API project? ⚖️🛠️ Our guide has you covered. 🏆 Learn about the similarities and differences between gRPC and REST and which one may work best for you: blog.postman.com/grpc-vs-rest/

getpostman's tweet image. Planning to use #REST or #gRPC in your next #API project? ⚖️🛠️ Our guide has you covered. 🏆

Learn about the similarities and differences between gRPC and REST and which one may work best for you: blog.postman.com/grpc-vs-rest/

"Difference between GraphQL, REST, and gRPC" dev.to/somadevtoo/dif… #REST #GraphQL #gRPC

javinpaul's tweet image. "Difference between GraphQL, REST, and gRPC"  dev.to/somadevtoo/dif… 

#REST #GraphQL #gRPC

Loading...

Something went wrong.


Something went wrong.