23 10, 2020

Why React JS is popular?

2020-10-23T12:05:11+00:00October 23, 2020|Web Development|0 Comments

|
| ByWebner

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 [...]

21 10, 2020

Azure API Management

2020-10-21T04:14:02+00:00October 21, 2020|Cloud|0 Comments

|
| ByWebner

INTRODUCTION Azure API Management is a secure, scalable, and reliable way to manage, consume, and publish the APIs which are running on the Microsoft Azure platform. It provides the tools to fully manage the APIs. It makes sure that the [...]

19 10, 2020

Risk-Based Testing

2020-10-19T12:54:13+00:00October 19, 2020|Software Testing|0 Comments

|
| ByWebner

A risk-based testing approach enables testing teams to utilize their resources well. It is a futuristic model of testing because it uses testing resources in a way where they can have the most impact, no matter constraints are because of [...]

16 10, 2020

Heroku Toolbelt

2020-10-16T07:15:00+00:00October 16, 2020|Web Development|0 Comments

|
| ByWebner

Heroku is a cloud-based application deployment and management service. Heroku works on the principle of the container-based design system and these smart containers are known as dynos. The Heroku Toolbelt is a package of the Heroku CLI, Foreman, and Git [...]

5 10, 2020

Integrate Razorpay in CakePHP 3

2020-10-05T07:18:00+00:00October 5, 2020|PHP Frameworks, Web Development|0 Comments

|
| ByWebner

Step 1: Create RazorPay Account First of all you need a test account for integration. Click the below link https://dashboard.razorpay.com/#/access/signup and set up a test account there: Step 2: Get your API Keys: After successful login, you will see your [...]

28 09, 2020

What is Laravel Socialite?

2020-09-28T07:20:55+00:00September 28, 2020|Web Development|0 Comments

|
| ByWebner

Most of the sites require User login and registration with Social sites like Facebook, Google+, etc. Laravel provides a simple way to authenticate with OAuth provider Socialite. Laravel currently supports Facebook, Google, Twitter, GitHub, Bitbucket, etc. Installing and configuring composer [...]

21 09, 2020

Record Audio on Web through Javascript

2020-09-21T07:09:38+00:00September 21, 2020|Web Development|0 Comments

|
| ByWebner

Introduction Many browsers now have the power to access video and audio input from the user. However, counting on the browser, it'd be a full dynamic and inline experience, or it might be delegated to a different app on the [...]

15 09, 2020

Introduction to RabbitMQ

2020-09-15T06:43:28+00:00September 15, 2020|eLearning, Web Development|0 Comments

|
| ByWebner

RabbitMQ RabbitMQ is an open-source message broker. It supports multiple messaging protocols. It was originally developed to support AMQP 0-9-1 protocol ( Advanced Message Queuing Protocol which is a messaging protocol that enables conforming client applications to communicate with conforming [...]

11 09, 2020

VScode Extensions For Beginner Developers

2020-09-11T07:22:27+00:00September 11, 2020|Web Development|0 Comments

|
| ByWebner

VScode VScode was introduced on April 29, 2015. VScode is a source-code editor undertaken by Microsoft for Windows, Linux and macOS. It includes embedded Git and support for debugging, syntax highlighting, intelligent code completion and snippets. it's extremely customizable, allowing [...]

1 09, 2020

Accessor and Mutators in Laravel

2020-09-01T13:07:00+00:00September 1, 2020|Web Development|0 Comments

|
| ByWebner

Accessor and Mutators are allowed to alter the data before saving and fetching from the database. An accessor is used to change the format while fetching the data from the database and mutators set the format attributes before retrieving the [...]

26 08, 2020

WireShark For Network Traffic Investigation

2020-08-26T11:29:21+00:00August 26, 2020|Web Development|0 Comments

|
| ByWebner

Introduction Wireshark is an open-source network protocol that is responsible to investigate the network traffic and for visual understanding of packet loss. It is used to troubleshoot the network connectivity and review the TCP (Transmission Control Protocol) transmission between the [...]

24 08, 2020

Convert Set data into String

2020-08-24T06:36:10+00:00August 24, 2020|Web Development|0 Comments

|
| ByWebner

Introduction When working with sets in apex sometimes we need to create a string from the set's values but there is no function that can convert a set into a string as we have for lists. To convert set into [...]

Go to Top