<rss xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
<channel>      
      <title>
    <![CDATA[ Hi 👋🏻, I'm Bhanu Teja !! ]]>
  </title>
  <description>
    <![CDATA[ 27yo developer and blogger. 

I quit my software dev job to make it as an independent maker.

I write about bootstrapping <a href="https://sitegpt.ai" class="underline"><strong>SiteGPT</strong></a>. ]]>
  </description>
  <link>https://bhanuteja.dev/</link>
  <image>
    <url></url>
    <title>Hi 👋🏻, I'm Bhanu Teja !!</title>
    <link>https://bhanuteja.dev/</link>
  </image>
  <generator>Feather</generator>
  <lastBuildDate>2026-03-17T15:38:17.113Z</lastBuildDate>
  <atom:link href="https://bhanuteja.dev/_feather/rss.xml" rel="self" type="application/rss+xml"/>
  <ttl>60</ttl>
  <language>
    <![CDATA[ en ]]>
  </language>
      <item>
        <title>
          <![CDATA[ How I built a Serverless Micro-Blogging Site Using Next.js and Fauna ]]>
        </title>
        <description>
          <![CDATA[ I have recently built a website for our local developer community Coderplex completely Serverless. We were able to start from scratch and got it launched within just 3 weeks of time.  ]]>
        </description>
        <link>https://bhanuteja.dev/how-i-built-a-serverless-micro-blogging-site-using-nextjs-and-fauna</link>
        <guid isPermaLink="false">1111f1a8-784a-43e1-b230-ff707320ca67</guid>
        <category>
        <![CDATA[ Tech ]]>
      </category><category>
        <![CDATA[ Projects ]]>
      </category>  
          <dc:creator>
          <![CDATA[ Bhanu Teja P ]]>
        </dc:creator>
        
        <pubDate>2021-05-29T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1617031896590%2FS0nTav26n.png?table=block&amp;id=1111f1a8-784a-43e1-b230-ff707320ca67&amp;cache=v2" medium="image"/>
      </item>
      
      <item>
        <title>
          <![CDATA[ My 2020 Blogging Journey ]]>
        </title>
        <description>
          <![CDATA[ I wrote 27 technical articles since Aug 2021, when I started blogging. Most of them are about frontend web development. ]]>
        </description>
        <link>https://bhanuteja.dev/my-2020-blogging-journey</link>
        <guid isPermaLink="false">f7f912a7-8ebc-4f1d-bbb8-7768961c17e5</guid>
        <category>
        <![CDATA[ Tech ]]>
      </category><category>
        <![CDATA[ Retrospective ]]>
      </category>  
          <dc:creator>
          <![CDATA[ Bhanu Teja P ]]>
        </dc:creator>
        
        <pubDate>2020-12-31T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1609402647949%2FmAqDE0UzG.png?table=block&amp;id=f7f912a7-8ebc-4f1d-bbb8-7768961c17e5&amp;cache=v2" medium="image"/>
      </item>
      
      <item>
        <title>
          <![CDATA[ Next.js Starter Template With Authentication + React 17 + TypeScript + Tailwind CSS 2 + ESLint ]]>
        </title>
        <description>
          <![CDATA[ In this article, I will show you how to use the starter template that I made and deploy it with Vercel. I will also be connecting a Postgres database which I will create on Heroku. ]]>
        </description>
        <link>https://bhanuteja.dev/nextjs-starter-with-authentication-react-17-typescript-tailwind-css-2-eslint</link>
        <guid isPermaLink="false">935a85df-8848-470e-bef8-1bac467f2cb5</guid>
        <category>
        <![CDATA[ Tech ]]>
      </category>  
          <dc:creator>
          <![CDATA[ Bhanu Teja P ]]>
        </dc:creator>
        
        <pubDate>2020-11-21T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1605944363452%2FYMD_kEZmE.png?table=block&amp;id=935a85df-8848-470e-bef8-1bac467f2cb5&amp;cache=v2" medium="image"/>
      </item>
      
      <item>
        <title>
          <![CDATA[ 30+ Git Commands That I Frequently Use ]]>
        </title>
        <description>
          <![CDATA[ In this article, I will list out all the git commands that I use very frequently. This is not in any way a complete list, just the commands that I use very often. This is intended to be used as a quick reference to perform an action that you want. ]]>
        </description>
        <link>https://bhanuteja.dev/30-git-commands-that-i-frequently-use</link>
        <guid isPermaLink="false">4610ccf0-b702-4d5a-813a-eaa4fe890a07</guid>
        <category>
        <![CDATA[ Tech ]]>
      </category>  
          <dc:creator>
          <![CDATA[ Bhanu Teja P ]]>
        </dc:creator>
        
        <pubDate>2020-11-13T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1605251295341%2Fhdv1Hk4fu.png?table=block&amp;id=4610ccf0-b702-4d5a-813a-eaa4fe890a07&amp;cache=v2" medium="image"/>
      </item>
      
      <item>
        <title>
          <![CDATA[ The Lifecycle of React Hooks Component ]]>
        </title>
        <description>
          <![CDATA[ In this article, we will see the order in which different useEffect callbacks and cleanups happen. We will also see how it differs when the app mounts, unmounts, updates. ]]>
        </description>
        <link>https://bhanuteja.dev/the-lifecycle-of-react-hooks-component</link>
        <guid isPermaLink="false">c1cc3895-f5cf-40b5-947b-e556336b4161</guid>
        <category>
        <![CDATA[ Tech ]]>
      </category><category>
        <![CDATA[ My Review of Kent C. Dodds's EpicReact.Dev ]]>
      </category>  
          <dc:creator>
          <![CDATA[ Bhanu Teja P ]]>
        </dc:creator>
        
        <pubDate>2020-11-10T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1604980248876%2Fj59xm8CTZ.png?table=block&amp;id=c1cc3895-f5cf-40b5-947b-e556336b4161&amp;cache=v2" medium="image"/>
      </item>
      
      <item>
        <title>
          <![CDATA[ 3 Simple Steps To Setup Authentication in Next.js ]]>
        </title>
        <description>
          <![CDATA[ In this tutorial, we will see how to easily set up authentication for Next.js apps. ]]>
        </description>
        <link>https://bhanuteja.dev/3-simple-steps-to-setup-authentication-in-nextjs</link>
        <guid isPermaLink="false">506028ba-175e-46b3-835e-894d39c43ed3</guid>
        <category>
        <![CDATA[ Tech ]]>
      </category>  
          <dc:creator>
          <![CDATA[ Bhanu Teja P ]]>
        </dc:creator>
        
        <pubDate>2020-11-05T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1604561824346%2FH_uNvsMDj.png?table=block&amp;id=506028ba-175e-46b3-835e-894d39c43ed3&amp;cache=v2" medium="image"/>
      </item>
      
      <item>
        <title>
          <![CDATA[ Easily Detect Outside Click Using useRef Hook ]]>
        </title>
        <description>
          <![CDATA[ Let's see how to detect a click outside of an element using useRef. ]]>
        </description>
        <link>https://bhanuteja.dev/easily-detect-outside-click-using-useref-hook</link>
        <guid isPermaLink="false">cbff3836-fbef-4c6c-82dc-c80623741178</guid>
        <category>
        <![CDATA[ Tech ]]>
      </category><category>
        <![CDATA[ My Review of Kent C. Dodds's EpicReact.Dev ]]>
      </category>  
          <dc:creator>
          <![CDATA[ Bhanu Teja P ]]>
        </dc:creator>
        
        <pubDate>2020-11-02T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1604296704650%2FcdXf8aGEp.png?table=block&amp;id=cbff3836-fbef-4c6c-82dc-c80623741178&amp;cache=v2" medium="image"/>
      </item>
      
      <item>
        <title>
          <![CDATA[ How to Create a Reusable LocalStorage Hook ]]>
        </title>
        <description>
          <![CDATA[ Let's try to create a reusable hook that persists the state using local storage. ]]>
        </description>
        <link>https://bhanuteja.dev/how-to-create-a-reusable-localstorage-hook</link>
        <guid isPermaLink="false">524af416-9439-44bf-aa52-80d5ae795ef4</guid>
        <category>
        <![CDATA[ Tech ]]>
      </category><category>
        <![CDATA[ My Review of Kent C. Dodds's EpicReact.Dev ]]>
      </category>  
          <dc:creator>
          <![CDATA[ Bhanu Teja P ]]>
        </dc:creator>
        
        <pubDate>2020-10-29T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1603944322525%2F3H0iip75s.png?table=block&amp;id=524af416-9439-44bf-aa52-80d5ae795ef4&amp;cache=v2" medium="image"/>
      </item>
      
      <item>
        <title>
          <![CDATA[ React Hooks: Managing State With useState Hook ]]>
        </title>
        <description>
          <![CDATA[ In this article, we will learn in-depth about useState hook. ]]>
        </description>
        <link>https://bhanuteja.dev/react-hooks-managing-state-with-usestate-hook</link>
        <guid isPermaLink="false">74289c49-4967-4d56-8767-737f2252cb37</guid>
        <category>
        <![CDATA[ Tech ]]>
      </category><category>
        <![CDATA[ My Review of Kent C. Dodds's EpicReact.Dev ]]>
      </category>  
          <dc:creator>
          <![CDATA[ Bhanu Teja P ]]>
        </dc:creator>
        
        <pubDate>2020-10-26T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1603669964734%2FyxsxtPAd3.png?table=block&amp;id=74289c49-4967-4d56-8767-737f2252cb37&amp;cache=v2" medium="image"/>
      </item>
      
      <item>
        <title>
          <![CDATA[ React Fundamentals: Styling And Handling Forms ]]>
        </title>
        <description>
          <![CDATA[ In this article, you will learn about how to do styling in React. You will also learn how to handle forms in React. ]]>
        </description>
        <link>https://bhanuteja.dev/react-fundamentals-styling-and-handling-forms</link>
        <guid isPermaLink="false">57ac8073-eaa8-49a1-bdd8-2085db875a77</guid>
        <category>
        <![CDATA[ Tech ]]>
      </category><category>
        <![CDATA[ My Review of Kent C. Dodds's EpicReact.Dev ]]>
      </category>  
          <dc:creator>
          <![CDATA[ Bhanu Teja P ]]>
        </dc:creator>
        
        <pubDate>2020-10-22T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1603323346188%2FsGPf2hFqt.png?table=block&amp;id=57ac8073-eaa8-49a1-bdd8-2085db875a77&amp;cache=v2" medium="image"/>
      </item>
      
      <item>
        <title>
          <![CDATA[ React Fundamentals: Creating Custom Components ]]>
        </title>
        <description>
          <![CDATA[ In this article, we will learn how to create custom components in JSX. ]]>
        </description>
        <link>https://bhanuteja.dev/react-fundamentals-creating-custom-components</link>
        <guid isPermaLink="false">be1b54b7-cd9a-4955-ad0d-7af77e3b5607</guid>
        <category>
        <![CDATA[ Tech ]]>
      </category><category>
        <![CDATA[ My Review of Kent C. Dodds's EpicReact.Dev ]]>
      </category>  
          <dc:creator>
          <![CDATA[ Bhanu Teja P ]]>
        </dc:creator>
        
        <pubDate>2020-10-19T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1603056928046%2FFmBYwcOCr.png?table=block&amp;id=be1b54b7-cd9a-4955-ad0d-7af77e3b5607&amp;cache=v2" medium="image"/>
      </item>
      
      <item>
        <title>
          <![CDATA[ Revamped GitHub Jobs Website Using Design From Frontend Mentor ]]>
        </title>
        <description>
          <![CDATA[ Welcome to another project showcase. This time, I will be showing the GitHub Jobs project that I did very recently. The design is from FrontendMentor.Io. The website is available at jobs.bhanuteja.dev. ]]>
        </description>
        <link>https://bhanuteja.dev/i-revamped-github-jobs-website-using-design-from-frontend-mentor</link>
        <guid isPermaLink="false">eb0b2096-c4aa-417c-ba18-bd008c3392ee</guid>
        <category>
        <![CDATA[ Tech ]]>
      </category><category>
        <![CDATA[ Projects ]]>
      </category>  
          <dc:creator>
          <![CDATA[ Bhanu Teja P ]]>
        </dc:creator>
        
        <pubDate>2020-10-17T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1602879230572%2FAtRA1AiJx.png?table=block&amp;id=eb0b2096-c4aa-417c-ba18-bd008c3392ee&amp;cache=v2" medium="image"/>
      </item>
      
      <item>
        <title>
          <![CDATA[ React Fundamentals: Understanding JSX ]]>
        </title>
        <description>
          <![CDATA[ In this article, you will learn all about JSX. ]]>
        </description>
        <link>https://bhanuteja.dev/react-fundamentals-understanding-jsx</link>
        <guid isPermaLink="false">effa6eaf-d3cd-42ac-8a66-80e33ad2116c</guid>
        <category>
        <![CDATA[ Tech ]]>
      </category><category>
        <![CDATA[ My Review of Kent C. Dodds's EpicReact.Dev ]]>
      </category>  
          <dc:creator>
          <![CDATA[ Bhanu Teja P ]]>
        </dc:creator>
        
        <pubDate>2020-10-15T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1602547882873%2FuuGVzAKFO.png?table=block&amp;id=effa6eaf-d3cd-42ac-8a66-80e33ad2116c&amp;cache=v2" medium="image"/>
      </item>
      
      <item>
        <title>
          <![CDATA[ React Fundamentals: Intro to React Raw APIs ]]>
        </title>
        <description>
          <![CDATA[ In this article, You are going to learn the very basics of React.  ]]>
        </description>
        <link>https://bhanuteja.dev/epic-react-react-fundamentals-part-1</link>
        <guid isPermaLink="false">f8240efd-6c20-4d01-97e6-83c38ca74f56</guid>
        <category>
        <![CDATA[ Tech ]]>
      </category><category>
        <![CDATA[ My Review of Kent C. Dodds's EpicReact.Dev ]]>
      </category>  
          <dc:creator>
          <![CDATA[ Bhanu Teja P ]]>
        </dc:creator>
        
        <pubDate>2020-10-12T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1602517073891%2FuDJDlX2ec.png?table=block&amp;id=f8240efd-6c20-4d01-97e6-83c38ca74f56&amp;cache=v2" medium="image"/>
      </item>
      
      <item>
        <title>
          <![CDATA[ How I Gave A Modern Look For HackerNews Feed ]]>
        </title>
        <description>
          <![CDATA[ I made a website showing Hacker News and gave it a modern look.  ]]>
        </description>
        <link>https://bhanuteja.dev/how-i-gave-a-modern-look-for-hackernews-feed</link>
        <guid isPermaLink="false">69d163be-58a7-42cc-b24f-3af2f809b7d5</guid>
        <category>
        <![CDATA[ Tech ]]>
      </category><category>
        <![CDATA[ Projects ]]>
      </category>  
          <dc:creator>
          <![CDATA[ Bhanu Teja P ]]>
        </dc:creator>
        
        <pubDate>2020-10-10T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1602520502273%2FzxOwULGD8.png?table=block&amp;id=69d163be-58a7-42cc-b24f-3af2f809b7d5&amp;cache=v2" medium="image"/>
      </item>
      
      <item>
        <title>
          <![CDATA[ Javascript You Need To Know For React ]]>
        </title>
        <description>
          <![CDATA[ In this article, I am going to explain the basic javascript concepts that you may need to know before you start learning React. ]]>
        </description>
        <link>https://bhanuteja.dev/epic-react-javascript-you-need-to-know-for-react</link>
        <guid isPermaLink="false">aadddebe-cb99-4c88-9aff-c377c9cd7b62</guid>
        <category>
        <![CDATA[ Tech ]]>
      </category><category>
        <![CDATA[ My Review of Kent C. Dodds's EpicReact.Dev ]]>
      </category>  
          <dc:creator>
          <![CDATA[ Bhanu Teja P ]]>
        </dc:creator>
        
        <pubDate>2020-10-08T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1602517196479%2FBzLPgC2LL.png?table=block&amp;id=aadddebe-cb99-4c88-9aff-c377c9cd7b62&amp;cache=v2" medium="image"/>
      </item>
      
      <item>
        <title>
          <![CDATA[ My Review of Kent C. Dodds’s EpicReact.Dev: Introduction ]]>
        </title>
        <description>
          <![CDATA[ Welcome to the new series that I am starting on React called My Review of Kent C. Dodds's EpicReact.Dev. This is the first article in this series and I will start it off with the introduction to what this series will be about. ]]>
        </description>
        <link>https://bhanuteja.dev/epic-react-introduction</link>
        <guid isPermaLink="false">ac773e6c-9f6e-41b8-89a0-a65e504a38ab</guid>
        <category>
        <![CDATA[ Tech ]]>
      </category><category>
        <![CDATA[ My Review of Kent C. Dodds's EpicReact.Dev ]]>
      </category>  
          <dc:creator>
          <![CDATA[ Bhanu Teja P ]]>
        </dc:creator>
        
        <pubDate>2020-10-05T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1602517390311%2Fd-ytPvP1T.png?table=block&amp;id=ac773e6c-9f6e-41b8-89a0-a65e504a38ab&amp;cache=v2" medium="image"/>
      </item>
      
      <item>
        <title>
          <![CDATA[ React Fundamentals ]]>
        </title>
        <description>
          <![CDATA[ In this article, I will discuss very basic React fundamentals. Knowing basic javascript is good enough to follow along with the article. Even though you have been working with React for some time, you might learn some new things or justifications for certain things that you already know from this article. ]]>
        </description>
        <link>https://bhanuteja.dev/react-fundamentals</link>
        <guid isPermaLink="false">e65f61ff-81d3-4bb6-9f82-a74f28b3db91</guid>
        <category>
        <![CDATA[ Tech ]]>
      </category>  
          <dc:creator>
          <![CDATA[ Bhanu Teja P ]]>
        </dc:creator>
        
        <pubDate>2020-09-02T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1599039334808%2FioAbyFP75.png?table=block&amp;id=e65f61ff-81d3-4bb6-9f82-a74f28b3db91&amp;cache=v2" medium="image"/>
      </item>
      
      <item>
        <title>
          <![CDATA[ Create Your Own Super Simple URL Shortener ]]>
        </title>
        <description>
          <![CDATA[ In this article, we will see how to create a simple URL shortener. We will be using Netlify Redirects and a package called netlify-shortener. ]]>
        </description>
        <link>https://bhanuteja.dev/create-your-own-super-simple-url-shortener</link>
        <guid isPermaLink="false">53f89682-3d87-4a45-ab8d-603bcfa6c298</guid>
        <category>
        <![CDATA[ Tech ]]>
      </category>  
          <dc:creator>
          <![CDATA[ Bhanu Teja P ]]>
        </dc:creator>
        
        <pubDate>2020-08-29T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1598677336273%2FJnyqFHnQS.png?table=block&amp;id=53f89682-3d87-4a45-ab8d-603bcfa6c298&amp;cache=v2" medium="image"/>
      </item>
      
      <item>
        <title>
          <![CDATA[ Why you should start using HSL color format ]]>
        </title>
        <description>
          <![CDATA[ Let's see about the benefits of using HSL color format over RGB/Hex ]]>
        </description>
        <link>https://bhanuteja.dev/why-you-should-start-using-hsl-color-format</link>
        <guid isPermaLink="false">9ba697ef-f165-420e-94ca-07baaf5d0cfb</guid>
        <category>
        <![CDATA[ Tech ]]>
      </category>  
          <dc:creator>
          <![CDATA[ Bhanu Teja P ]]>
        </dc:creator>
        
        <pubDate>2020-08-28T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1598601573117%2F-LBBlmoAP.png?table=block&amp;id=9ba697ef-f165-420e-94ca-07baaf5d0cfb&amp;cache=v2" medium="image"/>
      </item>
      
      <item>
        <title>
          <![CDATA[ TIL: Hyphenate when you justify text ]]>
        </title>
        <description>
          <![CDATA[  ]]>
        </description>
        <link>https://bhanuteja.dev/til-hyphenate-when-you-justify-text</link>
        <guid isPermaLink="false">2e0f7462-11a7-4dbf-9751-0f30af2fea88</guid>
        <category>
        <![CDATA[ Tech ]]>
      </category>  
          <dc:creator>
          <![CDATA[ Bhanu Teja P ]]>
        </dc:creator>
        
        <pubDate>2020-08-26T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fwww.notion.so%2Fimages%2Fpage-cover%2Fgradients_10.jpg?table=block&amp;id=2e0f7462-11a7-4dbf-9751-0f30af2fea88&amp;cache=v2" medium="image"/>
      </item>
      
      <item>
        <title>
          <![CDATA[ Embed Youtube Videos into Your Markdown Editor ]]>
        </title>
        <description>
          <![CDATA[ In this article, we will see how to embed youtube videos into the markdown editor.  ]]>
        </description>
        <link>https://bhanuteja.dev/embed-you-tube-videos-into-your-markdown-editor</link>
        <guid isPermaLink="false">a086b903-c26f-492a-bd1c-7eacf5eacfc4</guid>
        <category>
        <![CDATA[ Tech ]]>
      </category>  
          <dc:creator>
          <![CDATA[ Bhanu Teja P ]]>
        </dc:creator>
        
        <pubDate>2020-08-23T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1598147383970%2FTnQSFKs6f.png?table=block&amp;id=a086b903-c26f-492a-bd1c-7eacf5eacfc4&amp;cache=v2" medium="image"/>
      </item>
      
      <item>
        <title>
          <![CDATA[ Babel Plugin To Remove Console Logs In Production ]]>
        </title>
        <description>
          <![CDATA[ Quickly remove console logs in production using this plugin ]]>
        </description>
        <link>https://bhanuteja.dev/babel-plugin-to-remove-console-logs-in-production</link>
        <guid isPermaLink="false">7c809922-fbf6-4f5d-b068-f79b7f30f045</guid>
        <category>
        <![CDATA[ Tech ]]>
      </category>  
          <dc:creator>
          <![CDATA[ Bhanu Teja P ]]>
        </dc:creator>
        
        <pubDate>2020-08-20T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1597867398300%2FbPU8Dfngt.png?table=block&amp;id=7c809922-fbf6-4f5d-b068-f79b7f30f045&amp;cache=v2" medium="image"/>
      </item>
      
      <item>
        <title>
          <![CDATA[ Prevent Reverse Tabnabbing Attacks With Proper noopener, noreferrer, and nofollow Attribution ]]>
        </title>
        <description>
          <![CDATA[ Learn more about noopener, noreferrer and nofollow. ]]>
        </description>
        <link>https://bhanuteja.dev/noopener-noreferrer-and-nofollow-when-to-use-them-how-can-these-prevent-phishing-attacks</link>
        <guid isPermaLink="false">f506e30c-9275-485c-88c9-7eba7337ad66</guid>
        <category>
        <![CDATA[ Tech ]]>
      </category>  
          <dc:creator>
          <![CDATA[ Bhanu Teja P ]]>
        </dc:creator>
        
        <pubDate>2020-08-18T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1597755524005%2FyIPJivW9_.png?table=block&amp;id=f506e30c-9275-485c-88c9-7eba7337ad66&amp;cache=v2" medium="image"/>
      </item>
      
      <item>
        <title>
          <![CDATA[ How to Import SVGs into your Next.js Project? ]]>
        </title>
        <description>
          <![CDATA[ In this article, let's see how we can import SVGs into a Next.js project. ]]>
        </description>
        <link>https://bhanuteja.dev/how-to-import-svgs-into-your-nextjs-project</link>
        <guid isPermaLink="false">f8d1593d-7cbe-4305-b5d1-325ab7bcbe65</guid>
        <category>
        <![CDATA[ Tech ]]>
      </category>  
          <dc:creator>
          <![CDATA[ Bhanu Teja P ]]>
        </dc:creator>
        
        <pubDate>2020-08-16T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1597579532485%2FbXn1tgUE4.png?table=block&amp;id=f8d1593d-7cbe-4305-b5d1-325ab7bcbe65&amp;cache=v2" medium="image"/>
      </item>
      
      <item>
        <title>
          <![CDATA[ Create New CodePens and CodeSandboxes Instantly With ZERO clicks ]]>
        </title>
        <description>
          <![CDATA[ Short Links for creating new projects on CodePen/CodeSandbox ]]>
        </description>
        <link>https://bhanuteja.dev/create-new-codepens-and-codesandboxes-instantly-with-zero-clicks</link>
        <guid isPermaLink="false">9f3e410b-afc0-4c2d-81e4-a411c9e36a8f</guid>
        <category>
        <![CDATA[ Tech ]]>
      </category>  
          <dc:creator>
          <![CDATA[ Bhanu Teja P ]]>
        </dc:creator>
        
        <pubDate>2020-08-16T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1597592721622%2FnrykxXaej.png?table=block&amp;id=9f3e410b-afc0-4c2d-81e4-a411c9e36a8f&amp;cache=v2" medium="image"/>
      </item>
      
      <item>
        <title>
          <![CDATA[ Create Custom Markdown Parser ]]>
        </title>
        <description>
          <![CDATA[ In this article let’s see what it takes to create a markdown editor. I am going to outline exactly the process that I used to create the markdown editor. ]]>
        </description>
        <link>https://bhanuteja.dev/create-custom-markdown-parser</link>
        <guid isPermaLink="false">e8189bed-b722-4ca9-9589-92bd50f6b2dd</guid>
        <category>
        <![CDATA[ Tech ]]>
      </category>  
          <dc:creator>
          <![CDATA[ Bhanu Teja P ]]>
        </dc:creator>
        
        <pubDate>2020-08-15T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1598148234017%2F42r2xssXM.png?table=block&amp;id=e8189bed-b722-4ca9-9589-92bd50f6b2dd&amp;cache=v2" medium="image"/>
      </item>
      
      <item>
        <title>
          <![CDATA[ Optimize Your Website For Social Media Platforms ]]>
        </title>
        <description>
          <![CDATA[ Have you ever wondered how Twitter automatically shows the preview of the link in a tweet that you post? Let's see how. ]]>
        </description>
        <link>https://bhanuteja.dev/optimize-your-website-for-social-media-platforms</link>
        <guid isPermaLink="false">a005b876-e973-475f-ab3b-b931f0ae6c76</guid>
        <category>
        <![CDATA[ Tech ]]>
      </category>  
          <dc:creator>
          <![CDATA[ Bhanu Teja P ]]>
        </dc:creator>
        
        <pubDate>2020-08-12T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1597253989156%2F7bYxqw4nk.png?table=block&amp;id=a005b876-e973-475f-ab3b-b931f0ae6c76&amp;cache=v2" medium="image"/>
      </item>
      
      <item>
        <title>
          <![CDATA[ Add Typescript to your Next.js project ]]>
        </title>
        <description>
          <![CDATA[ It’s very easy to add typescript to a Next.js project. In this post, I will list out steps on how to do so. ]]>
        </description>
        <link>https://bhanuteja.dev/add-typescript-to-your-nextjs-project</link>
        <guid isPermaLink="false">61509e84-fd4a-4b4b-9912-4f942aa2e4f5</guid>
        <category>
        <![CDATA[ Tech ]]>
      </category>  
          <dc:creator>
          <![CDATA[ Bhanu Teja P ]]>
        </dc:creator>
        
        <pubDate>2020-08-11T00:00:00.000Z</pubDate>
        <media:content url="https://www.notion.so/image/https:%2F%2Fwww.notion.so%2Fimages%2Fpage-cover%2Fgradients_10.jpg?table=block&amp;id=61509e84-fd4a-4b4b-9912-4f942aa2e4f5&amp;cache=v2" medium="image"/>
      </item>
      
      </channel>
</rss>

    