2024-04-16-11:34:10.mp3
what is multiple inheritance
what is the concept of trait
what is csrf token in laravel
what is multi facto authentication
how can we implement multi factor authentication
what is sso login, how do you mange sessions ( token based integration )
have you worked on jobs queue
what is cron jobs
custom artisan command
guard policies
types of erros in php
array functions
what are the service provider and what aer the service container , what are the difference
what are the observers in laravel
what is the milti level inheritance
waht are the interfaces in laravel
what is version controler system
2024-04-15-16:06:49.mp3
multiple inheticance it will no tsupport, multi level supports
multi level inheritance is supporting in laravel or php
using traits
web hooks
webhook what it do ( rest api also sends data )
in bank application ( in payment gateway) some times payment takes time
at taht time
web hooks or rest api what it will do ?
2024-04-15-18:15:15.mp3
had you implemented captcha mechanism
third highet value in given arrray
which laravel version 8
which is developed in laravel version 6, how to update to version10
some thing about queue , what is queue, how to implement queue
what is the diffetence document.rady and winodw.load
take two images, have two buttons, click onist button second button hide, second button click ist button hide
in javascript
how to knwo which database or which database engine perfects for your project
credited and debited => in tranascactiosn => all the credits and debits usrer by
what is composite-unique key in sql
find the highest salary in employees table
2024-04-17-13:05:26.mp3
stripe payment gatweay process
if anything happen after payment by client , and its not redirecting to our page
whats the soilution fo rthis payment gateway
pusher.io
datatable has pacakge
what is eloquent orm and give some examples
join query or orm query which one is best
what is middlewarem give some examples
authorisations pacakage, tell me some pacakges and
which you feel good in laravel
for ccart you implemetned any package or hardcoded
from add to cart to realtime
how it is storing ( cookies or database)
is it possible to connect more than database
and can we get database and can we related two databases
and how to relate two databases
what is maintianece mode, can some users can access by sharingip address or any
laravel jet stream ( which laravel it came)
what are teh artisan commands
what is softdelete and harddelete
is it possible can we call rooute api.php routes from web.php
is ti possible , can we update whatever happened in a database to b database automatically
2024-04-17-15:09:41.mp3
vmax questions
what is authrisation, how to give permissions to users ( role based or permission based)
how to authorise the rest api
whatis npm
what is php artisan
what are eloquesnt orms and what are their types
what is many to many and give example
reverse routing
what is middleware and give me some examples other than authenticate
how to write middleware in routes
what is service container and what is sevice provider
new class,
how to call afunction from a class and if we import that classs ot another class and how to call that perent function
FIND COUNT
=
=
=
=
WHAT IS THE DIFFERENCE BETWEEN PRIMARY AND UNIQUE KEY
=
WHAT IS INDEXING, AND WHAT IS THE BENEFITS OF INDEXING
==
HOW MANY PRIMARY KEYS IN TABLE
=
WHAT IS COMPOSITE-UNIQUE
=
THIRD HIGHEST SALARY FROM EMPLOYEE TABLE
=
2024-04-18-17:06:32.mp3
ARRAY FUNCTIONS
IF IT IS COOKIE OFF, SESSIONS WIL WORK
WHAT IS HT ACCESS FILE
HOW TO INCRESE MAXIMUM UPLOAD SIZE
WHAT IS THE $this
what is fdifference between file_Get_contents an drequire
what is difference betwen single quote and double quite
what is difenerce between private and protected varaible
wht is trait
if there is now vuex, how to set parent variable from child
what is constructor
exec funciton
what is csrf token
difference between web.php and api.php
what is difference between job and queue
what is dd function
what is eqloeuent orm and what are the relation ships
using cookies , session, statemeanagent sstem , local storage
what is local storagte , what is use
without vuex , can we run applicaiton
how to push dat ato parent component variable in vuejs
cors erros in javascript
how to debug logcal error in vuejs
differnce between let and var
how to implement timer in javascript
what is parse int , what it will do
how to store image to database direcltgy
how to imporve perforamnce of sql query
what is proomise
backgroudn color, backgroud image, backgroud style properties
display flux
fixed csss
border-radius whati it is and short hand oif boprder
dispay:relative and absolute
what is diffeenece between pixel and em
19th apri l 2024
how can we make async
my sql indexing
select * from user where email ="" or mobile ='';
how to create index while writeing query
2024-04-19-19:02:17.mp3
what is observers
how to update before and after update inlaravel
what is difference between composition api and option api
what is statemanagement system
class one and calss two (child) college and student class, inside the college class create a protectec varaible with array (courses)
what is the difference between pacakge.lock and pacakge.json
create button call that css without bootstrap button develop css from scratch
click on that button it will copy and if i click on second button it will copy
task3
['Learn PHP programming', [1,2]],
['Practice PHP', [2,2]],
['Work', [3,2]],
['Do exercise', [4,2]],
];
['Learn PHP programming',["test"=>["content"]]];
['Learn PHP programming',["test"=>["content"]]]
];
<div class="test">get by class</div>
<div data-id="test">get by data attr</div>
<div test="test">get by attr</div>
what is mulitple inheritance, will it support php
what is most difficult thing in laravel
what is composer
how can we turn off csrf token for some routes
what is middleware
can we create customised middleware
what is service provider
how can we define global var
how can call some functons ad global functions
what are the events in laravel
what are the queue mecahnisms
sql
what are the difference between varchar and char
what is self refering foerign key
what is stored procedures
what is scheduler
what is trigger
what is transactions
what is difference between primary key and foreigh key
diecimal is 5,2, what is maximum value
difference bwtween let and var in javascript
what is hoisting
what is closure
what are promises
what are ajax global functions
service providers and service containers
Service provider register the dependencies and the Service Container is the place where all the depencies work together as a whole application.
what is the usage of abstract, interfaces
what is traits, if twoo traits are declare din one controller, how can we call that trait
<?php
$ty =[["name"=>"vamsi","age"=>8],["name"=>"krishna","age"=>20]];
$test='krishna';
$values= array_search($test,array_column($ty,'name'));
echo $ty[$values]['age'];
?>
employee table
column name is name and salary
1000 records in table
find all third character is m
select * FROM employees where substring(name, 3,1) = 'm';
get the 6th highest salary
select FROM employees where order by salary desc
limit 1 offset 5;
what are the magic methods
what are _Set
how to set coookie and how to unset cookie
what is session
what are the differnce between session and cookie
1 2 3 4 5 6 \
what are the design patterns
what is sinelton pattern
SELECT DISTINCT salary FROM employee ORDER BY salary DESC LIMIT 1 OFFSET 5;
2024-05-15-14:01:29.mp3
value labs
what are magic methods
why it is calle magic methods
give me exaples
how do u handle errors
if we wrtie tr cahtec and inside of catch try catch
finaly used
what i ss dependency injection
what i sauthorisation
private constructor in laravel
singleton class means
can we inplement singleton class
how can we represent singledon design pattern using class
can php use multiple inheritance
trait use of
what is the differnce between estends , and implements
what is the usage of abstract
what is the usage o f interface or abstract
what is difference between abstract and interface
what is static method
what is dependency injection
whre we can use interface
what is composer json and what sis composer.lcok
loose couploing an dtight coupling
without composer.jsoon can applicaiton run
php fpm
after http request what happens
whati is nginx
at server will it go to nginx or php ist time
what is throttling
which error if throlttle happens
what i shttp code for eerorsm, success, errors
is ther anmy package requeired restup api
what is the autnetication mechanisms sfor rest api
why passpoprt and why not sanctum
how you are passing token in rest api
wihtout using with, hwo can we call relationshops
what is accessotre andmutatios
what is scope
what is the use of belongs to and belows to many
2024-05-15-15:06:18.mp3
webapp
explain work flow with some pacakges
which charts are u using
amcharts, apex charts
if we have so many roles, which method to compare is better ( string comparision, number s compariesion))
what is session and cookie
how the server differentiats between two requestss gernerated from two different browsers and bot h are unauthetnicated
and session is stored in server ( how if it is session based request, if it is stored in serverthen how it knwothis browser is requested)
session is store in server, request from frontend , then how server differetnate two requestes
if i logout of session, will it logout from all browsers
if i upload 100 gb file using laravel, is it possible , what is the best way for this
while uploading internet lost, will it restart from scratch, or will it contniue after get internet
do you know about file streaming
differnece between vue3 and vue2
what is the difference btweteen compositon and option api
what is the difference bwtween productiona dn development folder
package.json and pacakge.lock json differencet between
what is dfifferencve bwetween dependencies and dev dependicies
what is difference bweteen npm and yearn pacakge
what is mixins.js
communication between components
validate porps
what is ssr
database normalisation
relations ships in laravel
what is morph to
indexing in db
database normalisation
what is trigger
difference bwtween stored procedure and trigger
2024-05-15-16:02:59.mp3
consultpr.net
what i s composer
what is laravel
is it nrecessary composer.json, after installation
why preferred laravel
which type of security by laravel
how to put our app to production mode
can we enter command to jum our applicaiton to maintaience
which one i sbetter db queries and elqouent orm
where you implemented db:queries
any third party api integration
difference between sessionand cookie
is it possible to expire the cookie in some time
cooke store at browser with domainor ?
waht are the routes
folder in vlaravel
default files or folders in laravel
what is event
what is scheduler
how to got all route lists in laravel
what is php artisan
types of request in php
how to validate requests
how do u validate name,dob,phonenumber
what is csrf token ,
ho u off the cser f token to some routes
types of middlewares
can we go multiple route pages and merge to main rout page
what is ajax
form submit, get error, code modified laravel, will it sends error or new modified
by rest api with csrf token, no trefresh
what is fillable and what is guarderd, what is cast
what is hidden
some examples of middleware
how can we check it is actual daat or grababge data in laravel valdiations
types of relations shoip in laravel
how to get data from database
=
how to creat model, migration controller and resource controler what i s fcommand
custome table=> how to connect custom table
eloquent cursor method
php compact
wha tis scope in laravel , what is double colon
custom classes in laravel
how to cal;l antoher controiler functions
how to get api address
what is meant by facafdde
difernce between primary keyt and unique key
what is dfiffernce between whare adn having
truncate,empty ,delete ,drop diference in sql
how to define relation between
what is stored procedurea nd differnece bwteen functions and stored proccedure
what is tgrigger
what are joins,
eloquent cursor method
15/5/2024 5-6 pm
ojas
ss
vuejs
2024-05-17-16:05:07.mp3
infosys
what is scheduler
what is laravel queue
what is s3bucket, what need for this
genterate pdf and execl , preceodure
in excel how to add logo at header
how to give page number in pdf
dynamic componetn in vuejs
what i sdependency injection in laravel
difference between authetnication and authorisation
value labs
2024-05-17-10:06:44.mp3
default routes in routes folder
authetnication and authoirisation
unit test framweroks integrated ?
what is 502 error code
what is dependency injection adn their types
what i sdd function
what is active record pattern
how u work on query builder
which command to use to check to know the composer is installed or not
what is throttling
what hurdles i faced while uising laravel
2024-05-16-23:02:40.mp3
consultpr.net
motivation for work
what is ur strengths
why would we hire you
where are you after 2 years
what
No comments:
Post a Comment