<?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: Miguel</title>
    <description>The latest articles on Forem by Miguel (@miguelrodriguezp99).</description>
    <link>https://forem.com/miguelrodriguezp99</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%2F1463462%2Fadc8bd5d-e040-4aa7-8cce-18cb72dce06c.jpeg</url>
      <title>Forem: Miguel</title>
      <link>https://forem.com/miguelrodriguezp99</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/miguelrodriguezp99"/>
    <language>en</language>
    <item>
      <title>Tesella, A Grid Generator</title>
      <dc:creator>Miguel</dc:creator>
      <pubDate>Wed, 18 Jun 2025 18:16:19 +0000</pubDate>
      <link>https://forem.com/miguelrodriguezp99/tesella-a-grid-generator-34kg</link>
      <guid>https://forem.com/miguelrodriguezp99/tesella-a-grid-generator-34kg</guid>
      <description>&lt;p&gt;Tired of writing CSS Grid blindly? Tesella is a visual editor that generates CSS Grid code automatically.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;p&gt;Tesella lets you design layouts with a drag-and-drop interface and get production-ready code in multiple formats:&lt;/p&gt;

&lt;p&gt;HTML + CSS&lt;br&gt;
JSX for React&lt;br&gt;
Tailwind CSS&lt;br&gt;
Pure CSS Grid&lt;/p&gt;
&lt;h2&gt;
  
  
  How it works
&lt;/h2&gt;

&lt;p&gt;Configure columns, rows, and spacing&lt;br&gt;
Drag elements on the grid&lt;br&gt;
Resize with visual handles&lt;br&gt;
Copy the generated code&lt;/p&gt;

&lt;p&gt;Why it's useful&lt;br&gt;
Instead of this:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight css"&gt;&lt;code&gt;&lt;span class="nt"&gt;css&lt;/span&gt;&lt;span class="nc"&gt;.grid&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
  &lt;span class="nl"&gt;display&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="n"&gt;grid&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
  &lt;span class="py"&gt;grid-template-columns&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nb"&gt;repeat&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="m"&gt;3&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="m"&gt;1&lt;/span&gt;&lt;span class="n"&gt;fr&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
  &lt;span class="py"&gt;gap&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;1rem&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;.item { grid-column: 1 / 3; }&lt;br&gt;
You design visually and get the exact code you need.&lt;br&gt;
Tech stack&lt;br&gt;
Built with React, TypeScript, and Vite. Modern interface with syntax highlighting.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://tesella.vercel.app/" rel="noopener noreferrer"&gt;Tesella Demo&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/miguelrodriguezp99/tesella" rel="noopener noreferrer"&gt;Github Repository&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Monkeytype react clone ⌨️</title>
      <dc:creator>Miguel</dc:creator>
      <pubDate>Sat, 07 Sep 2024 16:17:30 +0000</pubDate>
      <link>https://forem.com/miguelrodriguezp99/monkeytype-react-clone-3444</link>
      <guid>https://forem.com/miguelrodriguezp99/monkeytype-react-clone-3444</guid>
      <description>&lt;p&gt;I'm excited to share a project I've been working on—a clone of the popular typing website Monkeytype built with React. I've made the code publicly available for the community, especially for anyone curious about how such a project could be developed using this framework. While I’m not claiming that this is the best way to build it, it's the approach I found effective, and I hope it can be a helpful resource for others. I’d love to share it with all of you and hear your thoughts!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Also, I’d really appreciate it if you could give it a star on GitHub!&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://github.com/miguelrodriguezp99/easytype?tab=readme-ov-file" rel="noopener noreferrer"&gt;Github&lt;/a&gt;&lt;br&gt;
&lt;a href="https://typing-web.vercel.app" rel="noopener noreferrer"&gt;Easytype&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feel free to ask if you'd like to adjust anything!&lt;/p&gt;

</description>
      <category>react</category>
      <category>fullstack</category>
      <category>css</category>
    </item>
    <item>
      <title>Miracle UI - React component library</title>
      <dc:creator>Miguel</dc:creator>
      <pubDate>Sat, 07 Sep 2024 14:07:53 +0000</pubDate>
      <link>https://forem.com/miguelrodriguezp99/miracle-ui-react-component-library-34pb</link>
      <guid>https://forem.com/miguelrodriguezp99/miracle-ui-react-component-library-34pb</guid>
      <description>&lt;p&gt;Hello everyone, I'd like to introduce you to my project Miracle UI, a component library built entirely with CSS. This makes the library super lightweight and easy to use. Many of the components come with a ton of properties so you can customize them in ways you wouldn't imagine. I invite you to check out the npm packages to see for yourself how lightweight each component really is.&lt;/p&gt;

