<?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: PremJeet</title>
    <description>The latest articles on DEV Community by PremJeet (@premjeet).</description>
    <link>https://dev.to/premjeet</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%2F386295%2F28820f49-e54f-442e-82c5-0afaf4c9c6ba.jpg</url>
      <title>DEV Community: PremJeet</title>
      <link>https://dev.to/premjeet</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/premjeet"/>
    <language>en</language>
    <item>
      <title>Handel repeatedly triggered events with Javascript</title>
      <dc:creator>PremJeet</dc:creator>
      <pubDate>Wed, 08 Jun 2022 18:40:49 +0000</pubDate>
      <link>https://dev.to/premjeet/handel-repeatedly-triggered-events-with-javascript-1jj2</link>
      <guid>https://dev.to/premjeet/handel-repeatedly-triggered-events-with-javascript-1jj2</guid>
      <description>&lt;p&gt;Hey DEV community !&lt;/p&gt;

&lt;p&gt;If you are someone who handles repeated button clicks by just disabling the button, or if you are someone who makes an API request for every character input on a search field, then this is definitely for you.&lt;/p&gt;

&lt;p&gt;The blog is about using &lt;a href="https://www.inkoop.io/blog/debounce-and-throttle-javascript-edition/"&gt;De-bounce and Throttle to handle events in JavaScript (events like clicks, scroll, input, resize etc.)&lt;/a&gt;.&lt;br&gt;
You can read it 👉👉👉 &lt;a href="https://www.inkoop.io/blog/debounce-and-throttle-javascript-edition/"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I know it's quite a hassle 😅😅 to be redirected to someplace else to read the blog, but since I already posted &lt;a href="https://www.inkoop.io/blog/debounce-and-throttle-javascript-edition/"&gt;here&lt;/a&gt;, I thought why not share this on DEV too.🥹🥹&lt;/p&gt;

&lt;p&gt;Have a read through if you are interested in the topic, and comment your recommendations on how I can Improve my writing.&lt;br&gt;
✌️✌️✌️✌️✌️&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>html</category>
      <category>webdev</category>
      <category>programming</category>
    </item>
    <item>
      <title>Portfolio review</title>
      <dc:creator>PremJeet</dc:creator>
      <pubDate>Mon, 04 Apr 2022 08:54:19 +0000</pubDate>
      <link>https://dev.to/premjeet/portfolio-review-570h</link>
      <guid>https://dev.to/premjeet/portfolio-review-570h</guid>
      <description>&lt;h2&gt;
  
  
  Hello fellow devs
&lt;/h2&gt;

&lt;p&gt;I am new to front-end development. Till now I have learnt HTML, CSS, JavaScript and Bootstrap. Using the skills which I acquired I have created a portfolio/resume.&lt;/p&gt;

&lt;p&gt;It would be very helpful if you guys can review it and give me some advice as to how can I make it better&lt;br&gt;
Here is the link &lt;a href="https://prem-jeet.github.io/portfolio1.0/"&gt;Portfolio&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Also, I need some advice as to what should I learn in react, to land job as a fresher?&lt;/p&gt;

&lt;p&gt;waiting for your helpful comments☺️&lt;/p&gt;

</description>
      <category>html</category>
      <category>css</category>
      <category>javascript</category>
      <category>react</category>
    </item>
    <item>
      <title>Animated sidebar menu</title>
      <dc:creator>PremJeet</dc:creator>
      <pubDate>Thu, 17 Mar 2022 13:21:03 +0000</pubDate>
      <link>https://dev.to/premjeet/animated-sidebar-menu-25a1</link>
      <guid>https://dev.to/premjeet/animated-sidebar-menu-25a1</guid>
      <description>&lt;p&gt;&lt;strong&gt;Hello DEV community!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This is my first post here🎉, more specifically this is my first showcase.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A little background on me.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I started learning front end development about a year ago (somewhere around April of 2021).&lt;/p&gt;

&lt;p&gt;I learned HTML CSS, made some projects and moved to learn JS. But due to circumstances ( I got a job as an SAP analyst), I had to discontinue learning web development.&lt;/p&gt;

&lt;p&gt;But SAP is not my calling. 😪🥱😫&lt;/p&gt;

&lt;p&gt;I love web development😍😘.&lt;/p&gt;

&lt;p&gt;I love the fact that, If I have an idea I can just open notepad and create a website😮😋.&lt;/p&gt;

&lt;p&gt;So I have started leaning Frontend. Again I have re-learned HTML, CSS. In addition to this, I also gave a go to BOOTSTRAP and man that was a good decision. &lt;/p&gt;

&lt;p&gt;Currently, I am learning Javascript after which I will learn REACT and apply for jobs😁.&lt;/p&gt;

&lt;p&gt;I will try posting my experience and learning journey here on DEV, If I don't 😴 get lazy😅.&lt;/p&gt;

&lt;p&gt;Well enough of this back to the title of this post.&lt;/p&gt;

&lt;p&gt;So I created this simple animated sidebar menu.&lt;/p&gt;

&lt;p&gt;Please check it out &lt;/p&gt;

&lt;p&gt;&lt;a href="https://prem-jeet.github.io/web-dev-practice/13_animated_sidebar_menu/"&gt;Animated Sidebar Menu&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;and if you like what you see give the repo a star ❤&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>javascript</category>
      <category>css</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
