<?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: SjxSubham</title>
    <description>The latest articles on DEV Community by SjxSubham (@sjxsubham).</description>
    <link>https://dev.to/sjxsubham</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%2F1204869%2F2ac51dc6-e91b-4f84-b5ec-49d1373318c7.jpeg</url>
      <title>DEV Community: SjxSubham</title>
      <link>https://dev.to/sjxsubham</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sjxsubham"/>
    <language>en</language>
    <item>
      <title>How to Install FireFox Browser in Kali Linux in just 3 minutes</title>
      <dc:creator>SjxSubham</dc:creator>
      <pubDate>Sat, 04 Oct 2025 14:25:18 +0000</pubDate>
      <link>https://dev.to/sjxsubham/how-to-install-firefox-browser-in-kali-linux-in-just-3-minutes-mji</link>
      <guid>https://dev.to/sjxsubham/how-to-install-firefox-browser-in-kali-linux-in-just-3-minutes-mji</guid>
      <description>&lt;h3&gt;
  
  
  The content will be about how to download+install and setup firefox browser in kali Linux ...
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;Let's get started&lt;/p&gt;
&lt;/blockquote&gt;


&lt;/blockquote&gt;

&lt;h4&gt;
  
  
  Step 1:
&lt;/h4&gt;

&lt;p&gt;Go to the &lt;a href="https://www.firefox.com/browsers/desktop/linux/?utm_medium=referral&amp;amp;utm_source=support.mozilla.org&amp;amp;_gl=1*lvou6y*_ga*MTUwMzEwMTUyNi4xNzU5NTgzMjY3*_ga_2VC139B3XV*czE3NTk1ODMyNjckbzEkZzEkdDE3NTk1ODQ4MTIkajQ1JGwwJGgw" rel="noopener noreferrer"&gt;Firefox download page&lt;/a&gt;, and click &lt;br&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%2Fgwhyrttelhd8g0zl110r.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%2Fgwhyrttelhd8g0zl110r.png" alt=" " width="477" height="45"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;
  
  
  Step 2:
&lt;/h4&gt;

&lt;p&gt;Open a terminal, and go to the folder where your download has been saved. For example:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;cd ~/Downloads
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Extract the contents of the downloaded file by typing:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;tar -xf firefox-143.0.4.tar.xz
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;(your downloaded file name maybe different so modify the script accordingly)&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The following commands must be executed as root or preceded by sudo.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h4&gt;
  
  
  Step 3:
&lt;/h4&gt;

&lt;p&gt;Move the uncompressed Firefox folder to /opt:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;mv firefox /opt
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h4&gt;
  
  
  Step 4:
&lt;/h4&gt;

&lt;p&gt;Create a symlink to the Firefox executable:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;ln -s /opt/firefox/firefox /usr/local/bin/firefox
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h4&gt;
  
  
  Step 5:
&lt;/h4&gt;

&lt;p&gt;Download a copy of the desktop file:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;wget https://raw.githubusercontent.com/mozilla/sumo-kb/main/install-firefox-linux/firefox.desktop -P /usr/local/share/applications

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

&lt;/div&gt;



&lt;p&gt;&lt;em&gt;All you are good to go, all set now !!!&lt;/em&gt;&lt;br&gt;
search firefox in Show Apps section and run it...&lt;/p&gt;

&lt;p&gt;Thank me later...&lt;/p&gt;

