Showing posts from 2020

Simplest 2 Minute Tutorial to Python

Comments # This is a one-line Python comment - code blocks are so useful! """This type of comment is used to document the purpose of functions and classes.""&q…

Read more

JWT Signing with Private key - Certificate [PHP]

I wanted to generate a simple JWT signature / JWT Encode . I append the signed string in the header of HTTP request, the server can verify it. Private key is also used while generating …

Read more

Install PHP gmp Extension in MAMP - 2020

Following instructions are for MAMP users only. Step 1: Check if you already have gmp is available in MAMP php /Applications/MAMP/bin/php/php7.4.1/bin/php -i | grep gmp A…

Read more
Load More
That is All