SKSachira Kuruppuinsachira.hashnode.dev路Jun 5, 2023 路 9 min readObject detection with MediaPipe in ReactIntroduction MediaPipe (https://developers.google.com/mediapipe) is a powerful framework that allows developers to easily apply machine learning solutions to their apps. One of the solutions offered by MediaPipe is object detection, which can be used...00
SKSachira Kuruppuinsachira.hashnode.dev路Sep 25, 2022 路 7 min readSolving the trip service code kata in C#馃挕 Disclaimer: I do not claim to be an expert. These blog posts portray my understanding of the subject matter. Please comment below or direct message me if you find any errors. Introduction In this blog post, we will attempt to solve the Trip servi...00
SKSachira Kuruppuinsachira.hashnode.dev路Sep 20, 2022 路 13 min readImplementing JavaScript Promises馃挕 Disclaimer: I am not an expert. These blog posts portray my understanding of the subject. Please comment below or direct message me if you find any errors. Introduction Promises are a key concept in writing reactive Javascript (JS) applications. ...00