<?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>Forem: Tanwi Kumari</title>
    <description>The latest articles on Forem by Tanwi Kumari (@tanwi2209).</description>
    <link>https://forem.com/tanwi2209</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%2F695712%2Ff7b52b99-a3f5-496e-98a8-b2bf4ca927d0.jpeg</url>
      <title>Forem: Tanwi Kumari</title>
      <link>https://forem.com/tanwi2209</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/tanwi2209"/>
    <language>en</language>
    <item>
      <title>JSON(JAVASCRIPT OBJECT NOTATION)</title>
      <dc:creator>Tanwi Kumari</dc:creator>
      <pubDate>Tue, 01 Mar 2022 10:33:25 +0000</pubDate>
      <link>https://forem.com/tanwi2209/jsonjavascript-object-notation-25kp</link>
      <guid>https://forem.com/tanwi2209/jsonjavascript-object-notation-25kp</guid>
      <description>&lt;p&gt;JSON (Javascript Object Notation)&lt;/p&gt;

&lt;p&gt;📌A common use of JSON is to  exchange data to/from a server.&lt;/p&gt;

&lt;p&gt;📌 When receiving data from web server and sending data to a web &lt;br&gt;
   server the data has to be string.&lt;/p&gt;

&lt;p&gt;📌 Javascript has built in function for converting JSON string &lt;br&gt;
   into javascript object "JSON.parse()"and Javascript Object into &lt;br&gt;
   JSON string "JSON.stringify()"&lt;/p&gt;

&lt;p&gt;📌 JSON.parse() - To received data in pure text format(string) &lt;br&gt;
  from server and use it as javascript object use JSON.parse()&lt;/p&gt;

&lt;p&gt;📌JSON.stringify() - To send a JavaScript object to a server in &lt;br&gt;
   pure text format(string)use JSON.stringify().&lt;/p&gt;

&lt;p&gt;Thank you for reading. Sharing my daily learnings with all. Follow me to get more such content.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Best Code Editor</title>
      <dc:creator>Tanwi Kumari</dc:creator>
      <pubDate>Tue, 22 Feb 2022 18:32:41 +0000</pubDate>
      <link>https://forem.com/tanwi2209/best-code-editor-14jn</link>
      <guid>https://forem.com/tanwi2209/best-code-editor-14jn</guid>
      <description>&lt;p&gt;&lt;strong&gt;A code editor is the place where we programmers spend most of the time.&lt;br&gt;
I have been using Visual Studio Code for a long time and happy with it.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;I found this list of Visual Studio Code keyboard shortcuts for windows.&lt;/em&gt; &lt;/p&gt;

&lt;p&gt;&lt;a href="https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf"&gt;https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--G2NVYsC_--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rkirk3dyhhw9cky8g7bw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--G2NVYsC_--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rkirk3dyhhw9cky8g7bw.png" alt="Image description" width="880" height="547"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Share and suggest some of your most favourite code editor with its &lt;br&gt;
features.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Thank you for reading.&lt;br&gt;
I am Tanwi, self taught developer and love to share the knowledge and tips with others. Follow me to get such more contents.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>opensource</category>
      <category>javascript</category>
      <category>visualstudiocode</category>
    </item>
    <item>
      <title>Facing Github Phishing problem.</title>
      <dc:creator>Tanwi Kumari</dc:creator>
      <pubDate>Sun, 16 Jan 2022 10:32:03 +0000</pubDate>
      <link>https://forem.com/tanwi2209/facing-github-phishing-problem-2l16</link>
      <guid>https://forem.com/tanwi2209/facing-github-phishing-problem-2l16</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--96knV7S4--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/u1yjqythse0fhme3dyvm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--96knV7S4--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/u1yjqythse0fhme3dyvm.png" alt="Image description" width="880" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;How to solve this phishing problem in our github profile page?&lt;br&gt;
If any one have any idea please help me out.I have worked lot on this profile.Looking forward for getting great suggestion.&lt;/p&gt;

&lt;p&gt;Thank you!&lt;br&gt;
keep coding.&lt;/p&gt;

