Development Articles, Tutorials & More

List of Useful Chrome Developer Tools

Here we are showing some list of useful chrome developer tools which can be helpful specially for web developers or web designers. You can download these extensions on chrome website. List of Useful Chrome Developer Tools Redux DevTools Redux DevTools …

Useful Ionic CLI Commands

The Ionic command-line interface (CLI) is the go-to tool for developing Ionic apps. Here we will see some useful ionic cli commands which helps us in developing app in Ionic. For example, commands for installing ionic globally, run app, build …

Create Custom Logs in Laravel

Log is a way which we can use to keep track of input data, output data, requests made through our applications, log system error messages, notify about informations to teams. In our laravel applications we can use logging services to …

Add Custom Color in Ionic 6

Create custom color for your app’s UI. Change Theme or add custom color in Ionic 6 App. The fastest way to change the theme of Ionic app is to set a new value for primary, secondary, light, dark etc. Here …

Creating Own PHP Helpers in a Laravel Project

Laravel has variety of global “helper” functions. We are free to use them in our own applications like app_path, ucfirst, auth, env etc. We can also define our own set of helper functions for Laravel applications and PHP packages. And …

Create Drag and Drop in React

Drag and drop is a very common feature. It is when you “grab” an object and drag it to a different location. We can use this feature in managing our dashboard widgets. Create a draggable menu in react. Ordering the …

Create Pagination in React

Pagination is the process of splitting the contents, or a section of contents from a website or application, into discrete pages. Here we will create pagination in React applications. Create Pagination in React Recommendation Using MongoDB in Node.js Create Barcode …

Create dynamic lists in React

Dynamic lists are the lists that automatically add or remove based on the conditions. They are easy to set up and they maintain themselves, which makes them a great choice for building lists around information that changes frequently. Here we …

Create tags in React

Tags are the keywords associated to a piece of information. Tags are often used on social websites, email systems, blogs where users can upload their own content. They are separated by comma or enter. Here we will create tags in …

Create Accordion in React

The accordion is a component that organizes content within collapsable items. Accordion can toggle through a number of text blocks with a single click. Here we will create accordion in React. Create Accordion in React Accordion CSS in React Add …