Posts by year

2024

Back to top ↑

2023

Entry level Javascript weirdness

1 minute read

Javascript is weird when compared to other popular programming languages. If you search it on the Internet, there’re a lot of articles talking about the weir...

Html input checkbox using e.target.checked

less than 1 minute read

e.target.value could look familiar by almost all experienced web developers. That’s commonly seen in the input text box event handler in reactjs code, .e.g o...

Back to top ↑

2022

Back to top ↑

2021

Verify rsa sha256 signed text in Python

less than 1 minute read

I created a gist to keep a basic implementation, in Python. Here it is: https://gist.github.com/viewplatgh/cb690159e8ee028cb4c9483cb127e6c3

Back to top ↑