<?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: Jyoti Kumari</title>
    <description>The latest articles on DEV Community by Jyoti Kumari (@jyotikumari2).</description>
    <link>https://dev.to/jyotikumari2</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%2F459423%2Fb9f909a9-3fcb-4527-b276-a71ef7f2f6d7.jpg</url>
      <title>DEV Community: Jyoti Kumari</title>
      <link>https://dev.to/jyotikumari2</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jyotikumari2"/>
    <language>en</language>
    <item>
      <title>100 Days of Coding Challenge.</title>
      <dc:creator>Jyoti Kumari</dc:creator>
      <pubDate>Thu, 30 Jun 2022 19:57:40 +0000</pubDate>
      <link>https://dev.to/jyotikumari2/100-days-of-coding-challenge-5bb1</link>
      <guid>https://dev.to/jyotikumari2/100-days-of-coding-challenge-5bb1</guid>
      <description>&lt;p&gt;End semesters are over now and The placement season are going on, so now is the time to stay consistent towards coding, learning and revising data-structures and algorithmic concepts and applying those concepts to grab some good opportunities.&lt;br&gt;
Goal is to get placed in some good tech companies.&lt;br&gt;
So...&lt;br&gt;
Hello I'm Jyoti an enthusiastic coder &amp;amp; developer. I've decided to code for the next 100 days. So yes, I am accepting the 100 days of coding challenge and I am announcing it publicly so that I'll not break my consistency.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Things which I'll be sharing on daily basis:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Day-wise TUF-SDE &lt;a href="https://takeuforward.org/interviews/strivers-sde-sheet-top-coding-interview-problems/"&gt;Sheet&lt;/a&gt; update.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Live and Virtual contests experience update.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Apart from DSA I'll be sharing my development learnings and projects too over here.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Overall I'll be trying to share my whole coding journey on daily basis for the next 100days.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👩‍💻 Now I am very excited to update my daily progress here.📈&lt;/p&gt;

&lt;p&gt;Also I'll be sharing my daily progress on GitHub too&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Here is my GitHub account: &lt;a href="https://github.com/JyotiKumari2"&gt;GitHub_Link&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Here is my CrackYourPlacement Repo &lt;a href="https://github.com/JyotiKumari2/Crack-Your-Placement"&gt;Link&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Connect with me:&lt;/strong&gt;&lt;br&gt;
If you also want to join me in Crack-Your-Placement journey for next 100 days then feel free to connect with me.&lt;br&gt;
&lt;a href="https://www.linkedin.com/in/jyoti-kumari-34a4a01ab/"&gt;LinkedIn&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.instagram.com/jyotikm1801/"&gt;Instagram&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hoping at the end of this 100 days of coding challenge I'll be having some good opportunities in my hand and with this I'm publishing this post. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Happy Coding! :)&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>100daysofcode</category>
    </item>
    <item>
      <title>DOM Manipulation</title>
      <dc:creator>Jyoti Kumari</dc:creator>
      <pubDate>Fri, 28 May 2021 09:24:44 +0000</pubDate>
      <link>https://dev.to/jyotikumari2/dom-manipulation-2df1</link>
      <guid>https://dev.to/jyotikumari2/dom-manipulation-2df1</guid>
      <description>&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/jyotikm1801/embed/wvJrzpM?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
    </item>
    <item>
      <title>Horizontal List with CSS</title>
      <dc:creator>Jyoti Kumari</dc:creator>
      <pubDate>Fri, 05 Mar 2021 20:00:22 +0000</pubDate>
      <link>https://dev.to/jyotikumari2/horizontal-list-with-css-4npl</link>
      <guid>https://dev.to/jyotikumari2/horizontal-list-with-css-4npl</guid>
      <description>&lt;p&gt;HTML lists can be designed in many different ways using CSS.
Here is the one way to design the list horizontally, to create a navigation menu .
Here we have used the CSS property &lt;strong&gt;float:left &lt;/strong&gt;to display a list horizontally and the CSS list-style-type property i.e. &lt;strong&gt; list-style-type: none&lt;/strong&gt; by using this property we are simply unmarked the list item.
&lt;/p&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/jyotikm1801/embed/YzpOzdz?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
      <category>beginners</category>
      <category>webdev</category>
      <category>100daysofcode</category>
    </item>
  </channel>
</rss>
