<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Subham Panda</title>
    <description>The latest articles on DEV Community by Subham Panda (@subham1901).</description>
    <link>https://dev.to/subham1901</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2911201%2F3a7791cf-2e50-4caf-bc41-c102b75d4278.png</url>
      <title>DEV Community: Subham Panda</title>
      <link>https://dev.to/subham1901</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/subham1901"/>
    <language>en</language>
    <item>
      <title>🚀 Set Up Node.js Logging with Winston and OpenSearch Dashboard (Step-by-Step Guide)</title>
      <dc:creator>Subham Panda</dc:creator>
      <pubDate>Sun, 13 Apr 2025 16:56:13 +0000</pubDate>
      <link>https://dev.to/subham1901/set-up-nodejs-logging-with-winston-and-opensearch-dashboard-step-by-step-guide-nge</link>
      <guid>https://dev.to/subham1901/set-up-nodejs-logging-with-winston-and-opensearch-dashboard-step-by-step-guide-nge</guid>
      <description>&lt;p&gt;&lt;strong&gt;1. Set Up OpenSearch Dashboard using &lt;a href="https://www.instaclustr.com" rel="noopener noreferrer"&gt;Instaclustr&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
Refer to this video to create a cluster: &lt;a href="https://www.youtube.com/watch?v=2RU-YqW5zsk" rel="noopener noreferrer"&gt;Getting started with OpenSearch on Instaclustr&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;⚠️ Note: It may take a few minutes for your cluster to start running.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Set Up OpenSearch &amp;amp; Integrate Logging in Your Application&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Once your cluster is running, go to the Connection Info section below your cluster details. There, you’ll find your OpenSearch username and password.&lt;/li&gt;
&lt;li&gt;Scroll down to find the public host address and port — this is the host you'll use to set up logging in your app&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fe3dtrh4o9pddcpxcekmy.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fe3dtrh4o9pddcpxcekmy.png" alt=" " width="800" height="250"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Once you have all things, install below npm packages&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;code&gt;npm install winston @opensearch-project/opensearch&lt;br&gt;
 yarn add winston @opensearch-project/opensearch&lt;br&gt;
&lt;/code&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Paste the code from this &lt;a href="https://gist.github.com/Subham1901/0797f03e84c1f934871e528ab42f916a" rel="noopener noreferrer"&gt;gist&lt;/a&gt; into logger.js file in your project.&lt;/li&gt;
&lt;li&gt;Run your application — you should see logs printing to the console.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;3. Set Up Your Index in OpenSearch&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Head over to your OpenSearch Dashboard.&lt;/li&gt;
&lt;li&gt;Navigate to &lt;em&gt;Dashboard Management → Index&lt;/em&gt; Patterns to create and manage your index.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F77yixpmn5ftmlb3djzxg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F77yixpmn5ftmlb3djzxg.png" alt=" " width="800" height="263"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Send Logs from Your Application to OpenSearch 🚀🚀&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Once the index is set up, your application logs will start flowing into OpenSearch automatically!&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;5. View Logs in OpenSearch Dashboards&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Go to the OpenSearch Dashboard Overview page.&lt;/li&gt;
&lt;li&gt;Click on Discover.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjkqbdw40jkfn0cg5eqil.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjkqbdw40jkfn0cg5eqil.png" alt=" " width="800" height="365"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;6. That's It — You’re All Set! 🚀🚀&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Your logs should now appear in the dashboard:&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3uugbg8s5mke3hik1pza.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3uugbg8s5mke3hik1pza.png" alt=" " width="800" height="434"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;That’s all you need to get started with OpenSearch logging in your Node.js application.&lt;br&gt;
You can now monitor, search, and visualize logs in real time — right from your OpenSearch dashboard.&lt;/p&gt;

&lt;p&gt;If you run into any issues or have questions, feel free to reach out or drop a comment. Happy logging! 🚀&lt;/p&gt;

</description>
      <category>node</category>
      <category>programming</category>
      <category>javascript</category>
      <category>learning</category>
    </item>
    <item>
      <title>Seeking for freelance fullstack project</title>
      <dc:creator>Subham Panda</dc:creator>
      <pubDate>Wed, 05 Mar 2025 12:26:05 +0000</pubDate>
      <link>https://dev.to/subham1901/seeking-for-freelance-fullstack-project-1dpc</link>
      <guid>https://dev.to/subham1901/seeking-for-freelance-fullstack-project-1dpc</guid>
      <description>&lt;p&gt;Hi everyone! 👋&lt;/p&gt;

&lt;p&gt;I’m actively seeking freelance projects where I can contribute my expertise in full-stack development. I have experience working with React, Redux, Node.js, MongoDB, Firebase, AWS, PostgreSQL, and more. Whether it's building a web application from scratch, improving an existing product, or optimizing performance, I'm here to help!&lt;/p&gt;

&lt;p&gt;Check out my portfolio: &lt;a href="//subhamp.site"&gt;subhamp&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let’s collaborate! Feel free to reach out via comments or DMs if you have a project in mind 🚀&lt;/p&gt;

</description>
      <category>reactjsdevelopment</category>
      <category>webdev</category>
      <category>programming</category>
      <category>fullstack</category>
    </item>
  </channel>
</rss>
