<?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: Martino quintas</title>
    <description>The latest articles on DEV Community by Martino quintas (@martino_quintas_1e8013bc2).</description>
    <link>https://dev.to/martino_quintas_1e8013bc2</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%2F1887598%2Fba2c34b8-a551-4726-bb32-35092dcd2ffe.jpg</url>
      <title>DEV Community: Martino quintas</title>
      <link>https://dev.to/martino_quintas_1e8013bc2</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/martino_quintas_1e8013bc2"/>
    <language>en</language>
    <item>
      <title>Small pieces of code as solutions to specific problems in large companies</title>
      <dc:creator>Martino quintas</dc:creator>
      <pubDate>Thu, 05 Dec 2024 18:45:12 +0000</pubDate>
      <link>https://dev.to/martino_quintas_1e8013bc2/small-pieces-of-code-as-solutions-to-specific-problems-in-large-companies-2dk4</link>
      <guid>https://dev.to/martino_quintas_1e8013bc2/small-pieces-of-code-as-solutions-to-specific-problems-in-large-companies-2dk4</guid>
      <description>&lt;p&gt;In this post, I'll bring you snippets of code that have been solutions to problems in large companies. It also makes reference to how simple things can solve big problems in the world of programming.&lt;a href="https://chat-to.dev/post?id=718" rel="noopener noreferrer"&gt;link&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>python</category>
      <category>programming</category>
    </item>
    <item>
      <title>Here are some things you can replace JavaScript with CSS</title>
      <dc:creator>Martino quintas</dc:creator>
      <pubDate>Mon, 30 Sep 2024 13:59:07 +0000</pubDate>
      <link>https://dev.to/martino_quintas_1e8013bc2/here-are-some-things-you-can-replace-javascript-with-css-46pk</link>
      <guid>https://dev.to/martino_quintas_1e8013bc2/here-are-some-things-you-can-replace-javascript-with-css-46pk</guid>
      <description>&lt;p&gt;Here are 20 things you can replace JavaScript with CSS, using its advanced capabilities such as animations, selectors, pseudo-elements and transitions:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Animated Hamburger Menu&lt;/strong&gt;: Use CSS &lt;code&gt;:checked&lt;/code&gt; and transitions to animate the opening and closing of the menu.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tooltip&lt;/strong&gt;: Use &lt;code&gt;:hover&lt;/code&gt; and &lt;code&gt;::after&lt;/code&gt; to create and style tooltips without JS.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Accordion&lt;/strong&gt;: By combining &lt;code&gt;input:checked&lt;/code&gt; and &lt;code&gt;label&lt;/code&gt; with CSS &lt;code&gt;display&lt;/code&gt; and &lt;code&gt;height&lt;/code&gt;, you can make a functional accordion.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Dropdown Menu&lt;/strong&gt;: Use &lt;code&gt;:hover&lt;/code&gt; or &lt;code&gt;:focus-within&lt;/code&gt; to show and hide Submenus.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tabs&lt;/strong&gt;: With &lt;code&gt;input:checked&lt;/code&gt; and &lt;code&gt;display&lt;/code&gt;, you can switch content in tabs.&lt;/p&gt;

&lt;p&gt;If you are interested in more options, click on the following link: &lt;a href="https://chat-to.dev/post?id=700" rel="noopener noreferrer"&gt;https://chat-to.dev/post?id=700&lt;/a&gt;&lt;/p&gt;

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