<?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: Sergio Barrera</title>
    <description>The latest articles on DEV Community by Sergio Barrera (@sergb_appdev).</description>
    <link>https://dev.to/sergb_appdev</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%2F523497%2F55c25e53-ccfd-4472-8a96-787493268998.png</url>
      <title>DEV Community: Sergio Barrera</title>
      <link>https://dev.to/sergb_appdev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sergb_appdev"/>
    <language>en</language>
    <item>
      <title>Cool! Looking forward to build-x weekend!</title>
      <dc:creator>Sergio Barrera</dc:creator>
      <pubDate>Wed, 25 Feb 2026 15:25:59 +0000</pubDate>
      <link>https://dev.to/sergb_appdev/cool-looking-forward-to-build-x-weekend-264g</link>
      <guid>https://dev.to/sergb_appdev/cool-looking-forward-to-build-x-weekend-264g</guid>
      <description>&lt;div class="ltag__link"&gt;
  &lt;a href="/devteam" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__org__pic"&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%2Forganization%2Fprofile_image%2F1%2Fd908a186-5651-4a5a-9f76-15200bc6801f.jpg" alt="The DEV Team" width="800" height="800"&gt;
      &lt;div class="ltag__link__user__pic"&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%2Fuser%2Fprofile_image%2F264%2Fb75f6edf-df7b-406e-a56b-43facafb352c.jpg" alt="" width="400" height="400"&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="https://dev.to/devteam/first-dev-weekend-challenge-launches-on-feb-26-mar-2-mark-your-calendar-5dc3" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;First DEV Weekend Challenge Launches on Feb 26 - Mar 2. Mark Your Calendar!&lt;/h2&gt;
      &lt;h3&gt;Jess Lee for The DEV Team ・ Feb 23&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#weekendchallenge&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#devchallenge&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#hackathon&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#programming&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


</description>
      <category>weekendchallenge</category>
      <category>devchallenge</category>
      <category>hackathon</category>
      <category>programming</category>
    </item>
    <item>
      <title>Project: Santa's Workshop with DevCycles Feature Flags</title>
      <dc:creator>Sergio Barrera</dc:creator>
      <pubDate>Mon, 23 Dec 2024 02:56:55 +0000</pubDate>
      <link>https://dev.to/sergb_appdev/project-santas-workshop-with-devcycles-feature-flags-471o</link>
      <guid>https://dev.to/sergb_appdev/project-santas-workshop-with-devcycles-feature-flags-471o</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/devcycle"&gt;DevCycle Feature Flag Challenge&lt;/a&gt;: Feature Flag Funhouse&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;I've created a Christmas-themed Next.js v15 app using the App Router, showcasing a creative way to use feature flags with DevCycle SDK. Integrations with Clerk for authentication, Neon DB for database ops, and style it with Tailwind CSS and shadcn/ui components. The app will be a "Santa's Workshop" where elves can toggle different Christmas preparations based on feature flags.&lt;/p&gt;

&lt;h2&gt;
  
  
  Getting Started
&lt;/h2&gt;

&lt;p&gt;This setup creates a Christmas-themed "Santa's Workshop" application that uses feature flags to control various Christmas preparations. Here's a breakdown of the key features:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Authentication is handled by Clerk.&lt;/li&gt;
&lt;li&gt;The main workshop interface uses DevCycle for feature flags. The &lt;code&gt;isChristmasEve&lt;/code&gt; flag, when true, disables all controls, simulating the rush of Christmas Eve.&lt;/li&gt;
&lt;li&gt;The workshop activities (toy making, gift wrapping, sleigh maintenance) are stored in a Neon DB and can be toggled on/off by the elves.&lt;/li&gt;
&lt;li&gt;The UI is styled with Tailwind CSS and shadcn/ui components, with a Christmas color scheme (green and red gradient background).&lt;/li&gt;
&lt;li&gt;A festive snowfall effect is added to enhance the Christmas theme.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://christmas-workshop.vercel.app/" rel="noopener noreferrer"&gt;https://christmas-workshop.vercel.app/&lt;/a&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%2Fp8w94g2kuvtiajwr3uk3.jpg" 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%2Fp8w94g2kuvtiajwr3uk3.jpg" alt=" " width="800" height="827"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  My Code
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/user/christmas-workshop" rel="noopener noreferrer"&gt;Serg's christmas-workshop&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  My DevCycle Experience
&lt;/h2&gt;

&lt;p&gt;Regarding DevCycle's experience, I was surprised and happy to see such onboarding as soon as you begin your signup. Not only provides easy guidance but also encourages to learn on the fly the creation of flags, variables and getting immerse in their dashboard right away!&lt;br&gt;
That's an excellent approach since many nextjs library providers have  some sort of hidden documentation that might take several google research to find out what works with what. Even though I'm still learning the basic configuration, I feel confident to recommend DevCycles API to any Developer looking to get started with feature flags in a few min.&lt;/p&gt;

&lt;p&gt;Thanks for letting me participate! I had lots of fun learning about feature flags and creating the project. Bye!&lt;/p&gt;

&lt;h3&gt;
  
  
  Additional Prize Categories
&lt;/h3&gt;

</description>
      <category>devchallenge</category>
      <category>devcyclechallenge</category>
      <category>webdev</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
