AWS – Host Free website
You can use AWS account free and it Includes 12 Months of Free Tier Access for following products: Amazon EC2, Amazon S3, and Amazon RDS. Create AWS account Create new …
You can use AWS account free and it Includes 12 Months of Free Tier Access for following products: Amazon EC2, Amazon S3, and Amazon RDS. Create AWS account Create new …
1. Use the mpdf library. In laravel use package https://github.com/niklasravnsborg/laravel-pdf 2. Use the font-family: “XB Riyaz” with dir=”rtl” attributes
Install the dependencies into node_modules folder. #npm install Angular cli Installing the Angular/cli globally #[sudo] npm install -g @angular/cli Updating the Angular/cli globally #[sudo] npm uninstall -g angular-cli @angular/cli #npm …
Node Commands: Install the dependencies into node_modules folder. #npm install Install the package globally #npm install <package Name> Uninstall the package globally #npm uninstall <package Name> To update to latest …
Configure name that is identifiable for credit when reviewing version history # git config –global user.name “<FIRST AND LAST NAME>” Configure email that will be associated with each history marker …
Standard definition of wire-frames: The wireframes are the skeleton of your application, a simplified visual concept of the future app. It doesn’t give any idea about the design but helps …
Step1: Open Command Prompt Step2: Type command “ipconig /all” to see network configuration values Step3: The MAC address will be listed under heading “Ethernet adapter Ethernet”, under sub heading “Physical …
All content provided on this blog is just for informational purposes only. The owner of this blog makes no representations as to the accuracy or completeness of any information on …
Q1. Difference between Run time and compile time? A: To become an executable program, source code should be compiled into machine code. This compilation process is known as compile time. …
Is your app collecting users data? Users data includes info provided by users, about users or about interactions with app or device. All apps published on the Play Store must include …