F
Blockchain / FullStack Developer
Freelancer,
@RameesAhmed
Ramees AR
@RameesAhmed
I am backend engineer, who can develop frontend too.
Professional in PERN stack.
I am backend engineer, who can develop frontend too.
Professional in PERN stack.
Blockchain / FullStack Developer, Freelancer
Chennai, India
2
projects
2
1
prize
1
3
hackathons
3
0
Hackathons org.
0
740
contributions in the last year
Mar
S
M
T
W
T
F
S
Feb
F
Freelancing for various clients in writing smart contract using solidity and freelancing for web2 applications too.
Open to Work with anyone.
F
N
X
Y
F
Freelancer,
N
North of Zero,
X
XperDes,
Y
Yunifit,
The purpose of this application is to make the IRL Meetups better. As im part of community builing planning to make this app live and use in some meetups.
ramees-ar.medium.com
A Guide to configure Nginx and SSL for hosted Application/Server on DigitalOcean Droplets for DNS resolution. 1: Install Nginx Install Nginx using following command. If Ubuntu server is new, use sudo apt update before it to update the repository. sudo apt install nginx Below commands for controlling the Nginx service. Nginx -t is used to test the service is successfully running. Use restart or reload every time you make any changes in Nginx configuration. sudo systemctl stop nginx sudo systemctl start n...
ramees-ar.medium.com
NVM, Node, NPM, Yarn, PM2 install in Ubuntu cloud server. sudo apt update sudo apt upgrade Above command to update and upgrade the ubuntu system for latest packages. curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash The above command installs the NVM(node version manger). For latest curl link of the desired OS follow the link. nvm install 20 Above command to install the latest 20 version of node. This install the NPM package too along with node. You can mention the exact ver...
ramees-ar.medium.com
Route the S3 bucket images through a proxy domain url instead of showing original S3 url to public user. 1. CloudFront: Login to the AWS and select the CloudFront service. Select the Create distribution button. Home page of CloudFront in AWS 2. Origin Domain: Select the targeted S3 bucket you want to create CDN from the dropdown list in Origin domain. Name of origin column will be autofilled on selection of target domain. CloudFront Form 3.Origin Access: Select the Legacy access identities in Origin acce...