<?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: Naveen Soni</title>
    <description>The latest articles on DEV Community by Naveen Soni (@naveen6802).</description>
    <link>https://dev.to/naveen6802</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%2F320549%2Fb1735c77-c980-4550-b786-741b44334dd4.jpg</url>
      <title>DEV Community: Naveen Soni</title>
      <link>https://dev.to/naveen6802</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/naveen6802"/>
    <language>en</language>
    <item>
      <title>Building DogeMoon: A Self-Custodial, Open-Source Ecosystem for Dogecoin 🚀🐕</title>
      <dc:creator>Naveen Soni</dc:creator>
      <pubDate>Sat, 10 Jan 2026 09:00:11 +0000</pubDate>
      <link>https://dev.to/naveen6802/building-dogemoon-a-self-custodial-open-source-ecosystem-for-dogecoin-5a69</link>
      <guid>https://dev.to/naveen6802/building-dogemoon-a-self-custodial-open-source-ecosystem-for-dogecoin-5a69</guid>
      <description>&lt;p&gt;Introducing DogeMoon Wallet: A secure, client-side Dogecoin wallet and a suite of tools including sweepers, generators, and explorers.&lt;/p&gt;

&lt;p&gt;Hello DEV Community! 👋&lt;/p&gt;

&lt;p&gt;I'm Naveen Soni, a web developer from Jaipur. Today, I'm excited to share a project I've been working on to help the Dogecoin community: DogeMoon Wallet.&lt;/p&gt;

&lt;p&gt;In the world of crypto, the phrase "Not your keys, not your coins" is the golden rule. However, many users still rely on centralized exchanges or complex software to manage their Dogecoin. I wanted to build something that was accessible via the web but retained the security of a self-custodial setup.&lt;/p&gt;

&lt;p&gt;Here is a look at the DogeMoon ecosystem.&lt;/p&gt;

&lt;h1&gt;
  
  
  🌕 The Core: DogeMoon Wallet
&lt;/h1&gt;

&lt;p&gt;Link: &lt;a href="https://dogemoon.one" rel="noopener noreferrer"&gt;dogemoon.one&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;DogeMoon is a client-side interface for the Dogecoin blockchain. It allows you to interact with your funds without ever trusting a third party with your private keys.&lt;/p&gt;

&lt;h2&gt;
  
  
  🔐 Security &amp;amp; Architecture
&lt;/h2&gt;

&lt;p&gt;The most important feature of DogeMoon is how it handles data. It is self-custodial, meaning:&lt;/p&gt;

&lt;p&gt;Client-Side Generation: Your keys are generated locally in your browser using JavaScript.&lt;/p&gt;

&lt;p&gt;No Storage: We never store your private keys, seed phrases, or passwords on our servers.&lt;/p&gt;

&lt;p&gt;Transaction Signing: When you send Dogecoin, the transaction is signed locally on your device. Only the signed raw transaction is broadcast to the network.&lt;/p&gt;

&lt;p&gt;This architecture ensures that even if the website were compromised, your private keys would remain safe because they never leave your device.&lt;/p&gt;

&lt;h4&gt;
  
  
  ✨ Key Features
&lt;/h4&gt;

&lt;p&gt;Create &amp;amp; Import: Generate new wallets or import existing ones via Private Key.&lt;/p&gt;

&lt;p&gt;Send &amp;amp; Receive: Seamless transaction interface with QR code support.&lt;/p&gt;

&lt;p&gt;Transaction History: View your past activity directly in the dashboard.&lt;/p&gt;

&lt;p&gt;Lightweight: Built with pure web technologies for speed and compatibility.&lt;/p&gt;

&lt;h2&gt;
  
  
  🛠️ The Toolkit: The DogeMoon Ecosystem
&lt;/h2&gt;

&lt;p&gt;A wallet is great, but a developer needs tools. Over time, I’ve expanded the project into a suite of utilities to handle various Dogecoin operations.&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Wallet Sweeper 🧹
&lt;/h3&gt;