</description>
      <category>firefox</category>
      <category>browser</category>
    </item>
    <item>
      <title>ZitaCode - an Online Code Editor with AI enabled</title>
      <dc:creator>SjxSubham</dc:creator>
      <pubDate>Sun, 18 May 2025 12:55:18 +0000</pubDate>
      <link>https://dev.to/sjxsubham/zitacode-an-online-code-editor-with-ai-enabled-bee</link>
      <guid>https://dev.to/sjxsubham/zitacode-an-online-code-editor-with-ai-enabled-bee</guid>
      <description>&lt;h2&gt;
  
  
  Checkout- &lt;a href="//dub.sh/ZitaCode"&gt;ZitaCode&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;An online code editor with multiple programming language supported...&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Test it out.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  Key Points -
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="p"&gt;1.&lt;/span&gt; Multiple Programming Language supported (more than 10 programming languages supported)
&lt;span class="p"&gt;2.&lt;/span&gt; AI code Review enabled..
&lt;span class="p"&gt;3.&lt;/span&gt; Code editor theme customization available
&lt;span class="p"&gt;4.&lt;/span&gt; Secure Authentication by Clerk
&lt;span class="p"&gt;5.&lt;/span&gt; Quiz feature (available for beta users only for now)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;_____________________________&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;after Once u login u will only have a free plan user account.&lt;/li&gt;
&lt;li&gt;SO, After signed up &lt;strong&gt;dm&lt;/strong&gt; me your mail ID at &lt;strong&gt;&lt;a href="//goto:arijitiansjx@gmail.com"&gt;arijitiansjx@gmail.com&lt;/a&gt;&lt;/strong&gt;, I will activate Pro for your account (This gonna be also free just ask me)&lt;/li&gt;
&lt;li&gt;After I activate PRO for your account You'll be able to test all those programming languages...&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;_____________________________&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;This web application in still in building process as I'm building this as SaaS Product. I have temporarily deployed it on &lt;em&gt;vercel&lt;/em&gt; for testing purpose. &lt;strong&gt;So Your feedback is important to me, what changes should i do to improve more.&lt;/strong&gt; Give Feedback of &lt;em&gt;&lt;strong&gt;ZitaCode&lt;/strong&gt;&lt;/em&gt; &lt;a href="https://feed-x-widget.vercel.app/?projectId=11&amp;amp;projectName=ZitaCode" rel="noopener noreferrer"&gt;Here&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;


&lt;/blockquote&gt;
&lt;br&gt;
&lt;/blockquote&gt;

</description>
      <category>twiliohackathon</category>
      <category>programming</category>
      <category>ide</category>
      <category>onlinecodeeditor</category>
    </item>
    <item>
      <title>Need UI changes , Contribute if u can</title>
      <dc:creator>SjxSubham</dc:creator>
      <pubDate>Mon, 07 Apr 2025 18:25:38 +0000</pubDate>
      <link>https://dev.to/sjxsubham/need-ui-changes-contribute-if-u-can-4mbc</link>
      <guid>https://dev.to/sjxsubham/need-ui-changes-contribute-if-u-can-4mbc</guid>
      <description>&lt;p&gt;So basically, there's A project of mine &lt;a href="https://dub.sh/feedX" rel="noopener noreferrer"&gt;FeedX&lt;/a&gt; &lt;br&gt;
If U can Modify UI of that Home Page Contribute/Modify.&lt;/p&gt;

&lt;p&gt;I made this UI simple and clear &lt;/p&gt;

&lt;p&gt;If u pretty good at frontend , U can contribute &lt;/p&gt;

&lt;h3&gt;
  
  
  Repo Link  -  &lt;a href="https://github.com/SjxSubham/saas-feedx" rel="noopener noreferrer"&gt;https://github.com/SjxSubham/saas-feedx&lt;/a&gt;
&lt;/h3&gt;

&lt;h3&gt;
  
  
  Issue- &lt;a href="https://github.com/SjxSubham/saas-feedx/issues/3" rel="noopener noreferrer"&gt;https://github.com/SjxSubham/saas-feedx/issues/3&lt;/a&gt;
