Nestjs API logging the Right Way #02
19:27
4 сағат бұрын
Пікірлер
@ZainyShorts4268
@ZainyShorts4268 13 сағат бұрын
fazool
@codeToCrackJobs
@codeToCrackJobs 9 сағат бұрын
Pasta fazool is a classic Italian-American comfort food
@guru5383
@guru5383 Күн бұрын
Hi sir could you please make proper playlists in order?
@inditechcoder
@inditechcoder Күн бұрын
this video was left private i fixed this now all videos are in order and public
@mazunklaw
@mazunklaw Күн бұрын
sir, from 91 videos in this playlist, 2 of them are unavailable/ hidden. it is okay to follow this playlist? I afraid it is missing something in the middle
@inditechcoder
@inditechcoder Күн бұрын
checking ..if any missing
@inditechcoder
@inditechcoder Күн бұрын
all resolved now
@inditechcoder
@inditechcoder Күн бұрын
fixed
@mazunklaw
@mazunklaw Күн бұрын
@@inditechcoder thank you so much sir
@Amharicbooks24
@Amharicbooks24 2 күн бұрын
when i try to deploy it on cpanel it dont work , but it work fine on local. when i try to npx prisma generate on cpanel i got err
@inditechcoder
@inditechcoder Күн бұрын
cpanel is nothing but a linux machine i guess check if you have all modules installed correctly just run npx prima and check if you have prisma schema file
@DenariusIngrid
@DenariusIngrid 11 күн бұрын
Great analysis, thank you! A bit off-topic, but I wanted to ask: I have a SafePal wallet with USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). How should I go about transferring them to Binance?
@rohanmukhija3547
@rohanmukhija3547 18 күн бұрын
play in 2x speed. Thank me later :)
@KeyserTheRedBeard
@KeyserTheRedBeard 18 күн бұрын
Great video, IndiTechCoder. Looking forward to seeing your next upload from you. I smashed that thumbs up button on your content. Keep up the awesome work! I'm curious, how do you think the integration of external libraries in NestJS workspaces influences the overall architecture of large-scale applications compared to traditional monorepo solutions?
@inditechcoder
@inditechcoder 18 күн бұрын
we do have monorepo for many services and all shared lib in it we deploy service based on changeset from pnpm workpsace but this is also another options as this is really a easy of having multiple services together like you can have nestjs microservices with library together nestjs microservices are small TCP/AMQP/KAFKA based services which can be easily plugged in with other services so better have monorepo inspead of having different repo for pub/sub based services
@ਅਮਿਤਪਰਮਾਰ
@ਅਮਿਤਪਰਮਾਰ 20 күн бұрын
Hi bro, do you have any paid course to get hands on complete nestjs project using mongodb. It should cover all the concepts
@inditechcoder
@inditechcoder 19 күн бұрын
i can build one if you want ..free on utube only
@ਅਮਿਤਪਰਮਾਰ
@ਅਮਿਤਪਰਮਾਰ 19 күн бұрын
@@inditechcoderplease do,
@rishiraj2548
@rishiraj2548 20 күн бұрын
🙏💯
@wolf-z5f
@wolf-z5f 20 күн бұрын
hello sir i need your help ... , can you guide me how do i create authentication service with auth0 universal login ? actually i got issue with get user script ,or login script i dont know how to fix this ,
@codeToCrackJobs
@codeToCrackJobs 20 күн бұрын
i will build something on this now the next video ..
@inditechcoder
@inditechcoder Күн бұрын
After Logging and Monitoring, i will switch to auth and authz topic
@YunaOmura
@YunaOmura Ай бұрын
Brunoの紹介、わかりやすくて面白かったです! 私もREST APIツールをいろいろ試していますが、EchoAPIもぜひチェックしてみてください!軽量で、VS Codeと直接連携できるので、APIテストがもっとシンプルになりますよ。
@Beastwithin-x9y
@Beastwithin-x9y Ай бұрын
sir yo are amazing giving this much quality content for free.Thankyou so much
@ChristTrell
@ChristTrell Ай бұрын
Can it generate costs of services as well? How accurate is this? Does it have services from the cloud providers? Is it up to date?
@cubedev4838
@cubedev4838 Ай бұрын
Please make uber clone
@rishiraj2548
@rishiraj2548 Ай бұрын
😎🙏🏻💯👍🏻
@rishiraj2548
@rishiraj2548 Ай бұрын
🙏🏻🙂
@rishiraj2548
@rishiraj2548 Ай бұрын
🙏🏻🙂
@dlofficial2179
@dlofficial2179 Ай бұрын
Can you please provide me training on it
@charlesmwaniki1868
@charlesmwaniki1868 2 ай бұрын
Please create a tutorial using keycloak because it's an open source solution
@chaiaurCoding
@chaiaurCoding 2 ай бұрын
people are not able to digest simple auth0 and you want keycloak :)
@chaiaurCoding
@chaiaurCoding 2 ай бұрын
will see man ..Thanks
@_roj
@_roj 2 ай бұрын
Do you really need 4 different screens with a text editor in each of them lol?
@ShamimAkhtar-b4u
@ShamimAkhtar-b4u 2 ай бұрын
can you make video on hackerank vegetable filter challenge
@roromemeqatar123
@roromemeqatar123 2 ай бұрын
Next is better
@dmytrodemydenko
@dmytrodemydenko 2 ай бұрын
thanks, amazing
@Black-hw6zo
@Black-hw6zo 2 ай бұрын
I want your dependency injection in my ass🤤
@jnslzr
@jnslzr 2 ай бұрын
thank you, very informative and bruno seems the way to go =)
@AniruddhaPurohitimpellabs
@AniruddhaPurohitimpellabs 2 ай бұрын
I have hosted this cron job service on azure and the service is allocated 3 instances, hence the same cron job runs 3 times. How to avoid this?
@inditechcoder
@inditechcoder 2 ай бұрын
cron is OS dependant can't be solved not sure why you want to run same job on 3 instance one thing you can do is run them on different times and if job one completed some execution then don't process them on next iteration on next server its fallback from one server to another keeping a flag in DB to track
@AniruddhaPurohitimpellabs
@AniruddhaPurohitimpellabs 2 ай бұрын
Thanks for replying. On I am not creating 3 instances. The service on Azure have 3 instances being assigned and that’s how a single job runs 3 times from all those instances.
@evershopping5296
@evershopping5296 2 ай бұрын
Switched from Postman to Insomnia, then Insomnia became "Postmany" in a bad way, so switched to Bruno. Bruno has been good for a bit, but just finding it too buggy and keeps losing saved requests So my company recently moved to use vscode extension Thor Client, all collections shared in our github.
@hydtechietalks3607
@hydtechietalks3607 3 ай бұрын
Come on Tarun.. you should have more LIKES!! Great Tutorials.. Thank you Bro!!
@RyanKane
@RyanKane 3 ай бұрын
You are missing the try-catch around the fetch call in your async example at the end.
@Gautamsharma-pr7ie
@Gautamsharma-pr7ie 3 ай бұрын
If IP changes how nestjs discover service ?
@inditechcoder
@inditechcoder 3 ай бұрын
you need to write service discovery for such thing and you will always have two instance for such cases so if one out 2nd will manage traffic .. its not IP based
@Gautamsharma-pr7ie
@Gautamsharma-pr7ie 3 ай бұрын
@@inditechcoder kubernetes?
@mDHARYL
@mDHARYL 3 ай бұрын
thanks for comparison
@inditechcoder
@inditechcoder 3 ай бұрын
My pleasure
@sashirkl
@sashirkl 3 ай бұрын
Mujhe samajh nahi aya ki itna kam views kyun hai
@kasim393
@kasim393 3 ай бұрын
keep adding videos in playlist, thanks
@vickyvlog1273
@vickyvlog1273 3 ай бұрын
Hi sir ,, i have one querry if you are describe the knex its not clear i dont know why you take so fast i think you only understant your concepts please change this for upcoming videos.
@inditechcoder
@inditechcoder 3 ай бұрын
sure this is little old but in all new videos everything has changes !!
@AdityaRaj-lj5wf
@AdityaRaj-lj5wf 3 ай бұрын
Noted and excited sir❤
@rishiraj2548
@rishiraj2548 3 ай бұрын
🙂🙏🏻
@rishiraj2548
@rishiraj2548 3 ай бұрын
🎉
@rishiraj2548
@rishiraj2548 3 ай бұрын
🎉
@rishiraj2548
@rishiraj2548 3 ай бұрын
🙏🏻
@codernerd7076
@codernerd7076 3 ай бұрын
Hot reload got issues on windows pcs 😢
@inditechcoder
@inditechcoder 3 ай бұрын
thats docker and works diffetently for volume mount .. mac way of volume mount wont work on windows.. will provide compose file
@PrashantNirgun
@PrashantNirgun 3 ай бұрын
Is it paid version of PM2 it's possible
@rishiraj2548
@rishiraj2548 4 ай бұрын
😎👍🏻
@DevenSitapara
@DevenSitapara 4 ай бұрын
thanks for explanation
@phanibhusan6538
@phanibhusan6538 4 ай бұрын
Can anyone tell me is it beginner friendly??? I have done 2 projects using mern so can i start this project??? And will i be able to understand the concepts clearly here????
@inditechcoder
@inditechcoder 4 ай бұрын
yes it is
@nipunjain1142
@nipunjain1142 4 ай бұрын
Bhaiya koi open source project ho to please suggest kriyega jisse production level ki learning hojaye nodejs mai
@inditechcoder
@inditechcoder 4 ай бұрын
i will publish something on the same .. project to joi sa bhi bna lo simple food delivery app apis
@nhgghnbfjjbfe
@nhgghnbfjjbfe 4 ай бұрын
when you're releasing the course?
@inditechcoder
@inditechcoder 4 ай бұрын
its already there ... kzbin.info/www/bejne/l6upoGmmaaiFf9E
@marc6antonio
@marc6antonio 4 ай бұрын
half the video was you editing a boilerplate template that no one cares about, next time try to go direct to what matters
@inditechcoder
@inditechcoder 4 ай бұрын
different ppl, if i skip things then also there will be 10 more ppl complain about ohh how this came from !! Thanks