</description>
      <category>github</category>
      <category>git</category>
      <category>webdev</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Open Source Hackathon Experience</title>
      <dc:creator>Tanwi Kumari</dc:creator>
      <pubDate>Sun, 14 Nov 2021 14:04:46 +0000</pubDate>
      <link>https://forem.com/tanwi2209/open-source-hackathon-experience-4k6h</link>
      <guid>https://forem.com/tanwi2209/open-source-hackathon-experience-4k6h</guid>
      <description>&lt;p&gt;Yesterday, I Participated in Hackathon and first time made a web application in just 4-5 hours. Please check out my project and give your reviews in comment. Your suggestion would help me to  make it more better.&lt;br&gt;
Here is my repository link:&lt;br&gt;
&lt;a href="https://devmindtk.github.io/COLLEGE-MANAGEMENT-SYSTEM/"&gt;https://devmindtk.github.io/COLLEGE-MANAGEMENT-SYSTEM/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Screenshots of my projects:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--rJMZiyYb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4o86h2z9zsvfkd6hezfo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--rJMZiyYb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4o86h2z9zsvfkd6hezfo.png" alt="Image description" width="880" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--GIf8jUrD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/m6wb0g2hfoxdy05cr1ip.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--GIf8jUrD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/m6wb0g2hfoxdy05cr1ip.png" alt="Image description" width="880" height="495"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--UoXGfXg6--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/n6v30gjnm6vybwu1uanl.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--UoXGfXg6--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/n6v30gjnm6vybwu1uanl.png" alt="Image description" width="880" height="495"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--HhS8dLCb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/h9nh0d2mq5oajinefv6y.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--HhS8dLCb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/h9nh0d2mq5oajinefv6y.png" alt="Image description" width="880" height="495"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--OXPnCymo--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/foozldlcekjiu2w8vfa7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--OXPnCymo--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/foozldlcekjiu2w8vfa7.png" alt="Image description" width="880" height="495"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ONTWS1bq--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/atdwpbenxqgx5be8ft0k.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ONTWS1bq--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/atdwpbenxqgx5be8ft0k.png" alt="Image description" width="880" height="495"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--u6UgJXDW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/hca3rwywj6d2ydj2dkpy.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--u6UgJXDW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/hca3rwywj6d2ydj2dkpy.png" alt="Image description" width="880" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Oo4EeY4D--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/j6inh89lr6kzpd3hpu8a.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Oo4EeY4D--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/j6inh89lr6kzpd3hpu8a.png" alt="Image description" width="880" height="495"&gt;&lt;/a&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--wrvFR8jK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/p5ul7r0u1pt3e612qpti.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--wrvFR8jK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/p5ul7r0u1pt3e612qpti.png" alt="Image description" width="880" height="495"&gt;&lt;/a&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--W-tblgOj--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/d2q9ff0p32cpan2f160n.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--W-tblgOj--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/d2q9ff0p32cpan2f160n.png" alt="Image description" width="880" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Anyone know How to Add language translation Feature to our web Application without using Google translator ?</title>
      <dc:creator>Tanwi Kumari</dc:creator>
      <pubDate>Sat, 16 Oct 2021 17:32:38 +0000</pubDate>
      <link>https://forem.com/tanwi2209/do-you-have-idea-about-how-to-give-language-translation-option-to-our-web-application-without-using-google-translator-api--2ng</link>
      <guid>https://forem.com/tanwi2209/do-you-have-idea-about-how-to-give-language-translation-option-to-our-web-application-without-using-google-translator-api--2ng</guid>
      <description>&lt;p&gt;I need to give language translator Feature in my web applcation but not able to do that without using Google Translator API.If Any one have any idea Please give your suggestion in comment Box.&lt;/p&gt;