&lt;/h3&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%2Fs85v52o98xglj0vt0nvz.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%2Fs85v52o98xglj0vt0nvz.png" alt="Image description" width="800" height="744"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>nextjs</category>
      <category>ui</category>
      <category>help</category>
    </item>
    <item>
      <title>Checkout FeedX : A seamless modern feedback collection platform Modern UI</title>
      <dc:creator>SjxSubham</dc:creator>
      <pubDate>Fri, 14 Mar 2025 07:47:49 +0000</pubDate>
      <link>https://dev.to/sjxsubham/checkout-feedx-a-seamless-modern-feedback-collection-platform-modern-ui-4fmm</link>
      <guid>https://dev.to/sjxsubham/checkout-feedx-a-seamless-modern-feedback-collection-platform-modern-ui-4fmm</guid>
      <description>&lt;h3&gt;
  
  
  Wiki : for guidance
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://github.com/SjxSubham/saas-feedx/wiki" rel="noopener noreferrer"&gt;https://github.com/SjxSubham/saas-feedx/wiki&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Gist
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://gist.github.com/SjxSubham/fd6345bf90006ad416c819de9ccb9d8b" rel="noopener noreferrer"&gt;https://gist.github.com/SjxSubham/fd6345bf90006ad416c819de9ccb9d8b&lt;/a&gt;&lt;/p&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%2Fi1dx22ru8i63m284aypl.jpg" 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%2Fi1dx22ru8i63m284aypl.jpg" alt="Image description" width="800" height="471"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;a href="https://feedx.vercel.app/" rel="noopener noreferrer"&gt;Live Link&lt;/a&gt;
&lt;/h2&gt;

&lt;h1&gt;
  
  
  FeedX : &lt;a href="https://feedx.vercel.app/" rel="noopener noreferrer"&gt;https://feedx.vercel.app/&lt;/a&gt;
&lt;/h1&gt;

&lt;h3&gt;
  
  
  Give feedback : &lt;a href="https://feed-x-widget.vercel.app/?projectId=22" rel="noopener noreferrer"&gt;https://feed-x-widget.vercel.app/?projectId=22&lt;/a&gt;
&lt;/h3&gt;

</description>
      <category>saas</category>
      <category>opensource</category>
      <category>webdev</category>
    </item>
    <item>
      <title>[Boost]</title>
      <dc:creator>SjxSubham</dc:creator>
      <pubDate>Mon, 30 Dec 2024 18:25:41 +0000</pubDate>
      <link>https://dev.to/sjxsubham/-1fcm</link>
      <guid>https://dev.to/sjxsubham/-1fcm</guid>
      <description>&lt;div class="ltag__link"&gt;
  &lt;a href="/sjxsubham" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&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%2Fuser%2Fprofile_image%2F1204869%2F2ac51dc6-e91b-4f84-b5ec-49d1373318c7.jpeg" alt="sjxsubham"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="https://dev.to/sjxsubham/give-me-star-to-my-repo-2hb0" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;Give me star to my Repo&lt;/h2&gt;
      &lt;h3&gt;SjxSubham ・ Dec 27 '24&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#leetcode&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#dsa&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#hacktoberfest&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#cpp&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


</description>
      <category>leetcode</category>
      <category>dsa</category>
    </item>
    <item>
      <title>MyGithub scrap datas from Your Github account with a new format</title>
      <dc:creator>SjxSubham</dc:creator>
      <pubDate>Sat, 28 Dec 2024 19:58:28 +0000</pubDate>
      <link>https://dev.to/sjxsubham/mygithub-scrap-datas-from-your-github-account-with-a-new-format-30d5</link>
      <guid>https://dev.to/sjxsubham/mygithub-scrap-datas-from-your-github-account-with-a-new-format-30d5</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/brightdata"&gt;Bright Data Web Scraping Challenge&lt;/a&gt;: Scrape Data from Complex, Interactive Websites&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;h2&gt;
  
  
  MyGithub: Explore GitHub in a Whole New Way!
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Overview
&lt;/h3&gt;

