In this article, we continue where we left off and focus solely on error detection for Hamming codes.
https://touk.pl/blog/2017/10/17/hamming-error-correction-with-kotlin-part-1/ Read more
Hamming code is one of the Computer Science/Telecommunication classics.
In this article, we’ll revisit the topic and implement a stateless Hamming(7,4) encoder using Kotlin.
Hamming Read more
Problem
We have a large mysql database with payment transactions from multiple banks, aggregated for Nigerian biggest operator. Each day the customers create about 300 Read more
The peek() method from the Java Stream API is often misunderstood. Let’s try to clarify how it works and when should be used.
Stream
Introduction Read more