Categories
aws cloud

Hash functions and DynamoDB

What is a hash function A hash function is a function that takes in input value, and from that input value creates an output value deterministic of the input value. For any x input value, you will always receive the same y output value when the hash function is run. In this way, every input has […]

Categories
front-end

Medium Post – How to convert a Binary IP to an IP address

I will occasionally A new user should go with least possible dosage only if he is normal and does not have any serious health problem like kidney problem, cardiovascular problem, hypertension, diabetes and other vascular problem should get guidelines from their physician before starting the medication Kamagra should not be treated as regular treatment for […]

Categories
certbot Nginx ssl

Adding SSL with Certbot

Note: This is primarily for me to remember doing these steps, If it benefits someone else then great =). In this example I will be listing out the steps to install SSL on https://crowdslike.com Step 1 We will need to SSH into our machine. In our case its an EC2 instance. ssh -i your.pem ec2-user@domain.com  Step 2 […]