&lt;p&gt;MyGithub is a web application that brings the power of GitHub to your fingertips. Whether you’re a developer, a curious learner, or a seasoned open-source enthusiast, MyGithub offers a seamless experience for exploring user profiles, repositories, and more.&lt;/p&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Authentication &amp;amp; Authorization:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Secure login using Passport.js with GitHub Auth.&lt;/li&gt;
&lt;li&gt;User sessions and tokens handled behind the scenes.
### 2. GitHub API Integration:&lt;/li&gt;
&lt;li&gt;Fetch user profiles and repositories directly from GitHub.&lt;/li&gt;
&lt;li&gt;Real-time data sync with GitHub.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  3. Client-Side Repo Filtering:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Filter repositories right on the client side.&lt;/li&gt;
&lt;li&gt;Find relevant repos faster.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  4. Robust Error Handling:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Comprehensive error handling on both server and client sides.&lt;/li&gt;
&lt;li&gt;No more mysterious bugs!&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  5. User Interaction:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Like profiles, sign up, and log in, see the users along with date who liked ur profile.&lt;/li&gt;
&lt;li&gt;Clone repositories.&lt;/li&gt;
&lt;li&gt;Explore popular repos by username.&lt;/li&gt;
&lt;li&gt;Explore any users profile git usage, repos by language sorting options &lt;/li&gt;
&lt;li&gt;profile linking option&lt;/li&gt;
&lt;li&gt;Explore popular repos of &lt;strong&gt;Popular Languages&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;Check out MyGithub here: &lt;a href="https://mygithubapp.onrender.com" rel="noopener noreferrer"&gt;MyGithub App&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;
&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;a href="https://mygithubapp.onrender.com" rel="noopener noreferrer"&gt;
      mygithubapp.onrender.com
    &lt;/a&gt;
&lt;/div&gt;


&lt;h2&gt;
  
  
  How I Used Bright Data
&lt;/h2&gt;

&lt;p&gt;So basically i have made a web scrapper for github profile scrapping on which we can get user repos as well as profile usage, repos by language along with other options for scrapping by using bright side organisations scrapping api token so write a ahort description for dev community post how i used their github profile scrapping API here is the bright side api link &lt;a href="https://brightdata.com/cp/setting/users" rel="noopener noreferrer"&gt;https://brightdata.com/cp/setting/users&lt;/a&gt;&lt;br&gt;
How I Built a GitHub Profile Scraper Using BrightData API&lt;br&gt;
I've recently developed a web scraper designed to extract comprehensive GitHub profiles, including user repositories, profile usage, and repository details categorized by language. To achieve this, I leveraged the powerful scraping capabilities provided by the BrightData API.&lt;/p&gt;

&lt;p&gt;By using BrightData's GitHub profile scraping API token, I was able to seamlessly fetch user data and repositories. This integration allows for efficient and organized data collection, making it easier to analyze and present GitHub profiles.&lt;/p&gt;

&lt;p&gt;The scraper supports multiple options for custom data extraction, ensuring flexibility and accuracy. This tool is particularly useful for developers and organizations looking to gather insights from GitHub profiles for analysis, reporting, or improving development strategies&lt;/p&gt;

&lt;h3&gt;
  
  
  Repo Link - &lt;a href="https://github.com/SjxSubham/MyGithub" rel="noopener noreferrer"&gt;https://github.com/SjxSubham/MyGithub&lt;/a&gt;
&lt;/h3&gt;

</description>
      <category>brightdatachallenge</category>
      <category>devchallenge</category>
      <category>webdev</category>
      <category>api</category>
    </item>
    <item>
      <title>Give me star to my Repo</title>
      <dc:creator>SjxSubham</dc:creator>
      <pubDate>Fri, 27 Dec 2024 21:30:04 +0000</pubDate>
      <link>https://dev.to/sjxsubham/give-me-star-to-my-repo-2hb0</link>
      <guid>https://dev.to/sjxsubham/give-me-star-to-my-repo-2hb0</guid>
      <description>&lt;p&gt;Can i get a star from all of u guys for my repo...???&lt;/p&gt;

&lt;p&gt;Here is a repo &lt;a href="https://github.com/SjxSubham/Leetcode" rel="noopener noreferrer"&gt;https://github.com/SjxSubham/Leetcode&lt;/a&gt;&lt;br&gt;
here u will find a lot of answers of leetcode questions...&lt;/p&gt;

