In this post we will list out some of the important and frequently used linux commands that you may find useful in your software engineering journey. 1. Read, Write and Execute permission to owner and…
Posts By Dev
Install Imagick extension with webp support on ubuntu 16.04/18.04/20.04 with php-fpm
In this post we will be going to see how to install Imagick extension with webp support on ubuntu 16.04/18.04/20.04 with php-fpm. Direct installation of sudo apt-get install php-imagick and php-imagick module do not come…
AWS Serverless Functions Lambda
In the world of computing now a new buzzword has attracted customer traction i.e Serverless computing. You can even call it as Serverless function or Function as a service (Fass). Almost all cloud vendors are…