&lt;p&gt;That said, I’d like to clarify that I’m a student and I developed this project on my own, so it probably has some bugs and still has many things that need improvement and review. I really appreciate any feedback, as long as it's well-intentioned.&lt;/p&gt;

&lt;p&gt;I also hope you enjoy the components and find the library useful.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;I’d be grateful if you could give the project a star on GitHub if you like it or find it interesting, so you can stay up to date with future updates.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I'll paste the links bellow: &lt;/p&gt;

&lt;p&gt;&lt;a href="https://miracle-ui.vercel.app" rel="noopener noreferrer"&gt;MiracleUI&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/miguelrodriguezp99/miracle-ui" rel="noopener noreferrer"&gt;Github&lt;/a&gt;&lt;/p&gt;

</description>
      <category>react</category>
      <category>javascript</category>
      <category>css</category>
      <category>frontend</category>
    </item>
    <item>
      <title>Frontend Resources V2! 🚀</title>
      <dc:creator>Miguel</dc:creator>
      <pubDate>Sun, 01 Sep 2024 13:49:50 +0000</pubDate>
      <link>https://forem.com/miguelrodriguezp99/frontend-resources-v2-57mj</link>
      <guid>https://forem.com/miguelrodriguezp99/frontend-resources-v2-57mj</guid>
      <description>&lt;p&gt;🚀 Supercharge Your Development with These Resources! 🚀&lt;/p&gt;

&lt;p&gt;👋 Hey everyone! 👋&lt;/p&gt;

&lt;p&gt;After the great response to my previous post on Frontend Resources, I’ve decided to create an updated version. This time, I’ve included not only all the tools and libraries I shared before but also a bunch of new resources I've discovered since then.&lt;/p&gt;

&lt;p&gt;This collection is packed with a wide range of tools that cover everything from building stunning user interfaces to fine-tuning performance and much more. These resources have been invaluable in my own projects, and I’m excited to share them with you. I hope they’ll be just as useful for you as they have been for me!&lt;/p&gt;

&lt;p&gt;Feel free to share any additional resources you use or find interesting—I’d love to add them to the list! Let’s dive in!&lt;/p&gt;

