<?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: TARUN KUMAR UTTAM</title>
    <description>The latest articles on DEV Community by TARUN KUMAR UTTAM (@zastixx).</description>
    <link>https://dev.to/zastixx</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%2F639444%2F6f7dccc6-c31d-43e7-b332-524864aa35cd.jpeg</url>
      <title>DEV Community: TARUN KUMAR UTTAM</title>
      <link>https://dev.to/zastixx</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/zastixx"/>
    <language>en</language>
    <item>
      <title>Desizen: Empowering Designers with Practical UI/UX Challenges Introduction</title>
      <dc:creator>TARUN KUMAR UTTAM</dc:creator>
      <pubDate>Sun, 27 Oct 2024 19:01:09 +0000</pubDate>
      <link>https://dev.to/zastixx/desizen-empowering-designers-with-practical-uiux-challengesintroduction-3770</link>
      <guid>https://dev.to/zastixx/desizen-empowering-designers-with-practical-uiux-challengesintroduction-3770</guid>
      <description>&lt;p&gt;&lt;strong&gt;Introduction&lt;/strong&gt;&lt;br&gt;
In the evolving field of design, continuous skill enhancement is essential. Desizen is India’s first platform dedicated to helping UI/UX designers grow through hands-on challenges that mimic real-world tasks.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is Desizen?&lt;/strong&gt;&lt;br&gt;
Desizen offers a range of practical UI/UX design challenges suitable for all skill levels. The platform bridges the gap between theory and practice, providing designers with opportunities to create portfolio-worthy work.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How It Works&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Sign Up:&lt;/strong&gt; Create an account on the Desizen website.&lt;br&gt;
Choose a Challenge: Select from various challenges based on your skill level.&lt;br&gt;
&lt;strong&gt;Follow Guidelines:&lt;/strong&gt; Each challenge includes detailed instructions.&lt;br&gt;
&lt;strong&gt;Submit Work:&lt;/strong&gt; Get feedback from peers after completing the challenge.&lt;br&gt;
&lt;strong&gt;Build Your Portfolio:&lt;/strong&gt; Showcase your designs to attract employers.&lt;br&gt;
Why Choose Desizen?&lt;br&gt;
&lt;strong&gt;Hands-On Experience:&lt;/strong&gt; Focus on real-world design problems.&lt;br&gt;
&lt;strong&gt;Community Support:&lt;/strong&gt; Connect with fellow designers for feedback and collaboration.&lt;br&gt;
&lt;strong&gt;Free Access:&lt;/strong&gt; Most challenges are free, making design learning accessible.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Who Can Benefit?&lt;/strong&gt;&lt;br&gt;
Desizen is perfect for students, freelancers, and experienced designers looking to enhance their skills and build impressive portfolios.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Get Started&lt;/strong&gt;&lt;br&gt;
Ready to level up your design skills? Visit &lt;a href="//designzen.me"&gt;designzen.me&lt;/a&gt; to join today!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;br&gt;
Desizen empowers designers to grow through practical challenges and community support. Join us and unlock your full potential as a designer!&lt;/p&gt;

&lt;h1&gt;
  
  
  Desizen #UIDesign #UXDesign #DesignChallenges #PortfolioBuilding #CreativeCommunity #LearnDesign #DesignInspiration #DigitalDesign #DesignGrowth
&lt;/h1&gt;

</description>
      <category>desizen</category>
      <category>design</category>
      <category>uidesign</category>
      <category>weeklyui</category>
    </item>
    <item>
      <title>GLITCH TEXT EFFECT</title>
      <dc:creator>TARUN KUMAR UTTAM</dc:creator>
      <pubDate>Fri, 19 Aug 2022 16:20:00 +0000</pubDate>
      <link>https://dev.to/zastixx/glitch-text-effect-3hla</link>
      <guid>https://dev.to/zastixx/glitch-text-effect-3hla</guid>
      <description>&lt;p&gt;&lt;strong&gt;#GLITCH TEXT EFFECT IN HTML&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;#GLITCH TEXT EFFECT IN CSS&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;#GLITCH TEXT EFFECT IN JAVA&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;STEP1 - USE THIS IN INDEX.HTML&lt;br&gt;
