Advanced Search
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
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
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
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
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
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
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
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
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
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
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
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
https://www.payagateway.com/developer-portal.html
Authorize.net
https://developer.authorize.net/
Stripe
https://docs.stripe.com/
DigitalOcean Hosting
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.
https://alpinejs.dev/start-here
Inertia modern monolith
https://inertiajs.com/
Livewire 3.x.
https://laravel-livewire.com/docs/2.x/quickstart
Pest PHP Testing Framework
https://pestphp.com/docs/installation
Filament Documentation
https://filamentphp.com/docs