Greatest Common Divisor and Least Common Multiplier
[ARCHIVED] This post contains notes about how to create pow function and find greatest common divisor & least common multiplier
Read More
Sieve of Eratosthenes
[ARCHIVED] This post contains notes about how to find first N prime numbers in Go using Sieve of Eratosthenes
Read More
Contextual Logging in Go
[ARCHIVED] This post contains a reference for creating a contextual logging in golang
Read More
Asymmetric Cryptography Signing vs Encrypting
[ARCHIVED] This post contains notes about the differences between Signing and Encrypting methods in terms of asymmetric cryptography and its implementation using golang, featuring Alice and Bob.
Read More
Transient Modifier in Java
[ARCHIVED] This post contains notes on how to manage java class attribute exclusion during serialization using transient modifiers
Read More