&lt;p&gt;Keep Sharing!&lt;br&gt;
Thank you :)&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Great Opportunity for everyone to explore open source-Hacktoberfest 2021</title>
      <dc:creator>Tanwi Kumari</dc:creator>
      <pubDate>Tue, 05 Oct 2021 19:03:30 +0000</pubDate>
      <link>https://forem.com/tanwi2209/great-opportunity-for-everyone-to-explore-open-source-hacktoberfest-2021-4mnc</link>
      <guid>https://forem.com/tanwi2209/great-opportunity-for-everyone-to-explore-open-source-hacktoberfest-2021-4mnc</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--_9B2eAhj--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/suv08un90d94ibi6p5z7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--_9B2eAhj--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/suv08un90d94ibi6p5z7.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
✨I have been participating first time in any open source program.As a beginner I would suggest everyone who are willing to explore open source and want to contribute on more than one projects, Do participate in Hacktoberfest and start doing contribution from basic projects if you are beginners otherwise there are lots of projects of different level in different languages. Anyone can choose projects of their choice. Here is the link of hacktoberfest topic from where you can choose projects of your choice of language.&lt;br&gt;
&lt;a href="https://github.com/topics/hacktoberfest2021"&gt;https://github.com/topics/hacktoberfest2021&lt;/a&gt; ✨ &lt;/p&gt;

&lt;h3&gt;
  
  
  Intro Heading
&lt;/h3&gt;

&lt;p&gt;✨ I am a Passionate Learner and extremely passionate about development .Love to enhance my existing skills and gain new skills by exploring the technologies deeply. I love to work on more web development projects So, I had decided to explore more about open source to build up my skills and contribute to some innovative projects And &lt;strong&gt;Hacktoberfest&lt;/strong&gt; is a great opportunity for me to start my open-source journey. I am very grateful to be a part of &lt;strong&gt;Hacktoberfest 2021&lt;/strong&gt;.✨&lt;/p&gt;

&lt;h3&gt;
  
  
  Progress
&lt;/h3&gt;

&lt;p&gt;Today,I am very happy to share that I have contributed to 3 projects and done five pull request and &lt;em&gt;four pull request&lt;/em&gt; got merged. Now, I am Looking Forward to contribute more to medium and hard level of projects. ✨✨&lt;/p&gt;

&lt;h3&gt;
  
  
  Contributions
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Some of the beginners level repository to contribute:&lt;/strong&gt;&lt;/p&gt;


&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&lt;a href="https://github.com/BlackTimber-Labs"&gt;https://github.com/BlackTimber-Labs&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/SahityaRoy/E-Learning-freesite"&gt;https://github.com/SahityaRoy/E-Learning-freesite&lt;/a&gt; &lt;br&gt;
&lt;a href="https://github.com/SauravMukherjee44/Aec-Library-Website"&gt;https://github.com/SauravMukherjee44/Aec-Library-Website&lt;/a&gt; &lt;br&gt;
&lt;a href="https://github.com/Eduhub-Community/eduhub-website"&gt;https://github.com/Eduhub-Community/eduhub-website&lt;/a&gt;&lt;br&gt;&lt;br&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;h3&gt;
&lt;br&gt;
  &lt;br&gt;
  &lt;br&gt;
  Reflections&lt;br&gt;
&lt;/h3&gt;

&lt;p&gt;✨ I had no idea about open source before my first pull request got merged but after doing 2 contribution on regular basis with consistency I started enjoying doing open-source contribution. It gives me a great opportunity to learn from others and enhance your thinking skills by sharing each other ideas together. &lt;br&gt;
I am very thankful to Hacktoberfest team to give us this opportunity and As a participant I want to say more thanks to all the mentors for your support and kindness✨&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Beginners just do these few points to start your Open source journey&lt;/strong&gt;.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Register yourself on Hacktoberfest&lt;/li&gt;
&lt;li&gt;find projects of your choice.&lt;/li&gt;
&lt;li&gt;Find the issue in your choosen projects.&lt;/li&gt;
&lt;li&gt;start working on projects.&lt;/li&gt;
&lt;li&gt;create pull request.&lt;/li&gt;
&lt;li&gt;your first pull request get merged.yayyyyy!!!&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Find the issue and Solve that issue ✨&lt;br&gt;
Happy Coding!&lt;br&gt;
Thank you for reading:)&lt;br&gt;
Follow me for more.&lt;/p&gt;

