27 04, 2020

Introduction to Selenium Grid

2020-04-27T05:50:48+00:00April 27, 2020|Software Testing|0 Comments

|
| ByWebner

Introduction to Selenium Grid with examples Selenium Grid is software from Selenium which allows us to run multiple tests across different browsers, operating systems, and machines in parallel. This Grid follows the hub-node concept where we run the test on [...]

23 04, 2020

Let’s start with GraphQL

2020-04-23T06:26:41+00:00April 23, 2020|Web Development|0 Comments

|
| ByWebner

Introduction to GraphQL GraphQL is a query language for API that executes queries by using a system with a definition of data on the server-side. It's not linked with any particular type of database or storage engine. It even makes [...]

13 04, 2020

Component Lifecycle of Angular

2020-04-13T06:35:04+00:00April 13, 2020|Web Development|0 Comments

|
| ByWebner

Introduction Components are like a building block that controls the HTML view of your application. They can communicate with other components to provide functionality to the application. The components are denoted by @Components. An application can have more than one [...]

8 04, 2020

Types of Form Creation in Moodle

2020-04-08T05:53:03+00:00April 8, 2020|eLearning|0 Comments

|
| ByWebner

Introduction A Document that contains different blank fields like(Name, DOB, Class, etc.) that the user can fill the data is called form. The form can be of many types like(Application Form, Contact Form, etc.). Forms are very helpful to store [...]

6 04, 2020

Reactive Forms In Angular

2020-04-06T06:13:45+00:00April 6, 2020|Web Development|0 Comments

|
| ByWebner

Introduction to Reactive forms In Reactive Forms, we use Modal driven approach to handle form inputs which changes over time. Reactive forms are most preferred to use. It is flexible to use and provides many benefits. For example, By using [...]

25 03, 2020

Laravel URL QR Code Generator

2020-03-25T08:56:56+00:00March 25, 2020|Web Development|0 Comments

|
| ByWebner

Why the QR Code? A QR code can make you download apps, redirect to a particular URL, access wireless networks like WiFi and much more. They can also lead one to perform quick actions without even putting any effort. Many [...]

13 03, 2020

Bootstrap 4 Filters

2020-03-13T09:01:01+00:00March 13, 2020|Web Development|0 Comments

|
| ByWebner

What is Bootstrap 4? Bootstrap 4 provides a lot of components such as Modal, Carousal, Tooltip, etc. But bootstrap does not have a component that allows filtering. However, jQuery be used to filter/search for elements. Filter Tables We can easily [...]

11 03, 2020

Upgrade Mongodb Extension Version – Laravel Project

2020-03-11T06:38:03+00:00March 11, 2020|Web Development|0 Comments

|
| ByWebner

Issue while upgrading Mongodb extension version: I have upgraded laravel version from 5.7 to laravel version 6.5. Now, I’m getting mongodb extension version error while updating composer. Error given below: ERROR: jenssegers/mongodb v3.6.0 requires mongodb/mongodb ^1.4 -> satisfiable by mongodb/mongodb[1.4.0, [...]

4 03, 2020

Repository Design Pattern in C#

2020-03-06T10:38:56+00:00March 4, 2020|Others (Technical)|0 Comments

|
| ByWebner

Introduction to Repository Design Pattern There are many Design Patterns in .NET, for example, entity design pattern but to overcome some disadvantages of other patterns we prefer to use the Repository Design Pattern pattern. Nowadays, most applications need to access [...]

Go to Top