development Archives

How to customize header filter value in devextreme

Author - Webner
|
0 Comments
|

Devextreme provides lots of features. One of them is customizing the header filter value in devextreme that applies to columns.

Sometimes we need to apply our own custom data for filters. Here I will explain how to add our own custom data in the column header filter. The below image Read more…

Exceptions in C#

Author - Webner
|
0 Comments
|

An exception is an unexpected or unwanted event that occurs when a program is executed i.e at runtime, that disrupts the normal flow of the program’s instructions. Sometimes while executing the program, a user might face the possibility that the program may crash or show an unexpected event Read more…

Profiling in Python using cProfile

Author - Webner
|
0 Comments
|

Many times we need to optimize our code as our program is spending too much time on some specific line of code. There are hundreds of lines of code and we are stuck on which piece of code to modify to increase the efficiency of the code. For, this python Read more…

Why React JS is popular?

Author - Webner
|
0 Comments
|

React JS

React is an Open Source JavaScript library for making User Interface or UI components. It is developed by Facebook to create attractive web applications fast with minimal code. React components allow the developer to break the complex module into small and reusable parts of the code Read more…

Routing In Angular

Author - Monika Dhiman
|
0 Comments
|

Introduction to Angular

Angular is a front-end framework that is used for building client-side web applications for the mobile and desktop web and Routing is one of the important features for any front-end framework.

Angular Router

It enables developers to build a Single Read more…

The Importance of Website Development

Author - Yonark Bajaj
|
0 Comments
|

Introduction

Possessing various adaptability skills and the ability to change with circumstances is the forte of human beings. The transformation from interpersonal communications to internet communications was not abrupt. However, we have successfully managed to adapt the digital life with creativity. Just like social life, the internet has Read more…

Benefits of eLearning in Modern Organizations

Author - Yonark Bajaj
|
0 Comments
|

Introduction to eLearning

Providing skillful training is integral for any organization to succeed and effective training helps not only the employers but also the employees who expand their skill-set. A lot many eLearning development companies are turning to an efficient way of training its employees and the Read more…

Mobile App Development at Salesforce

Author - Jashandeep Singh
|
0 Comments
|

The Internet is considered to be one of the most effective channels of business communication in the field of Marketing, Supply Chain Management, Sales or Web Technologies. Due to this, web technology is involved in almost every small, medium or large business. But there exists another channel that takes more Read more…

The Importance Of Software Development Services

Author - Gourav Singh
|
0 Comments
|

Introduction to Software Development Services

In the era of technology, the business world has revolutionized almost beyond recognition. With the use of updated technology, it becomes easier for a company to be successful. Software Development Services are the kind of services in which a software development company creates Read more…

Etag Header in API Response

Author - Manju Kashyap

What is ETag header and how it works?

ETag stands for entity tag. Etag Header is a response header element which provides a mechanism to cache the unchanged resources. Whenever we make an API call, we can use this header value to track if Read more…

Install Microsoft Powershell in Ubuntu

Author - Navneet Kashyap
|
0 Comments
|

How to install Powershell in Ubuntu:

PowerShell is Microsoft proprietary and it is a task automation and configuration management framework from Microsoft consisting of a command-line (shell) and associated scripting language but Microsoft provides ways to use this in linux environment also.

Installation via Read more…

How to Detect Mobile devices in php

Author - Gopi Garg

Detect mobile device php code

We often need to detect if site visitor is using an iPad, a smartphone or any other mobile device in order to change website appearance and even make it faster by reducing data load. Normally we use the media queries and Read more…

Responsive DevExtreme Grid Toolbar

Author - Varun Chopra

Introduction – Responsive DevExtreme Grid Toolbar

DevExtreme is a powerful web development framework with a vast array of data presenting and formatting capabilities. It is developed by DevExpress to make responsive and platform independent application. DevExtreme makes the web development swift and easy with its rich features Read more…

Totara | How to enroll audience to Course or Program

Author - Varun Chopra

Enrolling audience to Course or Program in Totara

Problem: I want to enroll audience in course/program and I do not know that how we can enroll audience in course/program. To enroll an audience in course/program, I have followed the below steps Read more…

Salesforce SOAP and Bulk API Integration in PHP

Author - Ashish Gautam

Implementing Salesforce SOAP and Bulk API Integration in PHP

Salesforce SOAP API:
Salesforce SOAP API is a coding method to use our Org’s information with the help of inbuilt functions and SOQL query. With the help of these function, we can access or Read more…

Creating custom plugins in wordpress

Author - Mamta Sharma

How to Create a custom plugins in wordpress

What is a WordPress plugin:
A plugin in WordPress is a small software app that can be added to a WordPress site to extend its functionality and to add new features to it without changing its Read more…

Tableau development environment setup alternatives

Author - Harshit Gulati

Tableau development environment setup alternatives with and without Data Migration from Development to Production

Development, Test, QA and PRODUCTION – With Data Migration

Description:  Common names for environments for Tableau development are development, test/QA, staging/pre-production, and production. There are typically Read more…