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
AVL Tree in Go
[ARCHIVED] This post contains my own experiences in Modifying the BST Code to AVL
Read More
Binary Search Tree in Go
[ARCHIVED] This post contains my own experiences in reviewing my knowledge of BST data structure
Read More
Force Set Character Encoding on Spring Boot
[ARCHIVED] This post contains notes how to forcing set character encoding on spring boot
Read More