&lt;h3&gt;
  
  
  UI:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.material-tailwind.com" rel="noopener noreferrer"&gt;Material Tailwind&lt;/a&gt;: A robust UI kit combining Material Design and Tailwind CSS&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://miracle-ui.vercel.app" rel="noopener noreferrer"&gt;MiracleUI&lt;/a&gt;: Components &lt;strong&gt;built in pure CSS&lt;/strong&gt; and customizable&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://bentoed.vercel.app" rel="noopener noreferrer"&gt;Bentoed&lt;/a&gt;: A html/css/tailwind bento catalog&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://ui.aceternity.com" rel="noopener noreferrer"&gt;Aceternity UI&lt;/a&gt;: Sleek and modern UI components for your next project&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://nextui.org" rel="noopener noreferrer"&gt;NextUI&lt;/a&gt;: Craft beautiful interfaces effortlessly with NextUI&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://chakra-ui.com" rel="noopener noreferrer"&gt;ChakraUI&lt;/a&gt;: A simple, modular, and accessible component library&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.tradingview.com/lightweight-charts/" rel="noopener noreferrer"&gt;Trading view Charts&lt;/a&gt;: Power up your data visualization game with lightweight charts from TradingView&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://auto-animate.formkit.com" rel="noopener noreferrer"&gt;AutoAnimate&lt;/a&gt;: Easily create stunning animations with AutoAnimate&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.react-magic-motion.com" rel="noopener noreferrer"&gt;React-magic-motion&lt;/a&gt;: Add a touch of magic to your React components&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://react.keepdesign.io" rel="noopener noreferrer"&gt;Keep React&lt;/a&gt;: Keep your React components fresh and stylish&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://daisyui.com" rel="noopener noreferrer"&gt;Daisy UI&lt;/a&gt;: Create delightful interfaces with Daisy UI&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://ui.shadcn.com" rel="noopener noreferrer"&gt;ShadCn&lt;/a&gt;: Elevate your UI with sleek and elegant components&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://bennettfeely.com/clippy/" rel="noopener noreferrer"&gt;Clip path&lt;/a&gt;: Get creative with shapes using Clippy&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.radix-ui.com/primitives" rel="noopener noreferrer"&gt;Radix&lt;/a&gt;: Build powerful and composable UIs with Radix&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://layout.bradwoods.io" rel="noopener noreferrer"&gt;Layout generator&lt;/a&gt;: Design flexible layouts with ease&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://omatsuri.app" rel="noopener noreferrer"&gt;Utilities&lt;/a&gt;: A handy toolkit for gradients, cursors, and more&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.freepik.com/pikaso" rel="noopener noreferrer"&gt;Image Generator&lt;/a&gt;: Instantly spruce up your designs with high-quality images&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://buttons.ibelick.com" rel="noopener noreferrer"&gt;Buttons&lt;/a&gt;: Button up your UIs with style&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://primereact.org" rel="noopener noreferrer"&gt;PrimeReact&lt;/a&gt;: Prime components for your React applications&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://freesets.vercel.app" rel="noopener noreferrer"&gt;Everything in one page&lt;/a&gt;: Explore a curated collection of resources&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.beercss.com" rel="noopener noreferrer"&gt;Beer CSS&lt;/a&gt;: A semantic HTML CSS framework based on Material Design 3.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Gradients:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://neat.firecms.co" rel="noopener noreferrer"&gt;Firecms&lt;/a&gt;: Dynamic gradients for your projects&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.shadergradient.co" rel="noopener noreferrer"&gt;Shadergradient&lt;/a&gt;: Create stunning shader gradients effortlessly.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.mshr.app" rel="noopener noreferrer"&gt;MSHR&lt;/a&gt;: A collection of 434 vanilla CSS mesh gradients free for you to use in any of your projects.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  SVGs:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://shapes.framer.website" rel="noopener noreferrer"&gt;Shapes&lt;/a&gt;: Beautiful SVG shapes for your designs&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://svgl.vercel.app" rel="noopener noreferrer"&gt;SVGs&lt;/a&gt;: Discover a vast collection of SVGs&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://undraw.co/illustrations" rel="noopener noreferrer"&gt;SVG Illustrations&lt;/a&gt;: Add life to your projects with illustrations from Undraw&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://flagpack.xyz" rel="noopener noreferrer"&gt;Flags&lt;/a&gt;: 250+ open source flag icons to use in your design tool or in your code project&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Icons:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://hugeicons.com/" rel="noopener noreferrer"&gt;Huge Icons&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://heroicons.com/" rel="noopener noreferrer"&gt;Hero Icons&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.iconfinder.com/" rel="noopener noreferrer"&gt;Icons Finder&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://react-icons.github.io/react-icons/" rel="noopener noreferrer"&gt;React Icons&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tabler.io/icons" rel="noopener noreferrer"&gt;Tabler Icons&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://lordicon.com/" rel="noopener noreferrer"&gt;Animated Icons&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Others:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://swiperjs.com" rel="noopener noreferrer"&gt;Sliders — Swiper&lt;/a&gt;: Swipe through content seamlessly&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://sonner.emilkowal.ski" rel="noopener noreferrer"&gt;Toast notifications — Sonner&lt;/a&gt;: Toast notifications made easy&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://atroposjs.com" rel="noopener noreferrer"&gt;Atropos - 3D Elements&lt;/a&gt;: Add immersive 3D elements to your projects&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://auto-animate.formkit.com" rel="noopener noreferrer"&gt;Auto Animate (Native Javascript)&lt;/a&gt;: Effortlessly animate elements with vanilla JavaScript&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://vaul.emilkowal.ski" rel="noopener noreferrer"&gt;Vaul (Mobile Slider)&lt;/a&gt;: Elevate your sliders with Vaul&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://lite.youtube.com" rel="noopener noreferrer"&gt;Videos performance optimizer&lt;/a&gt;: Optimize video performance with Lite YouTube Web Component&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://wicky.nillia.ms/cally" rel="noopener noreferrer"&gt;Calendar&lt;/a&gt;: Streamline your scheduling process&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://coolors.co/contrast-checker/483c14-d2cfcb" rel="noopener noreferrer"&gt;Contrast picker&lt;/a&gt;: Ensure accessibility with Coolors' contrast checker&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://squoosh.app" rel="noopener noreferrer"&gt;Image optimizer&lt;/a&gt;: Squoosh your images for better performance&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/github/relative-time-element" rel="noopener noreferrer"&gt;Relative Time&lt;/a&gt;: Formats a timestamp as a localized string or as relative text that auto-updates in the user's browser.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://shots.so" rel="noopener noreferrer"&gt;Shots&lt;/a&gt;: Create beautiful photos to showcase your projects.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://profile-readme-generator.com" rel="noopener noreferrer"&gt;Profile Readme Generator Github&lt;/a&gt;: Create a github Profile README&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://responsively.app/download" rel="noopener noreferrer"&gt;Responsively&lt;/a&gt;: App to develop with multiple responsive views simultaneously &lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/marcelscruz/public-apis" rel="noopener noreferrer"&gt;Apis&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Tailwind:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.tailwindcss-animated.com" rel="noopener noreferrer"&gt;Animations&lt;/a&gt;: Add flair to your UIs with Tailwind CSS Animated&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/heidkaemper/tailwindcss-intersect" rel="noopener noreferrer"&gt;Intersection Observer&lt;/a&gt;: Tailwind CSS Intersect for observing intersections&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://bg.ibelick.com" rel="noopener noreferrer"&gt;Backgrounds&lt;/a&gt;: Spruce up your backgrounds with ease&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://bentoed.vercel.app" rel="noopener noreferrer"&gt;Bentoed&lt;/a&gt;: A html/css/tailwind bento catalog&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  JavaScript:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://masonry.desandro.com" rel="noopener noreferrer"&gt;Masonry Grid&lt;/a&gt;: Create dynamic grid layouts with ease&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://spope.github.io/MiniMasonry.js" rel="noopener noreferrer"&gt;MiniMasonry&lt;/a&gt;: A lightweight alternative for masonry layouts&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://photoswipe.com" rel="noopener noreferrer"&gt;Gallery PhotoSwipe&lt;/a&gt;: Showcase your images elegantly with PhotoSwipe&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.lightgalleryjs.com" rel="noopener noreferrer"&gt;Gallery LightGallery&lt;/a&gt;: LightGallery for stunning image galleries&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://tempo.formkit.com" rel="noopener noreferrer"&gt;Tempo&lt;/a&gt;: Simplify time-based operations with Tempo&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://atomiks.github.io/tippyjs" rel="noopener noreferrer"&gt;Tippy (Tooltips)&lt;/a&gt;: Enhance user experience with customizable tooltips&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.youtube.com/watch?v=T24PsErQGPg" rel="noopener noreferrer"&gt;Intersection Observer&lt;/a&gt;: A guide to Intersection Observer for efficient scrolling&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.youtube.com/watch?v=FA1Y4pamIP8" rel="noopener noreferrer"&gt;Infinite Scroll&lt;/a&gt;: Implement infinite scrolling effortlessly&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/angus-c/just" rel="noopener noreferrer"&gt;Just&lt;/a&gt;: A library for common JavaScript utilities&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/pmndrs/gltfjsx" rel="noopener noreferrer"&gt;GLTFs into JSX&lt;/a&gt;: Convert GLTF files into JSX components&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://theme-toggle.rdsx.dev" rel="noopener noreferrer"&gt;Theme Toggle Effect&lt;/a&gt;: Switch between dark and light theme with a beautiful animation. &lt;/li&gt;
