About Webner

We are a software development company in India.
10 12, 2021

What is Schema in Salesforce?

2021-12-10T04:57:17+00:00December 10, 2021|Salesforce|0 Comments

|
| ByWebner

Schema is a namespace provided by salesforce which provides schema metadata information using different methods and classes. ChildRelationship Class This class contains methods to access the child relationship as well as the child sObject for a parent sObject. DataCategory Class [...]

6 12, 2021

Tab view in React-Native

2021-12-06T05:12:59+00:00December 6, 2021|Mobile, Web Development|0 Comments

|
| ByWebner

It provides various packages to create tabs like views in the application. So react-native-tab-view is one of them. This component is implemented using the react-native-pager-view which is another component that allows the user to swipe left or right throughout the [...]

2 12, 2021

What Role Does Insurance CRM Play in Agency Management?

2021-12-02T05:09:08+00:00December 2, 2021|Insurance|0 Comments

|
| ByWebner

Agency management software, according to the definition, is a digital solution that enables life, health, and property & casualty insurance agencies to automate their day-to-day duties and increase the efficiency of their operations. The new-age insurance CRM software has been [...]

14 10, 2021

RabbitMq – Open Source Message Broker

2021-10-14T06:11:58+00:00October 14, 2021|Linux|0 Comments

|
| ByWebner

RabbitMq Installation Installation on Linux machine Update the package list sudo apt-get update -y Install prerequisite in most cases sudo apt-get install curl gnupg -y Install RabbitMq sudo apt-get install -y rabbitmq-server Start RabbitMq sudo systemctl start rabbitmq-server RabbitMq Installation [...]

28 09, 2021

React-Native-Fast-Image Introduction

2021-09-28T05:41:47+00:00September 28, 2021|Mobile, Web Development|0 Comments

|
| ByWebner

For the most part, React Native's Image component handles image caching in the same way as browsers do. If the server is returning proper cache-control headers for images you'll generally get the sort of built-in caching behavior you'd have in [...]

24 09, 2021

RabbitMQ

2021-09-24T05:35:22+00:00September 24, 2021|Database, Web Development|0 Comments

|
| ByWebner

You can think of RabbitMQ as a mediator between the two parties. One is known as the producer that produces goods and services and stores them into RabbitMQ. Another one is the consumer that consumes goods and services from the [...]

22 09, 2021

Code Optimization in C#

2021-09-22T07:50:14+00:00September 22, 2021|Web Development|0 Comments

|
| ByWebner

What is Optimization? The word Optimization is derived from the Latin word Optimal which means the best. Optimization is a methodology of making a system or decision fully perfect, functional, and effective. Now, what is code Optimization? In terms of [...]

Go to Top