</description>
      <category>hacktoberfest</category>
      <category>opensource</category>
      <category>discuss</category>
    </item>
    <item>
      <title>How to remove CSS Property using javascript?</title>
      <dc:creator>Tanwi Kumari</dc:creator>
      <pubDate>Fri, 24 Sep 2021 18:02:57 +0000</pubDate>
      <link>https://forem.com/tanwi2209/how-to-remove-css-property-using-javascript-2pjk</link>
      <guid>https://forem.com/tanwi2209/how-to-remove-css-property-using-javascript-2pjk</guid>
      <description>&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="o"&gt;&amp;lt;!&lt;/span&gt;&lt;span class="nx"&gt;DOCTYPE&lt;/span&gt; &lt;span class="nx"&gt;html&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nx"&gt;html&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nx"&gt;head&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nx"&gt;style&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="err"&gt;#&lt;/span&gt;&lt;span class="nx"&gt;myDIV&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
  &lt;span class="nx"&gt;background&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="nx"&gt;color&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;coral&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
  &lt;span class="nl"&gt;border&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="nx"&gt;px&lt;/span&gt; &lt;span class="nx"&gt;solid&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
  &lt;span class="nl"&gt;padding&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="mi"&gt;50&lt;/span&gt;&lt;span class="nx"&gt;px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
  &lt;span class="nl"&gt;color&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;white&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;
&lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="sr"&gt;/style&lt;/span&gt;&lt;span class="err"&gt;&amp;gt;
&lt;/span&gt;&lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="sr"&gt;/head&lt;/span&gt;&lt;span class="err"&gt;&amp;gt;
&lt;/span&gt;&lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nx"&gt;body&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;

&lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nx"&gt;div&lt;/span&gt; &lt;span class="nx"&gt;id&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;myDIV&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;&lt;span class="nx"&gt;This&lt;/span&gt; &lt;span class="nx"&gt;div&lt;/span&gt; &lt;span class="nx"&gt;element&lt;/span&gt; &lt;span class="nx"&gt;has&lt;/span&gt; &lt;span class="nx"&gt;an&lt;/span&gt; &lt;span class="nx"&gt;onmousemove&lt;/span&gt; &lt;span class="nx"&gt;event&lt;/span&gt; &lt;span class="nx"&gt;handler&lt;/span&gt; &lt;span class="nx"&gt;that&lt;/span&gt; &lt;span class="nx"&gt;displays&lt;/span&gt; &lt;span class="nx"&gt;a&lt;/span&gt; &lt;span class="nx"&gt;random&lt;/span&gt; &lt;span class="nx"&gt;number&lt;/span&gt; &lt;span class="nx"&gt;every&lt;/span&gt; &lt;span class="nx"&gt;time&lt;/span&gt; &lt;span class="nx"&gt;you&lt;/span&gt; &lt;span class="nx"&gt;move&lt;/span&gt; &lt;span class="nx"&gt;your&lt;/span&gt; &lt;span class="nx"&gt;mouse&lt;/span&gt; &lt;span class="nx"&gt;inside&lt;/span&gt; &lt;span class="k"&gt;this&lt;/span&gt; &lt;span class="nx"&gt;orange&lt;/span&gt; &lt;span class="nx"&gt;field&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;
  &lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nx"&gt;p&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;&lt;span class="nx"&gt;Click&lt;/span&gt; &lt;span class="nx"&gt;the&lt;/span&gt; &lt;span class="nx"&gt;button&lt;/span&gt; &lt;span class="nx"&gt;to&lt;/span&gt; &lt;span class="nx"&gt;change&lt;/span&gt; &lt;span class="nx"&gt;the&lt;/span&gt; &lt;span class="nx"&gt;color&lt;/span&gt; &lt;span class="k"&gt;of&lt;/span&gt; &lt;span class="nx"&gt;text&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="sr"&gt;/p&lt;/span&gt;&lt;span class="err"&gt;&amp;gt;
