Make a vedio on real time project by using spring, springboot, restful and microservices and with mysql
@DailyCodeBuffer3 жыл бұрын
Do you have anything in mind?
@chandsmd98473 жыл бұрын
Regarding about any banking project or air service application project...
@laythmohammed64753 жыл бұрын
your videos is very useful and understandable for beginners thanks alot bro. if you could make a video of how to structure project folders and files and show us the best practices to do while structuring project files. this will be very kind of you.
@DeepakGupta-pz4fx3 жыл бұрын
Please make a video complete spring boot microservices rest api using jwt authentication microservices
@Javier.P633 жыл бұрын
Congratulations, despite not knowing the English language, I was able to perfectly understand the subject of Api rest, thank you.
@PixelLoafLatte3 жыл бұрын
can you make tutorial about REST API Documentation with gofiber and swagger? i hardly find an example for it
@manishbhatt11013 жыл бұрын
This channel should already have a million subscribers. Keep it up brother!
@DailyCodeBuffer3 жыл бұрын
Thank you so much
@17aik23 жыл бұрын
Great video! Very helpful and educational. Wish your channel grows faster!
@eliaschampi3 жыл бұрын
great what is your vscode theme
@DeepakGupta-pz4fx3 жыл бұрын
Please make on video aws Ec2 Complete one video and how to deploy applications spring boot
@ardeshirojan14682 жыл бұрын
all good ... but any idea how did he find the DNS?
@subratmca3 жыл бұрын
Can you please create a tutorial for Oracle DB connection and CRUD?
@vinayyadav-qr7rb3 жыл бұрын
one day you rock bro.. in whole youtube, nobody like you not provide realtime example, it's take time but one day...you rock
@DailyCodeBuffer3 жыл бұрын
Thank you for supporting🙏
@spodarman38233 жыл бұрын
i have more than one route i have the auth routes and posts route idk what to do...
@techlifejournal3 жыл бұрын
did u try making any websites using gofiber?
@keith82632 жыл бұрын
Hey man, sick demo. I think it's actually a "handler function", not a method.
@akashtetme80573 жыл бұрын
Brother, I must say, you deserve more subs. I'll share your video's to my friends and needy people. Can you please cover ec2 server, AWS please. Thanks again.
@subratbarik53563 ай бұрын
Any idea how to run mysqli join queries using GORM?
@satishkumarrayavarapu50542 жыл бұрын
what is soft delete and hard delete here?
@DailyCodeBuffer2 жыл бұрын
Soft delete is , you just mark the entry as inactive without deleting the data. Hard delete is deleting the data permanently
@satishkumarrayavarapu50542 жыл бұрын
@@DailyCodeBuffer thank you very much for your video on golang ...!! i will watch all your videos and subscibing your channel now... 😍
@rahulagarwal968 Жыл бұрын
Hi. I am a Beginner in Go. I have started learning Fiber and my goal is to build rest API with golang. But there are so many other frameworks as well such as Mux, Gin, Echo, Chi etc. So for getting job, which one you would suggest along with Fiber ? Which is your personal favorite ?
@ketankushwah64883 жыл бұрын
Bro is there any option instead of DNS?
@sshinde97152 жыл бұрын
Please make video on go kit framework
@pixo-pixel3 жыл бұрын
bro could you make full deep detail of spring security
@renatospaka3 жыл бұрын
Hi Shabbir, awesome video my friend. Congratulations However, why should I use Fiber instead of Mux or Chi? I think this subject deserves an explanation (Fiber is much better)
@bavan13583 жыл бұрын
bro make some more videos or projects using this framework
@softblood19413 жыл бұрын
Nice work man. Keep it up, and if you can I would like to see more frameworks like flask or Django with python or kotlin or Java with spring
@FahimAhmed-tb8wu3 жыл бұрын
make a tutorial on hashing passwords
@NikhilGupta-pn8ss Жыл бұрын
Too good explanation, Thanks man
@DailyCodeBuffer Жыл бұрын
Glad you liked it!
@PankajYadav-ik4kf3 жыл бұрын
Plz can you make a video on role based Authentication and authorisation with cookies and middlware using gorm and Gorilla mux router
@shreyasshrimal56912 жыл бұрын
Do u get any idea for jwt authentication using mux
@nirmesh443 жыл бұрын
you made it really easier. Kudos!!
@DanFlakes3 жыл бұрын
That was a great tutorial. Thanks man
@davidmucioca64233 жыл бұрын
You made it very easy. thank you. next implement authentication and authorization
@knightthompson29382 жыл бұрын
Thank you, nice one man.
@DailyCodeBuffer2 жыл бұрын
Thanks 🙏🏻
@chandsmd98473 жыл бұрын
Make a vedio on complete spring, microservices, restful web service bro...
@DailyCodeBuffer3 жыл бұрын
Have a video on complete Microservices as well as Springboot. Please let me know if you are looking for any particular topic. I will plan a video on the same.
@aadiraj61263 жыл бұрын
@@DailyCodeBuffer plz make video on webclient..and attach exception handling & JUnit for webclient too. Can we have it on urgent basis?
@vinayyadav-qr7rb3 жыл бұрын
bor make some video's on kafka with boot it is highly trend in the market
@spodarman38233 жыл бұрын
Love it!~
@spodarman38233 жыл бұрын
I think you mean api routes
@mohammedsayeed48763 жыл бұрын
Please ReactJS tutorial with hooks and context api 😭🙏
@DailyCodeBuffer3 жыл бұрын
Surely I'll plan for it
@boot-strapper Жыл бұрын
just FYI, no one should use gorm, its extremely slow and inefficient. The sql it generates is really really bad.
@emmanueluchewa70523 жыл бұрын
nice work but always remove your face from the code editor. Your face is not important the code is the point of focus.
@youtubegarbage4u3 жыл бұрын
what is your take between going with raw gorilla mux as router to build a production app or use web frameworks like echo or fiber or beego? please provide your take with reasons..thanks in advance
@gtv35823 жыл бұрын
i think gorilla mux would be faster, if you optimize it properly. But if you want to get started quickly and have less issues and more simplicity i would use fiber