How to create components in vue.js

Sometimes we needs to create reusable html in our website like header, footer, sidebars, breadcrumbs etc. So, this can be done in Vue.js. In Vue.js Components are the custom elements, which can be reused in HTML template. In this tutorial …

Create ActionSheet in Ionic 3

An Action Sheet is a dialog which allows us to choose to confirm or cancel an action from a set of options. It always appears top of any other components on the page and must be dismissed manually by the …

Create Filters in AngularJS

Filters are used to modify the data. They can be used in expression or directives using pipe (|) character. We can use angularjs built in filters or can create filters in angularjs. There are some commonly used filters in angularjs …

How to create REST API in Nodejs?

A REST API (Web API) is an application programming interface that allows us for interaction with RESTful web services or app services. REST stands for representational state transfer. It was created by computer scientist Roy Fielding. Here we will create …

Download Resumes For Laravel Developer

If you want to apply for a Job Profile of Laravel Developer. Then you should consider some roles and working tasks under different levels of Experience. Here you can download resumes for Laravel Developer Job. Levels of Experience in Laravel …

How to Optimize Database Queries in Laravel?

Some times to run larger laravel applications smoothly we needs to optimize our laravel application. One of these tasks here is how to optimize database queries in laravel. Methods to Optimize Database Queries in Laravel Retrieving Large Data Records Option …

Read and Write Streams in NodeJS

In NodeJS streams are the way to read data from source and write data to destination in continuous way. Streams is an EventEmitter instance and throws several events at different instance of times. Here in this article we will work …

How to upload file in NodeJS

As we know Node.js is a single threaded application and we can also use this to develop web applications. Sometimes, we need to integrate the HTML Forms in our web application. In the form we needs some text data, email …

How to use events in NodeJS?

Nodejs is a single threaded application. But we can make concurrent requests in Node.js with the help of events and callback function or events handlers. So, here in this article we will learn how to use events in NodeJS. Every …

How to create URL in NodeJS?

Nodejs is an open-source, cross-platform JavaScript framework. Due to its single threaded in nature it is used for modern websites development, backend API services, real-time applications, event-driven servers etc. When we are creating websites using Nodejs then we needs to …

Ionic 5 E-Commerce Template

IONIC is an open-source software development kit for hybrid high quality mobile apps development. IONIC is used for progressive web apps development, desktop apps development using web technologies such as HTML, CSS, JAVASCRIPT. It allows developers to build once and run everywhere, the apps developed using IONIC is platform independent in nature. The app once build can be run in Android, IOS, Windows, Browser etc. There are many high quality and featured apps developed in IONIC. For example, E-Commerce, Trading, Groceries, Sports or News, Educational, Chat or Social Media etc. Here is an IONIC 5 E-Commerce Template which you can use for your E-Commerce App development.

Routing and Navigation in Angular

Introduction to Angular – Angular is a development platform, built on TypeScript. As a platform, Angular includes – a component-based framework for building scalable web applications a collection of well-integrated libraries that cover a wide variety of features, including routing, …

How to read Feeds in PHP?

A Feeds is an xml file which contains the information about website. For an example xml file of E-Commerce website contains information about products, categories, offers, tags. The data in xml(Extensible Markup Language) file contains in the form of structured …