&lt;/span&gt;  &lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nx"&gt;button&lt;/span&gt; &lt;span class="nx"&gt;onclick&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;removeHandler()&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt; &lt;span class="nx"&gt;id&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;myBtn&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;&lt;span class="nx"&gt;Try&lt;/span&gt; &lt;span class="nx"&gt;it&lt;/span&gt;&lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="sr"&gt;/button&lt;/span&gt;&lt;span class="err"&gt;&amp;gt;
&lt;/span&gt;&lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="sr"&gt;/div&lt;/span&gt;&lt;span class="err"&gt;&amp;gt;
&lt;/span&gt;
&lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nx"&gt;h1&lt;/span&gt; &lt;span class="nx"&gt;id&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;demo&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;&lt;span class="nx"&gt;Hello&lt;/span&gt; &lt;span class="nx"&gt;everyone&lt;/span&gt;&lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="sr"&gt;/h1&lt;/span&gt;&lt;span class="err"&gt;&amp;gt;
&lt;/span&gt;
&lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nx"&gt;script&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="nb"&gt;document&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;getElementById&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;myDIV&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;).&lt;/span&gt;&lt;span class="nf"&gt;addEventListener&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;mousemove&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;myFunction&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;

&lt;span class="kd"&gt;function&lt;/span&gt; &lt;span class="nf"&gt;myFunction&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
  &lt;span class="nb"&gt;document&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;getElementById&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;demo&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;).&lt;/span&gt;&lt;span class="nx"&gt;style&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;color&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;green&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;

&lt;span class="kd"&gt;function&lt;/span&gt; &lt;span class="nf"&gt;removeHandler&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
  &lt;span class="nb"&gt;document&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;getElementById&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;demo&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;).&lt;/span&gt;&lt;span class="nx"&gt;style&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;removeProperty&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;color&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;
&lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="sr"&gt;/script&lt;/span&gt;&lt;span class="err"&gt;&amp;gt;
&lt;/span&gt;&lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="sr"&gt;/body&lt;/span&gt;&lt;span class="err"&gt;&amp;gt;
&lt;/span&gt;&lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="sr"&gt;/html&lt;/span&gt;&lt;span class="err"&gt;&amp;gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;OUTPUT:&lt;/p&gt;

&lt;p&gt;1.) Without Click ‘Try It’ button text is ‘green’:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.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%2Fcguomxd512trolc85cw8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.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%2Fcguomxd512trolc85cw8.png" alt="Screenshot (325)"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2.) After Click the button remove property call and removes the previous css property of text:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.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%2Fwg2a55cmsg69gxatgnd0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.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%2Fwg2a55cmsg69gxatgnd0.png" alt="Screenshot (326)"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;To learn from each other keep sharing and learning!&lt;br&gt;
follow me on Twitter also I post my daily learning and work on Twitter.&lt;br&gt;
&lt;a href="https://twitter.com/tk22O9" rel="noopener noreferrer"&gt;https://twitter.com/tk22O9&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>webdev</category>
    </item>
    <item>
      <title>My front-end Web development projects.</title>
      <dc:creator>Tanwi Kumari</dc:creator>
      <pubDate>Sun, 19 Sep 2021 11:22:00 +0000</pubDate>
      <link>https://forem.com/tanwi2209/my-front-end-web-development-projects-507j</link>
      <guid>https://forem.com/tanwi2209/my-front-end-web-development-projects-507j</guid>
      <description>&lt;p&gt;Hello Everyone!!&lt;br&gt;
I started my journey of web development by creating different projects along with learning. I believe that "Learning By doing" makes you perfect in your domain.&lt;br&gt;
Check out all the basic frontend projects that I have created in the beginning of my learning.&lt;/p&gt;

