Тёмный
Diligent Dev
Diligent Dev
Diligent Dev
Подписаться
My name is Rob but my online alter-ego is The Diligent Dev. I've been a programmer for about 7 years now and love every minute of it. I always have people asking me questions about development so I decided to give back to the community and start this channel. Here you'll find all sorts of topics from general programming tips to in-depth tutorials. This journey has been a fun one and I hope to hear about yours. Happy coding!
Node.js Azure Functions Introduction
7:48
2 года назад
Firebase Functions - Data Validation
19:50
4 года назад
Комментарии
@chimaobiwogu3361
@chimaobiwogu3361 3 месяца назад
Just what I needed. Thank you
@laurentcharles7179
@laurentcharles7179 4 месяца назад
Sadly it's not working anymore for the latest version.
@ed1nh0
@ed1nh0 4 месяца назад
Nice! Is the Slack URL exposed doing that way?
@Jota.script
@Jota.script 5 месяцев назад
Great tutorial, thank you very much! Greetings from Brazil!
@hindj9142
@hindj9142 7 месяцев назад
THANK YOU
@mrsdedrathompson
@mrsdedrathompson 7 месяцев назад
I’m SOOOOO happy I find you and you speak ENGLISH 🎉 I subscribed just for that alone lol
@Emmy_Sploit
@Emmy_Sploit 8 месяцев назад
i tried to import ValidationProvider but the newer version have no dist folder and it is throwing errors but when i import it from vee-validate the app looks blank what can i do???
@trojean.cedric
@trojean.cedric 11 месяцев назад
Very great video with helpful information. Love it ❤. What do you use for your autocompletion?. Thanks
@mikefrederick6035
@mikefrederick6035 Год назад
Have you considered reworking your set of tutorials? Trying to use your videos in November 2023. Nothing is the same. The entire environment is different. I like your style and method of teaching, but I can no longer follow along.
@sadekhossain9566
@sadekhossain9566 Год назад
I get error like this : 2023-10-25T12:52:17Z [Error] Executed 'Functions.AzureFunctionTestModel3' (Failed, Id=124da43....., Duration=4ms)
@transportation-talk
@transportation-talk Год назад
I am a beginner to the REST world, and confused about the need for cloud functions. Firestore has a REST API that allows CRUD operations. Why create another API?
@Angel-gy9pc
@Angel-gy9pc Год назад
around 15.33 min in the video, i get this error: 27:1 error This line has a length of 96. Maximum allowed is 80 max-len Im not sure how to change this exactly?
@sanjayprasad7774
@sanjayprasad7774 Год назад
Error: Request error. self-signed certificate in certificate chain AnyBody knows What this error means and how to resolve?
@J2day2
@J2day2 Год назад
Hi Diligent Dev, this might be a long shot but I was wondering if you're available consulting wise? I have a firebase project that I am looking to implement data validation and limit queries for. Havent found anyone on Fiverr or Upwork who has the skill to take this on so thought I'd ask you! cheers James
@coryharkins1472
@coryharkins1472 Год назад
Just remember craigslist will block you if you grab too much too fast. Throttle your calls folks.
@eduardboiko7219
@eduardboiko7219 Год назад
Seems like this is not working anymore My god - I never thought I would praise AWS but working with Azure is so far worst experience I had with clouds
@mdawes306
@mdawes306 Год назад
As a newbie, your instructions to install and get set up was not clear. I already had a vue 3 project that I wanted to have several data table in and thought your video would help. I could not get started at all. I tried to create all the folders you have and copy your codes for each and still it didn't work. I tried the get started documentation from vuetify and bootstrapVue and still not helpful
@nahausDE
@nahausDE Год назад
wow awesome! I was searching for auth to use within my API in firebase cloud functions! thank you
@techpaiva
@techpaiva Год назад
thanks!!! simple, clear and very quality !!!
@srenmadsen2602
@srenmadsen2602 Год назад
Great tutorial/intro to Azure Functions! Small improvement: REST API design dictates you always use plural forms for your resource nouns. (blog-posts, not blog-post). Your path param "{id}" is what specifies that you are indeed retrieving a single post, not multiple. Also, but this is strictly personal opinion, I think "posts" would suffice.
@alexietuzon6113
@alexietuzon6113 Год назад
Can I use vuetify without bootstrap? cuz im using tailwind. thanks
@shobhankumar.r139
@shobhankumar.r139 Год назад
Does this need a blaze pay - as - you - go plan?
@amazontmint
@amazontmint Год назад
For some reason validateAsync hung indefinitely. I just used validate, and also reformatted index's .use() to an if(validateBody), then createPostHandler
@AllRounder-dx2bh
@AllRounder-dx2bh Год назад
How to deploy this app please make video on that. i am getting issue in it.
@fuadchonora
@fuadchonora Год назад
Which theme are you using on Vscode? it's awesome!
@VladimirI-pc6sk
@VladimirI-pc6sk Год назад
Hey thank you for a great explanation. Can you please advice on how to do this with events please?
@santiagosemhan8722
@santiagosemhan8722 Год назад
It's possible create a src folder?
@sabarishni
@sabarishni Год назад
Thank you so much!
@laxmisingh9217
@laxmisingh9217 Год назад
I am trying to query Entity present in storage table. My code works when I try to run file from one agent machine but fails from another machine. I believe it is a proxy issue , how can I pass proxy while Querying for the entities in a table. Command I am simply running is : 'node jsfileName ' . Got below error : UnhandledPromiseRejectionWarning: RestError: connect ETIMEDOUT 52.239.***.***:443
@jadida2288
@jadida2288 Год назад
very well explained
@larryeliemenye8105
@larryeliemenye8105 Год назад
Great tutorial, deffo helpful for some who use vscode, but for others, your tutorial is practically useless as it relies too much on extensions(which change) and vscode itself.
@zerokifaco6076
@zerokifaco6076 Год назад
how to make this api real time?
@lewyathan
@lewyathan Год назад
For anyone reading this in the future and feeling overwhelmed by the content, this is not a tutorial (despite what's written in the description) to learn from, at best, this is a code narration. To learn, go watch video explaining the whys of things and actually read docs. You got this!
@TheGaurav0084
@TheGaurav0084 Год назад
I am getting this after i do post request from postman: Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature. RequestId:2dc83c2f-6002-006e-4d9d-021e28000000 Time:2022-11-27T20:17:21.0735889Z
@TheGaurav0084
@TheGaurav0084 Год назад
Please update us on the new changes in azure tools. The options are different.
@pedrohw14
@pedrohw14 Год назад
Hey Gaurav, I've got the same problem and I could find the solution. Here is the tutorial ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-XnRwVuT5x24.html
@sangtan6430
@sangtan6430 Год назад
thank for this video, but how about authentication using phone number, I mean my server code using .net core and use firebase phone number authentication. I still dont know how to do, can you explain or give me key word. thank you again.
@BenjaminElsworth
@BenjaminElsworth Год назад
tip for the other n00bs (like me) having a go at this (esp when you add more controllers) is to keep the app initialization in the index.js rather than calling it multiple times from each module.
@samsmith8279
@samsmith8279 Год назад
This is an excellent video - however, am I doing someting wrong? My VSCode Azure extension does NOT have a Functions menu item but a Function App button, which does not follow the course sequence at all; no local folder is created but a huge array of Azure services are created (resource group, storage acct, app insights...). Have I missed a VSCode extension? (I would second Ahmet's request for SQL DB example - if I can get my VSCOde/Azure menus to look like the course displays.)
@fahathamm3965
@fahathamm3965 2 года назад
Can use both vuetify and boostrap vue single project..?
@welkey90
@welkey90 2 года назад
I always receive this and my url does not work with 500; exceptionType Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcException failedMethod System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw requestName GetPost requestDuration 231.0149 Could you please help me out here?
@welkey90
@welkey90 2 года назад
Amazing video, thanks heaps! Could you make a vid where the DB is SQL? Even if not, still 5 stars!
@АлексейКондратьев-ь1е
waiting for tutorial for Vue 3
@nguyenkhoi7058
@nguyenkhoi7058 2 года назад
Can anyone help me ? I need to add scrolls for that single list, what option do i need ?
@barremathis6008
@barremathis6008 2 года назад
Thanks for the video, now I would like to know how I can update my chart each a new data is inserted in my database. Do you know how to do it ?
@alirasheedmd
@alirasheedmd 2 года назад
Great tutorial 👍
@thaliashospitality8364
@thaliashospitality8364 2 года назад
Thanks
@alhaadiidb3354
@alhaadiidb3354 2 года назад
tq so much for a great explanation.
@tanusirohi8678
@tanusirohi8678 2 года назад
please make vedio on firestore validations using typescript also.
@jacsdev
@jacsdev 2 года назад
what a great explanation, so easy to understand! thanks a lot mate
@CRRollyson
@CRRollyson 2 года назад
So good! Thanks for both of these videos - especially loved this part 2 and the refactoring controllers/user.js example - practical and cleared up a mystery having a visual + explanation. Question on outputting the data in a html file: Is there a best approach? How would you organize that? Example, getting the list of users from the get /user endpoint and displaying in a users table? Not sure why I'm struggling with this bit. Thanks in advance for any insight or leads. Great channel and content √