Select Page
Chow #264 – Room for further Improvement

Chow #264 – Room for further Improvement

If you want to further improve the throughput of the Rust quicksort implementation, what are the options you may consider? Answer Concurrency may not be an option since the sorting logic is non-blocking. One of the options is parallelism. We can leverage the number of...
Chow #256 – Leveraging WebAssembly

Chow #256 – Leveraging WebAssembly

The Challenge: Your team is excited about the potential benefits of WebAssembly. Your team wants to try it in their application. How, as a team member, do you approach this? Suggested Answer: Prioritized Goal: We need to identify where we should improve rather than...

WebAssembly and Friends

The video is a tale of four friends helping the Rovers The Rovers – Discovering the destination – WebAssembly with JavaScript So these odd great folks have formed a league of their own. Rust -> LLVM -> WebAssembly <-> JavaScript This blog is to...
CHOW # – 231 Adapter

CHOW # – 231 Adapter

You are part of a team that is programming in RUST. The team understands the benefits of RUST in the entirety. Your team is aware that Rust is blazingly fast and memory efficient. They are now boldly refactoring the application thanks to the type system and ownership...
CHOW #211 – Data-driven Coaching Plan

CHOW #211 – Data-driven Coaching Plan

Challenge The names, characters, dialects, and phrases are imaginary. Yesterday, I was one among the spectators, to an event performed at the local stadium. The event may appear to have a certain resemblance to a competition for the first-time visitor. But it was...
Ferris – The Coaching Assistant

Ferris – The Coaching Assistant

Ferris is our platform that aims to assist in augmenting: The collaboration between a coach and a protege The visibility of the coaching plan. Coach The coach is an abstraction in the Ferris platform. The coach can be a doctor, an executive, a fund manager, or a...
Chow #187 – Switch Point Analysis

Chow #187 – Switch Point Analysis

I hope you read our post on Bayesian Method – MCMC. Probably you may see a mixed Poisson distribution on the number of COVID-19 cases reported during the past 16 days from 12-Apr-2020. As hinted in the Post there will be a mixed distribution From 1st Apr to 15...
To reveal the hidden elephant – TDD

To reveal the hidden elephant – TDD

Thirumanthiram, translated as Holy Incantation, has a famous hymn: மரத்தை மறைத்தது மாமத யானை, மரத்தின் மறைந்தது மாமத யானை.  A partial explanation of the hymn is “For a skilled wood carver,  a log of wood manifests as an elephant. The artisan reveals the...