<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet href="/rss/styles.xsl" type="text/xsl"?><rss version="2.0"><channel><title>Akash Rajpurohit</title><description>Hi!, I&apos;m Akash Rajpurohit, a self taught software developer based in India. I specialize in developing web applications and cross platform mobile applications using modern technologies.</description><link>https://akashrajpurohit.com</link><language>en-us</language><managingEditor>me@akashrajpurohit.com (Akash Rajpurohit)</managingEditor><webMaster>me@akashrajpurohit.com (Akash Rajpurohit)</webMaster><lastBuildDate>Sun, 10 Sep 2023 00:00:00 GMT</lastBuildDate><item><title>Running SSL on Localhost</title><link>https://akashrajpurohit.com/blog/running-ssl-on-localhost/?utm_source=akashrajpurohit.com&amp;utm_medium=rss</link><guid isPermaLink="true">https://akashrajpurohit.com/blog/running-ssl-on-localhost/?utm_source=akashrajpurohit.com&amp;utm_medium=rss</guid><description>In today&apos;s digital landscape, security is paramount. Secure Sockets Layer (SSL) is a crucial technology that encrypts data transmitted between a user&apos;s browser and a website, ensuring confidentiality and integrity. But did you know you can also enable SSL for your localhost development environment? This guide will walk you through the process step by step.</description><pubDate>Sun, 10 Sep 2023 00:00:00 GMT</pubDate><lastBuildDate>Sun, 10 Sep 2023 00:00:00 GMT</lastBuildDate><categoryRSS><title>nodejs</title><link>https://akashrajpurohit.com/tag/nodejs/rss.xml</link></categoryRSS><category>nodejs</category><author>me@akashrajpurohit.com (Akash Rajpurohit)</author></item><item><title>Building and Publishing TypeScript NPM Packages: A Step-by-Step Guide</title><link>https://akashrajpurohit.com/blog/building-and-publishing-typescript-npm-packages-a-stepbystep-guide/?utm_source=akashrajpurohit.com&amp;utm_medium=rss</link><guid isPermaLink="true">https://akashrajpurohit.com/blog/building-and-publishing-typescript-npm-packages-a-stepbystep-guide/?utm_source=akashrajpurohit.com&amp;utm_medium=rss</guid><description>Learn how to create and publish your own Npm packages using TypeScript. This comprehensive guide covers everything from setting up your project with TypeScript, using tsup for building, vitest for testing, and semantic release for versioning and publishing. Take your TypeScript projects to the next level and share your code with the world!</description><pubDate>Sat, 20 May 2023 00:00:00 GMT</pubDate><lastBuildDate>Mon, 25 Mar 2024 00:00:00 GMT</lastBuildDate><categoryRSS><title>nodejs</title><link>https://akashrajpurohit.com/tag/nodejs/rss.xml</link></categoryRSS><categoryRSS><title>projects</title><link>https://akashrajpurohit.com/tag/projects/rss.xml</link></categoryRSS><category>nodejs</category><category>projects</category><author>me@akashrajpurohit.com (Akash Rajpurohit)</author></item><item><title>Get Up and Running with the Latest Version of Node.js on Raspberry Pi</title><link>https://akashrajpurohit.com/blog/get-up-and-running-with-the-latest-version-of-nodejs-on-raspberry-pi/?utm_source=akashrajpurohit.com&amp;utm_medium=rss</link><guid isPermaLink="true">https://akashrajpurohit.com/blog/get-up-and-running-with-the-latest-version-of-nodejs-on-raspberry-pi/?utm_source=akashrajpurohit.com&amp;utm_medium=rss</guid><description>Do you want to run the latest version of Node.js on your Raspberry Pi? This guide will take you through the process of installing the latest version of Node.js on armhf architecture using binary packages.</description><pubDate>Sat, 25 Feb 2023 00:00:00 GMT</pubDate><lastBuildDate>Sat, 25 Feb 2023 00:00:00 GMT</lastBuildDate><categoryRSS><title>nodejs</title><link>https://akashrajpurohit.com/tag/nodejs/rss.xml</link></categoryRSS><categoryRSS><title>raspberrypi</title><link>https://akashrajpurohit.com/tag/raspberrypi/rss.xml</link></categoryRSS><category>nodejs</category><category>raspberrypi</category><author>me@akashrajpurohit.com (Akash Rajpurohit)</author></item><item><title>How to use ES6 import syntax in Node.js</title><link>https://akashrajpurohit.com/blog/how-to-use-es6-import-syntax-in-nodejs/?utm_source=akashrajpurohit.com&amp;utm_medium=rss</link><guid isPermaLink="true">https://akashrajpurohit.com/blog/how-to-use-es6-import-syntax-in-nodejs/?utm_source=akashrajpurohit.com&amp;utm_medium=rss</guid><description>Learn how to quickly start using ES6 import syntax in Node.js</description><pubDate>Fri, 04 Jun 2021 00:00:00 GMT</pubDate><lastBuildDate>Fri, 04 Jun 2021 00:00:00 GMT</lastBuildDate><categoryRSS><title>javascript</title><link>https://akashrajpurohit.com/tag/javascript/rss.xml</link></categoryRSS><categoryRSS><title>nodejs</title><link>https://akashrajpurohit.com/tag/nodejs/rss.xml</link></categoryRSS><category>javascript</category><category>nodejs</category><author>me@akashrajpurohit.com (Akash Rajpurohit)</author></item><item><title>How to manage multiple Node.js versions on your system</title><link>https://akashrajpurohit.com/blog/how-to-manage-multiple-nodejs-versions-on-your-system/?utm_source=akashrajpurohit.com&amp;utm_medium=rss</link><guid isPermaLink="true">https://akashrajpurohit.com/blog/how-to-manage-multiple-nodejs-versions-on-your-system/?utm_source=akashrajpurohit.com&amp;utm_medium=rss</guid><description>Learn how to manage multiple versions of Node.js on your local system with ease.</description><pubDate>Sun, 08 Nov 2020 00:00:00 GMT</pubDate><lastBuildDate>Sun, 08 Nov 2020 00:00:00 GMT</lastBuildDate><categoryRSS><title>nodejs</title><link>https://akashrajpurohit.com/tag/nodejs/rss.xml</link></categoryRSS><category>nodejs</category><author>me@akashrajpurohit.com (Akash Rajpurohit)</author></item><item><title>API Rate Limit for Production Ready Applications in Node.js</title><link>https://akashrajpurohit.com/blog/api-rate-limit-in-nodejs-and-expressjs/?utm_source=akashrajpurohit.com&amp;utm_medium=rss</link><guid isPermaLink="true">https://akashrajpurohit.com/blog/api-rate-limit-in-nodejs-and-expressjs/?utm_source=akashrajpurohit.com&amp;utm_medium=rss</guid><description>Learn how to quickly rate limit your API endpoints for small and large size applications</description><pubDate>Sun, 03 May 2020 00:00:00 GMT</pubDate><lastBuildDate>Sun, 03 May 2020 00:00:00 GMT</lastBuildDate><categoryRSS><title>nodejs</title><link>https://akashrajpurohit.com/tag/nodejs/rss.xml</link></categoryRSS><category>nodejs</category><author>me@akashrajpurohit.com (Akash Rajpurohit)</author></item></channel></rss>