&lt;p&gt;1.GirlScript program (Internship project) - &lt;br&gt;
  &lt;a href="https://girlscript.github.io/Digital-Vidharba-Webpage/"&gt;https://girlscript.github.io/Digital-Vidharba-Webpage/&lt;/a&gt;&lt;br&gt;
 2.Netflix landing page clone- &lt;br&gt;
  &lt;a href="https://tanwi1234.github.io/Netflix-clone/"&gt;https://tanwi1234.github.io/Netflix-clone/&lt;/a&gt;&lt;br&gt;
 3.Number Guessing Game- &lt;a href="https://tanwi1234.github.io/guessing-the-number-game/"&gt;https://tanwi1234.github.io/guessing-the-number-game/&lt;/a&gt;&lt;br&gt;
 4.Calculator- &lt;a href="https://tanwi1234.github.io/Neumorphism-calculator/"&gt;https://tanwi1234.github.io/Neumorphism-calculator/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;After doing all this mini project I understood  how to make a user interface of web app using Html,Css,JavaScript And different frameworks like ReactJS,Bootstrap.&lt;br&gt;
check out all this project link if you are beginners it might be help you in your learning.&lt;/p&gt;

</description>
      <category>html</category>
      <category>css</category>
      <category>javascript</category>
    </item>
    <item>
      <title>My technical interview experience in paytm for DevOps role.</title>
      <dc:creator>Tanwi Kumari</dc:creator>
      <pubDate>Sun, 12 Sep 2021 13:36:20 +0000</pubDate>
      <link>https://forem.com/tanwi2209/my-technical-interview-experience-in-paytm-for-devops-role-2dll</link>
      <guid>https://forem.com/tanwi2209/my-technical-interview-experience-in-paytm-for-devops-role-2dll</guid>
      <description>&lt;p&gt;Resume based interview. Must have read your resume thoroughly before sitting in interview.&lt;/p&gt;

&lt;p&gt;1.) Can we use git without github?&lt;br&gt;
2.) Difference between gitpull and git fetch?&lt;br&gt;
3.) Command used for revert in git?&lt;br&gt;
3.) Theoretical question from Computer Network and Operating &lt;br&gt;
    System.(Important)&lt;br&gt;
4.) OOPS question.(C++/Java)&lt;br&gt;
5.) Two coding question on strings.(easy/Medium level):&lt;br&gt;
    a) check the given string is right IP Address or not?&lt;br&gt;
    b) if a string is given "aabbcc" you have to print "abc"?&lt;br&gt;
6.) ACID properties in DBMS?&lt;br&gt;
7.) Define consistent?&lt;br&gt;
8.) Deep understanding of devops.(Important)&lt;br&gt;
9.) SQL commands.(DDL,DCL,TCL,DML)&lt;br&gt;
10.) About your projects mentioned in resume.&lt;/p&gt;

&lt;p&gt;Must be experience in devops and good knowledge of Computer fundamentals.&lt;br&gt;
**I was not able to answer the 1 question properly how would you &lt;br&gt;
  give the answer please comment below.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Started Learning MERN Stack</title>
      <dc:creator>Tanwi Kumari</dc:creator>
      <pubDate>Thu, 09 Sep 2021 19:18:27 +0000</pubDate>
      <link>https://forem.com/tanwi2209/started-learning-mern-stack-4031</link>
      <guid>https://forem.com/tanwi2209/started-learning-mern-stack-4031</guid>
      <description>&lt;p&gt;Suggest me some react projects to do alongwith learning REACT JS.&lt;/p&gt;

</description>
      <category>react</category>
      <category>node</category>
      <category>mongodb</category>
    </item>
    <item>
      <title>My Github Profile</title>
      <dc:creator>Tanwi Kumari</dc:creator>
      <pubDate>Thu, 09 Sep 2021 19:10:36 +0000</pubDate>
      <link>https://forem.com/tanwi2209/my-github-profile-154l</link>
      <guid>https://forem.com/tanwi2209/my-github-profile-154l</guid>
      <description>&lt;p&gt;Checkout my work here.&lt;br&gt;
&lt;a href="https://github.com/tanwi1234"&gt;https://github.com/tanwi1234&lt;/a&gt;&lt;/p&gt;

</description>
      <category>github</category>
      <category>git</category>
      <category>html</category>
      <category>css</category>
    </item>
  </channel>
</rss>