&lt;p&gt;Link: &lt;a href="https://sweep.dogemoon.one" rel="noopener noreferrer"&gt;sweep.dogemoon.one&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you have old paper wallets or have found an old private key, sweeping the funds is often a hassle. The DogeMoon Sweeper allows you to input a private key and "sweep" (transfer) the entire balance to a new address in a single transaction. It calculates the network fee automatically to ensure a clean sweep.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Paper Wallet Generator 🖨️
&lt;/h3&gt;

&lt;p&gt;Link: &lt;a href="https://walletgenerator.dogemoon.one" rel="noopener noreferrer"&gt;walletgenerator.dogemoon.one&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;For true cold storage, nothing beats paper. This tool allows you to generate public/private key pairs offline. You can run this page without an internet connection, print your keys, and store your Dogecoin offline securely.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. View-Only Wallet 👀
&lt;/h3&gt;

&lt;p&gt;Link: &lt;a href="https://muchbalance.github.io/wallet" rel="noopener noreferrer"&gt;muchbalance.github.io/wallet&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Sometimes you want to check your balance (or watch a whale address) without exposing your private keys. This tool lets you input a public address to view its balance and UTXOs safely.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Dogecoin Explorers 🔍
&lt;/h3&gt;

&lt;p&gt;V1: &lt;a href="https://muchbalance.github.io" rel="noopener noreferrer"&gt;muchbalance.github.io&lt;/a&gt;&lt;br&gt;
V2: &lt;a href="https://muchbalance.github.io/v2" rel="noopener noreferrer"&gt;muchbalance.github.io/v2&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’ve built two versions of a blockchain explorer. These allow you to verify transactions, check block heights, and confirm network activity without relying on heavy, ad-filled commercial explorers.&lt;/p&gt;

&lt;h3&gt;
  
  
  🌐 The Hub
&lt;/h3&gt;

&lt;p&gt;To tie everything together, I've recently launched a central hub where you can access all these apps in one place:&lt;br&gt;
👉 &lt;a href="https://apps.dogemoon.one" rel="noopener noreferrer"&gt;apps.dogemoon.one&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  🤝 Open Source &amp;amp; Community
&lt;/h3&gt;

&lt;p&gt;I believe in the open web and open finance. This project is a labor of love for the Doge community.&lt;/p&gt;

&lt;p&gt;If you are a developer, I’d love for you to check out the code, verify the security for yourself, or contribute!&lt;/p&gt;

&lt;p&gt;Support the Project&lt;br&gt;
If you find these tools useful, consider keeping the project ad-free with a donation:&lt;br&gt;
D775iKxVWVdYLu93yPNiMFATGLxvEvoYPh&lt;/p&gt;

&lt;p&gt;Let me know what you think in the comments! To the moon! 🚀&lt;/p&gt;

&lt;p&gt;Powered by &lt;a href="https://dogemoon.one" rel="noopener noreferrer"&gt;DogeMoon Wallet&lt;/a&gt; | Built by &lt;a href="https://naveen-6802.github.io" rel="noopener noreferrer"&gt;Naveen Soni&lt;/a&gt;&lt;/p&gt;

</description>
      <category>blockchain</category>
      <category>javascript</category>
      <category>opensource</category>
      <category>webdev</category>
    </item>
    <item>
      <title>How I Simplified Invoicing with a Free Online Invoice Generator</title>
      <dc:creator>Naveen Soni</dc:creator>
      <pubDate>Thu, 11 Sep 2025 15:01:02 +0000</pubDate>
      <link>https://dev.to/naveen6802/how-i-simplified-invoicing-with-a-free-online-invoice-generator-19pb</link>
      <guid>https://dev.to/naveen6802/how-i-simplified-invoicing-with-a-free-online-invoice-generator-19pb</guid>
      <description>&lt;p&gt;As a developer working with clients, one of my biggest time-wasters was creating and sending invoices. At first, I used Excel templates, then some paid invoice creator software but both felt clunky and repetitive.&lt;/p&gt;

