AMA / Q&A - Microservices, Concurrency & Upcoming Videos

Sample Questions:
1. What are microservices?
2. How does web server handle concurrency?
3. Practical use-case of semaphores
and more...
Channel
----------------------------------
Complex concepts explained in short & simple manner. Topics include Java Concurrency, Spring Boot, Microservices, Distributed Systems etc. Feel free to ask any doubts in the comments. Also happy to take requests for new videos.
Subscribe or explore the channel - / defogtech
New video added every weekend.
Popular Videos
----------------------------------
What is an API Gateway - • What is an API Gateway?
Executor Service - • Java ExecutorService -...
Introduction to CompletableFuture - • Introduction to Comple...
Java Memory Model in 10 minutes - • Java Memory Model in 1...
Volatile vs Atomic - • Using volatile vs Atom...
What is Spring Webflux - • What is Spring Webflux...
Java Concurrency Interview question - • Java Concurrency Inter...

Пікірлер: 31

  • @hareeshjp
    @hareeshjp Жыл бұрын

    Really I amazed the way you explained ...it helped alot. Tons of thanks for taking time to do videos.

  • @vvsnmurty
    @vvsnmurty5 жыл бұрын

    Thanks for answering doubts, it gives lot of encouragement to us

  • @aurojitbasak3249
    @aurojitbasak32495 жыл бұрын

    Thank you for your videos.

  • @ashvajitchauhan608
    @ashvajitchauhan6085 жыл бұрын

    More helpful, keep it up Thanks!

  • @sharanyarai378
    @sharanyarai3785 жыл бұрын

    Thank you, more excited for upcoming videos. is it possible to share your knowledge on data structures?

  • @rajubabupoluparthi998
    @rajubabupoluparthi9983 жыл бұрын

    Thank you for given videos 🙏

  • @wwhill8033
    @wwhill80335 жыл бұрын

    Keep up the outstanding videos.

  • @darogajee3286
    @darogajee32865 жыл бұрын

    Keep it up

  • @exploringBees
    @exploringBees5 жыл бұрын

    Thanks a Million :)

  • @richardwang3438
    @richardwang34385 жыл бұрын

    hi. thanks for making such nice videos. can you share with us your knowledge about key features and differences about the most popular message queue middlewares?

  • @deepmingle
    @deepmingle3 жыл бұрын

    Where are you, Buddy ? Need more video's from you.. waiting..

  • @MrMikomi
    @MrMikomi3 жыл бұрын

    Hmm not my experience re serialisation. We do loads of it at work. Either using Gson or Jackson typically.

  • @Mahesh-yu3th
    @Mahesh-yu3th5 жыл бұрын

    Can you please make a video on when to choose event driven over Rest. The practical examples of both. A practical example on a hybrid solution using both Rest and messaging.

  • @vinodroyyt
    @vinodroyyt5 жыл бұрын

    Thanks for all your videos . Can you make a video on java stream

  • @DefogTech

    @DefogTech

    5 жыл бұрын

    I have made one on java 8 streams, please check out java 8 playlist on the channel

  • @vinodatwal9294
    @vinodatwal9294 Жыл бұрын

    Hi, Your contents quality is great Thanks for sharing such knowledge. If you have time may you create some videos on COMPILE TIME CODE Generation in JAVA/ Compile time annotation processing like MICRONAUT doing

  • @DefogTech

    @DefogTech

    Жыл бұрын

    I am not actively working on Java anymore, so it could take while. Until then, I would suggest exploring GraalVM which is what Micronaut, Quarkus and now Spring Boot use behind the scenes.

  • @shivraj777
    @shivraj7774 жыл бұрын

    Can you cover these two topics- 1. How to achieve multithreading in microservice (specifically for CRUD operations) 2. How to handle data consistency across multiple microservices Please explain with an example if possible

  • @aurojitbasak3249
    @aurojitbasak32495 жыл бұрын

    Hi Sir, Can you please make a video regarding.. SSL certificate base https(secured) web service in Java..

  • @PriyankaAher5
    @PriyankaAher55 жыл бұрын

    Please can you share a code example of calling restful endpoints (say 3) asynchronously in parallel and joining their response into a single json using spring reactive.

  • @DefogTech

    @DefogTech

    5 жыл бұрын

    Sure, will require use of flatMap I think. Will confirm and then make the video. In regular code it can be easily done using countdown latches

  • @_thehunter_
    @_thehunter_5 жыл бұрын

    what a coincidence.. just discovered micronaut 2 days ago

  • @_thehunter_
    @_thehunter_5 жыл бұрын

    pls do one introductory video on graalvm and OSGI and Java modules

  • @DefogTech

    @DefogTech

    5 жыл бұрын

    Osgi and module as per my personal opinion will not be important. Graalvm though it's quite important, will definitely cover it in a video

  • @user-oy4kf5wr8l
    @user-oy4kf5wr8l3 жыл бұрын

    Hello Buddy, why u stop doing videos, i really like ur videos. plz come back :)

  • @prashhanthnelakanti4992
    @prashhanthnelakanti49925 жыл бұрын

    Plz do a video on how to use java with Machine learning/AI

  • @DefogTech

    @DefogTech

    5 жыл бұрын

    I haven't personally done ML/AI, so don't have enough expertise to make a video. Sorry about that.

  • @leoxiaoyanqu
    @leoxiaoyanqu2 жыл бұрын

    Do you use i++ or ++i in for loop?

  • @DefogTech

    @DefogTech

    2 жыл бұрын

    In for loop, the increment operator is an individual statement, thus ++i is same as i++

  • @sarojsahoo8763
    @sarojsahoo87634 жыл бұрын

    Can you let us know how does transaction works in a Microservice application!

  • @amoljoshi6546

    @amoljoshi6546

    3 жыл бұрын

    Please read about saga pattern