May 22MLOps: Market Map & Thesis181Rachit KansalFound explanation and list of companies solving problems per dimension really helpful.Found explanation and list of companies solving problems per dimension really helpful. Thanks for putting this together.1 min readFound explanation and list of companies solving problems per dimension really helpful. Thanks for putting this together.----
May 23, 2021Leader election using etcdIn a distributed system, leader election can be critical to coordinate work. …Distributed Systems3 min read
Dec 16, 2019AuthN and AuthZ with traefik for micro-servicesAim of the article: Deploy API gateway in front of a micro-service (say foo) Delegate authN to another micro-service (say auth) for all requests Enable OAuth 2.0 Google authN in the micro-service auth Forward user info to other micro-services upon successful authN References: authlib: https://authlib.org/ I have developed my example…Traefik4 min read