&lt;p&gt;Recently, I found Brevws, a simple online invoice maker tool that lets you create professional invoices in minutes. What I really like is:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;No signup required → just open and generate invoices.&lt;/li&gt;
&lt;li&gt;Free invoice templates with clean, professional designs.&lt;/li&gt;
&lt;li&gt;Multi-currency support → send invoices globally.&lt;/li&gt;
&lt;li&gt;Quick editing → you can generate and download an invoice faster than making one in Excel.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you’re tired of juggling spreadsheets or complex tools, this might be worth trying.&lt;/p&gt;

&lt;p&gt;👉 Check it out here: &lt;a href="https://brevws.live" rel="noopener noreferrer"&gt;Brevws Invoice Generator&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>sass</category>
      <category>javascript</category>
      <category>opensource</category>
    </item>
    <item>
      <title>My 5-Year Journey as a Web Developer</title>
      <dc:creator>Naveen Soni</dc:creator>
      <pubDate>Fri, 15 Aug 2025 17:56:40 +0000</pubDate>
      <link>https://dev.to/naveen6802/my-5-year-journey-as-a-web-developer-45ek</link>
      <guid>https://dev.to/naveen6802/my-5-year-journey-as-a-web-developer-45ek</guid>
      <description>&lt;p&gt;Over the past five years, I’ve had the privilege of working on a diverse range of projects as a web development and designing enthusiast. From building &lt;strong&gt;Shopify stores&lt;/strong&gt; to crafting &lt;strong&gt;landing pages&lt;/strong&gt;, tackling &lt;strong&gt;SEO projects&lt;/strong&gt;, and exploring various other challenges, it’s been an incredible ride. The tech world is evolving rapidly, and &lt;strong&gt;Artificial Intelligence (A.I.)&lt;/strong&gt; is transforming how we build. With just a design, A.I. can now create an entire website, landing page, or even complex projects in minutes. It’s both impressive and a bit &lt;strong&gt;unnerving&lt;/strong&gt; for developers like me exciting times, but the competition is fierce!&lt;/p&gt;

&lt;p&gt;One of my proudest creations is &lt;a href="https://brevws.live" rel="noopener noreferrer"&gt;Brevws Invoice Generator&lt;/a&gt;, a &lt;strong&gt;free online invoice generator&lt;/strong&gt; designed to make billing effortless for freelancers, small business owners, and entrepreneurs. Unlike traditional tools, Brevws is 100% free, requires no sign-up, and ensures no data storage on our servers, prioritizing your privacy. Whether you need to create professional invoices for clients or streamline your billing process, Brevws is your go-to &lt;strong&gt;invoice maker app&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Brevws Invoice Generator?
&lt;/h2&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%2Fr2aif3xpnsr2fl2jhvhk.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%2Fr2aif3xpnsr2fl2jhvhk.png" alt="Free Online Invoice Maker" width="500" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Fast &amp;amp; Simple:&lt;/strong&gt; Create polished &lt;strong&gt;invoices&lt;/strong&gt; in just a few clicks.&lt;br&gt;
&lt;strong&gt;Privacy-First:&lt;/strong&gt; Your data stays in your browser, never stored.&lt;br&gt;
&lt;strong&gt;Customizable:&lt;/strong&gt; Add your business details, notes and payment terms.&lt;br&gt;
&lt;strong&gt;Free Forever:&lt;/strong&gt; No hidden fees, no limitations.&lt;/p&gt;

&lt;p&gt;Check out &lt;a href="https://brevws.live" rel="noopener noreferrer"&gt;https://brevws.live&lt;/a&gt; to try the best free invoice generator and experience hassle-free invoicing today!&lt;/p&gt;

&lt;h2&gt;
  
  
  Explore My Work
&lt;/h2&gt;

