About Webner

We are a software development company in India.
11 04, 2023

The role of DevOps in software development

2023-04-11T04:35:40+00:00April 11, 2023|Web Development|0 Comments

|
| ByWebner

Role of DevOps DevOps is a rapidly growing practice that combines the roles of software development and operations to improve collaboration and efficiency in the software development process. The goal of DevOps is to deliver software faster, with higher quality [...]

7 04, 2023

AWS CloudWatch

2023-04-07T04:42:18+00:00April 7, 2023|Cloud|0 Comments

|
| ByWebner

Amazon Web Services (AWS): Amazon Web Services (AWS) provides a wide range of cloud-based services for businesses and organizations. One of the key challenges of managing AWS resources is monitoring and managing them effectively. AWS CloudWatch is a monitoring and [...]

30 03, 2023

Best Practices for API Testing

2023-03-30T04:55:50+00:00March 30, 2023|Software Testing|0 Comments

|
| ByWebner

APIs (Application Programming Interfaces) are an integral part of modern software development. They enable developers to create software that interacts with other applications and services, making it possible for applications to communicate with each other. However, testing APIs can be [...]

20 02, 2023

Graph API in Salesforce

2023-04-04T08:50:54+00:00February 20, 2023|Salesforce|0 Comments

|
| ByWebner

The Salesforce Graph API is a powerful tool that allows developers to access and manipulate data within Salesforce. It provides a unified interface for interacting with the Salesforce platform, allowing developers to quickly and easily build applications that integrate with [...]

1 02, 2023

Celery Broker

2023-02-01T05:06:52+00:00February 1, 2023|Insurance|0 Comments

|
| ByWebner

A celery broker is an intermediary between a producer and a consumer of messages in a distributed system. It acts as an intermediary to facilitate communication between the two parties. Celery brokers are usually used with message queues, such as [...]

24 01, 2023

Locators Use in Selenium WebDrive

2023-01-24T04:36:15+00:00January 24, 2023|Software Testing|0 Comments

|
| ByWebner

The automation process in selenium can be followed as: Launching Browser Opening the desired website to be automated Locating web elements like textbox Performing operations on the located web elements like writing in the textbox Performing assertions like checking the [...]

13 01, 2023

Salesforce Data Loader

2023-01-13T04:56:35+00:00January 13, 2023|Salesforce|0 Comments

|
| ByWebner

Data Loader is used to import or export data in bulk. Use it to export, delete, update, or add records to Salesforce. The client application known as Data Loader must be downloaded directly to the desktop from the Data Management [...]

9 01, 2023

Create a site with Salesforce experience cloud

2023-01-09T04:55:00+00:00January 9, 2023|Cloud|0 Comments

|
| ByWebner

Following are the steps to create a site with Salesforce experience cloud: Login To salesforce In the quick search box find All sites and click on the New button. Select the template as per your requirement. I am using the [...]

21 12, 2022

Access AWS S3 from Lambda within the VPC

2022-12-21T05:07:16+00:00December 21, 2022|Cloud|0 Comments

|
| ByWebner

On the AWS Console, choose VPC service and then Endpoints. Create a new endpoint and associate it to the AWS S3 service Choose the service com.amazonaws.us-east-1.s3 with type Gateway Then select the VPC and Route Table. Then select the access [...]

16 12, 2022

Celery Overview

2022-12-16T04:35:25+00:00December 16, 2022|Database|0 Comments

|
| ByWebner

In today's fast-paced world, people want everything fast and quickly. Similarly, on the internet, they want their process/request to be completed instantaneously and get the required results in seconds. Small tasks can be executed within a second or microseconds, but [...]

9 12, 2022

Features of Celery

2022-12-09T07:21:32+00:00December 9, 2022|Insurance|0 Comments

|
| ByWebner

Celery has a handy structure that reduces the production load using delayed tasks while preparing asynchronous and planned jobs. These are some important features of Celery. Simple: Celery is easy to maintain and use and it does not require configuration [...]

Go to Top