&lt;/p&gt;


&lt;/blockquote&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt; &amp;lt;span&amp;gt;
 &amp;lt;p style="color:rgb(253, 253, 253);"&amp;gt;@CODE WITH ZASTIXX&amp;lt;/p&amp;gt;
 &amp;lt;/span&amp;gt;

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;blockquote&gt;
&lt;p&gt;STEP2- USE THIS IN CSS&lt;br&gt;
&lt;/p&gt;
&lt;/blockquote&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;

SPAN {

    font-size: 4rem;
    transition: .3 all ease;
    cursor: pointer;
    letter-spacing: 8px;
    text-shadow: #ff0000 0 0,
        #00ffff 0 0;

}

span:hover {

 text-shadow:
           #ff0000 -5px 0,
           #00ffff 5px 0;

}

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;OUR SOCIAL LINK &lt;br&gt;
&lt;a href="https://www.instagram.com/zastixx/"&gt;INSTAGRAM&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.youtube.com/channel/UCy76xl8yz6scodsMRugJGsg?sub_confirmation=1"&gt;YOUTUBE&lt;/a&gt;&lt;/p&gt;

</description>
      <category>html</category>
      <category>css</category>
      <category>javascript</category>
      <category>codenewbie</category>
    </item>
    <item>
      <title>Crashing Instagram with a Message!</title>
      <dc:creator>TARUN KUMAR UTTAM</dc:creator>
      <pubDate>Tue, 01 Feb 2022 14:02:25 +0000</pubDate>
      <link>https://dev.to/zastixx/crashing-instagram-with-a-message-2mb2</link>
      <guid>https://dev.to/zastixx/crashing-instagram-with-a-message-2mb2</guid>
      <description>&lt;p&gt;Yes you read it right.&lt;/p&gt;

&lt;p&gt;You can crash anyone’s Instagram by sending them a DM.&lt;/p&gt;

&lt;p&gt;I will straight come to the point.&lt;/p&gt;

&lt;p&gt;If you copy pasted below message in friend’s DM and when he clicks on it his Instagram crashes.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reason?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The characters of this message have not been indexed in Instagram.&lt;/p&gt;

