TrendingCode

TrendingCode

Hey Developers !!!

Welcome to our KZread channel, your ultimate destination for tech enthusiasts and learners!

We bring you engaging and informative content on a wide range of topics, from programming and software development with Java, Python, and more.

Whether you're a beginner or an experienced developer, our channel offers valuable insights. Join our community, hit the subscribe button, and let's dive into the exciting world of technology together!

The tutorials are related to :

#Java
#SpringFramework
#SpringBoot
#Python
#ArtificialIntelligence
#MachineLearning
#Android
#GoogleCloud
#AmazonWebServices
#AWS
#CloudComputing
#DevOps
#IoT (Internet of Things)
#Cybersecurity
#DataScience
#Blockchain
#WebDevelopment
#MobileApp
#Serverless
#Containers
#Docker
#Kubernetes
#AI
#ML (Machine Learning)
#Spring Framework
#College Projects
#System Design
#Hibernate /JPA
#Microservices
#Game Creation
#Data Structures & Algorithm

Please find the below links for further reference.


Пікірлер

  • @sadiulhakim7814
    @sadiulhakim78146 күн бұрын

    Thanks a lot

  • @harishmadana7022
    @harishmadana70226 күн бұрын

    Thank you very much for the detailed information.

  • @razatech22
    @razatech228 күн бұрын

    Connect with two different databases i.e. mysql &postgreSQL

  • @sachindrapandey7146
    @sachindrapandey714622 күн бұрын

    very helpfull

  • @abhirooptayal7203
    @abhirooptayal720326 күн бұрын

    Bhai you are putting efforts, but try to explain with pseudo code like beginner is watching it. Go bit slow, and give more explanation at each point. For Ex - how have you created TreeNode class for those who dont know Tree DS. Thank you

  • @Killer22246
    @Killer2224628 күн бұрын

    does it work on windows 10?

  • @dankierson
    @dankiersonАй бұрын

    Poor video. He starts using a new construct *before* explaining its purpose.

  • @nareshkumarsanda9247
    @nareshkumarsanda9247Ай бұрын

    Crip and clear kudos, this deserves a 👍

  • @user-wc8wn9rn2h
    @user-wc8wn9rn2hАй бұрын

    This is great video...after getting lots of error now I am able to resolved my issues.. Thankyou ..One should definitely recommend this🤗

  • @vkidquintin
    @vkidquintinАй бұрын

    A Yapper.

  • @revanthgoud8129
    @revanthgoud8129Ай бұрын

    How to auto create table I have used spring.jpa.generate-ddl=true but it s not working

  • @PoojaPatil-fb7xr
    @PoojaPatil-fb7xrАй бұрын

    Explanation 🔥

  • @PoojaPatil-fb7xr
    @PoojaPatil-fb7xrАй бұрын

    Thank you ❤

  • @sekharsamanta6266
    @sekharsamanta6266Ай бұрын

    such an excellent lesson

  • @3dmusicofficial184
    @3dmusicofficial184Ай бұрын

    class Utility{ int i; boolean bool = false; public synchronized void set(int i)throws InterruptedException{ while (bool){ wait(); } this.i = i; bool = true; System.out.println("Producer: " + i); notify(); } public synchronized void get() throws InterruptedException{ while (!bool){ wait(); } bool = false; System.out.println("Consumer: " + i); notify(); } } class Consumer implements Runnable { private Utility utility; public Consumer(Utility utilty) { this.utility = utilty; Thread consumer = new Thread(this,"Consumer"); consumer.start(); } public void run(){ while (true) { try { utility.get(); Thread.sleep(2000); } catch (InterruptedException e) { e.printStackTrace(); } } } } class Producer implements Runnable { private Utility utility; public Producer(Utility utility){ this.utility = utility; Thread producer = new Thread(this,"Producer"); producer.start(); } public void run(){ int i = 0; while (true) { try { utility.set(i++); Thread.sleep(2000); } catch (InterruptedException e) { e.printStackTrace(); } } } } public class ProducerConsumer{ public static void main(String[] args) { Utility utility = new Utility(); new Producer(utility); new Consumer(utility); } }

  • @dheereshsingh6415
    @dheereshsingh64152 ай бұрын

    great content for interview , keep up the good job bro 😍

  • @TrendingCode
    @TrendingCodeАй бұрын

    Thank you

  • @UmaimaRaheelfbkbokhtff
    @UmaimaRaheelfbkbokhtff2 ай бұрын

    is it for A* heuristic

  • @technicalhacks5798
    @technicalhacks57982 ай бұрын

    Thanks very well explained

  • @kostiantynkarzhanov9216
    @kostiantynkarzhanov92162 ай бұрын

    Very good tutorial! Thank you so much! 💛

  • @user-qb9bf2qb7c
    @user-qb9bf2qb7c2 ай бұрын

    Lol😅

  • @thecontrabandchannel
    @thecontrabandchannel2 ай бұрын

    I did it exactly like this and I can't 'regis-server' is not recognized as an internal command or external, an operable program or a batch file.

  • @happilysmpl
    @happilysmpl2 ай бұрын

    Explained v well in short 👍

  • @TrendingCode
    @TrendingCode2 ай бұрын

    Thanks 🙂

  • @stuff7562
    @stuff75622 ай бұрын

    At 8:42 minute power shell executed the docker login command , for us giving the error as docker : The term 'docker' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + docker login + ~~~~~~ + CategoryInfo : ObjectNotFound: (docker:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException

  • @user-wg5yw8tw7s
    @user-wg5yw8tw7s2 ай бұрын

    http.authorizeHttpRequests.antMatchers not working in my application. How to add ip addresses with this one http.authorizeHttpRequests(configurer -> configurer

  • @srinathHero
    @srinathHero3 ай бұрын

    excellent

  • @TrendingCode
    @TrendingCode2 ай бұрын

    Thanks!

  • @finicky_owlpines
    @finicky_owlpines3 ай бұрын

    Why was aspects dependency added?

  • @VJ-xs5zt
    @VJ-xs5zt3 ай бұрын

    No non sense. Simple and very very straight to the point. Kudos

  • @rockrock33819
    @rockrock338193 ай бұрын

    Yes exactly! How did you do the authentication. You didnt show the main paet

  • @null8637
    @null86373 ай бұрын

    great tutorial

  • @null8637
    @null86373 ай бұрын

    wheres your github link?

  • @aashutoshojha3668
    @aashutoshojha36683 ай бұрын

    Which editor do you use?

  • @kramprabhu
    @kramprabhu3 ай бұрын

    Really very good , simple and short.

  • @swasthikbhatt9833
    @swasthikbhatt98333 ай бұрын

    Thank you so much sir 🥺🥰

  • @caiosuarez4298
    @caiosuarez42983 ай бұрын

    Nice explanation, thanks!

  • @utuberay007
    @utuberay0073 ай бұрын

    Short right to point and good slow explanation

  • @baldin13
    @baldin133 ай бұрын

    awesome video! Helped a lot!! I'm fixing some bugs from a legacy project that don't accept any libs ou proxy configs, this was only way that worked, tks so much

  • @bobyburman4458
    @bobyburman44583 ай бұрын

    respect.... short-simple-informative-to the point...hats off

  • @cool_guy_Vaibhav
    @cool_guy_Vaibhav3 ай бұрын

    jay bhim

  • @riddhitripathi5883
    @riddhitripathi58834 ай бұрын

    Provide Source code of this

  • @ramyagandhi5251
    @ramyagandhi52514 ай бұрын

    thankyou

  • @wisart_india
    @wisart_india4 ай бұрын

    Great✨

  • @TheFactswithPK222
    @TheFactswithPK2224 ай бұрын

    Nice explanations with example covered all the concepts. Thank You

  • @mohamedba7663
    @mohamedba76634 ай бұрын

    great🥰

  • @pranoydas9654
    @pranoydas96544 ай бұрын

    Why the tables are not generated automatically?

  • @yashbarman9404
    @yashbarman94044 ай бұрын

    there is an checkbox to directly add the path to environment variable.

  • @cmvpmv8761
    @cmvpmv87614 ай бұрын

    Such short and simple examples actually made it easy to grasp. The only confusion I faced was with your naming convention for object reference variable. 8 was confusing a lot reading object name thinking that's a method name. Thanks for sharing your knowledge. 👍

  • @moscowoffender734
    @moscowoffender7344 ай бұрын

    This is the best explanation. Thank you so much :)

  • @TrendingCode
    @TrendingCode3 ай бұрын

    Glad it was helpful!

  • @techanumalayalam4966
    @techanumalayalam49665 ай бұрын

    Good video thanks One note we can click on the check box while installing to setup path variable automatically without doing after manually

  • @meharajfareedy6031
    @meharajfareedy60315 ай бұрын

    Nicely explained. 1 number.

  • @adityanjsg99
    @adityanjsg995 ай бұрын

    Saved my day.. Dont have to go through that WSL stuff!