that is one of the best tutorial videos on KZbin that has explained this topic perfectly 👍
@angularsight65293 күн бұрын
There are very few videos out there which explain ETag mechanism. Great video 💯
@anm_152 күн бұрын
I did not understand the Etag explanation. So If user data is changed by UI the UI will change the etag also so that new data can be stored and refreshed the cache ? Etag is something cache responses in the response.... right ?
@Empire-jx5wk7 күн бұрын
Nice explanation, please make interview asked questions sometimes their questions gets really tricky and OTB
@abravictech8 күн бұрын
Hey 👋🏻, thanks for all the videos ✨
@mortal_coder48697 күн бұрын
great quality video, keep up the good work.
@cihangirbozdogan45497 күн бұрын
Very detailed. Thank you!
@kratos14354 күн бұрын
excellent video🎉🎉🎉
@MdNaimurRahmanHera3 күн бұрын
Awesome video
@stormShadow648 күн бұрын
Why not load static stuff into memory and remove redis dependency?
@ByteMonk8 күн бұрын
Good question! Loading static data into memory instead of using Redis can work for some cases, but there are trade-offs. If the static data is small and rarely changes, keeping it in application memory (like a dictionary or an in-memory cache) is a good idea since it removes the extra network call to Redis. However, if the data is large or updated frequently, Redis stays available across restarts, unlike in-memory storage, and Multiple instances of your app can share the same data without duplicating it in memory. I have made a video on Redis previously, please checkout that in my playlist in description.
@stormShadow647 күн бұрын
@@ByteMonk Thank you Mr Monk. You do a great job with your videos.
@saumikfarhanmashuk79968 күн бұрын
Josss🎉
@phewphew_eew4 күн бұрын
In the conditional caching example we are still fetching the data to compare the eTag, how is this improving the bandwidth or efficiency?
@angularsight65293 күн бұрын
If data remains unchanged, only the header is returned without the body which comparatively increases the speed.
@angularsight65293 күн бұрын
Since there is no body being returned, bandwidth utilised will be comparatively less
@sumeeth058 күн бұрын
could you please make a video about how upi is designed and how we can make such a system
@ByteMonk8 күн бұрын
Check out my channel home page , it’s already there 🙂
@sumeeth057 күн бұрын
@@ByteMonk I mean the system design of upi network / ncpi network . could you please make a video on that
@utkarshtenguria38367 күн бұрын
How you made this animations
@abravictech8 күн бұрын
👍🏻✨
@Justcreativeperson8 күн бұрын
Bro one request explain microservice plz
@Justcreativeperson8 күн бұрын
I know actually but your animation and visualisation will make concept clear
@ByteMonk8 күн бұрын
@ MIcroservices playlist is in my description, enjoy :)