&lt;p&gt;I’ve poured my passion for web development into many projects, and you can see more of my work on my &lt;a href="https://naveen-6802.github.io" rel="noopener noreferrer"&gt;portfolio website&lt;/a&gt;. From Shopify stores to SEO-optimized landing pages, my portfolio showcases the skills I’ve honed over the years.The rise of A.I. is pushing developers to innovate, and I’m excited to keep building tools like Brevws to solve real-world problems.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br&gt;
Naveen Soni&lt;br&gt;
Web Development &amp;amp; Designing Enthusiast&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Dogecoin explorer</title>
      <dc:creator>Naveen Soni</dc:creator>
      <pubDate>Fri, 23 Dec 2022 05:38:35 +0000</pubDate>
      <link>https://dev.to/naveen6802/dogecoin-explorer-jp</link>
      <guid>https://dev.to/naveen6802/dogecoin-explorer-jp</guid>
      <description>&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%2Fva6praxcs2vuuj3v0wl5.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%2Fva6praxcs2vuuj3v0wl5.jpg" alt="Dogecoin Much Balance" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Much Balance&lt;/em&gt;&lt;br&gt;
&lt;strong&gt;Dogecoin muchbalance&lt;/strong&gt;&lt;br&gt;
Dogechain&lt;br&gt;
Shiba Inu&lt;br&gt;
Dogecoin blockchain explorer&lt;/p&gt;

&lt;p&gt;The website is much more than you think, this is a dogecoin blockchain explorer.&lt;/p&gt;

&lt;p&gt;I just added Dark Theme feature, simple QR button and responsive User Interface(UI) in this.&lt;/p&gt;

&lt;p&gt;Check it out&lt;br&gt;
&lt;a href="https://muchbalance.github.io" rel="noopener noreferrer"&gt;https://muchbalance.github.io&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It is free and fast. &lt;/p&gt;

&lt;p&gt;Just paste dogecoin address in input field, and it will show you wallet data instantly. &lt;/p&gt;

&lt;p&gt;An instant Dogecoin &amp;amp; Bitcoin blockchain data explorer. &lt;/p&gt;

</description>
      <category>javascript</category>
      <category>webdev</category>
      <category>productivity</category>
      <category>github</category>
    </item>
    <item>
      <title>I built a instant Blockchain Explorer.</title>
      <dc:creator>Naveen Soni</dc:creator>
      <pubDate>Sun, 20 Nov 2022 14:01:39 +0000</pubDate>
      <link>https://dev.to/naveen6802/dogecoin-wallet-explorer-acc</link>
      <guid>https://dev.to/naveen6802/dogecoin-wallet-explorer-acc</guid>
      <description>&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%2F7yyzgitfuw3n1rx1fstl.jpeg" 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%2F7yyzgitfuw3n1rx1fstl.jpeg" alt="MuchBalance" width="800" height="398"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;View live preview here&lt;/em&gt;&lt;/strong&gt; - &lt;a href="https://muchbalance.github.io" rel="noopener noreferrer"&gt;MuchBalance&lt;/a&gt;&lt;br&gt;
Try to paste/enter this address to see demo of how it works - "&lt;strong&gt;&lt;em&gt;DDTtqnuZ5kfRT5qh2c7sNtqrJmV3iXYdGG&lt;/em&gt;&lt;/strong&gt;" without double quotes. &lt;/p&gt;

&lt;p&gt;I made some minor changes in the U.I. of my one of the finest web project Dogecoin &amp;amp; Bitcoin Blockchain Explorer "MuchBalance" website.&lt;/p&gt;

&lt;p&gt;It took only 1 and 1/2 day to me to make it work initially, and complete two days from starting to develop and design. It is built using HTML, CSS, JS &amp;amp; a little bit jQuery.&lt;/p&gt;

