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

10 02, 2021

Advantages of Azure SQL Database

2021-02-10T06:31:19+00:00February 10, 2021|Database|0 Comments

|
| ByWebner

Azure SQL Database is a relational database provided as Database-as-a-Service, which is a part of Microsoft's Cloud Infrastructure Platform, Microsoft Azure. It is also called SQL Azure. It provides database-backed managed service in the cloud with a petabyte-scale infrastructure. It [...]

12 11, 2019

Laravel 5.4 Logs And Errors

2019-11-12T07:26:50+00:00November 12, 2019|Web Development|0 Comments

|
| ByWebner

Introduction to Laravel 5.4 Logfiles: A log file is a file that keeps a registry or records of events, processes, messages that occur in the operating system or any software runs. -Laravel provides the robust logging services that allow the [...]

8 11, 2019

MongoDB Driver Not Found

2019-11-08T12:50:12+00:00November 8, 2019|Database|0 Comments

|
| ByWebner

Problem - Getting "Class 'MongoDB\Driver\Manager' not found" error while inserting some data in the collection (Laravel) Check the following three points in order to resolve the MongoDB driver issue in Laravel: 1. PHP Module 2. MongoDB Extension 3. MongoDB Library [...]

23 04, 2019

Class ‘App\Controller\Aws\S3\S3Client’ not found error in CakePHP 3.*

2019-04-23T13:19:29+00:00April 23, 2019|Cloud, Database, Linux, Windows, Mac, Others (Technical), PHP Frameworks, Web Development|0 Comments

|
| ByWebner

How to resolve "Class 'App\Controller\Aws\S3\S3Client' not found" error in CakePHP 3.* Problem: Class 'App\Controller\Aws\S3\S3Client' not found error occurs when we are trying to create S3Client class object with given code (code copied from github): $s3 = new Aws\S3\S3Client ( [ [...]

17 08, 2018

PostgreSQL – Server doesn’t listen error

2018-08-17T12:30:30+00:00August 17, 2018|Database|0 Comments

|
| ByWebner

How to fix PostgreSQL server doesn’t listen error While trying to connect to Postgress you may face this error - Server doesn’t listen. Error: This is not an error exactly but an exception that occurs when we are running two [...]

13 07, 2018

Big Objects in Salesforce

2018-07-13T12:11:07+00:00July 13, 2018|Salesforce|0 Comments

|
| ByWebner

Purpose of Big Objects and how to create Big Objects in Salesforce What is Big Object in Salesforce? As business grows data of customers/clients/users increases enormously which is hard to handle and query. In this case we need something big [...]

Go to Top