&lt;p&gt;Instagram needs to index every language and special characters. But when new character is indexed in Instagram DM it can't recognise it.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;This message is a mobile strucking message&lt;/em&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;ۦོ͢⇣͢✰͢↬ÂмRØ^^O̷ ꦿ⃕O̷↬ۦོ͢✰͢⇣͢✘͢͢⁦ ✘͢͢ۦོ͢✘͢͢ۦོ͢⇣͢✰͢↬ÂмRØ^^O̷ ꦿ⃕O̷↬ۦོ͢✰͢⇣͢✘͢͢⁦ ✘͢͢ۦོ͢✘͢͢ۦོ͢⇣͢✰͢↬ÂмRØ^^O̷ ꦿ⃕O̷↬ۦོ͢✰͢⇣͢✘ ✘͢͢ۦོ͢⇣͢✰͢↬ÂмRØ^^O̷ ꦿ⃕O̷↬ۦོ͢✰͢⇣͢✘͢͢⁦ ✘͢͢ۦོ͢✘͢͢ۦོ͢⇣͢✰͢↬ÂмRØ^^O̷ ꦿ⃕O̷↬ۦོ͢✰͢⇣͢✘͢͢⁦ ✘͢͢ۦོ͢✘͢͢ۦོ͢⇣͢✰͢↬ÂмRØ^^O̷ ꦿ⃕O̷↬ۦོ͢✰͢⇣͢✘ ✘͢͢ۦོ͢⇣͢✰͢↬ÂмRØ^^O̷ ꦿ⃕O̷↬ۦོ͢✰͢⇣͢✘͢͢⁦ ✘͢͢ۦོ͢✘͢͢ۦོ͢⇣͢✰͢↬ÂмRØ^^O̷ ꦿ⃕O̷↬ۦོ͢✰͢⇣͢✘͢͢⁦ ✘͢͢ۦོ͢✘͢͢ۦོ͢⇣͢✰͢↬ÂмRØ^^O̷ ꦿ⃕O̷↬ۦོ͢✰͢⇣͢✘ ✘͢͢ۦོ͢⇣͢✰͢↬ÂмRØ^^O̷ ꦿ⃕O̷↬ۦོ͢✰͢⇣͢✘͢͢⁦ ✘͢͢ۦོ͢✘͢͢ۦོ͢⇣͢✰͢↬ÂмRØ^^O̷ ꦿ⃕O̷↬ۦོ͢✰͢⇣͢✘͢͢⁦ ✘͢͢ۦོ͢✘͢͢ۦོ͢⇣͢✰͢↬ÂмRØ^^O̷ ꦿ⃕O̷&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;em&gt;Comment Below&lt;/em&gt; &lt;br&gt;
&lt;em&gt;Did you send to your friend ?&lt;/em&gt;&lt;br&gt;
Follow us on &lt;a href="//instagram.com/zastixx"&gt;Instagram&lt;/a&gt;&lt;br&gt;
Follow us on &lt;a href="//instagram.com/tkuttam_starboy"&gt;Instagram&lt;/a&gt;&lt;/p&gt;

</description>
      <category>instagram</category>
      <category>hack</category>
      <category>trick</category>
      <category>discuss</category>
    </item>
    <item>
      <title>Learn HTML Using Notepad (Pc) or TextEdit (Mac) #1</title>
      <dc:creator>TARUN KUMAR UTTAM</dc:creator>
      <pubDate>Tue, 03 Aug 2021 15:56:18 +0000</pubDate>
      <link>https://dev.to/zastixx/learn-html-using-notepad-pc-or-textedit-mac-311f</link>
      <guid>https://dev.to/zastixx/learn-html-using-notepad-pc-or-textedit-mac-311f</guid>
      <description>&lt;p&gt;Step 1: Open Notepad (PC)&lt;br&gt;
Windows 8 or later:&lt;/p&gt;

&lt;p&gt;Open the Start Screen (the window symbol at the bottom left on your screen). Type Notepad.&lt;/p&gt;

&lt;p&gt;Windows 7 or earlier:&lt;/p&gt;

&lt;p&gt;Open Start &amp;gt; Programs &amp;gt; Accessories &amp;gt; Notepad&lt;/p&gt;

&lt;p&gt;Step 2: Write Some HTML&lt;/p&gt;

&lt;p&gt;Write or copy the following HTML code into Notepad:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--YiX6QVFQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/taw0plma1h4wn2bqi36i.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--YiX6QVFQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/taw0plma1h4wn2bqi36i.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 3: Save the HTML Page&lt;/p&gt;

&lt;p&gt;Save the file on your computer. Select File &amp;gt; Save as in the Notepad menu.&lt;/p&gt;

&lt;p&gt;Name the file "index.html" and set the encoding to UTF-8 (which is the preferred encoding for HTML files).&lt;/p&gt;

&lt;p&gt;Tip: You can use either .htm or .html as file extension. There is no difference, it is up to you.***&lt;/p&gt;

&lt;p&gt;Step 4: View the HTML Page in Your Browser&lt;/p&gt;

&lt;p&gt;Open the saved HTML file in your favorite browser (double click on the file, or right-click - and choose "Open with").&lt;/p&gt;

&lt;p&gt;The result will look much like this:&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ArQWxN0Q--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/543sja59aq2odzw8qblf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ArQWxN0Q--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/543sja59aq2odzw8qblf.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>html</category>
      <category>tutorial</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