&lt;p&gt;There are too many websites or platforms where you can check your dogecoin/bitcoin address/wallet data or balance, but they redirects you to any other page or take some time to show you your address data.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Now what is a dogecoin/bitcoin address ?&lt;/em&gt;&lt;/strong&gt; - Like we have bank account numbers, by which we can check full details of our bank account in bank.&lt;/p&gt;

&lt;p&gt;Same like bank account, cryptocurrency has their unique alpha-numeric addresses, contains crypto balance of different currencies like dogecoin, bitcoin, ethereum etc. etc.&lt;/p&gt;

&lt;p&gt;The data of these addresses are public on blockchain, anyone can see the data of any crypto address, we should not reveal our crypto address until or unless we have to receive crypto in that address, no one can access your crypto just by knowing your address, but they can check your balance &amp;amp; transactions that's why it is important to keep it secret; There are too many crypto explorers on the internet for different-different crypto-currencies. &lt;/p&gt;

&lt;p&gt;But I made this project to work instantly, you just have to paste your dogecoin or bitcoin address in input field and it will show you data immediately.&lt;/p&gt;

&lt;p&gt;It is live since Apr 5, 2022. You can check recent versions/prototypes of this website on my twitter handle here -&lt;a href="https://www.twitter.com/naveen6802" rel="noopener noreferrer"&gt;naveen6802&lt;/a&gt;&lt;/p&gt;

</description>
      <category>web3</category>
      <category>webdev</category>
      <category>ux</category>
      <category>css</category>
    </item>
    <item>
      <title>How I got my first freelancing job.</title>
      <dc:creator>Naveen Soni</dc:creator>
      <pubDate>Mon, 17 Aug 2020 07:26:50 +0000</pubDate>
      <link>https://dev.to/naveen6802/how-i-got-my-first-freelancing-job-3cfb</link>
      <guid>https://dev.to/naveen6802/how-i-got-my-first-freelancing-job-3cfb</guid>
      <description>&lt;p&gt;Today I will tell you that how I got my first freelancing project on upwork.&lt;/p&gt;

&lt;p&gt;I created my upwork account in March, 2019.&lt;br&gt;
I didn't worked since then on upwork.&lt;/p&gt;

&lt;p&gt;But on August 1st, 2020 I thought to work, I opened upwork.&lt;/p&gt;

&lt;p&gt;You need to get approved for submitting proposals on jobs.&lt;/p&gt;

&lt;p&gt;So I submitted my profile for approval. Fortunately, next day I got profile approval, I was happy.&lt;/p&gt;

&lt;p&gt;I started looking for jobs, I submitted proposals on two jobs on August 2nd, one job was of hosting managing, and other was of Farm app designing.&lt;/p&gt;

&lt;p&gt;I got the job of Farm app designing.&lt;/p&gt;

&lt;p&gt;Next day, on 3rd August, client offered me that job. I completed that job within 7 days on 10th August.&lt;/p&gt;

&lt;p&gt;The budget of that job was $150, but I needed my first review with 5 star ratings, so I did that job in $60.&lt;/p&gt;

&lt;p&gt;It was easy to got first job.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;You can also try your luck, and if you start getting jobs, then go for freelancing.&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>career</category>
      <category>ux</category>
      <category>design</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Wanna learn web design ? Just follow this -</title>
      <dc:creator>Naveen Soni</dc:creator>
      <pubDate>Fri, 17 Jul 2020 11:01:05 +0000</pubDate>
      <link>https://dev.to/naveen6802/wanna-learn-web-design-just-follow-this-3i1b</link>
      <guid>https://dev.to/naveen6802/wanna-learn-web-design-just-follow-this-3i1b</guid>
      <description>&lt;p&gt;Hello guys, if you want to learn awesome web designing then you should follow my this account on instagram - &lt;/p&gt;

&lt;p&gt;@nwtutorials&lt;/p&gt;


&lt;div class="instagram-position"&gt;
  &lt;iframe id="instagram-liquid-tag" src="https://www.instagram.com/p/CCva2dqgdpm/embed/captioned/"&gt;
  &lt;/iframe&gt;
  
