<?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: PriscillaTrevizan</title>
    <description>The latest articles on DEV Community by PriscillaTrevizan (@priscillatrevizan).</description>
    <link>https://dev.to/priscillatrevizan</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%2F933937%2Feb6c8be7-8662-4111-bfe8-7489d696e7bb.jpeg</url>
      <title>DEV Community: PriscillaTrevizan</title>
      <link>https://dev.to/priscillatrevizan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/priscillatrevizan"/>
    <language>en</language>
    <item>
      <title>✨Seu Primeiro PR de Regex Está Aqui! Junte-se ao Gerador de Regex no Hacktoberfest</title>
      <dc:creator>PriscillaTrevizan</dc:creator>
      <pubDate>Fri, 03 Oct 2025 02:04:25 +0000</pubDate>
      <link>https://dev.to/priscillatrevizan/seu-primeiro-pr-de-regex-esta-aqui-junte-se-ao-gerador-de-regex-por-criterios-no-hacktoberfest-22df</link>
      <guid>https://dev.to/priscillatrevizan/seu-primeiro-pr-de-regex-esta-aqui-junte-se-ao-gerador-de-regex-por-criterios-no-hacktoberfest-22df</guid>
      <description>&lt;p&gt;Cansado de ter que pesquisar a Regex de CPF ou a de E-mail válido toda vez que começa um projeto? &lt;strong&gt;Nós também!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;É por isso que lançamos o projeto de código aberto&lt;/p&gt;

&lt;h2&gt;
  
  
  Gerador de Regex
&lt;/h2&gt;

&lt;p&gt;uma ferramenta intuitiva em Vanilla JavaScript que gera padrões de Regex validados a partir de simples cliques do usuário. E a melhor parte: ele foi construído para ser o &lt;strong&gt;seu projeto de Hacktoberfest&lt;/strong&gt;!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.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%2Fx4n6zykh5gees7qanvia.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.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%2Fx4n6zykh5gees7qanvia.png" alt="Print da página inicial" width="800" height="535"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  🚀 Por Que Contribuir?
&lt;/h2&gt;

&lt;p&gt;Ideal para Iniciantes: A principal forma de contribuição é adicionar novos padrões ao nosso arquivo src/model/regexPatterns.js. É um código modular, limpo e focado em lógica pura. Se você sabe criar uma regex, você já pode contribuir!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Foco Claro:&lt;/strong&gt; &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Não precisa quebrar a cabeça com React ou frameworks complexos. Nosso MVC simples (JS Puro) permite que você se concentre no que é mais divertido: criar e testar Regex.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Impacto Imediato:&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Ajude a comunidade a validar formatos de dados essenciais (Telefone, CNPJ, Senha, etc.), tornando o desenvolvimento mais rápido e seguro para todos.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;O Que Queremos na Sua PR?&lt;/strong&gt;&lt;br&gt;
O maior valor que você pode adicionar é conhecimento. Crie uma função de geração para uma nova categoria — como URL, CEP brasileiro ou até um validador de senhas com múltiplos critérios — e inclua sua lógica no regexPatterns.js.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Se você prefere frontend&lt;/strong&gt;, ajude a melhorar a UI/UX, aprimorar o sistema de Toasts ou tornar o Teste em Tempo Real ainda mais elegante.&lt;/p&gt;

&lt;p&gt;👉 Dê uma olhada no &lt;a href="https://github.com/priscillatrevizan/regex-generator?tab=readme-ov-file#readme" rel="noopener noreferrer"&gt;README.md&lt;/a&gt; e no &lt;a href="https://github.com/priscillatrevizan/regex-generator?tab=contributing-ov-file#readme" rel="noopener noreferrer"&gt;CONTRIBUTING.md&lt;/a&gt; para começar. Vamos construir o catálogo definitivo de Regex validadas!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/priscillatrevizan/regex-generator" rel="noopener noreferrer"&gt;#REGEX GENERATOR&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;🇺🇸 English Version:&lt;/strong&gt; &lt;/p&gt;

&lt;h2&gt;
  
  
  Your First Regex PR Is Here! Join the Criteria-Based Regex Generator for Hacktoberfest
&lt;/h2&gt;

&lt;p&gt;✨ &lt;strong&gt;Your First Regex PR Is Here!&lt;/strong&gt; Join the Criteria-Based Regex Generator for Hacktoberfest&lt;br&gt;
Tired of Googling the perfect CPF Regex or a rock-solid Valid Email pattern every time you start a new project? We were too!&lt;/p&gt;

&lt;p&gt;That's why we launched the open-source project Criteria-Based &lt;strong&gt;Regex Generator&lt;/strong&gt;: an intuitive tool built with Vanilla JavaScript that generates validated Regex patterns based on simple user clicks. And the best part: it's designed to be your go-to Hacktoberfest project!&lt;/p&gt;

&lt;h3&gt;
  
  
  🚀 Why Contribute?
&lt;/h3&gt;

&lt;p&gt;Beginner-Friendly: The primary contribution focus is adding new patterns to our src/model/regexPatterns.js file. It's clean, modular code focused purely on logic. If you can write a Regex, you can contribute!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Clear Focus:&lt;/strong&gt; No need to struggle with React or complex frameworks. Our simple Vanilla JS MVC allows you to focus on the fun part: creating and testing Regex.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Immediate Impact:&lt;/strong&gt; Help the community validate essential data formats (Phone numbers, CNPJ, Passwords, etc.), making development faster and safer for everyone.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What We're Looking for in Your PR&lt;/strong&gt;&lt;br&gt;
The biggest value you can add is knowledge. Create a generation function for a new category—like URL, Canadian Postal Codes, or a multi-criteria Password validator—and include your logic in regexPatterns.js.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;If you prefer frontend&lt;/em&gt;, help us enhance the UI/UX, improve the Toast system, or make the Real-Time Testing even smoother.&lt;/p&gt;

&lt;p&gt;👉 Check out the (&lt;a href="https://github.com/priscillatrevizan/regex-generator?tab=readme-ov-file#readme" rel="noopener noreferrer"&gt;https://github.com/priscillatrevizan/regex-generator?tab=readme-ov-file#readme&lt;/a&gt;) and &lt;a href="https://github.com/priscillatrevizan/regex-generator?tab=contributing-ov-file#readme" rel="noopener noreferrer"&gt;CONTRIBUTING.md&lt;/a&gt; to get started. Let's build the definitive catalog of validated Regex patterns!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/priscillatrevizan/regex-generator" rel="noopener noreferrer"&gt;#REGEX GENERATOR&lt;/a&gt;&lt;/p&gt;

</description>
      <category>hacktoberfest</category>
      <category>hacktoberfest2025</category>
      <category>goodfirstissue</category>
      <category>devchallenge</category>
    </item>
    <item>
      <title>A react "promise" or a promise to react, whatever... Pledge: I swear to be here!</title>
      <dc:creator>PriscillaTrevizan</dc:creator>
      <pubDate>Fri, 29 Sep 2023 20:39:52 +0000</pubDate>
      <link>https://dev.to/priscillatrevizan/a-react-promise-or-a-promise-to-react-whatever-i-swear-to-be-here-5cfl</link>
      <guid>https://dev.to/priscillatrevizan/a-react-promise-or-a-promise-to-react-whatever-i-swear-to-be-here-5cfl</guid>
      <description>&lt;h3&gt;
  
  
  Second Year ✨✨
&lt;/h3&gt;

</description>
      <category>hacktoberfest23</category>
    </item>
  </channel>
</rss>
