MMMohsin Mumtazinimmohsin.hashnode.dev路Jan 27, 2023 路 4 min readHow dynamo replicates and handles failures under the hoodAbout the paper Dynamo paper released in 2007 talks about the design and implementation of Dynamo, a distributed key-value store that could be scaled infinitely. Amazon engineers while researching the data access pattern across Amazon;鈥檚 services not...00
MMMohsin Mumtazinimmohsin.hashnode.dev路Jul 27, 2021 路 13 min readLayer your cache system like a wedding cakeIn this article, we'll discuss how we reduced inference latency by over 30% using a series of caches. One of the significant services while building conversational technology like voice assistants is the infer service: the one responsible for handlin...00
MMMohsin Mumtazinimmohsin.hashnode.dev路Jan 30, 2021 路 6 min readHow cold-messaging on FB got me my first JobI once remember reading an article discussing if "social media is boon or bane to students". For me, It turned out to be the perfect platform which helped me land a job in a company where I love working every day.馃槑 I'm a Software Development Enginee...00
MMMohsin Mumtazinimmohsin.hashnode.dev路Sep 7, 2018 路 4 min readSpeech To Text in Python using IBM watsonSo i had the task of developing Speech to text web application using both streaming and non-streaming service(I鈥檒l explore more on the difference later in this post). Developing this project was something new to me as i never explored speech recognit...00
MMMohsin Mumtazinimmohsin.hashnode.dev路Apr 21, 2018 路 2 min readShort Introduction to Python Meta ClassesRecently i had an opportunity to work on re-writing the report generation code at Doselect. The code design must be such that which was modular and easy to implement in projects where generating different type of reports was important. So to work on ...00