Event Driven Programming with GO and Kafka

  Рет қаралды 8,811

Akhil Sharma

Akhil Sharma

Күн бұрын

💥💥Link to my Course - akhilsharmatech.gumroad.com/l...
🚨 🚨 🚨 Subscribe so that you're notified when more GO / Rust / Solidity videos come out - / @akhilsharmatech
👋👋👋 CONNECT with me ON LINKEDIN - / akhilsails
🐦🐦Twitter - / akhilairi
🎌🎌 Join this channel to get access to perks:
/ @akhilsharmatech
🚨🚨 50 Killer GO Projects - • 55 KILLER GOLANG Proje...
🚨🚨 50 Killer RUST Projects - • 50 RUST Projects

Пікірлер: 55
@faisalmushtaq2287
@faisalmushtaq2287 4 ай бұрын
8 months ago i started learning Golang from your videos. Till now i have worked on 3 separate projects. The journey has been awesome. Looking forward for more advanced videos. Thanks alot!
@AkhilSharmaTech
@AkhilSharmaTech 4 ай бұрын
Awesome, thank you so much for watching bro 😄
@Levelord92
@Levelord92 4 ай бұрын
Great presentation! Thank you for spending so much time on it
@juicerAware
@juicerAware 24 күн бұрын
stumbled upon your channel recently and I've got to say, this channel is the best for learning Go by making projects. Thanks for making these videos :)
@AkhilSharmaTech
@AkhilSharmaTech 23 күн бұрын
thank you so much for watching bro
@s3npai11
@s3npai11 4 ай бұрын
Awesome, what tool are you using for the diagrams?
@user-wl8kb1lu3x
@user-wl8kb1lu3x Ай бұрын
Thank you from Azerbaijan
@prashlovessamosa
@prashlovessamosa 4 ай бұрын
Thanks your videos are very helpful.
@kumargupta7149
@kumargupta7149 4 ай бұрын
This channel is goldmine for Golang❤
@AkhilSharmaTech
@AkhilSharmaTech 4 ай бұрын
Thank you so much. Also for rust bro
@tech_lover983
@tech_lover983 Ай бұрын
delusion
@user-nz4vi4sx2v
@user-nz4vi4sx2v 3 ай бұрын
Hii @Akhil Do have any idea about realtime data streaming using kafka and distributing the data using websockets
@ademolakolawole3407
@ademolakolawole3407 4 ай бұрын
Awesome I’m learning EDA with rabbitMq was hoping to use the knowledge to learn implement Kafka. Glad you recreated this this video 😊
@AkhilSharmaTech
@AkhilSharmaTech 4 ай бұрын
I'm also creating a video on rabbit mq bro
@olivebishop3794
@olivebishop3794 4 ай бұрын
@@AkhilSharmaTech really waiting for it
@AkhilSharmaTech
@AkhilSharmaTech 4 ай бұрын
@@olivebishop3794 was writing the code for the project to show in the video
@user-xr4oo2xp7q
@user-xr4oo2xp7q 2 ай бұрын
can we use the grpc golang service as a producer and consumer here?
@no_name8880
@no_name8880 4 ай бұрын
really enjoyed the story way of explanation, finally... my wish has been granted..., another small request to make, wanted to see a production level project with kafka..., may be a small ecommerse backend... 😁😁
@AkhilSharmaTech
@AkhilSharmaTech 4 ай бұрын
yes bro, NOW i can teach proper microservices projects. i couldn't do that before because i hadn't explained basics of kafka
@parveshibrahim5338
@parveshibrahim5338 4 ай бұрын
Amazing 🔥
@ashwininayak3923
@ashwininayak3923 4 ай бұрын
Thankyou Sir . As always amazing video and explanation .
@AkhilSharmaTech
@AkhilSharmaTech 4 ай бұрын
Thank you so much for the kind comment bro
@jumairscode1832
@jumairscode1832 4 ай бұрын
Akhil Bhai you are awesome learned a lot from your go lang tutorials
@AkhilSharmaTech
@AkhilSharmaTech 4 ай бұрын
Thank you so much for watching bro 🫡🫡
@sumanshah5750
@sumanshah5750 4 ай бұрын
Make a Playlist for learn go with the proper understanding of real world projects by your videos only.
@macyyash5083
@macyyash5083 4 ай бұрын
From crawling indexing a website to showing
@sayedulkrm
@sayedulkrm 4 ай бұрын
Using Mongodb and go lang can you buld a admin dashboard type project where we get everything shorting or filtering
@AkhilSharmaTech
@AkhilSharmaTech 4 ай бұрын
Yes bro, that's not very difficult. Checkout the restaurant and e-commerce projects they both use mongodb
@afaque.
@afaque. 4 ай бұрын
why Capslock all the timr
@SakshamxKaushik
@SakshamxKaushik 4 ай бұрын
Amazing Content Sir 🔥
@AkhilSharmaTech
@AkhilSharmaTech 4 ай бұрын
thank you so much bro
@user-ug7hf5ti1b
@user-ug7hf5ti1b 4 ай бұрын
Hello there. I followed your tutorial on how to create api using golang and mysql database but when I attempted to use postgresql, I'm unable to save the updated struct though the rest of the endpoints are working properly. If there is a way to share my code with you so as you can review the code and correct me where I might be making mistake . Please help me on how to send the code to you.
@AkhilSharmaTech
@AkhilSharmaTech 4 ай бұрын
Hey bro, did u try chat gpt
@user-ug7hf5ti1b
@user-ug7hf5ti1b 4 ай бұрын
Yeah by the help of chat_GPT , I made all required changes in config,main and models folder but when I run the server and try to save the updated changes, I get an error that the table is being specified more than once.
@bigmo1177
@bigmo1177 4 ай бұрын
Awesome video🔥
@AkhilSharmaTech
@AkhilSharmaTech 4 ай бұрын
Thank you so much for watching bro
@bigmo1177
@bigmo1177 4 ай бұрын
seriously can't wait to build it 🔥🔥@@AkhilSharmaTech
@valentineejakpomewhe4352
@valentineejakpomewhe4352 4 ай бұрын
consumer, err := worker.ConsumePartition(topic, 0, sarama.OffsetOldest) when I restart my server, it resend same data as before, should this not be sarama.OffsetNewest ?? not sure
@knowcode6374
@knowcode6374 3 ай бұрын
How it can be integrated with frontend ...???
@hamidabdukadirov7323
@hamidabdukadirov7323 3 ай бұрын
Websocket
@macyyash5083
@macyyash5083 4 ай бұрын
Hey akhil please make a fullstack production search engine with golang😊
@valentineejakpomewhe4352
@valentineejakpomewhe4352 4 ай бұрын
Yasssssssesdd finallly
@AkhilSharmaTech
@AkhilSharmaTech 4 ай бұрын
Yayy, thank you for watching
@nagendraprasad07
@nagendraprasad07 4 ай бұрын
Sir one doubt wheather 54 videos is in order way to learn golang ...?
@AkhilSharmaTech
@AkhilSharmaTech 4 ай бұрын
It'll be great if you go in order actually. Otherwise pick the ones you like
@krishIT8
@krishIT8 9 күн бұрын
Hi bro right now I am working as .Net Developer and myself planning to shift my career from .Net to Golang and I have covered the basics and some of advance topics and I use to follow your videos for the projects in Golang. Whether is it good decision to change from .Net to Golang.
@AkhilSharmaTech
@AkhilSharmaTech 8 күн бұрын
hey bro, it's all about how much money you make and how much you want to make. if you're making very good money doing .net - then stick with that. if you think you'll make more with GO - do that. also, i genuinely love GO, money or no money, it's just a really cool language, so if you just want to learn it, that's cool too.
@krishIT8
@krishIT8 8 күн бұрын
@@AkhilSharmaTech Yes bro apart from money making I started to learn go lang in my personal interest and I hope it will have good future ahead. And following your videos gives us enough confidence to grow much further. Keep rocking bro 👍 and thank you for your kind reply to comments.
@loveshdutta9207
@loveshdutta9207 4 ай бұрын
is the microservices playlist completed?
@AkhilSharmaTech
@AkhilSharmaTech 4 ай бұрын
No bro, that's why it's not part of this 54 projects playlist. I've put the entire code for the microservices project onto my GitHub, please check. It's very difficult to teach the entire project, but I'm trying to find a way
@loveshdutta9207
@loveshdutta9207 4 ай бұрын
@@AkhilSharmaTech I started learning Go about a month ago . You are the first YTber that does this amount of projects for us learners. Take care.
@yellemonster
@yellemonster 2 ай бұрын
What is up with your intellisense?
@Yett1hhh
@Yett1hhh 4 ай бұрын
This is a goldmin..now make a data pipeline project
@AkhilSharmaTech
@AkhilSharmaTech 4 ай бұрын
Thank you bro, before that I have to make some videos on rabbitmq, nats and microservices
System Design: Why is Kafka fast?
5:02
ByteByteGo
Рет қаралды 1 МЛН
THEY made a RAINBOW M&M 🤩😳 LeoNata family #shorts
00:49
LeoNata Family
Рет қаралды 42 МЛН
Русалка
01:00
История одного вокалиста
Рет қаралды 7 МЛН
A Beginner's Guide to Event-Driven Architecture
37:28
Software Developer Diaries
Рет қаралды 7 М.
What is Kafka?
9:17
IBM Technology
Рет қаралды 450 М.
Build a CRUD REST API with Rust Axum | Tutorial
19:41
cudidotdev
Рет қаралды 5 М.
Advanced Golang: Channels, Context and Interfaces Explained
22:17
Code With Ryan
Рет қаралды 113 М.
Event-Driven Architecture: Explained in 7 Minutes!
7:18
Alex Hyett
Рет қаралды 92 М.
Aider and Claude 3.5: Develop a Full-stack App Without Writing ANY Code!
16:58
Coding the Future With AI
Рет қаралды 25 М.
GopherCon 2016: Francesc Campoy - Understanding nil
30:59
Gopher Academy
Рет қаралды 42 М.
Scientific Concepts You're Taught in School Which are Actually Wrong
14:36
Что делать если в телефон попала вода?
0:17
Лена Тропоцел
Рет қаралды 982 М.
Cheapest gaming phone? 🤭 #miniphone #smartphone #iphone #fy
0:19
Pockify™
Рет қаралды 4,2 МЛН
Samsung laughing on iPhone #techbyakram
0:12
Tech by Akram
Рет қаралды 661 М.