<?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>Forem: Dipu Raj</title>
    <description>The latest articles on Forem by Dipu Raj (@techlab).</description>
    <link>https://forem.com/techlab</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%2F400491%2F7578270f-b82a-4f7e-8254-28006206c332.jpeg</url>
      <title>Forem: Dipu Raj</title>
      <link>https://forem.com/techlab</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/techlab"/>
    <language>en</language>
    <item>
      <title>Deploying a Node.js Application on AWS EC2 with Apache</title>
      <dc:creator>Dipu Raj</dc:creator>
      <pubDate>Fri, 02 Jan 2026 12:19:39 +0000</pubDate>
      <link>https://forem.com/techlab/deploying-a-nodejs-application-on-aws-ec2-with-apache-3djj</link>
      <guid>https://forem.com/techlab/deploying-a-nodejs-application-on-aws-ec2-with-apache-3djj</guid>
      <description>&lt;p&gt;Deploying a Node.js application to a server can feel daunting if you're just getting started with infrastructure. While managed services like Heroku or AWS Elastic Beanstalk exist, sometimes you want &lt;strong&gt;full control&lt;/strong&gt; over your setup — especially if you're hosting multiple apps on the same machine.&lt;/p&gt;

&lt;p&gt;In this guide, I'll walk you through how I deployed a Node.js web app to an &lt;strong&gt;AWS EC2 instance&lt;/strong&gt;, kept it running reliably, and served it through &lt;strong&gt;Apache as a reverse proxy&lt;/strong&gt;.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;📌 This approach is still valid, but some tools and versions have evolved. I’ve updated commands to use modern Node versions.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  🧱 What We’ll Do
&lt;/h2&gt;

&lt;p&gt;We’ll break the deployment into three phases:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Install Node.js &amp;amp; set up the app&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Keep the app running with a process manager&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Configure Apache as a reverse proxy&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  🚀 Step 1: Install Node.js &amp;amp; Upload Your App
&lt;/h2&gt;

&lt;p&gt;SSH into your EC2 instance:&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
bash
ssh ubuntu@your.ec2.ip.address
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>node</category>
      <category>aws</category>
      <category>ec2</category>
      <category>apache</category>
    </item>
    <item>
      <title>jQuery Smart Wizard - A free and open source step wizard plugin for jQuery</title>
      <dc:creator>Dipu Raj</dc:creator>
      <pubDate>Mon, 08 Jun 2020 15:22:36 +0000</pubDate>
      <link>https://forem.com/techlab/jquery-smart-wizard-a-free-and-open-source-step-wizard-plugin-for-jquery-40ie</link>
      <guid>https://forem.com/techlab/jquery-smart-wizard-a-free-and-open-source-step-wizard-plugin-for-jquery-40ie</guid>
      <description>&lt;p&gt;jQuery Smart Wizard is a step wizard plugin for jQuery. Provides a neat and stylish interface for your forms, checkout screen, registration steps, etc. Easy implementation, Bootstrap compatibility, customizable toolbars, themes, events and Ajax support are few of the features.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://techlaboratory.net/jquery-smartwizard"&gt;http://techlaboratory.net/jquery-smartwizard&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/techlab/jquery-smartwizard"&gt;https://github.com/techlab/jquery-smartwizard&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>jquery</category>
      <category>webdev</category>
      <category>wizard</category>
    </item>
    <item>
      <title>jQuery Smart Tab - A cool jQuery tab control plugin </title>
      <dc:creator>Dipu Raj</dc:creator>
      <pubDate>Tue, 02 Jun 2020 15:25:05 +0000</pubDate>
      <link>https://forem.com/techlab/jquery-smart-tab-a-cool-jquery-tab-control-plugin-1n4o</link>
      <guid>https://forem.com/techlab/jquery-smart-tab-a-cool-jquery-tab-control-plugin-1n4o</guid>
      <description>&lt;p&gt;A free and open source jQuery plugin for easy implementation of tab interface with features like Ajax contents, themes, animation effects, event support&lt;/p&gt;

&lt;p&gt;&lt;a href="http://techlaboratory.net/jquery-smarttab"&gt;http://techlaboratory.net/jquery-smarttab&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/techlab/jquery-smarttab"&gt;https://github.com/techlab/jquery-smarttab&lt;/a&gt;&lt;/p&gt;

</description>
      <category>jquery</category>
      <category>javascript</category>
      <category>tab</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