&lt;li&gt;&lt;a href="https://perf.link/" rel="noopener noreferrer"&gt;Code Speed Comparation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  React:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://use-count-up.vercel.app" rel="noopener noreferrer"&gt;Counter&lt;/a&gt;: Count up your numbers dynamically&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://blog.logrocket.com/create-responsive-masonry-layouts-react-app" rel="noopener noreferrer"&gt;Masonry layout&lt;/a&gt;: Build responsive masonry layouts in React&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://drag-and-drop.formkit.com" rel="noopener noreferrer"&gt;Drag and Drop&lt;/a&gt;: Effortlessly implement drag and drop functionality&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://pqina.nl/filepond" rel="noopener noreferrer"&gt;FilePond&lt;/a&gt;: Simplify file uploads with FilePond&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://fakerjs.dev" rel="noopener noreferrer"&gt;Faker&lt;/a&gt;: Generate realistic fake data with Faker&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.npmjs.com/package/random-words" rel="noopener noreferrer"&gt;Random&lt;/a&gt;: Spice up your projects with random words&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.chartjs.org/docs/latest" rel="noopener noreferrer"&gt;Charts&lt;/a&gt;: Visualize data beautifully with Chart.js&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/joshwcomeau/use-sound" rel="noopener noreferrer"&gt;UseSound&lt;/a&gt;: Incorporate sound effects into your React apps&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://recharts.org/en-US" rel="noopener noreferrer"&gt;ReCharts&lt;/a&gt;: Charting library built on React components&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://floating-ui.com" rel="noopener noreferrer"&gt;Floating UI (Tooltips)&lt;/a&gt;: Floating UI for interactive tooltips&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/atomiks/tippyjs-react" rel="noopener noreferrer"&gt;Tippy (Tooltips)&lt;/a&gt;: Tippy.js for React applications&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://wicky.nillia.ms/cally" rel="noopener noreferrer"&gt;Calendar&lt;/a&gt;: Another calendar resource for all your scheduling needs&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/pacocoursey/cmdk" rel="noopener noreferrer"&gt;CMDK Console&lt;/a&gt;: A console for your React applications&lt;/li&gt;
&lt;li&gt;&lt;a href="https://naver.github.io/egjs-flicking/Options" rel="noopener noreferrer"&gt;Sliders&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://swapy.tahazsh.com" rel="noopener noreferrer"&gt;Drag To Swap&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Animations
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://scrollrevealjs.org/" rel="noopener noreferrer"&gt;Scroll Reveal&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://michalsnik.github.io/aos/" rel="noopener noreferrer"&gt;AOS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://motion.dev" rel="noopener noreferrer"&gt;Motion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>javascript</category>
      <category>frontend</category>
      <category>react</category>
      <category>css</category>
    </item>
    <item>
      <title>Create Test REST APIs in Seconds! 🚀</title>
      <dc:creator>Miguel</dc:creator>
      <pubDate>Tue, 04 Jun 2024 02:59:49 +0000</pubDate>
      <link>https://forem.com/miguelrodriguezp99/create-test-rest-apis-in-seconds-cag</link>
      <guid>https://forem.com/miguelrodriguezp99/create-test-rest-apis-in-seconds-cag</guid>
      <description>&lt;p&gt;If you're a frontend developer looking to create test REST APIs quickly and easily, look no further! This free tool is a game-changer, allowing you to set up APIs in seconds without any deployments. Here’s what it offers:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;GET, POST, PUT, and DELETE Methods: Support for all standard HTTP methods ensures you can create comprehensive API functionalities for your applications.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Random Data for Responses: Generate random data for your API responses, making it perfect for testing various scenarios and edge cases.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;HTTPS and CORS Support: Enjoy seamless integration with your projects, thanks to built-in HTTPS and CORS support.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;No Deployments Needed: Skip the hassle of deploying servers; this tool works right out of the box.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This resource is an essential addition to any developer's toolkit, simplifying the process of API development and testing. Try it out and experience the ease of creating test REST APIs in seconds!&lt;/p&gt;

