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…
JavaScript: Garbage Collection
#Javascript #Software Developement #Web DevelopmentGarbage CollectionOverview Garbage collection (GC) is a form of automatic memory management. The garbage collector attempts to reclaim memory which was allocated by the program, but…
The Future of Cloud Computing: SaaS, PaaS, and IaaS
#cloud #cloud computing #saasIf you are the decision maker considering moving your business to cloud or a keen IT learner, you must have been familiar with SaaS, PaaS, and Iaas. Let's explore these in detail and learn all-you-need-to-know about cloud services.…
Command Bus Pattern
#Command Bus #Command Controler #Command HandlerIn this article, we’ll explore the “Command Bus” pattern, to help us get the command (write) part right.The Command Pattern was one of the…
Introduction to Pakistan's first email service
#Web Development #Technology #bmailWe are glad to announce that we are launching bmail.pk "Pakistan's first email service". From a very long time, we felt the need to take…
Custom Exception Handling with NodeJS
#Web Development #Technology #NodeJsErrors are thrown by the engine, and exceptions are thrown by the developer.But what exactly does this mean?In JavaScript, all exceptions are simply objects…
Survival Of Your Business During Coronavirus Outbreak
#Technology #Web DevelopmentWhat comes first, the problem or solution? Do we already have the solution for the problem we all are facing nowadays?Some people have now heard…
What is Koa? A Brief Overview
#TechnologyAccording to official “koa” documentation, koa is:“Next-generation framework for Node.js”Koa is created by the team who created the Express Framework. The main reasons…