Learning experience for the next year - will try not to turn my head back too much XD Awesome vid btw!
@jain007neeraj2 күн бұрын
Please explain at 27:45 why is GRPC more advanced give us stats what part of GRPC indeed were helpful for your use-case (was it multiplexing ?)
@TechieTech-gx2kd2 күн бұрын
I previously built a similar system but never gave it a formal name. In my implementation, I had numerous delivery fleet members continuously publishing their geo-coordinates. The admin panel needed to live-track these fleet members within specific radius boundaries. For instance, an operator working from Financial District, Hyderabad, would only see fleet members within their designated 3km radius and could assign tasks accordingly (with additional proprietary features). Initially, I established WebSocket connections between the admin frontend and the fleet tracking microservice to receive real-time geo-location updates. However, scaling challenges emerged when the admin frontend microservice needed to connect to multiple fleet tracking backend services simultaneously. The key challenge was determining how each fleet tracking microservice would know which geo-coordinate updates to send to which frontend client. I resolved this by implementing a Kafka queue system where geo-coordinates were published, and the respective fleet tracking microservices would subscribe only to the selected driver's coordinates as chosen by the frontend. While I didn't formalize this into an open-source standard, it's satisfying to see that I solved a similar architectural challenge about two years ago.
@HSBTechYT2 күн бұрын
Doesn't having more Redis Nodes slow down Pub Sub ?
@sarthakmakhija39352 күн бұрын
I made a mistake with MongoDB. Phil Eaton pointed it out that the default write concern "majority" actually implies "j: true" which means data is synchronized (i.e. fsync-ed) before returning a success to a client.
@mail2souravdas3 күн бұрын
Very informative session for a Rails developer. Thank you
@vaibhavagarwal63204 күн бұрын
Great talk
@subhasishsengupta654 күн бұрын
Great session 👍👍👍
@elderofzion4 күн бұрын
the issue is not exclusive to go, unsafe concurrency is feature of every language i know of except rust. that's one of rust's selling points
@carebeesАй бұрын
Thank you for putting it together and posting it here. Fantastic presentation. I find knowing the historical context immensely helpful when trying to understand the current way of doing things, e.g. jsbundling-rails, cssbundling-rails, or importmaps in 2024 (and something else in 2028), so I really appreciate this.
@raimo7911Ай бұрын
Great speech
@simaattar315410 ай бұрын
Bar far the most wonderful and informative video I've watched through months. Each sentence was conveying lots of useful and valuable information. Thank you!
@alicia2111 Жыл бұрын
*promo sm*
@ujjal147 Жыл бұрын
Lots to improve upon, but a good start nonetheless, if I do say so myself.
@shrivanipatkar1083 Жыл бұрын
Very nice speech Niharika 👍
@shriharimarathe2011 Жыл бұрын
Really great. I am proud of you.
@devopslover5113 Жыл бұрын
Cool ... nice stuff Shri
@PawanKumar-kc8bd Жыл бұрын
Keep।it up😊
@valentinussofa4135 Жыл бұрын
This is an added value for a software engineer who have more skills on Formal Method with using proof assistant programming language such as Coq, Agda, Isabelle HOL, Lean, Idris, etc. or formal specification language such as TLA+, Dafny, Alloy, F#, Z3, etc. Thanks a lot for this great presentation.
@madhavjivrajani7407 Жыл бұрын
What a great introduction to formal specifications and how you can use it with Go! Really loved how to explained the deadlock example <3
@priyamishra143 Жыл бұрын
Amazing presentation
@AjitRoy-f6c Жыл бұрын
Wonderful. Raghav .God bless you.❤🎉
@TheManeeshroy Жыл бұрын
Amazing
@sashe4264 Жыл бұрын
Super interesting! Loved the way you conveyed your content :)
@கவிஞர்கவி Жыл бұрын
Very nice my dear daughter mahesh
@viturharibaskar6853 Жыл бұрын
I am proud of you my girl ❤
@shivprakashpal1833 Жыл бұрын
Wonderful presentation Mahi.
@jfelipe38 Жыл бұрын
Rahul is the BEST!!!!
@dr.mahishadinesh461 Жыл бұрын
Magesh, Appreciation for the outstanding presentation you delivered and your exceptional ability to address the questions raised during the session. Your presentation was truly wonderful, captivating the audience with its insightful content, clear delivery, and engaging style. I was thoroughly impressed with the way you tackled the questions posed by the audience. Your responses were thoughtful, accurate, and demonstrate a deep understanding of the topic.
@iMagesh Жыл бұрын
Thank you!
@yogeshdharya3857 Жыл бұрын
Initially I thought that his poor body language will not be able to grasp the audience attention but glad I was proved wrong .Cool and great one liners . That name Babli for once upon a time there was a webServer . He got the humor 2 !
@smulhas Жыл бұрын
Great talk, Sree.
@chlseblurox Жыл бұрын
thanks!
@hridhaanmantri1983 Жыл бұрын
Superb di
@Srinivaskarnati Жыл бұрын
Abhinav totally killed it
@machinelearning43762 жыл бұрын
23:11 26:40 great info!!!!!!!!!!!!!
@COBRA-lr9sw2 жыл бұрын
Superb 👏
@aravindhanbabu30102 жыл бұрын
Great
@muthukumar66872 жыл бұрын
✨🔥
@hiraeth16355 жыл бұрын
N
@diepanhrabbit61005 жыл бұрын
Great talk, thanks!
@vitthalsarode50095 жыл бұрын
Very inspirational video n helpfull too. thank you, sir.
@govindgopss5 жыл бұрын
👍🏻👍🏻👍🏻
@anubhavjain4005 жыл бұрын
27:36 that is me ... 😊
@Abhishekyadav-lq3zk5 жыл бұрын
Push lata yadav
@ZaraKayk5 жыл бұрын
OMG she's amazing
@brunorcabral6 жыл бұрын
Great video! Just missed to talk about adding dependencies in Gradle files. Thanks