Developer Facts

UI/UX | Salesforce | SaaS | How To's

Advertise with us
Javascript Authentication library
Development

Top 3 Javascript Authentication library In 2019

Hey JS developers, Including Node Js dudes. We gonna discuss Javascript Authentication library for your dream projects. 1.Passportjs Passport is a one of the authentication library for Node. you can easily perform all authentication process using this passportjs. Features 300+ authentication strategies Single sign-on with OpenID and OAuth Easily handle success and failure Sessions management Dynamic […]

Kumaresan 
magento_content_update
Development

How to Install Magento 2 Theme

Magento 2 is the awesome e-commerce platform. We can download a lot of free Magento 2 themes, once you get nice free theme for your store then just follow the steps for your Magento 2 theme installation Let’s Kick Start Now. Download Your Theme Download the zip file, it will contain your theme. Then unzip […]

Kumaresan 
Development

Metadata Driven UI In Angular

Metadata Driven UI Concept It is mainly used to improve the productivity and reduce UI development process. In real-world application development will have a lot of challenging tasks in UI. Imagine that you are going to develop one Web application using Angular 2+, it has CRUD operation. Generally, CRUD table design and development will take […]

Kumaresan 
Development

New Angular 6 Features

Angular 6 features are given here, compared with angular 5. Angular 6 Features and Benefits New CLI commands Angular Elements Material + CDK Components CLI Workspaces & Library Support Animations & RxJS v6 New CLI commands 1.ng update ng update <package> is a new and awesome CLI command. it will read your package.json file and Angular 6 to recommend […]

Kumaresan 
Development

How to change datepicker format

We can change Datepicker format using jquery and it will also work for bootstrap Datepicker. if you are going to build any web form or web applications. you need to add some registration forms may be its have some Datepicker operations.now its very simple using jquery UI. STEP 1: first you just want to include jquery […]

Kumaresan 
Development

Magento vs Woocommerce

Here we are going to discuss Magento vs Woocommerce. finally, you will have a clear idea about both platforms. Common Features: Magento and Woocommerce Open Source Products Customizable Community Support Self Hosted What’s the Difference 1.Magento Features When it comes to e-Commerce features. Magento is a clear winner here. Multistore capability Multi-language options Complex configurable […]

Kumaresan 
Development

nodemon app crashed error [Fix]

Hai Node Js developers it’s a fix for nodemon app crashed error.do you have an error like given below nodemon app crashed – waiting for file changes before starting…  STEP 1: don’t worry dude it’s not a big deal. now check your node js version it’s supported or not. STEP 2. Check your terminal window. any node js script already […]

Kumaresan 
Development

Angular 5 Getting Started

Angular 5 QuickStart Angular is one of the most popular single page application (SPA) platform based on TypeScript.now we gonna set up and start angular 5 application, just follow the steps Step 1: Set up Environment TextEditors create a nice environment experience to your development Install Node.js and npm in your machine Note: Check that […]

Kumaresan 
Development

Top 3 Codeigniter Authentication Libraries

Codeigniter authentication libraries used for simplifying the development work. Codeigniter is one of the most popular PHP Framework using MVC Concept, now we are gonna discuss some popular authentication libraries. Codeigniter Authentication libraries 1.Ion Auth It’s a simple flexible authentication library for CodeIgniter framework Library Function Admin Login,  User Login,  Logout User Registration Delete User, […]

Kumaresan