


      <rss version="2.0">
         <channel>
            <title><![CDATA[.NET Curry: Node.js]]></title>
            <link>https://www.dotnetcurry.com/</link>
            <description>.NET Curry: the site for Microsoft Enthusiasts</description>
            <copyright>Copyright 2009 by Suprotim Agarwal on behalf of dotnetcurry.com</copyright>
   
      <item>
         <title><![CDATA[Enhancing DynamoDB Observability: Leveraging OpenTelemetry for Node.js]]></title>
         <author><![CDATA[Sarah Morgan]]></author>
         <description><![CDATA[This tutorial elaborates on integrating OpenTelemetry with Amazon DynamoDB to improve application performance and cost-effectiveness. It details the process of setting up telemetry for a Node app using various OpenTelemetry packages. Additionally, it instructs on instrumenting the Node app and DynamoDB instance, obtaining traces, and adding metrics. It provides valuable insights on troubleshooting, monitoring usage patterns, and cost optimization, thus enhancing the system's reliability and functionality.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=1602]]></link>
         <pubDate>Mon, 10 Jul 2023 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Storing Images in MongoDB using GridFS]]></title>
         <author><![CDATA[Mahesh Sabnis]]></author>
         <description><![CDATA[MongoDB GridFS is a good specification for storing large files in MongoDB. It makes sure that the file is divided into chunks and stored into a database. This article explains the mechanism of storing and retrieving binary files to and from MongoDB.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=1422]]></link>
         <pubDate>Wed, 21 Feb 2018 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Token Based authentication in Node.js using JSON Web Tokens]]></title>
         <author><![CDATA[Mahesh Sabnis]]></author>
         <description><![CDATA[Node.js based applications can be made more secured using Token Based Authentication. We will see how to use the Json Web Token package for this purpose.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=1302]]></link>
         <pubDate>Sat, 27 Aug 2016 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Digest Authentication using Node.js]]></title>
         <author><![CDATA[Mahesh Sabnis]]></author>
         <description><![CDATA[Using crypto module in Node.js to implement digest authentication in our application. ]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=1237]]></link>
         <pubDate>Thu, 30 Jun 2016 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Node.js: Implementing Routing using Express.js]]></title>
         <author><![CDATA[Mahesh Sabnis]]></author>
         <description><![CDATA[Use Express.js and Node.js to implement routing on server side to deliver Html pages as well as Data]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=1256]]></link>
         <pubDate>Thu, 23 Jun 2016 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Using Node.js to read HTML file and send HTML response]]></title>
         <author><![CDATA[Mahesh Sabnis]]></author>
         <description><![CDATA[Read HTML file in Node.js using simple File IO operations and send a HTML response back to client.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=1270]]></link>
         <pubDate>Mon, 04 Apr 2016 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Calling Externally Hosted Service using Node.js]]></title>
         <author><![CDATA[Mahesh Sabnis]]></author>
         <description><![CDATA[In Node.js using http module’s request object we can call an external service.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=1225]]></link>
         <pubDate>Wed, 17 Feb 2016 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Promises in Node.js using Q - Farewell to Callbacks]]></title>
         <author><![CDATA[Mahesh Sabnis]]></author>
         <description><![CDATA[Promise objects allow us to react to asynchronous events in our Node.js code without worrying about when the events occur. This article demonstrates how to use Promises in Node.js applications.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=1242]]></link>
         <pubDate>Wed, 20 Jan 2016 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Connect to SQL Server using Node.js and mssql package]]></title>
         <author><![CDATA[Mahesh Sabnis]]></author>
         <description><![CDATA[The mssql package is an easy-to-use SQL Server database connector for Node.js. This article explores how to connect to SQL Server, insert and executed stored procedures from Node.js.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=1238]]></link>
         <pubDate>Thu, 14 Jan 2016 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Debugging Node.js applications using Node Inspector]]></title>
         <author><![CDATA[Mahesh Sabnis]]></author>
         <description><![CDATA[Node Inspector is a nice tool used for debugging Node.js applications using the Chrome or Opera browser.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=1233]]></link>
         <pubDate>Thu, 07 Jan 2016 00:00:00 GMT</pubDate>
      </item>
   
         </channel>
      </rss>  
   