
Search In
The internet has become one of the most trusted source online. Almost all types of small and medium sized companies around the world are creating a website to showcase their business online. Having a business online isn't sufficient, rather you n
Validation is an essential part of any web application. It is used to validate user input data. Before sending the user's input to different layers it must be validated.
Validation is of two types:-
1. CLIENT SIDE- client side validation is conside
Tuples is a new concept that is introduced in swift programing. Tuples group the multiple values in a single compound value. It is not necessary that the each tuples value should have the same datatype. The datatype can be different and number of val
If defect report is productive then there are higher chances that it will get fixed as soon as possible. So it depends on how energetically you report the bug. Reporting a bug is nothing but an art or skill. In this topic will discuss "How to maintai
below are few techniques
Equivalence partitioning:
Dividing the data into a range of values and selecting one input data value from each range is called Equivalence Partitioning. This is a black box test designing technique used to calculate the qu
Exception:
An exception is an error that occurs during runtime of a program. Example can be like we are using a array index that is out of bound of defined array in a program.
Exception Handling:
Exception handling is used to handle runtime ex
While writing queries in stored procedures we manipulate with the string data type columns in which concatenating string is very common.
So we all are very familiar with the function CONCAT provided by the SQL Server for joining/merging stri
A server in a web is like a repository which holds the details of associated to your request, we use HTTP for making request and generating response.
The web server can be called to a device a terminal that provides the poten


Hi,
1) I want to integrate Apple Pay on my website (so it's a Apple Pay - Web Integration), using the Braintree payment provider, JS as a client side language and Java as a server side language.
I'm having difficulties creating a pr
Error logging handler is defined or registered in the app/start/global.php. We will define or configure logger
to use a single log. In laravel we have MONOLOGY logging library. By using Monolog offers we will use n number of handlers.
Example
$log