&lt;/div&gt;


</description>
      <category>webdev</category>
      <category>design</category>
      <category>css</category>
      <category>html</category>
    </item>
    <item>
      <title>Learn awesome web design😉</title>
      <dc:creator>Naveen Soni</dc:creator>
      <pubDate>Thu, 16 Jul 2020 12:54:35 +0000</pubDate>
      <link>https://dev.to/naveen6802/learn-awesome-web-design-l56</link>
      <guid>https://dev.to/naveen6802/learn-awesome-web-design-l56</guid>
      <description>&lt;p&gt;Hey guys,&lt;/p&gt;

&lt;p&gt;I'm a front-end web designer, I started my new page on Instagram some days ago.&lt;/p&gt;

&lt;p&gt;My page is about learning web design, I post web tutorials there.&lt;/p&gt;

&lt;p&gt;So guys if you have interest in web development or in web designing then you should follow my account.&lt;/p&gt;

&lt;p&gt;@nwtutorials&lt;br&gt;
&lt;/p&gt;
&lt;div class="instagram-position"&gt;
  &lt;iframe id="instagram-liquid-tag" src="https://www.instagram.com/p/CCiGEDXAX7x/embed/captioned/"&gt;
  &lt;/iframe&gt;
  
&lt;/div&gt;


</description>
      <category>webdev</category>
      <category>web</category>
      <category>design</category>
      <category>programming</category>
    </item>
    <item>
      <title>Reasons to pursue a career in programming.</title>
      <dc:creator>Naveen Soni</dc:creator>
      <pubDate>Fri, 17 Apr 2020 08:05:54 +0000</pubDate>
      <link>https://dev.to/naveen6802/reasons-to-pursue-a-career-in-programming-4en2</link>
      <guid>https://dev.to/naveen6802/reasons-to-pursue-a-career-in-programming-4en2</guid>
      <description>&lt;ol&gt;
&lt;li&gt;&lt;p&gt;You can use your skill to build anything.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You can use your skill to complement the work you already did.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You have the opportunity to make an impact.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Once you get really good at it you can choose your own work.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You can work remotely.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You can make a lot of money.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;It is one of the super job.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Thanks !&lt;/p&gt;

</description>
      <category>programming</category>
      <category>career</category>
      <category>code</category>
      <category>technology</category>
    </item>
    <item>
      <title>How to develop the habit of coding</title>
      <dc:creator>Naveen Soni</dc:creator>
      <pubDate>Sat, 01 Feb 2020 03:53:12 +0000</pubDate>
      <link>https://dev.to/naveen6802/how-to-develop-the-habit-of-coding-c6e</link>
      <guid>https://dev.to/naveen6802/how-to-develop-the-habit-of-coding-c6e</guid>
      <description>&lt;p&gt;&lt;em&gt;A habit is a path, formed in your brain.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The more you follow a habit, the more established that path will become.&lt;/p&gt;

&lt;p&gt;So how do you create a new habit ?&lt;br&gt;
Develop a habit loop&lt;br&gt;
According to anonymous in his/her book "The power of habit", all habits are a behavioral loop made up of - &lt;strong&gt;CUE --&amp;gt; ROUTINE --&amp;gt; REWARD&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;cue&lt;/strong&gt; is something that triggers you to follow the &lt;strong&gt;routine&lt;/strong&gt; , in order to experience the &lt;strong&gt;reward&lt;/strong&gt; at the end.&lt;/p&gt;

&lt;p&gt;Every habits follows this loop.To create a new habit, try to come up with a loop that you can start trying to follow.&lt;/p&gt;

