N
Fullstack Developer
2y 10mos
North of Zero, Feb 23' - Present
@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
0
prizes
0
3
hackathons
3
0
Hackathons org.
0
1,070
contributions in the last year
Dec
S
M
T
W
T
F
S
Nov
N
2 years 10 months
Feb 23' - Present
Working as a FullStack developer in builing both Web and Mobile application on varies technologies and frameworks like React.js, next.js for Frontend and nest.js, express.js in backend.
Also handling Devops part too.
N
F
X
Y
N
2y 10mos
North of Zero, Feb 23' - Present
F
2y 8mos
Freelancer, Apr 23' - Present
X
9mos
XperDes, Jun 22' - Mar 23'
Y
1y 3mos
Yunifit, Feb 21' - May 22'
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...