<?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: mgz coding</title>
    <description>The latest articles on DEV Community by mgz coding (@mgz_coding_2d1214318eb1f1).</description>
    <link>https://dev.to/mgz_coding_2d1214318eb1f1</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%2F3259784%2F7121c312-6989-4636-a221-e1868a6caa2b.png</url>
      <title>DEV Community: mgz coding</title>
      <link>https://dev.to/mgz_coding_2d1214318eb1f1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mgz_coding_2d1214318eb1f1"/>
    <language>en</language>
    <item>
      <title>Building a Guided Tour Library for Angular: ngx-web-tour</title>
      <dc:creator>mgz coding</dc:creator>
      <pubDate>Thu, 18 Dec 2025 11:43:07 +0000</pubDate>
      <link>https://dev.to/mgz_coding_2d1214318eb1f1/building-a-guided-tour-library-for-angular-ngx-web-tour-30po</link>
      <guid>https://dev.to/mgz_coding_2d1214318eb1f1/building-a-guided-tour-library-for-angular-ngx-web-tour-30po</guid>
      <description>&lt;p&gt;User onboarding is one of the most overlooked parts of modern web applications. Even well-designed interfaces can feel confusing to first-time users. That’s exactly the problem I wanted to solve when I built ngx-web-tour.&lt;/p&gt;

&lt;p&gt;Why ngx-web-tour?&lt;/p&gt;

&lt;p&gt;Most guided tour solutions are either:&lt;/p&gt;

&lt;p&gt;Too heavy&lt;/p&gt;

&lt;p&gt;Not Angular-friendly&lt;/p&gt;

&lt;p&gt;Hard to customize&lt;/p&gt;

&lt;p&gt;Or tightly coupled to specific UI frameworks&lt;/p&gt;

&lt;p&gt;I wanted a simple, lightweight, Angular-first solution that developers can easily plug into their projects without friction.&lt;/p&gt;

&lt;p&gt;That’s how ngx-web-tour was born.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is ngx-web-tour?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;ngx-web-tour is an open-source Angular library that helps you create step-by-step guided tours inside your application.&lt;br&gt;
It allows you to highlight elements, display explanations, and guide users through your UI in a structured way.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Features&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;🚀 Lightweight and Angular-native&lt;/p&gt;

&lt;p&gt;🧩 Simple and clean API&lt;/p&gt;

&lt;p&gt;🎯 Step-based UI walkthroughs&lt;/p&gt;

&lt;p&gt;🎨 Fully customizable styles and content&lt;/p&gt;

&lt;p&gt;🔌 Easy integration with existing Angular projects&lt;/p&gt;

&lt;p&gt;🧠 Ideal for onboarding, feature discovery, and product tours&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Installation&lt;/strong&gt;&lt;br&gt;
&lt;code&gt;npm install @abbasmgz/ngx-web-tour&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Basic Usage&lt;/strong&gt;&lt;br&gt;
After installing the library, you can attach tour steps directly to the elements you want to explain:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;div
  tour="step1"
  tourTitle="Welcome"
  tourDescription="This is the main dashboard where you can see an overview."
&amp;gt;
&amp;lt;/div&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Then define and control the tour flow from your component or service.&lt;/p&gt;

&lt;p&gt;The goal was to keep the API intuitive and declarative, so you focus on UX instead of configuration overhead.&lt;/p&gt;

&lt;p&gt;Use Cases&lt;/p&gt;

&lt;p&gt;Product onboarding for new users&lt;/p&gt;

&lt;p&gt;Feature walkthroughs after updates&lt;/p&gt;

&lt;p&gt;Internal dashboards and admin panels&lt;/p&gt;

&lt;p&gt;SaaS applications need better UX guidance&lt;/p&gt;

&lt;p&gt;Open Source &amp;amp; Contributions&lt;/p&gt;

&lt;p&gt;The project is fully open source and actively maintained.&lt;br&gt;
Feedback, issues, and pull requests are more than welcome.&lt;/p&gt;

&lt;p&gt;📦 npm:&lt;br&gt;
&lt;a href="https://www.npmjs.com/package/@abbasmgz/ngx-web-tour" rel="noopener noreferrer"&gt;https://www.npmjs.com/package/@abbasmgz/ngx-web-tour&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;💻 GitHub:&lt;br&gt;
&lt;a href="https://github.com/abbas-mgz/ngx-web-tour" rel="noopener noreferrer"&gt;https://github.com/abbas-mgz/ngx-web-tour&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What’s Next?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Planned improvements include:&lt;/p&gt;

&lt;p&gt;Keyboard navigation&lt;/p&gt;

&lt;p&gt;Better mobile support&lt;/p&gt;

&lt;p&gt;Animations and transitions&lt;/p&gt;

&lt;p&gt;More customization hooks&lt;/p&gt;

&lt;p&gt;If you’re building Angular applications and care about user experience, I hope ngx-web-tour helps you deliver smoother onboarding flows.&lt;/p&gt;

&lt;p&gt;If you find it useful, consider starring the repo or sharing feedback.&lt;/p&gt;

</description>
      <category>angular</category>
      <category>programming</category>
      <category>tutorial</category>
      <category>typescript</category>
    </item>
    <item>
      <title>How to Integrate ChatGPT API in a Node.js App (With GitHub &amp; 8-Minute Video)</title>
      <dc:creator>mgz coding</dc:creator>
      <pubDate>Thu, 12 Jun 2025 14:16:01 +0000</pubDate>
      <link>https://dev.to/mgz_coding_2d1214318eb1f1/how-to-integrate-chatgpt-api-in-a-nodejs-app-with-github-8-minute-video-42dp</link>
      <guid>https://dev.to/mgz_coding_2d1214318eb1f1/how-to-integrate-chatgpt-api-in-a-nodejs-app-with-github-8-minute-video-42dp</guid>
      <description>&lt;p&gt;If you're curious about how to use OpenAI's ChatGPT API in a Node.js application, I built a simple project to demonstrate exactly that — and made a short tutorial video to go with it.&lt;/p&gt;




&lt;h3&gt;
  
  
  📽️ Watch the 8-Minute Video Tutorial:
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://youtu.be/Plzu8m7N754?si=U6asv1EyLN5yKa34" rel="noopener noreferrer"&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%2Ffjkiei35v8wlnbfzwwjn.jpg" alt="Watch on YouTube" width="336" height="188"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  💻 GitHub Repo:
&lt;/h3&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/abbas-mgz/chatgpt-js" rel="noopener noreferrer"&gt;https://github.com/abbas-mgz/chatgpt-js&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  ⚙️ What You'll Learn:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;How to connect to OpenAI's ChatGPT API&lt;/li&gt;
&lt;li&gt;How to send and receive prompts using &lt;code&gt;fetch()&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Basic &lt;code&gt;.env&lt;/code&gt; setup for secure API keys&lt;/li&gt;
&lt;li&gt;Configurable model (GPT-3.5 or GPT-4)&lt;/li&gt;
&lt;li&gt;Clean and minimal Node.js code (no frontend)&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  🚀 How to Run:
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
bash
git clone https://github.com/abbas-mgz/chatgpt-js
cd chatgpt-js
npm install
echo "OPENAI_API_KEY=your_key_here" &amp;gt; .env
node index.js



&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>node</category>
      <category>javascript</category>
      <category>openai</category>
      <category>chatgpt</category>
    </item>
  </channel>
</rss>
