Пікірлер
@sakethillendula4171
@sakethillendula4171 Күн бұрын
Great explaination
@HighOctaneNews570
@HighOctaneNews570 2 күн бұрын
Perfect, you're the GOAT
@TalentedDeveloper
@TalentedDeveloper 2 күн бұрын
Thanks
@rangoji
@rangoji 2 күн бұрын
love you boss thank you
@TalentedDeveloper
@TalentedDeveloper 2 күн бұрын
Thanks
@rashmirabha4658
@rashmirabha4658 2 күн бұрын
Not working
@TalentedDeveloper
@TalentedDeveloper 2 күн бұрын
oh.. please check the pinned comment
@thematuredmillenialtalks2770
@thematuredmillenialtalks2770 3 күн бұрын
i did everything usaid....getting this-------------------------------"'-mvn' is not recognized as an internal or external command, operable program or batch file."
@TalentedDeveloper
@TalentedDeveloper 3 күн бұрын
oh, can you please try to restart your system once??
@TiteTunez
@TiteTunez 3 күн бұрын
You're the best ✨
@TalentedDeveloper
@TalentedDeveloper 3 күн бұрын
Thanks
@abhishek_jaist
@abhishek_jaist 5 күн бұрын
Absolutely beautiful tutorial sir
@TalentedDeveloper
@TalentedDeveloper 5 күн бұрын
Thank you
@EvanYulzaen
@EvanYulzaen 5 күн бұрын
THANKYOU!!!!! I’VE BEEN SEARCHING FOR THIS VIDEO MANN!!!!
@jkmaina1
@jkmaina1 5 күн бұрын
Thank you so much bro,,,
@cosmicart5061
@cosmicart5061 6 күн бұрын
its work but FN key didnot work for shortcut
@TalentedDeveloper
@TalentedDeveloper 4 күн бұрын
ok
@MUSICWITHPANDA-u4k
@MUSICWITHPANDA-u4k 6 күн бұрын
Sir can you please make more videos on pattern because rather than you, not a single KZbin channel not able to show live java program hence I search for an hour but i find live java program but all the program are not working so please sir our exam are coming soon 😅
@TalentedDeveloper
@TalentedDeveloper 6 күн бұрын
Hi, I already made 8 videos on number and star pattern, please check and let me know what you need. Star and number Pattern in Java with logic: kzbin.info/aero/PLyzY2l387AlO_4Pl-O6Fb3GdSyTQrVEJj
@MUSICWITHPANDA-u4k
@MUSICWITHPANDA-u4k 6 күн бұрын
Thanks sir 😢 i am finding this type of videos because very less number of people like you make a correct program and when i look for any other the program shows error or the code give another output. Thanks Sir 🙏
@TalentedDeveloper
@TalentedDeveloper 6 күн бұрын
most welcome
@ahsantaqweem7371
@ahsantaqweem7371 7 күн бұрын
hwo to make connection with ldap and activedirectory is tahere any tutorial relatd to tahta i am working with laravel project
@TalentedDeveloper
@TalentedDeveloper 6 күн бұрын
Hi, please use below code: ldap connection code: <?php return [ 'connections' => [ 'default' => [ 'auto_connect' => true, 'connection' => Adldap\Connections\Ldap::class, 'settings' => [ 'schema' => Adldap\Schemas\ActiveDirectory::class, 'hosts' => ['your-ad-server.com'], // AD server(s) 'port' => 389, // Default LDAP port 'base_dn' => 'dc=example,dc=com', // Base DN of your AD 'username' => '[email protected]', // AD admin username 'password' => 'your-password', // AD admin password 'follow_referrals' => false, 'use_ssl' => false, // Set to true if using SSL 'use_tls' => false, // Set to true if using TLS ], ], ], ]; authentication code: <?php return [ 'connection' => 'default', 'provider' => Adldap\Laravel\Auth\DatabaseUserProvider::class, 'rules' => [ Adldap\Laravel\Validation\Rules\DenyTrashed::class, ], 'scopes' => [ Adldap\Laravel\Scopes\UidScope::class, ], 'usernames' => [ 'ldap' => 'samaccountname', // LDAP attribute used for authentication 'eloquent' => 'username', // Column in your users table ], 'login_fallback' => true, 'password_sync' => true, 'sync_attributes' => [ 'name' => 'cn', // Full name from LDAP 'email' => 'mail', // Email address from LDAP ], ];
@TalentedDeveloper
@TalentedDeveloper 6 күн бұрын
please install : composer require adldap2/adldap2-laravel
@mursaleenbanka6512
@mursaleenbanka6512 8 күн бұрын
dont sue me
@TalentedDeveloper
@TalentedDeveloper 8 күн бұрын
why? Did I explain anything wrong?
@Shifaasthetics
@Shifaasthetics 9 күн бұрын
Sill i can't open windows
@TalentedDeveloper
@TalentedDeveloper 9 күн бұрын
oh, please check the pinned comment
@aixo81
@aixo81 12 күн бұрын
Thank you, very much! You save my day!
@TalentedDeveloper
@TalentedDeveloper 12 күн бұрын
most welcome
@SHaRPDagger99
@SHaRPDagger99 12 күн бұрын
Very straightforward video! It makes my time unbothered. Thankyou!
@leonardovinicius5328
@leonardovinicius5328 12 күн бұрын
Thank you very much!
@TalentedDeveloper
@TalentedDeveloper 12 күн бұрын
most welcome
@TECHNICALBOYWASIB
@TECHNICALBOYWASIB 13 күн бұрын
T working
@Роман-т5е6с
@Роман-т5е6с 16 күн бұрын
great video , thanks !!! keep going
@TalentedDeveloper
@TalentedDeveloper 16 күн бұрын
Thank you 😊
@JourneyinWords-j9n
@JourneyinWords-j9n 17 күн бұрын
plz make a one more new course (playlist) on same in 2025
@TalentedDeveloper
@TalentedDeveloper 17 күн бұрын
sure, noted. Thanks
@bakiaoalfredo5915
@bakiaoalfredo5915 19 күн бұрын
Still it didn't work in my computer
@TalentedDeveloper
@TalentedDeveloper 19 күн бұрын
oh sorry, please check the pinned comment
@arsalansardar-f3k
@arsalansardar-f3k 20 күн бұрын
corect code ni ha ap ka
@laxmiommi271
@laxmiommi271 20 күн бұрын
Can u explain collections please
@TalentedDeveloper
@TalentedDeveloper 20 күн бұрын
Hi, I have started a Java Tutorial series for beginners where very soon I cover Collection and I will try to make sure to make a separate video also where I will copy the entire collection in a video. Please give me some more time
@KatoEmbren
@KatoEmbren 21 күн бұрын
Very nice. Works fine. Thanx
@alexseevideo
@alexseevideo 22 күн бұрын
excellent
@TalentedDeveloper
@TalentedDeveloper 2 күн бұрын
Thanks
@MudavathRoshan-e8h
@MudavathRoshan-e8h 22 күн бұрын
Thanks for the visual explanation man...Really appreciate it!!
@TalentedDeveloper
@TalentedDeveloper 22 күн бұрын
Thanks
@MalaHoxha-lq8vn
@MalaHoxha-lq8vn 25 күн бұрын
Thanks
@ataurrahmanniloy8751
@ataurrahmanniloy8751 25 күн бұрын
Thanks. Love from Bangladesh
@GlobalToursConsultancy
@GlobalToursConsultancy 26 күн бұрын
its work !
@pashadjoystick
@pashadjoystick Ай бұрын
ты не до конца понимаешь что ты делаешь если ты повторяешь все стандартные шаги и создаёшь 100000000000 классов для простой операции обмена деньги на товар - твои действия похожи на верование в длинные правильные молитвы Богу где нужно каждый раз перечислить имена всех святых :)
@TalentedDeveloper
@TalentedDeveloper Ай бұрын
Hi, At the beginning of the video I said it is only for learning purposes. So If you are following the tutorial I have created two seperate class, one of ui page and another one for api. It is just for learning, so you can learn and integrate in your code by using your logic.
@Rclover-r9n
@Rclover-r9n Ай бұрын
It says windows cannot find that command
@TalentedDeveloper
@TalentedDeveloper Ай бұрын
oh.. then you need to check other solutions. Please check the pinned comment 🙏
@mdrafiqujjaman
@mdrafiqujjaman Ай бұрын
thanks 😊
@binhhoang97510
@binhhoang97510 Ай бұрын
Greate, Thanks alot <3
@TalentedDeveloper
@TalentedDeveloper Ай бұрын
You are welcome
@kalinduedirisingha8533
@kalinduedirisingha8533 Ай бұрын
Thanks my friends..love from Sri Lanka ❤❤
@TalentedDeveloper
@TalentedDeveloper Ай бұрын
Glad it worked. Love from India
@nirajkumar6898
@nirajkumar6898 Ай бұрын
@TalentedDeveloper it is showing that my file has been deleted😢 what should I do?
@TalentedDeveloper
@TalentedDeveloper Ай бұрын
oh, please check the pinned comment. Another video is there, I hope it will help you
@Nishan617
@Nishan617 Ай бұрын
Bro it is not working
@TalentedDeveloper
@TalentedDeveloper Ай бұрын
ohh, please check the pinned comment Bro
@nidhinema2718
@nidhinema2718 Ай бұрын
Keep it up👌👌👌👌👌
@TalentedDeveloper
@TalentedDeveloper Ай бұрын
Thanks
@kerbyross1226
@kerbyross1226 Ай бұрын
how come people on this comment says "it's working" but not for me😢
@TalentedDeveloper
@TalentedDeveloper Ай бұрын
because it worked for them, if it is not working then please check the pinned comment
@user-tz8qi
@user-tz8qi Ай бұрын
of course youre in*dxan nothing worked
@TalentedDeveloper
@TalentedDeveloper Ай бұрын
sad to hear
@remymanee
@remymanee 20 күн бұрын
no reason for hatred
@user-tz8qi
@user-tz8qi Ай бұрын
didnt wqork you fucking scammer
@manishkrishnaperumalla8493
@manishkrishnaperumalla8493 Ай бұрын
It was throwing bad credentials. Even after entering correct credentials and also unable to debug as suggested it is not taking me to method implementation
@TalentedDeveloper
@TalentedDeveloper Ай бұрын
Hi, are you able to run ldap browser? Please please start ldap browser/server and see you data DN. If you are facing an LDAP running issue then try to start with the administrator. If the issue still persists then downgrade the Java version. If it is running then please the credentials, add logger as debug level
@devnandansaw8703
@devnandansaw8703 Ай бұрын
Good explanation but improve your video quality 👍
@TalentedDeveloper
@TalentedDeveloper Ай бұрын
I'm really sorry about the quality, now I am keeping improving. Thanks
@sanketannadate4407
@sanketannadate4407 Ай бұрын
Nice
@shobhashah8373
@shobhashah8373 Ай бұрын
"Wow, I can't believe a 38-second video solved a problem I’ve been struggling with for so long! Thank you so much for this quick and effective fix. You saved me a lot of time and frustration. Keep up the amazing work!"
@DevaVedaSuresh
@DevaVedaSuresh Ай бұрын
Thank you bro.. short and crisp
@TalentedDeveloper
@TalentedDeveloper Ай бұрын
Thanks
@DevaVedaSuresh
@DevaVedaSuresh Ай бұрын
@TalentedDeveloper pls start microservices series
@TalentedDeveloper
@TalentedDeveloper Ай бұрын
sure, noted
@anonymousgameryt2442
@anonymousgameryt2442 Ай бұрын
you earned a sub!!
@ALLAKAHAINDHAVI
@ALLAKAHAINDHAVI Ай бұрын
Tq so much. today is my external. U r explanation is too good.
@TalentedDeveloper
@TalentedDeveloper Ай бұрын
Thanks
@_toxin_9323
@_toxin_9323 Ай бұрын
Good Explanation and Great efforts
@TalentedDeveloper
@TalentedDeveloper Ай бұрын
Thanks
@brandoncasas1976
@brandoncasas1976 Ай бұрын
What if nothing pops up for the task scheduler
@TalentedDeveloper
@TalentedDeveloper Ай бұрын
really??
@remymanee
@remymanee 20 күн бұрын
same here