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

Tag: Server

July 26, 2023 Cloud

Reducing AWS EBS Volumes

July 26, 2023 Cloud
Post Views: 1,292
| By Navneet Kashyap

For example, we already have one instance with a 20 GB volume attached, and we want to reduce this to 8GB or 10 GB, or any size as per requirement, then first we have to note the root volume’s block

Read More
April 13, 2023 Web Development

Explain the Server Session State pattern with an example in C Sharp

April 13, 2023 Web Development
Post Views: 1,246
| By Webner

Server Session State is a design pattern used in web applications to maintain the state of a user’s session on the server side. This means that instead of storing the session state on the client side (e.g., in cookies), the

Read More
January 13, 2022 Cloud / Database

How to deploy the LWC component on a Local Development Server

January 13, 2022 Cloud / Database
Post Views: 2,982
| By Webner

You can deploy your LWC component on a local development server. Once you deploy your component on a local server, then you do not need to deploy again and again to see the output. You just need to save your

Read More
July 5, 2021 Mobile / Web Development

Deploying a React App on Linux based Server

July 5, 2021 Mobile / Web Development
Post Views: 8,384
| 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
September 17, 2020 Database / Web Development

How to Run Multiple versions of MySQL on the Same Server?

September 17, 2020 Database / Web Development
Post Views: 3,395
| By Webner

Solution: If your system is having a current version of MySQL installed i.e 5.6 and you also need 5.5 version then follow the below steps. You can also play with different versions also. Installing Docker To install Docker on your

Read More
January 11, 2019 Web Development

Conversion of DateTime value from Server to Client machine’s timezone

January 11, 2019 Web Development
Post Views: 10,183
| By Webner

Conversion of datetime value from Server to Client machine’s timezone in C# .NET There could be a requirement that date time field value from the server should be displayed in converted date-time based on the client machine’s time zone. Using

Read More

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