Vector Space (Similarity) Search
#agiledevelopment #algorithms #Big DataVector space (Similarity) searching in the context of facial recognition systems.In this article we will discuss the following: Vector Vector Space Use cases for Vector…
Actor Model and its Significance
#concurrent programming #Design Pattern #Interprocess CommunicationBrief introduction to Actor Model, and the problems it solves?What is Actor Model The actor model is a model of concurrent computation that treats actors…
Atomic Design Methodology with React and TypeScript
#React #TypeScript #Design PatternWe’re not designing pages, we’re designing systems of components.—Stephen HayIntroduction Atomic Design is all about creating and maintaining robust design systems, allowing you…