&lt;p&gt;Example habit loop of coding:&lt;br&gt;
Lets say you want to start coding as part of your daily routine. Here's how that could look:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cue&lt;/strong&gt; : First thing in the morning after brushing your teeth.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Routine&lt;/strong&gt; : You will go to your computer and work on coding for half an hour or so.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reward&lt;/strong&gt; : You will feel more productive and happy that you are working towards your goals !&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;REMEMBER: IT'S NOT EASY&lt;/strong&gt;&lt;br&gt;
Starting a new habit is difficult, because the routine hasn't been established yet. At this point, it takes a lot of willpower to continue following the routine.&lt;br&gt;
But the more you keep at it, the more ingrained it becomes. Once a habit has been established, it will actually seem easier to follow the habit than to break up your routine !&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GOOD HABITS CAN LEAD TO ANOTHER GOOD HABITS&lt;/strong&gt;&lt;br&gt;
Another point from the book is if you set one good habit, it can become "keystone" habit and lead to another good habits.&lt;br&gt;
For example, if you start exercising every day, you could more easily develop other good life habits like eating more healthily or being more mindful of your spending habits.&lt;/p&gt;

&lt;p&gt;Let me know in comments⬇️👇 which good habits you want to form, or even which bad habits you want to break !&lt;/p&gt;

</description>
      <category>coding</category>
      <category>programming</category>
      <category>python</category>
      <category>motivation</category>
    </item>
    <item>
      <title>How to manage your time ?</title>
      <dc:creator>Naveen Soni</dc:creator>
      <pubDate>Sat, 25 Jan 2020 02:18:38 +0000</pubDate>
      <link>https://dev.to/naveen6802/how-to-manage-your-time-2llb</link>
      <guid>https://dev.to/naveen6802/how-to-manage-your-time-2llb</guid>
      <description>&lt;p&gt;&lt;em&gt;We have to manage our time efficiently. It's one of the most important thing to accomplish to become a successful developer.&lt;br&gt;
It's really hard to accomplish but if you try to do it every single day, it'll be easier over time⏱️.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;First prioritize your important tasks.📝&lt;/p&gt;

&lt;p&gt;Divide large tasks into small pieces.📌&lt;/p&gt;

&lt;p&gt;Complete harder tasks within the first hours of your day.😪&lt;/p&gt;

&lt;p&gt;Stay away from the time wasters in your productive hours.📵&lt;/p&gt;

&lt;p&gt;Plan your relaxation time before hand, it's also essential.😌&lt;/p&gt;

&lt;p&gt;Don't try to do multi-task at one time. It's a myth.↔️&lt;/p&gt;

&lt;p&gt;Don't try to be a perfectionist. Nothing will we fully perfect.👌&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Thanks for reading !😃&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>motivation</category>
      <category>career</category>
      <category>programming</category>
    </item>
    <item>
      <title>How to improve yourself ? By doing these things -</title>
      <dc:creator>Naveen Soni</dc:creator>
      <pubDate>Tue, 21 Jan 2020 12:46:05 +0000</pubDate>
      <link>https://dev.to/naveen6802/how-to-improve-yourself-doing-these-thing-28nn</link>
      <guid>https://dev.to/naveen6802/how-to-improve-yourself-doing-these-thing-28nn</guid>
      <description>&lt;p&gt;We pass more and more time on Internet everyday, this is why we have to spend it carefully by choosing right content to consume.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;I hope you can improve yourself after reading this post.&lt;/em&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Replace reading random people comments on Facebook by reading helpful questions/answers on Quora.🤳 --&amp;gt; 📃&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Replace watching a YouTube video you have seen many times Or watching funny videos by watching Programming related video, there are lots of good YouTube channel for programming.🎦 --&amp;gt; 💻&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Replace reading useless information on Facebook by reading an article on Dev.to Or Medium.😄&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Replace watching Netflix for hours by taking an online course to learn new things.📺 -- &amp;gt; 📚&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Replace listening music when being outside by listening to an audio podcast.🎧.--&amp;gt; 🎙️&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Is this my post useful for you ? Tell me in comments.&lt;/p&gt;

</description>
      <category>career</category>
      <category>productivity</category>
      <category>motivation</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
