Codxplore.com

Latest news:

Sahih al-Bukhari (সহীহ বুখারী) is a free Hadith application for android. This application is advertisement free. Download now https://play.google.com/store/apps/details?id=com.akramhossin.bukharisharif

924
Views
How to lunch AWS serverless image handler

How to lunch AWS serverless image handler

Serverless architecture initiate cost-effective image processing in the AWS Cloud.  The architecture combines AWS services with Sharp open-source image processing software and is optimized for dynamic image manipulation. Follow the step-by-step instructions in this section to configure and deploy the Serverless Image Handler into your account. at first Launch the stack Log in to the AWS Manag
1956
Views
How to Clone an AWS instance

How to Clone an AWS instance

Steps to Clone an AWS instance Log in to the AWS Management Console. From top bar, Click on Services menu, search for EC2, Now click to EC2. Next screen, Click Instances, from instances list select an instance, Click Actions Button Now click on Create image, Next screen fill up the form with required details and click on Create image Button this will redirect to Amazon Machine Images (AM
1628
Views
Nodejs resize s3 image using Sharp image processing library

Nodejs resize s3 image using Sharp image processing library

Sharp High performance Node.js image processing library.  It is 4x to 5x faster then ImageMagick and GraphicsMagick. We can convert any larger image to any common format such as png, gif, jpeg, webp. Also we can modify image dimension on the go without modifying actual image. Installation Any systems running Node.js v10+ do not need any additional install or runtime dependencies. to install
866
Views
Upload and Delete File into AWS S3 using Node.js

Upload and Delete File into AWS S3 using Node.js

In this blog post i will explain how to upload and delete file in AWS S3 using aws-sdk. To getting started we need to install aws-sdk npm package to our Node.js application. To install aws-sdk in any Node.js project run the following command in your terminal $ npm install aws-sdk After successful installation of aws-sdk package. You need to provide credentials to AWS so that only your account

Subscribe Us


Follow Us