- 31
- 220 394
TechnoTales with Nitin Garg
United States
Приєднався 7 сер 2020
Hi there! New to the channel? If so, here's what you need to know -- I like coding, blogging, and exploring new tools and technology a LOT, so I use this channel to explore and share my experience...
I am making the video on Azure, DevOps, React, and related .Net Technology and any new tool or technology I am getting hands-on with. Please subscribe to this channel if you are interested in similar kinds of stuff.
I am making the video on Azure, DevOps, React, and related .Net Technology and any new tool or technology I am getting hands-on with. Please subscribe to this channel if you are interested in similar kinds of stuff.
Dr. Varun Garg Reveals Vital Info On Newborn Jaundice Every Parent Must Know!
#newborn #baby #jaundicetreatment #care #newborncaretips #newbornbaby #pediatrics #DrVarunGarg #applehospital
Discover more about Dr. Varun Garg by clicking the link below!
applehospital.co.in/team-member/dr-varun-garg/
Discover more about Dr. Varun Garg by clicking the link below!
applehospital.co.in/team-member/dr-varun-garg/
Переглядів: 4 129
Відео
Meet Nitin Garg: Blogger and Tech Lover
Переглядів 10 тис.5 місяців тому
Welcome to my channel! I'm Nitin Garg, a passionate blogger with a love for coding, tech, and gaming. On this channel, you'll find: - Tech Insights - Coding Tutorials: - Blog & Gaming Content Visit my website for more info: www.nitin-garg.com/ Join me on this journey to explore, learn, and grow together. Don't forget to subscribe and hit the notification bell for updates on new videos. Feel fre...
Build Your First .NET REST API & Connect to SQL in Azure
Переглядів 10 тис.7 місяців тому
🚀 Dive into the world of .NET development with our comprehensive tutorial on building your first .NET 8 REST API and connecting it to SQL in Azure! 🌐💾 Whether you're a seasoned developer or just starting out, this video is packed with invaluable insights that will elevate your tech game. In this step-by-step guide, you'll discover the magic behind: 1. Designing and developing a REST API using t...
Azure WebJob Tutorial - Running a Console Application in the Cloud
Переглядів 23 тис.Рік тому
🌐 Azure WebJob Tutorial: Discover the magic of running your console applications effortlessly in the cloud! 🚀 Join us in this step-by-step guide where we explore the fascinating world of Azure WebJobs. 🔧📦 Learn how to seamlessly deploy your console applications to Azure Web Apps and automate tasks without breaking a sweat. From scheduling to monitoring, we've got you covered.Don't miss out - hi...
React SSR | React SSR with express | Beginners Tutorial
Переглядів 7 тис.Рік тому
This video demonstrates the details on how to create the react server-side application from the scratch using the expressjs and Webpack. 00:00 Introduction To SSR 00:52 Prerequisites 01:18 Development Environment Setup 03:00 NPM Dependency Installation 03:45 Setup Express using Expressjs 05:18 Create React Component 06:43 Modify the Server.js to Render the App Component 08:40 Webpack Configurat...
Introduction To Postman: Part 1 | Download Postman | Send a Request (GET/POST/PUT/DELETE)
Переглядів 4,9 тис.Рік тому
This video is talk about the introduction to the postman tool, how to download and install postman on a local machine, and making the first HTTP request using the postman tool. Subscribe: bit.ly/3jomywO
Introduction To Postman: Part 2 | Create & Save Request in Collection | Export/Import Api Collection
Переглядів 5 тис.Рік тому
Introduction To Postman: Part 2 | Create & Save Request in Collection | Export/Import Api Collection
Introduction to Postman : Part 3 | Create & Manage Workspace | Personal & Team collaboration
Переглядів 5 тис.Рік тому
Introduction to Postman : Part 3 | Create & Manage Workspace | Personal & Team collaboration
Introduction To Postman : Part 4 | Postman Variables
Переглядів 4,2 тис.Рік тому
Introduction To Postman : Part 4 | Postman Variables
React Context API | useContext Hook | State Management In React
Переглядів 7 тис.Рік тому
React Context API | useContext Hook | State Management In React
Azure DevOps - Branching, Pull Request & Branch Policies
Переглядів 4,6 тис.2 роки тому
Azure DevOps - Branching, Pull Request & Branch Policies
Push Your Code From Local Machine To Azure Devops Git
Переглядів 12 тис.2 роки тому
Push Your Code From Local Machine To Azure Devops Git
Brew City Half Marathon (Nitin & Vaibhao)
Переглядів 2482 роки тому
Brew City Half Marathon (Nitin & Vaibhao)
Azure Function with Queue Trigger - Azure Queue Storage - C#
Переглядів 14 тис.2 роки тому
Azure Function with Queue Trigger - Azure Queue Storage - C#
Azure Queue Storage And Background Service
Переглядів 3,8 тис.2 роки тому
Azure Queue Storage And Background Service
Deploy React App To Microsoft Azure App Service
Переглядів 7 тис.2 роки тому
Deploy React App To Microsoft Azure App Service
Import Code From Github Repo to Azure Devops Repo
Переглядів 5222 роки тому
Import Code From Github Repo to Azure Devops Repo
its really understandable, thank you so much for this video I created these all things with ts based project setup, but I want to add my old project with this project, how can I do with this, can you give me some suggestion for this , I confused with this like package.json I already have in my old project so that kind conflict I facing can you give me some solution for this
Thanks!
Excellent demo!! Thank you so much for a thorough demo
Thanks for your time
Hi there, is there any chance you can update this video as the options in Azure DevOps have now changed
Sure!! I will keep it in my backlog and make it once I find. Thank for the feedback. Please subscribe to my channel
Great video! Easy to understand. Thank you!
Glad it was helpful!
Hi! Can you please show how to transfer a Visual Studio console application to Azure WebJobs for Linux?
Hi Jason - I have not tried this before but if I get a chance to explore on this I will defiantly create the video on this issue.
We are facing issue with adding message in storage queue. We have one scheduler to add message in queue but log is getting generated queue added but it's not showing in storage queue. Showing blank . please let me know what could be issue
Nitin or anyone pls help me
@@balasahebgite2690 - When adding a message to the storage queue, we need to consider several potential causes and troubleshoot accordingly: 1. Ensure that the scheduler has the correct permissions to access and write to the storage queue. 2. Double-check the configuration settings of the scheduler to ensure the connection string to the storage queue is correct. 3. Ensure the queue name specified in the scheduler matches exactly with the queue name in the storage account. 4. Ensure no network issues or firewall rules are blocking the connection to the storage account. 5. Verify that the message being added to the queue does not exceed the size limit (64 KB for Azure Storage Queues). 6. Ensure the queue is not in a disabled or deleted state. 7. Check the queue for any existing messages and verify there is no misconfiguration causing it to appear empty. 8. Create a simplified version of the scheduler to add a basic message (like Hello World message) to the queue and see if it works.
These are some steps tried to troubleshoot the problem. Without looking into the code it's hard to tell what exact issue causing the problem
Best Intro I have ever seen. Wishing You the Best.
Thank You!
🎉 happy anniversary both of
Happy Anniversary.
Thank you!
How to contact you?
Hi Sumeet - You can reach-out to me via linked in www.linkedin.com/in/nitin-grg/
thank you!
You're welcome!
how to add functionslities like button click
I will create a video to demonstrate. If you haven't subscribe to my channel please subscribe.
Can you show how to deploy webjob through terraform
Hi Tejasni - I have no experience in terraform. But if in future I get a chance to work on terraform I will defiantly create the video on that.
Thanks for the information. But how to pass parameter for console app if any??
I am glad this video will help. Yes there is way to pass the pass parameter I will create the separate blog on to that topic
thanks, but there is a question; This video was recorded in 2023, why .Net 4.8 instead of .Net 7 ?
I was working on application which is .Net 4.8 so I choose .Net 4.8.
Very nice explanation.... Thank you. Keep it up.
really great video mate, you helped me out a lot.
Glad I could help
With love from Russia, men! Thank you
Thanks for watching!
Very simple and clear explanation. Thank you
Glad it was helpful!
Thanks. (y)
Thanks!
Welcome!
Thank you sr!
You're welcome!
pls make a video on event grid trigger , blob trigger , service bus trigger also
Sure!! Once I find time I will create the video on these topic.
Thanks Nitin, Can you please share source code this application
Sorry Dheeraj I don't have the code uploaded in shared repo due to which I am unable to share the code but I have covered the detail in the video and actual code line by line which you can refer.
Thanks Nitin this was very helpful
Glad it helped
awessome tutorial 🎃🎃🎃🎃🎃🎃
Glad you liked it!!
Thank you Nitin
Thanks for watching!!
Thank you my friend
Thanks for watching!!
Thanks for making this video. It was very helpful to deploy my app in few minutes.
Good build, nice work
I'm glad you like it
Nice
Thanks
Nice one
Thanks for watching
👍