&lt;p&gt;Here's the link: &lt;a href="https://retool.com/api-generator"&gt;https://retool.com/api-generator&lt;/a&gt;&lt;/p&gt;

</description>
      <category>frontend</category>
      <category>api</category>
      <category>javascript</category>
      <category>backend</category>
    </item>
    <item>
      <title>Best sites to practice your programming logic 💻</title>
      <dc:creator>Miguel</dc:creator>
      <pubDate>Sun, 26 May 2024 00:53:51 +0000</pubDate>
      <link>https://forem.com/miguelrodriguezp99/best-sites-to-practice-your-programming-logic-4pgc</link>
      <guid>https://forem.com/miguelrodriguezp99/best-sites-to-practice-your-programming-logic-4pgc</guid>
      <description>&lt;p&gt;Hello everyone! Here are some of the best options (in my opinion) to practice and improve your programming logic:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.codewars.com"&gt;Codewars&lt;/a&gt;&lt;/strong&gt;: Tackle programming challenges known as "katas" that range from beginner to advanced levels, in various languages.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="https://adventjs.dev/es"&gt;Adventjs&lt;/a&gt;&lt;/strong&gt;: Participate in daily challenges during the holiday season. It's a great way to stay motivated and improve your skills with JavaScript.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.hackerrank.com"&gt;Hackerrank&lt;/a&gt;&lt;/strong&gt;: A wide variety of programming problems and technical interview challenges in multiple languages. Perfect for preparing for job interviews.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="https://exercism.org"&gt;Exercism&lt;/a&gt;&lt;/strong&gt;: Offers practical exercises in over 50 programming languages, with the option to receive personalized mentorship.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="https://edabit.com/challenges"&gt;Edabit&lt;/a&gt;&lt;/strong&gt;: Practice with short and quick challenges, suitable for both beginners and more experienced programmers.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="https://projecteuler.net"&gt;Project euler&lt;/a&gt;&lt;/strong&gt;: Mathematical and programming challenges that will help you improve your logical and algorithmic skills.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I hope you find these platforms useful and enjoy enhancing your programming skills. Happy coding!&lt;/p&gt;

