Skip to content
Webner Logo
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection

Webner Blogs – eLearning, Salesforce, Web Development & More

Category: Web Development

August 16, 2021 Web Development

Auth Session expiring in Laravel – Resolved

August 16, 2021 Web Development
Post Views: 2,556
| By Webner

I have created a web application in Laravel. I am using an authentication plugin to authorize the users while logging-in on my web application. On my local system, everything was working fine. But when I uploaded my Laravel project from

Read More
August 2, 2021 Web Development

How to remove a property from Json in C#

August 2, 2021 Web Development
Post Views: 6,035
| By Webner

Description: Suppose we have the following JSON data and we want to remove the property “RunIsolated” (highlighted) under the compositeRequest to get the final JSON without this property: Solution for Json: Following is the sample code to achieve this: string

Read More
July 28, 2021 Web Development

Why and When to use Async and Await?

July 28, 2021 Web Development
Post Views: 5,676
| By Webner

In order to get a clear vision of these keywords, async and await, let us first understand the concept of synchronous and asynchronous programming. Synchronous Programming: It is a method of programming in which tasks are performed one at a

Read More
July 19, 2021 Web Development

How to assign a devextreme widget under another widget

July 19, 2021 Web Development
Post Views: 4,234
| By Webner

Sometimes we need to add a widget under another widget. In this post, we will cover how to add a dropdown, TextBox, or buttons under the dropdown widget. See in the below screenshot – here File Size is a drop-down,

Read More
July 16, 2021 Others (General) / Web Development

Introduction to Big Data

July 16, 2021 Others (General) / Web Development
Post Views: 3,701
| By Webner

Big data is data in a huge volume that cannot be handled by our traditional tools or databases. It is growing exponentially with time. Its size is so large and complexity is high that it is hard to use it

Read More
July 12, 2021 Web Development

Devextreme DataGrid Column Reordering and Saving Column State

July 12, 2021 Web Development
Post Views: 5,654
| By Webner

Devextreme Datagrid comes with a variety of features to work with column appearance at runtime. One among these is Column Reordering. The column reordering feature in Devextreme allows the user to change the position of columns on the fly on

Read More
July 9, 2021 Web Development

Get base64 String From File URL

July 9, 2021 Web Development
Post Views: 13,746
| By Webner

While working on the react native app, sometimes we need to get the base64 string from the file(image/video) URL. There are many packages available that convert a URL to base64 but they are not producing expected results. Finally, I have

Read More
July 7, 2021 Web Development

ECMAScript (ES10)

July 7, 2021 Web Development
Post Views: 3,913
| By Webner

ECMAScript is the standard for JavaScript and adding new features to JavaScript. It is a subgroup of JavaScript. ECMAScript 10 is also known as ES10. In ES10 here are the new features. Array.Flat(): The flat() function recursively flatten your array

Read More
July 5, 2021 Mobile / Web Development

Deploying a React App on Linux based Server

July 5, 2021 Mobile / Web Development
Post Views: 9,092
| By Webner

Step 1. Creating a React App Install Create React App with the following command: npm install -g create-react-app Run this command to create a new app called my-reactapp: npx create-react-app my-reactapp Step 2. Reconfigure package.json. Go to the specified directory

Read More

Posts pagination

«Previous Posts 1 … 9 10 11 12 13 … 107 Next Posts»

Google ad

Copyright 2022 - 2023 | Webner Blog by Webner Solutions Pvt Ltd. | All Rights Reserved.
MENU
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection