Tag: Based

A Quick and Clear Look at Grid-Based Visibility

In my previous article, A Short and Direct Walk with Pascal’s Triangle, I explain how grid-based pathfinding can be improved to yield highly direct walking paths without using line-of-sight tests. This follow-up article will show you a related technique called grid-based visibility, ...

Condition-Based Notification System Using Dynamo Streams(Terraform)

The Problem Statement: We have a DynamoDB table which stores various shop floor KPIs viz. Temperature, Voltage, Energy etc. and their respective threshold values for a particular work center of the plant. In case the value breaches the threshold, supervisor should be alerted via email so that c...