MySQL 8.0 and comparison with MySQL 5.7

What Is New in MySQL 8.0 Feature Mysql 5.7 Mysql 8.0 Data Dictionary Stored in metadata files and non-transactional tables Transactional data dictionary that stores information about database objects. Atomic Data Definition Statements (Atomic DDL) ————- Dictionary updates, storage engine operations, and binary log writes associated with a DDL operation into a single, atomic transaction

MySQL 8.0 and comparison with MySQL 5.7 Read More »

Flowjs – Angular HTML5 Uploader

Flow.js is javascript library which is provides multiple simultaneous, stable and resumable uploads via the HTML5 File API. This library allows automatic resume uploading file when internet connection is lost either locally or to the server. Additionally its provide a facility to pause, resume and recover uploads without losing any data because flow.js upload file in chunks

Flowjs – Angular HTML5 Uploader Read More »

Instamojo Payment Gateway

 Instamojo is a free Payment Gateway for 5,00,000+ Businesses in India. There is no setup or annual fee for this payment gateway. Just pay a transaction fee of 2% + ₹3 for the transactions. Instamojo accepts Debit Cards, Credit Cards, Net Banking, UPI, Wallets, EMI, NEFT and IMPS. Instamojo.com is a digital payments platform bundled with tons of e-commerce features to enable any

Instamojo Payment Gateway Read More »

Angular – Font Awesome Icons

Font awesome introducing icon module & component for angular,  API docs The official Angular module/component documentation  GitHub project Where to submit issues and collaborate/contribute to codebase Install Using npm : – npm i @fortawesome/angular-fontawesome Install Using yarn : – yarn add @fortawesome/fontawesome-svg-core yarn add @fortawesome/free-solid-svg-icons yarn add @fortawesome/angular-fontawesome For more details – https://fontawesome.com/how-to-use/on-the-web/using-with/angular

Angular – Font Awesome Icons Read More »

Whats new in Laravel 5.7.15 ?

Laravel 5.7.15 is available with a new Eloquent relationship getters and validation rules Eloquent relationship getters: BelongsToMany::getParentKeyName BelongsToMany::getRelatedKeyName HasManyThrough::getFirstKeyName HasManyThrough::getForeignKeyName HasManyThrough::getSecondLocalKeyName HasOneOrMany::getLocalKeyName MorphToMany::getInverse Validation Rules: starts_with – allows you to validate start of input strings For example: $request->validate([       ‘greeting’ =>’starts_with:hello,hi; ]); And date_equals validation rule is now translatable For example: ‘date_equals’ => ‘The :attribute

Whats new in Laravel 5.7.15 ? Read More »

Scroll to Top