&lt;p&gt;My fellow developers can i get a star from all of u guys...&lt;br&gt;
I have 8 stars I need 8 stars more to get a badge...&lt;/p&gt;

&lt;p&gt;Help me to get the badge..&lt;br&gt;
If u like pls , give a star to this repo...&lt;/p&gt;

</description>
      <category>leetcode</category>
      <category>dsa</category>
      <category>hacktoberfest</category>
      <category>cpp</category>
    </item>
    <item>
      <title>Contribute Here for Hacktoberfest 2024 as it comes to an end</title>
      <dc:creator>SjxSubham</dc:creator>
      <pubDate>Sat, 26 Oct 2024 19:57:54 +0000</pubDate>
      <link>https://dev.to/sjxsubham/contribute-here-for-hacktoberfest-2024-as-it-comes-to-an-end-2dce</link>
      <guid>https://dev.to/sjxsubham/contribute-here-for-hacktoberfest-2024-as-it-comes-to-an-end-2dce</guid>
      <description>&lt;h2&gt;
  
  
  Contribute on this repo ✨
&lt;/h2&gt;

&lt;h2&gt;
  
  
  HAcktoberfest 2024 is ending up soon
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;If U have not contributed yet .. contribute here...🚀&lt;br&gt;
Here is the &lt;a href="https://github.com/SjxSubham/Leetcode" rel="noopener noreferrer"&gt;repo link&lt;/a&gt;&lt;/strong&gt;💖&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>leetcode</category>
      <category>github</category>
      <category>hacktoberfest</category>
    </item>
    <item>
      <title>News-Aggregator web application using Django framework</title>
      <dc:creator>SjxSubham</dc:creator>
      <pubDate>Sun, 07 Apr 2024 16:21:18 +0000</pubDate>
      <link>https://dev.to/sjxsubham/news-aggregator-web-application-using-django-framework-25ab</link>
      <guid>https://dev.to/sjxsubham/news-aggregator-web-application-using-django-framework-25ab</guid>
      <description>&lt;p&gt;I have made a &lt;strong&gt;NEWS-AGGREGATOR&lt;/strong&gt; Application using Django framework,,,,&lt;/p&gt;

&lt;p&gt;I got an internship 'AICTE' approved internship by &lt;code&gt;.edunet foundation&lt;/code&gt;&lt;br&gt;
✨&lt;br&gt;
Tech stacks I have used -📍&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Django&lt;/li&gt;
&lt;li&gt;HTML&lt;/li&gt;
&lt;li&gt;bootstrap&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;AND the good point is I have made this totally Opensource&lt;/p&gt;

&lt;p&gt;U can download the template and customise it as per ur requirement...&lt;/p&gt;

&lt;p&gt;:)&lt;br&gt;
• If U like it give a Like, and star the repo 🍂✨&lt;/p&gt;

&lt;p&gt;I hope this will help u...&lt;br&gt;
here is the opensource Code link-&lt;br&gt;
-"&lt;a href="https://github.com/SjxSubham/News-Aggregator" rel="noopener noreferrer"&gt;https://github.com/SjxSubham/News-Aggregator&lt;/a&gt;"&lt;/p&gt;

&lt;p&gt;And yes You can also add comment on every news... &lt;/p&gt;

&lt;p&gt;Here are some Pictures of that website 👇🏼&lt;br&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%2F4n0im3w4pipyomkebubu.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%2F4n0im3w4pipyomkebubu.PNG" alt="Image description" width="800" height="431"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>django</category>
      <category>webdev</category>
      <category>programming</category>
      <category>fullstack</category>
    </item>
    <item>
      <title>How to intall Node JS 16.20.2 in windows 7 (32/64 bit)</title>
      <dc:creator>SjxSubham</dc:creator>
      <pubDate>Fri, 02 Feb 2024 19:13:14 +0000</pubDate>
      <link>https://dev.to/sjxsubham/how-to-intall-node-js-16202-in-windows-7-3264-bit-1epa</link>
      <guid>https://dev.to/sjxsubham/how-to-intall-node-js-16202-in-windows-7-3264-bit-1epa</guid>
      <description>&lt;p&gt;You want to work with React JS  framework, but u hv downloaded Node version 13.0,,,as U have windows 7 Pc and it only support upto version 13&lt;/p&gt;

