Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

319 total results found

Linux

Redis, Memcached

DotNet

Hosting

TypeScript

Artificial Intelligence APIs

Docker

CI/CD pipelines

Drupal

AWS

PHP

Google Cloud

Cloud Concepts

JQuery

Azure

Wordpress Developers

Vanilla Javascript

React

Vue

Mongo DB

MULTIVERSIONS ON UBUNTU BOX

Linux

sudo apt install apache2 libapache2-mod-fastcgi sudo apt-get install mysql-server sudo mysql_secure_installation sudo apt install software-properties-common sudo add-apt-repository ppa:ondrej/php sudo apt update Use this command to install different versions o...

what is service container in laravel

Service Container Laravel

he Service Container in Laravel is a powerful tool for managing class dependencies and performing dependency injection. It acts as a central registry where you can bind and resolve classes and their dependencies, promoting a more organized, testable, and mai...

service container in laravel with example

Service Container Laravel

he Laravel service container, also known as the Inversion of Control (IoC) container, is a powerful tool for managing class dependencies and performing dependency injection. It acts as a central registry for your application's classes, allowing Laravel to ...

why we need service container in laravel

Service Container Laravel

e need the Laravel service container because it automates the process of dependency injection, which manages and provides class dependencies throughout an application. This makes code more modular, testable, and maintainable by decoupling classes and allowing ...

Tuning

Mongo DB MongoDB

MongoDB tuning involves a holistic approach, focusing on data modeling (embedding vs. referencing), indexing (creating efficient indexes for queries), query optimization (using explain() for slow queries, projection), server configuration (memory, storage, con...

example of creating a vue component

Vue Basics of Vuejs

Creating a Vue component typically involves defining its template, script (logic), and optional styles within a Single-File Component (SFC) using the .vue extension. Here is an example of a simple button counter component: ButtonCounter.v...

create a new vue instance

Vue Basics of Vuejs

A new Vue instance is created using the createApp method, which is the standard approach in Vue 3. This method takes an options object as an argument, where you define the application's data, methods, components, and other configurations. The instance is t...

laravel eloquent 3 ways to fetch first 3 rows ascending

Laravel

o fetch the first three rows from a table in ascending order using Laravel Eloquent ORM, you can use the following methods: Code use App\Models\YourModel; // Replace YourModel with your actual model name // Meth...

MongoDB: average value of field

Mongo DB MongoDB

To calculate the average value of a field in MongoDB using the shell, the aggregation framework with the $avg operator is utilized. Example 1: Calculating the average of a field across the entire collection Assume a coll...

MongoDB : sorting documents by multiple fields

Mongo DB MongoDB

To sort documents by multiple fields in the MongoDB shell, use the sort() method after your find() query. The sort() method accepts a document where keys are the field names and values are either 1 for ascending order or -1 for descending order. The order ...

swager ui for laravel

Laravel

ntegrating Swagger UI with a Laravel application for API documentation involves using a dedicated package. The darkaonline/l5-swagger package is a popular choice for this purpose. Steps for integrating Swagger UI in Laravel: Install the...

PAYA Gateway

Payment Gateways & Modern Frameworks Modern Payment Gateways

https://www.payagateway.com/developer-portal.html

Authorize.net

Payment Gateways & Modern Frameworks Modern Payment Gateways

https://developer.authorize.net/

Stripe

Payment Gateways & Modern Frameworks Modern Payment Gateways

https://docs.stripe.com/

DigitalOcean Hosting

Payment Gateways & Modern Frameworks Chapter

https://www.digitalocean.com/?refcode=a7e160320b06&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=CopyPaste     you can get 2 month for free on DigitalOcean with a coupon code, and you get a proper server. here's the link: https://m.do....

alpinejs - Your new, lightweight, JavaScript framework.

Payment Gateways & Modern Frameworks Chapter

https://alpinejs.dev/start-here

Inertia modern monolith

Payment Gateways & Modern Frameworks Chapter

https://inertiajs.com/

Livewire 3.x.

Payment Gateways & Modern Frameworks Chapter

https://laravel-livewire.com/docs/2.x/quickstart

Pest PHP Testing Framework

Payment Gateways & Modern Frameworks Chapter

https://pestphp.com/docs/installation

Filament Documentation

Payment Gateways & Modern Frameworks Chapter

https://filamentphp.com/docs