I need to access the raw body of the webhook request from Stripe in my Nest.js application. Following this example, I added the below to the module which has a
Question - I need to get data from this given link and save as a csv format. Required data's are price, previous close, symbol. I am a beginner, I don't know ho
After finding this question and answers, I thought I would try to reduce the size of my code considerably by looping through various objects in the view and set
Why Is onCreate() Preferred To Do All The Main App Tasks? Why not onResume() or onStart()? Why only onCreate()? I tried to do the main tasks like binding findVi
I have to debug a .net core api version 3.0 but I am not sure why it is not hitting the breakpoint in the controller. startup.cs // This method gets called by t
I am trying to handle 422 error handling on my HTTP request. But somehow the error block doesn't run in the service using catchError operator. If there is no er
While preparing for an interview, I have come across an SQL question and I hope to get some insight as to how to better answer it. Given timestamps, userid,
I am working on implementing JWT for authentication. Of course, this means I have to do some custom authentication. According to the docs, "If authentication is