Тёмный
Israel Quiroz
Israel Quiroz
Israel Quiroz
Подписаться
Funny Tech Shorts, Tech Tip Videos, and Coding Tutorials! These tutorials are in Angular or .Net but I do branch out into more backend technologies or cloud technologies such as Azure or SQL. I am a Professional Software Developer of 6 years now based in Dallas, Texas.
Microservices Explained: A Beginner's Guide
6:39
2 месяца назад
How to create a Angular 17 .NET 8 Web App!
33:11
7 месяцев назад
Angular 17: Everything You Need to Know!
9:35
8 месяцев назад
Комментарии
@mrd9911
@mrd9911 10 часов назад
Awesome video. Thanks for sharing!
@mrsandman6188
@mrsandman6188 3 дня назад
It has a peer dependency on version 17 which conflicts with version 18 .....
@kaabizahra8386
@kaabizahra8386 3 дня назад
what caroussel do you use for Angular 18 project????? i m facing a problem here T_T
@DeviousDastardly
@DeviousDastardly 4 дня назад
You called?
@sathishg8032
@sathishg8032 8 дней назад
Excellent video
@IsraelQuiroz
@IsraelQuiroz 8 дней назад
Ya welcome!
@jinj07
@jinj07 9 дней назад
Amazing!! You should mention your email address in the channel atleast
@IsraelQuiroz
@IsraelQuiroz 9 дней назад
You are right I should mention it to make things a bit clearer for potential members
@georgekounou7243
@georgekounou7243 9 дней назад
GREAT GREAT GREAT!
@IsraelQuiroz
@IsraelQuiroz 9 дней назад
You are welcome :)
@werthersoriginal
@werthersoriginal 11 дней назад
I could kiss you right now... I won't... but just know I could!
@Saurabh.K14
@Saurabh.K14 12 дней назад
You’re a Gemstone of teachers ❤ Keep publishing your great contents on Azure 🔥 Your Azure KeyVault video was just awesome 🙌🏻 Subscribed from 🇮🇳❤️☑️
@IsraelQuiroz
@IsraelQuiroz 12 дней назад
Thank u so much I really appreciate the comment! Shout out to India 🫶🏽
@stevenstonie8252
@stevenstonie8252 13 дней назад
its just how a tutorial should be, mentioning meaningful details in each step. such an underrated video.
@IsraelQuiroz
@IsraelQuiroz 13 дней назад
You are very welcome! ☺️❤️ Thank u!
@AMoktar
@AMoktar 13 дней назад
Hello Israel. Firs, thanks a lot for this great tutorial. I've a question, bro. I'm not understanding what Twilio adds, I mean meta gives you a webhook for receiving and you can use a real phone number to send from it and add it to meta WhatsApp cloud. What Twilio adds to this? I have verified my meta business and I've added a real phone to WhatsApp cloud api and I've set messages templates and finally I managed to send WhatsApp messages. I'm stuck here. I need to start camping targeting my customers. - How can I get my customers replies? - how can I set auto replies or bot in case someone replied? - do I have to build a software to get replies like you did ? I'm confused 🫤. I just can't wait to see this campaigns running . Thanks again.
@menezesnatalia
@menezesnatalia 15 дней назад
Thanks for this amazing tutorial. 🤩
@IsraelQuiroz
@IsraelQuiroz 15 дней назад
You are welcome :) Thanks for the comment!!! i just made a video about CI/CD for containers in case that interests you too!
@AhmadShakeelX
@AhmadShakeelX 15 дней назад
is email is going to be the twilio email or facebook one? on which I will get the confirmation message.
@jordanlepirate
@jordanlepirate 15 дней назад
Great video! One question though - by putting all the keyvault values in the appsettings.json aren’t we still facing the same risk of someone decompiling and taking those values to use to get access to our vault? Thanks for the helpful content!
@revilokid
@revilokid 17 дней назад
Great vid and it came just when I needed it .
@IsraelQuiroz
@IsraelQuiroz 17 дней назад
You are very welcome happy it was perfect for u!
@sandeepbanerjee3976
@sandeepbanerjee3976 18 дней назад
Thanks dude... This is exactly what I needed.
@IsraelQuiroz
@IsraelQuiroz 18 дней назад
You are very welcome! :)
@LeslyGarcia-l4f
@LeslyGarcia-l4f 18 дней назад
Ooh hot!
@IsraelQuiroz
@IsraelQuiroz 18 дней назад
;)
@LeslyGarcia-l4f
@LeslyGarcia-l4f 18 дней назад
Oohh, hot!
@IsraelQuiroz
@IsraelQuiroz 18 дней назад
:o
@hectorcontreras9171
@hectorcontreras9171 19 дней назад
I created my database tables using EF Core migrations CLI command: dotnet ef migrations add "Initial" -o "Data/Migrations" followed by: dotnet ef database update . . . how would I accomplish a similar objective in Azure?
@NhiNguyen-eq2xu
@NhiNguyen-eq2xu 20 дней назад
Thank you for this tutorial, it helps me alot <3
@IsraelQuiroz
@IsraelQuiroz 20 дней назад
Your welcome!
@problemchild959
@problemchild959 21 день назад
ok its not letting me directly reply to the person who had this issue for some reason, so I'll put it here for anyone else who may have the problem. to avoid installing electron-packager globally, you should be able to just add npx to it, instead of just electron-packager, do "npx electron-packager" (without the quotes of coarse). using npx will have it look in the local node_modules folder first, then if not there check the global one. reason you had to install it globally is because just simply typing in electron-packager makes the shell look in the path of your system, and the local node_modules obviously doesn't exist there. hope this helps in any future projects for you tho :) I'm assuming this should also work for MacOS as its based on Linux, and this is how I do it on Ubuntu and it works perfectly. not sure if this will tag the original user or not but gonna try @mihailomarcetic2516 hope this helps
@IsraelQuiroz
@IsraelQuiroz 23 дня назад
Will you guys be using Docker containers in your next project? Don't forget to drop a like on the video!
@daniel49245
@daniel49245 20 дней назад
Yes, i will try to deploy my app following these steps. Thanks
@IsraelQuiroz
@IsraelQuiroz 20 дней назад
You are very welcome!!! thanks for being a sub for 3 months!!!! :)
@HaGiaKhanhK17HCM
@HaGiaKhanhK17HCM 23 дня назад
when i download public profile then have notification "Basic authentication is disabled.". How I can fix it
@hectorcontreras9171
@hectorcontreras9171 23 дня назад
Do we need the Azure App Service Extension if we're using Visual Studio 2022 (not VS Code)?
@IsraelQuiroz
@IsraelQuiroz 23 дня назад
I forget what it's called but u can use the Azure view in VS
@aplikasikependudukanbipabi6308
@aplikasikependudukanbipabi6308 24 дня назад
very very helpfull
@IsraelQuiroz
@IsraelQuiroz 23 дня назад
Glad to hear that :)
@coding_refactor
@coding_refactor 24 дня назад
Thank you i like your video
@saifkhansaleemkhan8965
@saifkhansaleemkhan8965 24 дня назад
Can this API end points will be hit by Postman or something like tool with payload for login feature?
@IsraelQuiroz
@IsraelQuiroz 24 дня назад
You should be able to if u have the appropriate creds
@monoq_
@monoq_ 25 дней назад
Hello. Does this work in a blazor frontend?
@ebaysher572
@ebaysher572 27 дней назад
Did u delete ur repository?
@IsraelQuiroz
@IsraelQuiroz 27 дней назад
Repos are members only now
@PedroLorea
@PedroLorea 27 дней назад
Hi Israel. The video is very good, it helped me a lot. One question, a friend and I are going to develop a marketplace in C#, Angular and SqlServer. Do you recommend doing it in microservices?
@douglasperez3701
@douglasperez3701 29 дней назад
Great video!
@IsraelQuiroz
@IsraelQuiroz 29 дней назад
Your welcome!!!
@kake1829
@kake1829 Месяц назад
Great video!! I see that the github repos are no longer available, is that intentional?
@IsraelQuiroz
@IsraelQuiroz Месяц назад
I appreciate that!! :) And yeah they are members only now!
@kake1829
@kake1829 29 дней назад
@@IsraelQuiroz Just became a member!
@lavieavecv.v462
@lavieavecv.v462 Месяц назад
Hi! I created a web app with app Service plan F1. When i deploy from azure devops my pipeline runs and deploys successfully. In azure portal I am getting this FAILED TO INITIALIZE RUN FROM PACKAGE.txt in kudo. When i check in kudo diagnose tool i see this message Your app is currently in read only mode because you are running from a package file. Please can you help?
@mrtimmelton
@mrtimmelton Месяц назад
But won't the code scanner flag that as sql injection because your concatenating a string?
@Khal_Rheg0
@Khal_Rheg0 Месяц назад
Thank you!
@AgustinCampon
@AgustinCampon Месяц назад
A deploy with ssr?
@tonytompkins8533
@tonytompkins8533 Месяц назад
Love how you showed and corrected the pitfalls during this entire process. Most tutorials assume everything works as advertised.
@IsraelQuiroz
@IsraelQuiroz Месяц назад
Your welcome!!! :) and thank u so much!
@mikhacavin
@mikhacavin Месяц назад
what the previous video to make this api?
@AtiVlogy02
@AtiVlogy02 Месяц назад
thank you 🙏
@IsraelQuiroz
@IsraelQuiroz Месяц назад
Your welcome!
@Stanoweb
@Stanoweb Месяц назад
Thanks for the tutorial (great content)... I've learned a lot 2 suggestions for your next tutorial ;-) - how to set a multi stages deployment (qua / preproduction / production) - how to use .env files or variables for each environment
@IsraelQuiroz
@IsraelQuiroz Месяц назад
Thanks for the suggestions :)
@user-pv4hn6ge5p
@user-pv4hn6ge5p Месяц назад
I wanted to share this build to client. How can I create a installer for it? Please help...
@IsraelQuiroz
@IsraelQuiroz Месяц назад
Here you go! i already made a video on how to make an installer! If it helps a like and comment would go a long way! ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-8e4Kg8trNGo.html
@daniel49245
@daniel49245 Месяц назад
I'm impressed. Great content as always. Would be nice to see sql server database deploy and angular app deploy. And then cicd automate deploy of new versions
@IsraelQuiroz
@IsraelQuiroz Месяц назад
Your welcome! and thank you for being a Sub for 2 months!!! so basically deploying a full app as a container and the CI/CD deploy of the whole thing for new versions of the image?
@daniel49245
@daniel49245 Месяц назад
@@IsraelQuiroz yes, that would be great. Hope other subscibers are interested for the same thing. And honestly since most of us don't know this stuff, kubernetes would be overwhelming
@IsraelQuiroz
@IsraelQuiroz Месяц назад
I was planning on doing something with CI/CD and Docker and I didn't want to extend this video with SQL server stuff but I can definitely do something like that! I will keep it in mind cuz CI/CD and Kubernetes are definitely on my mind!
@IsraelQuiroz
@IsraelQuiroz Месяц назад
Would you guys want a Kubernetes video next? or a CI/CD video about how to automate deploying new versions of an image?
@germansantiagoramospena1442
@germansantiagoramospena1442 Месяц назад
One of the best tutoriales i've ever seen, simple and straight to the poing, amazing!
@IsraelQuiroz
@IsraelQuiroz Месяц назад
your welcome :)
@HaTran-gl6kr
@HaTran-gl6kr Месяц назад
how can i play with wmv video
@tamaspeli9016
@tamaspeli9016 Месяц назад
This helped clear my mind out of documentation hell. Thank you!
@IsraelQuiroz
@IsraelQuiroz Месяц назад
Your Welcome! i know the docs suck haha
@patrykkrzyzanski2159
@patrykkrzyzanski2159 Месяц назад
Bro great content and the way you are representing it, but something is odd with the video quality, the light in background and how the camera capture your movement. Please fix that,the content is great but is difficult to watch.
@IsraelQuiroz
@IsraelQuiroz Месяц назад
appreciate the comment! this was one of my first videos i ever made on the channel, hopefully i have improved since then haha