Hello human, I make software tutorials & videos on Tech.
I want to help out software developers who are starting out, or seasoned engineers looking for solutions on specific topics. I post videos 1-2 videos a week, if you'd like to submit a request on a video topic, please send a detailed description to my email account or on the discord channel and I will get back to you.
Hello Sir, Thanks for ur superb video on Excel files with React Js. Sir, I have one problem to solve. How can we show errors of the uploaded Excel file data on page for each row and column if any errors in table with error column of any row with error below the field, borders with red, hovered showing error and ability to edit the column value and submit at end of the page back to db.json or db table ?? Can you develop code and cast video for above...in React Js ??
First of all, outstanding tutorial! In second place, do you know a way of making the captcha think you're a robot/bot and block your access by giving you a score smaller than 0.5? (Every time I try to do the verification, it gives me the score of 0.9, even filling the informations with pyautogui for example)
Hii, Will this work large amount of data around 3 lakhs i tried its giving me memory issue(note browser memory issue) i was using sheettojson to put the data in excel sheet is there any other way possible using react js i want it from client if possible please suggest apart from server side download
Hi, i tried your solution it's working fine, but for 3rd party requests the server name is not removed. Please let me know if I need to change anything else
In 32 secoonds start of the video this guy made a huge mistake 0:32 He made the video two years before I watched his video Any good instructor will lay down their foundation WHAT VERSION OF VISUAL STUDIO ARE YOU USING? I will be super happy re-installing that version. My version VS 2022 Community Edition with Net core 8.03 will not cut it if I want to follow your tutorial.
At the end of the video, when X-frame option is set to "SAMEORIGIN" and tried to load google page, the reason of denial on console is shown as X-frame option set to DENY. I believe it should be "SAMEORIGIN" instead of DENY. Please clarify
Why does it direct me to the login page (which I have already created in identity before) for those who do not have access and not to the error page? And your video helps a lot, thank you
It is not a good way to update the token every 2 minutes, it is better to request token once the user clicked to login btn and after receiving the token make an request to backend side by providing retrieved token. In this case you can be sure that you have the the most fresh token.
I searched a lot and wasted a lot of time searching for the same points of your explanation, and I did not find more wonderful than this your explanation, Part1,2 the best lessons I learned, Thank you very much.
Hey, I have a question, how if the color data is an array, for example [{id: 1, name: 'Reebook Shoes', price: 140.05, color: [{hex: '#FFFFFF', name: 'white'}, {hex: '#000000', name: 'Black'}, {hex: '#EAEAEA', name: 'Grey'}]}]
03:42 why do you think im having this problem? IdentityUser doesnt have firstname in its definition. But i can see it exists in database tables. Error CS1061 'IdentityUser' does not contain a definition for 'FirstName' and no accessible extension method 'FirstName' accepting a first argument of type 'IdentityUser' could be found (are you missing a using directive or an assembly reference?)
@@mehmetkazanc5500 hocam scaffold eklediysen onu sonradan eklemen gerekiyor cunku scaffold bazi dosyalari da ekledigin seye gore duzenliyor. Duzenlemeyi sen yapmazsan ya da scaffoldu gec ekleyip ona yaptirmazsan bazi fonksiyonlar default olarak bos duruyor, onlari elle duzeltmen lazim, o da sıkıntılı bir is. Yazdigimdan bu kadarini hatirlayabildim umarim yardimci olur