&lt;p&gt;•React JS supports at 16=&amp;gt; version, so u have to download NODE JS 16...&lt;/p&gt;

&lt;h1&gt;
  
  
  Here the process &lt;strong&gt;how u download Node JS 16.20.2 in your windows 7 PC&lt;/strong&gt;
&lt;/h1&gt;

&lt;p&gt;To install &lt;strong&gt;Node JS 16.20.2&lt;/strong&gt; version&lt;br&gt;
at first if u have already installed any versions of node JS below version 16 uninstall that, then&lt;/p&gt;

&lt;p&gt;u have to Search on google :&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;("node JS download"), go to official site &lt;/li&gt;
&lt;li&gt;scroll down, there will be a option named &lt;a href="https://nodejs.org/en/about/previous-releases" rel="noopener noreferrer"&gt;Previous Releases&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;tap on it&lt;/li&gt;
&lt;li&gt;then go to version &lt;a href="https://nodejs.org/download/release/v16.20.2/" rel="noopener noreferrer"&gt;16.20.2&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Choice as per requirement, if u are using 32 bit architecture then select &lt;a href="https://nodejs.org/download/release/v16.20.2/node-v16.20.2-win-x86.7z" rel="noopener noreferrer"&gt;32 bit&lt;/a&gt;&lt;br&gt;
if u r using 64 bit architecture then&lt;br&gt;
&lt;a href="https://nodejs.org/download/release/v16.20.2/node-v16.20.2-win-x64.7z" rel="noopener noreferrer"&gt;64 bit&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;after downloading, extract the folder&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;copy the files of that extracted folder&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;make a folder in C drive named - node32&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;inside that folder(node32) paste all the files that u have copied&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;copy the folder path and paste it into environment variables system variables &lt;code&gt;path&lt;/code&gt; in ur system.(advanced system settings -&amp;gt;environment variables)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;make a new User Variable name it as NODE_PATH set the value of that on that inside that node32 folder u will see a folder named node modules, enter the folder then copy that &lt;strong&gt;folder path of that folder(node modules)&lt;/strong&gt;, &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;and paste it onto that &lt;strong&gt;NODE_PATH&lt;/strong&gt; variable value &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;make another system variables Named &lt;strong&gt;NODE_SKIP_PLATFORM_CHECK&lt;/strong&gt; , and set the value &lt;strong&gt;1&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Now click ok, &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;after doing all above process, turn on command prompt and type on it &lt;code&gt;node --version&lt;/code&gt; press enter &lt;br&gt;
it will show u current installed node version as &lt;code&gt;v16.20.2&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Now, all set u are good to go to install &lt;code&gt;react.Js&lt;/code&gt; on &lt;strong&gt;windows 7&lt;/strong&gt;...&lt;/p&gt;

&lt;p&gt;Thank me, by liking ❤️&lt;/p&gt;

</description>
      <category>react</category>
      <category>node</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Placeholder Contributor</title>
      <dc:creator>SjxSubham</dc:creator>
      <pubDate>Wed, 08 Nov 2023 08:34:09 +0000</pubDate>
      <link>https://dev.to/sjxsubham/placeholder-contributor-599o</link>
      <guid>https://dev.to/sjxsubham/placeholder-contributor-599o</guid>
      <description>&lt;h3&gt;
  
  
  Intro
&lt;/h3&gt;

&lt;h3&gt;
  
  
  Highs and Lows
&lt;/h3&gt;

&lt;h3&gt;
  
  
  Growth
&lt;/h3&gt;

</description>
      <category>hack23contributor</category>
    </item>
  </channel>
</rss>