</description>
      <category>learning</category>
      <category>train</category>
      <category>javascript</category>
      <category>python</category>
    </item>
    <item>
      <title>Frontend resources! 🚀</title>
      <dc:creator>Miguel</dc:creator>
      <pubDate>Sat, 25 May 2024 16:33:01 +0000</pubDate>
      <link>https://forem.com/miguelrodriguezp99/frontend-resources-1dl4</link>
      <guid>https://forem.com/miguelrodriguezp99/frontend-resources-1dl4</guid>
      <description>&lt;p&gt;🚀 Supercharge Your Development with These Resources! 🚀&lt;/p&gt;

&lt;p&gt;👋 Hello everyone! 👋&lt;/p&gt;

&lt;p&gt;I'm thrilled to share this collection of resources I've gathered over time, which have been a lifesaver in many of the projects I've worked on. This compilation brings together a variety of tools and libraries spanning from user interface creation to performance optimization and beyond. I hope you can also make the most out of some of these wonderful resources. Let's dive right in!&lt;/p&gt;

&lt;p&gt;Feel free to comment with any other resources that you use or find interesting so I can add them to the post! &lt;/p&gt;

&lt;h3&gt;
  
  
  UI:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.material-tailwind.com" rel="noopener noreferrer"&gt;Material Tailwind&lt;/a&gt;: A robust UI kit combining Material Design and Tailwind CSS&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://miracle-ui.vercel.app" rel="noopener noreferrer"&gt;MiracleUI&lt;/a&gt;: Components &lt;strong&gt;built in pure CSS&lt;/strong&gt; and customizable&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://bentoed.vercel.app" rel="noopener noreferrer"&gt;Bentoed&lt;/a&gt;: A html/css/tailwind bento catalog&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://ui.aceternity.com" rel="noopener noreferrer"&gt;Aceternity UI&lt;/a&gt;: Sleek and modern UI components for your next project&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://nextui.org" rel="noopener noreferrer"&gt;NextUI&lt;/a&gt;: Craft beautiful interfaces effortlessly with NextUI&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://chakra-ui.com" rel="noopener noreferrer"&gt;ChakraUI&lt;/a&gt;: A simple, modular, and accessible component library&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.tradingview.com/lightweight-charts/" rel="noopener noreferrer"&gt;Trading view Charts&lt;/a&gt;: Power up your data visualization game with lightweight charts from TradingView&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://auto-animate.formkit.com" rel="noopener noreferrer"&gt;AutoAnimate&lt;/a&gt;: Easily create stunning animations with AutoAnimate&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.react-magic-motion.com" rel="noopener noreferrer"&gt;React-magic-motion&lt;/a&gt;: Add a touch of magic to your React components&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://react.keepdesign.io" rel="noopener noreferrer"&gt;Keep React&lt;/a&gt;: Keep your React components fresh and stylish&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://daisyui.com" rel="noopener noreferrer"&gt;Daisy UI&lt;/a&gt;: Create delightful interfaces with Daisy UI&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://ui.shadcn.com" rel="noopener noreferrer"&gt;ShadCn&lt;/a&gt;: Elevate your UI with sleek and elegant components&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://bennettfeely.com/clippy/" rel="noopener noreferrer"&gt;Clip path&lt;/a&gt;: Get creative with shapes using Clippy&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.radix-ui.com/primitives" rel="noopener noreferrer"&gt;Radix&lt;/a&gt;: Build powerful and composable UIs with Radix&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://layout.bradwoods.io" rel="noopener noreferrer"&gt;Layout generator&lt;/a&gt;: Design flexible layouts with ease&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://omatsuri.app" rel="noopener noreferrer"&gt;Utilities&lt;/a&gt;: A handy toolkit for gradients, cursors, and more&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.freepik.com/pikaso" rel="noopener noreferrer"&gt;Image Generator&lt;/a&gt;: Instantly spruce up your designs with high-quality images&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://buttons.ibelick.com" rel="noopener noreferrer"&gt;Buttons&lt;/a&gt;: Button up your UIs with style&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://primereact.org" rel="noopener noreferrer"&gt;PrimeReact&lt;/a&gt;: Prime components for your React applications&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://freesets.vercel.app" rel="noopener noreferrer"&gt;Everything in one page&lt;/a&gt;: Explore a curated collection of resources&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.beercss.com" rel="noopener noreferrer"&gt;Beer CSS&lt;/a&gt;: A semantic HTML CSS framework based on Material Design 3.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Gradients:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://neat.firecms.co" rel="noopener noreferrer"&gt;Firecms&lt;/a&gt;: Dynamic gradients for your projects&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.shadergradient.co" rel="noopener noreferrer"&gt;Shadergradient&lt;/a&gt;: Create stunning shader gradients effortlessly&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  SVGs:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://shapes.framer.website" rel="noopener noreferrer"&gt;Shapes&lt;/a&gt;: Beautiful SVG shapes for your designs&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://svgl.vercel.app" rel="noopener noreferrer"&gt;SVGs&lt;/a&gt;: Discover a vast collection of SVGs&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://undraw.co/illustrations" rel="noopener noreferrer"&gt;SVG Illustrations&lt;/a&gt;: Add life to your projects with illustrations from Undraw&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Others:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://swiperjs.com" rel="noopener noreferrer"&gt;Sliders — Swiper&lt;/a&gt;: Swipe through content seamlessly&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://sonner.emilkowal.ski" rel="noopener noreferrer"&gt;Toast notifications — Sonner&lt;/a&gt;: Toast notifications made easy&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://atroposjs.com" rel="noopener noreferrer"&gt;Atropos - 3D Elements&lt;/a&gt;: Add immersive 3D elements to your projects&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://auto-animate.formkit.com" rel="noopener noreferrer"&gt;Auto Animate (Native Javascript)&lt;/a&gt;: Effortlessly animate elements with vanilla JavaScript&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://vaul.emilkowal.ski" rel="noopener noreferrer"&gt;Vaul (Mobile Slider)&lt;/a&gt;: Elevate your sliders with Vaul&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://lite.youtube.com" rel="noopener noreferrer"&gt;Videos performance optimizer&lt;/a&gt;: Optimize video performance with Lite YouTube Web Component&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://wicky.nillia.ms/cally" rel="noopener noreferrer"&gt;Calendar&lt;/a&gt;: Streamline your scheduling process&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://coolors.co/contrast-checker/483c14-d2cfcb" rel="noopener noreferrer"&gt;Contrast picker&lt;/a&gt;: Ensure accessibility with Coolors' contrast checker&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://squoosh.app" rel="noopener noreferrer"&gt;Image optimizer&lt;/a&gt;: Squoosh your images for better performance&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Tailwind:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.tailwindcss-animated.com" rel="noopener noreferrer"&gt;Animations&lt;/a&gt;: Add flair to your UIs with Tailwind CSS Animated&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/heidkaemper/tailwindcss-intersect" rel="noopener noreferrer"&gt;Intersection Observer&lt;/a&gt;: Tailwind CSS Intersect for observing intersections&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://bg.ibelick.com" rel="noopener noreferrer"&gt;Backgrounds&lt;/a&gt;: Spruce up your backgrounds with ease&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://bentoed.vercel.app" rel="noopener noreferrer"&gt;Bentoed&lt;/a&gt;: A html/css/tailwind bento catalog&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  JavaScript:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://masonry.desandro.com" rel="noopener noreferrer"&gt;Masonry Grid&lt;/a&gt;: Create dynamic grid layouts with ease&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://spope.github.io/MiniMasonry.js" rel="noopener noreferrer"&gt;MiniMasonry&lt;/a&gt;: A lightweight alternative for masonry layouts&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://photoswipe.com" rel="noopener noreferrer"&gt;Gallery PhotoSwipe&lt;/a&gt;: Showcase your images elegantly with PhotoSwipe&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.lightgalleryjs.com" rel="noopener noreferrer"&gt;Gallery LightGallery&lt;/a&gt;: LightGallery for stunning image galleries&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://tempo.formkit.com" rel="noopener noreferrer"&gt;Tempo&lt;/a&gt;: Simplify time-based operations with Tempo&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://atomiks.github.io/tippyjs" rel="noopener noreferrer"&gt;Tippy (Tooltips)&lt;/a&gt;: Enhance user experience with customizable tooltips&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.youtube.com/watch?v=T24PsErQGPg" rel="noopener noreferrer"&gt;Intersection Observer&lt;/a&gt;: A guide to Intersection Observer for efficient scrolling&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.youtube.com/watch?v=FA1Y4pamIP8" rel="noopener noreferrer"&gt;Infinite Scroll&lt;/a&gt;: Implement infinite scrolling effortlessly&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/angus-c/just" rel="noopener noreferrer"&gt;Just&lt;/a&gt;: A library for common JavaScript utilities&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/pmndrs/gltfjsx" rel="noopener noreferrer"&gt;GLTFs into JSX&lt;/a&gt;: Convert GLTF files into JSX components&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  React:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://use-count-up.vercel.app" rel="noopener noreferrer"&gt;Counter&lt;/a&gt;: Count up your numbers dynamically&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://blog.logrocket.com/create-responsive-masonry-layouts-react-app" rel="noopener noreferrer"&gt;Masonry layout&lt;/a&gt;: Build responsive masonry layouts in React&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://drag-and-drop.formkit.com" rel="noopener noreferrer"&gt;Drag and Drop&lt;/a&gt;: Effortlessly implement drag and drop functionality&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://pqina.nl/filepond" rel="noopener noreferrer"&gt;FilePond&lt;/a&gt;: Simplify file uploads with FilePond&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://fakerjs.dev" rel="noopener noreferrer"&gt;Faker&lt;/a&gt;: Generate realistic fake data with Faker&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.npmjs.com/package/random-words" rel="noopener noreferrer"&gt;Random&lt;/a&gt;: Spice up your projects with random words&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.chartjs.org/docs/latest" rel="noopener noreferrer"&gt;Charts&lt;/a&gt;: Visualize data beautifully with Chart.js&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/joshwcomeau/use-sound" rel="noopener noreferrer"&gt;UseSound&lt;/a&gt;: Incorporate sound effects into your React apps&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://recharts.org/en-US" rel="noopener noreferrer"&gt;ReCharts&lt;/a&gt;: Charting library built on React components&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://floating-ui.com" rel="noopener noreferrer"&gt;Floating UI (Tooltips)&lt;/a&gt;: Floating UI for interactive tooltips&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/atomiks/tippyjs-react" rel="noopener noreferrer"&gt;Tippy (Tooltips)&lt;/a&gt;: Tippy.js for React applications&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://wicky.nillia.ms/cally" rel="noopener noreferrer"&gt;Calendar&lt;/a&gt;: Another calendar resource for all your scheduling needs&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/pacocoursey/cmdk" rel="noopener noreferrer"&gt;CMDK Console&lt;/a&gt;: A console for your React applications&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>frontend</category>
      <category>tailwindcss</category>
      <category>react</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Bento catalog web! 🎨</title>
      <dc:creator>Miguel</dc:creator>
      <pubDate>Sun, 05 May 2024 03:50:48 +0000</pubDate>
      <link>https://forem.com/miguelrodriguezp99/bento-catalog-web-35le</link>
      <guid>https://forem.com/miguelrodriguezp99/bento-catalog-web-35le</guid>
      <description>&lt;p&gt;**&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;a href="https://bentoed.vercel.app"&gt;Collection of modern bento-grid components&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;**&lt;/p&gt;

&lt;p&gt;Welcome to my Bento Catalog! I've designed this resource specifically for developers and designers, providing a unique collection of bento box designs that you can easily incorporate into your projects. Each design is fully coded using HTML, CSS, and the popular Tailwind CSS framework, ensuring easy integration and customization.&lt;/p&gt;

&lt;p&gt;Whether you're looking to enhance your website with unique bento box elements or need inspiration for UI components, my catalog offers a selection that you can simply copy and paste into your codebase. I am committed to regularly updating my collection with new styles that follow the latest web design trends.&lt;/p&gt;

&lt;p&gt;I hope you find my catalog useful and inspiring. Enjoy crafting beautiful and functional web layouts with these carefully crafted bento designs!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://bentoed.vercel.app"&gt;https://bentoed.vercel.app&lt;/a&gt;&lt;/p&gt;

</description>
      <category>css</category>
      <category>learning</category>
      <category>html</category>
      <category>frontend</category>
    </item>
  </channel>
</rss>
