<?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: Melody Kelly. N</title>
    <description>The latest articles on DEV Community by Melody Kelly. N (@melody_kelly).</description>
    <link>https://dev.to/melody_kelly</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2860829%2Fe5a4626b-c69e-4bb0-a267-83b4f3e5db78.png</url>
      <title>DEV Community: Melody Kelly. N</title>
      <link>https://dev.to/melody_kelly</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/melody_kelly"/>
    <language>en</language>
    <item>
      <title>This Is Jollof — A Landing Page Built Around the Bottom of the Pot</title>
      <dc:creator>Melody Kelly. N</dc:creator>
      <pubDate>Tue, 11 Aug 2026 09:17:34 +0000</pubDate>
      <link>https://dev.to/melody_kelly/this-is-jollof-a-landing-page-built-around-the-bottom-of-the-pot-2d2f</link>
      <guid>https://dev.to/melody_kelly/this-is-jollof-a-landing-page-built-around-the-bottom-of-the-pot-2d2f</guid>
      <description>&lt;p&gt;This is a submission for &lt;a href="https://dev.to/challenges/frontend-2026-07-29"&gt;Frontend Challenge - Comfort Food Edition, Perfect Landing&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;A landing page for jollof rice — not a restaurant, not a recipe blog, just a love letter to one dish.&lt;/p&gt;

&lt;p&gt;Jollof is comfort food with a personality: everyone has an opinion about how it should be made, and the most contested part of the whole pot is the crispy, caramelized layer that forms at the bottom while it cooks. That “bottom pot” crust is the centerpiece of the whole page.&lt;/p&gt;

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

&lt;p&gt;The site is built with React and features a hero section, a short story about why jollof feels like comfort food, a lighthearted section around the eternal “whose jollof is best?” debate, a step-by-step breakdown of how the dish comes together, and an interactive centerpiece: the &lt;strong&gt;Bottom Pot Dial&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The dial lets you choose your preferred crust level, from soft and fluffy to full party crust. As you drag the slider, the pot illustration and the accompanying content update live.&lt;/p&gt;

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

&lt;p&gt;&lt;a href="https://jollof-nine.vercel.app" rel="noopener noreferrer"&gt;https://jollof-nine.vercel.app&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Journey
&lt;/h2&gt;

&lt;p&gt;I wanted to avoid the two landing-page defaults I kept seeing myself reach for: a cream background with a terracotta accent, or a stock hero with a big stat and a gradient.&lt;/p&gt;

&lt;p&gt;Since jollof already has a strong, specific visual identity — pot-iron black, stew red, and scorched amber — I built the palette directly from the dish instead of creating a generic “food site” look. The crust colors then became both the UI accent and the visual element controlled by the interactive dial.&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;Bottom Pot Dial&lt;/strong&gt; is the part I'm most proud of. It's a simple &lt;code&gt;useState&lt;/code&gt; slider under the hood, but tying it to three things at once — the SVG pot's fill color, the headline copy, and a small “argument likelihood” stat — made it feel like a real signature moment rather than just decoration.&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;How It's Built&lt;/strong&gt; section numbers the four layers of the dish in actual cooking order, since that's a real sequence and not just a stylistic choice.&lt;/p&gt;

&lt;p&gt;On the code side, I split the component into a &lt;code&gt;.jsx&lt;/code&gt; file and a separate &lt;code&gt;.css&lt;/code&gt; file rather than keeping styles inline. This made the component easier to read and matches how I structure my projects elsewhere.&lt;/p&gt;

&lt;p&gt;I also paid close attention to accessibility throughout: visible focus states on the slider, button, and email input; &lt;code&gt;aria-label&lt;/code&gt; and &lt;code&gt;aria-valuetext&lt;/code&gt; on the dial; a properly associated visually hidden label on the email field; and a &lt;code&gt;prefers-reduced-motion&lt;/code&gt; fallback for the steam animation in the hero.&lt;/p&gt;

&lt;p&gt;Thanks for reading — go put some rice on. 🍚🔥&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>frontendchallenge</category>
      <category>webdev</category>
      <category>javascript</category>
    </item>
    <item>
      <title>DevHealth - Developers First</title>
      <dc:creator>Melody Kelly. N</dc:creator>
      <pubDate>Wed, 05 Aug 2026 17:00:58 +0000</pubDate>
      <link>https://dev.to/melody_kelly/devhealth-developers-first-129k</link>
      <guid>https://dev.to/melody_kelly/devhealth-developers-first-129k</guid>
      <description>&lt;p&gt;🚀 I've been building something for developers.&lt;/p&gt;

&lt;p&gt;As developers, we spend hours writing great code—but we often neglect our own health.&lt;/p&gt;

&lt;p&gt;Long coding sessions, skipped breaks, poor posture, lack of sleep, and eventually burnout can become part of the job.&lt;/p&gt;

&lt;p&gt;That got me thinking: &lt;strong&gt;what if developers had a wellness platform built specifically for the way we work?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;DevHealth&lt;/strong&gt;—an AI-powered wellness platform designed for developers and tech professionals.&lt;/p&gt;

&lt;p&gt;It helps you:&lt;br&gt;
• 🩺 Complete a developer-focused health assessment&lt;br&gt;
• 🤖 Receive AI-powered wellness insights&lt;br&gt;
• 📈 Track your progress over time&lt;br&gt;
• 🎯 Build healthier coding habits&lt;/p&gt;

&lt;p&gt;This is still an early beta, and I'm looking for honest feedback from the developer community.&lt;/p&gt;

&lt;p&gt;If you have a few minutes, I'd really appreciate you trying it and letting me know:&lt;/p&gt;

&lt;p&gt;• What's confusing?&lt;br&gt;
• What would you improve?&lt;br&gt;
• What's one feature you'd love to see?&lt;/p&gt;

&lt;p&gt;&lt;a href="https://devshealth.vercel.app" rel="noopener noreferrer"&gt;Devhealth&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Every piece of feedback helps make DevHealth better. Thanks! 💚&lt;/p&gt;

</description>
      <category>developers</category>
      <category>webdev</category>
      <category>programming</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Building a Lead Generation Platform for Businesses</title>
      <dc:creator>Melody Kelly. N</dc:creator>
      <pubDate>Tue, 16 Jun 2026 09:53:54 +0000</pubDate>
      <link>https://dev.to/melody_kelly/building-a-lead-generation-platform-for-businesses-4d10</link>
      <guid>https://dev.to/melody_kelly/building-a-lead-generation-platform-for-businesses-4d10</guid>
      <description>&lt;h2&gt;
  
  
  We Built Korexbase: A Lead Generation Platform for Finding Business Leads by City and Niche
&lt;/h2&gt;

&lt;p&gt;Building software is exciting.&lt;/p&gt;

&lt;p&gt;Building software that solves a real problem is even better.&lt;/p&gt;

&lt;p&gt;Over the past few months, we've been working on &lt;strong&gt;Korexbase&lt;/strong&gt;, a lead generation platform designed to help businesses discover targeted leads faster.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Many agencies, sales teams, freelancers, and startups spend hours manually searching for potential customers.&lt;/p&gt;

&lt;p&gt;The process usually looks something like this:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Search for businesses online&lt;/li&gt;
&lt;li&gt;Collect contact information&lt;/li&gt;
&lt;li&gt;Copy everything into spreadsheets&lt;/li&gt;
&lt;li&gt;Repeat the process every day&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It's slow, repetitive, and difficult to scale.&lt;/p&gt;

&lt;p&gt;We wanted to simplify that workflow.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Idea
&lt;/h2&gt;

&lt;p&gt;Korexbase allows users to search for business leads by:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;City&lt;/li&gt;
&lt;li&gt;Industry&lt;/li&gt;
&lt;li&gt;Business category&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Instead of manually collecting data, users can generate leads and manage them through a clean dashboard.&lt;/p&gt;

&lt;p&gt;The goal isn't to replace sales.&lt;/p&gt;

&lt;p&gt;The goal is to help businesses spend less time searching and more time closing deals.&lt;/p&gt;

&lt;h2&gt;
  
  
  Building the Platform
&lt;/h2&gt;

&lt;p&gt;A major focus during development was creating a dashboard that feels simple and easy to navigate.&lt;/p&gt;

&lt;p&gt;Some areas we focused heavily on included:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Responsive layouts&lt;/li&gt;
&lt;li&gt;User-friendly navigation&lt;/li&gt;
&lt;li&gt;Clear data presentation&lt;/li&gt;
&lt;li&gt;Fast loading interfaces&lt;/li&gt;
&lt;li&gt;Consistent design patterns&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Challenges
&lt;/h2&gt;

&lt;p&gt;Like most projects, we faced a number of challenges:&lt;/p&gt;

&lt;h3&gt;
  
  
  Designing for Simplicity
&lt;/h3&gt;

&lt;p&gt;One of the biggest lessons was that adding more features doesn't automatically create a better product.&lt;/p&gt;

&lt;p&gt;We spent a lot of time simplifying interfaces and removing unnecessary complexity.&lt;/p&gt;

&lt;h3&gt;
  
  
  Creating a Better Dashboard Experience
&lt;/h3&gt;

&lt;p&gt;Presenting lead generation data in a way that is useful without overwhelming users required multiple design iterations.&lt;/p&gt;

&lt;p&gt;We focused on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Better spacing&lt;/li&gt;
&lt;li&gt;Better visual hierarchy&lt;/li&gt;
&lt;li&gt;Cleaner cards and tables&lt;/li&gt;
&lt;li&gt;Improved responsiveness&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Product Positioning
&lt;/h3&gt;

&lt;p&gt;An interesting challenge was refining the product's positioning.&lt;/p&gt;

&lt;p&gt;As development progressed, we learned more about what users actually wanted and adjusted our messaging to focus on lead generation.&lt;/p&gt;

&lt;h2&gt;
  
  
  Current Status
&lt;/h2&gt;

&lt;p&gt;Korexbase is now live and actively being improved.&lt;/p&gt;

&lt;p&gt;We're currently gathering feedback from:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Business owners&lt;/li&gt;
&lt;li&gt;Sales teams&lt;/li&gt;
&lt;li&gt;Agencies&lt;/li&gt;
&lt;li&gt;Freelancers&lt;/li&gt;
&lt;li&gt;Marketers&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Looking for Feedback
&lt;/h2&gt;

&lt;p&gt;If you're interested in lead generation tools, we'd love your thoughts.&lt;/p&gt;

&lt;p&gt;What features would you expect from a modern lead generation platform?&lt;/p&gt;

&lt;p&gt;Website:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://korexbase.com" rel="noopener noreferrer"&gt;https://korexbase.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feedback is always welcome and helps shape future updates.&lt;/p&gt;

&lt;p&gt;Thanks for reading 🚀&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>startup</category>
      <category>software</category>
    </item>
    <item>
      <title>Shatter Bay — Breaking the Glass Ceiling in Tech</title>
      <dc:creator>Melody Kelly. N</dc:creator>
      <pubDate>Sat, 14 Mar 2026 10:14:17 +0000</pubDate>
      <link>https://dev.to/melody_kelly/shatter-bay-breaking-the-glass-ceiling-in-tech-25bj</link>
      <guid>https://dev.to/melody_kelly/shatter-bay-breaking-the-glass-ceiling-in-tech-25bj</guid>
      <description>&lt;h2&gt;
  
  
  Show us your Art
&lt;/h2&gt;

&lt;p&gt;Shatter Bay is an interactive frontend artwork representing the breaking of barriers in the technology industry.&lt;/p&gt;

&lt;p&gt;The experience begins with rising code and digital energy trapped beneath a fragile glass ceiling. As interaction builds, cracks begin to form until the ceiling finally shatters, allowing the code to rise freely.&lt;/p&gt;

&lt;p&gt;The project is designed as a symbolic moment of breakthrough, representing the progress toward gender equity in technology and the collective effort required to dismantle systemic barriers.&lt;/p&gt;

&lt;p&gt;🔗 Live Project:&lt;br&gt;
[&lt;a href="https://shatter-bay.vercel.app/" rel="noopener noreferrer"&gt;https://shatter-bay.vercel.app/&lt;/a&gt;]&lt;/p&gt;

&lt;h2&gt;
  
  
  Inspiration
&lt;/h2&gt;

&lt;p&gt;The inspiration behind Shatter Bay comes from the widely recognized metaphor of the glass ceiling — the invisible barriers that prevent many talented individuals from reaching leadership or recognition in their fields.&lt;/p&gt;

&lt;p&gt;In tech especially, countless developers possess the creativity, skill, and ambition needed to innovate, yet systemic barriers have historically limited opportunities for many underrepresented voices.&lt;/p&gt;

&lt;p&gt;This artwork transforms that metaphor into an interactive digital experience:&lt;/p&gt;

&lt;p&gt;Rising code represents talent, creativity, and potential.&lt;/p&gt;

&lt;p&gt;The glass ceiling represents invisible structural barriers.&lt;/p&gt;

&lt;p&gt;The cracking and shattering symbolizes collective progress toward equity and inclusion.&lt;/p&gt;

&lt;p&gt;Rather than presenting the idea as static imagery, I wanted users to participate in the act of breaking the ceiling, reinforcing the idea that progress happens through continued effort and participation from the entire tech community.&lt;/p&gt;

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

&lt;p&gt;The project was built using frontend technologies to create an interactive and immersive experience.&lt;/p&gt;

&lt;p&gt;Technologies used:&lt;/p&gt;

&lt;p&gt;React&lt;br&gt;
CSS&lt;br&gt;
JavaScript&lt;/p&gt;

&lt;p&gt;Interactive animations and particle effects&lt;/p&gt;

&lt;p&gt;The goal was to combine symbolic storytelling with creative frontend engineering, demonstrating how code itself can be used as a medium for artistic expression.&lt;/p&gt;

&lt;p&gt;💻 Source Code Repository:&lt;br&gt;
(&lt;a href="https://github.com/melodykellynwaogu/shatter" rel="noopener noreferrer"&gt;https://github.com/melodykellynwaogu/shatter&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;Thank you to the DEV community and the WeCoded Challenge for creating a space that celebrates creativity, diversity, and the voices shaping the future of technology.&lt;/p&gt;

</description>
      <category>wecoded</category>
      <category>devchallenge</category>
      <category>frontend</category>
      <category>css</category>
    </item>
    <item>
      <title>AI Builders Wanted — Let’s Create Together</title>
      <dc:creator>Melody Kelly. N</dc:creator>
      <pubDate>Thu, 12 Mar 2026 08:26:53 +0000</pubDate>
      <link>https://dev.to/melody_kelly/ai-builders-wanted-lets-create-together-1db4</link>
      <guid>https://dev.to/melody_kelly/ai-builders-wanted-lets-create-together-1db4</guid>
      <description>&lt;h2&gt;
  
  
  Hey DEV fam 👋,
&lt;/h2&gt;

&lt;p&gt;I’m Melody kelly, working on Syrma AI — a project designed to understand and combine text, images, audio, video, and code into something powerful for everyday life and tech questions.&lt;/p&gt;

&lt;p&gt;But I don’t want to build this alone. I’m looking for dev friends — not just collaborators, but people who want to grow together.&lt;/p&gt;

&lt;p&gt;Who I’m Looking For 🙏:&lt;/p&gt;

&lt;p&gt;Frontend devs (React, Angular, TypeScript, etc.)&lt;/p&gt;

&lt;p&gt;Backend engineers&lt;/p&gt;

&lt;p&gt;Data engineers&lt;/p&gt;

&lt;p&gt;Full‑stack builders who love experimenting&lt;/p&gt;

&lt;p&gt;Who I Am 🤗:&lt;/p&gt;

&lt;p&gt;Passionate about AI and creative projects&lt;/p&gt;

&lt;p&gt;Open to global dev vibes 🌍&lt;/p&gt;

&lt;p&gt;Value authenticity, curiosity, and community&lt;/p&gt;

&lt;p&gt;If this resonates with you, drop a comment or connect with me. Let’s ship side projects, bounce ideas, debug together, and celebrate the wins.&lt;/p&gt;

&lt;p&gt;Not just to code. But to grow. Together. 💻❤️&lt;/p&gt;

</description>
      <category>frontend</category>
      <category>backend</category>
      <category>react</category>
      <category>dataengineering</category>
    </item>
    <item>
      <title>Deluxers Search Intelligence</title>
      <dc:creator>Melody Kelly. N</dc:creator>
      <pubDate>Sun, 08 Mar 2026 13:13:50 +0000</pubDate>
      <link>https://dev.to/melody_kelly/deluxers-search-intelligence-m1a</link>
      <guid>https://dev.to/melody_kelly/deluxers-search-intelligence-m1a</guid>
      <description>&lt;h2&gt;
  
  
  Introducing Deluxers — A Fast, Minimal Search Engine
&lt;/h2&gt;

&lt;p&gt;Hello Dev Community 👋&lt;/p&gt;

&lt;p&gt;I’ve been working on a project called &lt;strong&gt;Deluxers&lt;/strong&gt;, a search engine focused on speed, simplicity, and trust-first answers.&lt;/p&gt;

&lt;p&gt;You can try it here:&lt;br&gt;
&lt;a href="https://deluxers.vercel.app" rel="noopener noreferrer"&gt;https://deluxers.vercel.app&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What Deluxers Is
&lt;/h2&gt;

&lt;p&gt;Deluxers is designed as a &lt;strong&gt;clean and lightweight search interface&lt;/strong&gt; that helps users quickly find information for everyday questions and technical topics without clutter.&lt;/p&gt;

&lt;p&gt;The goal is simple:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;fast search&lt;/li&gt;
&lt;li&gt;minimal interface&lt;/li&gt;
&lt;li&gt;structured results&lt;/li&gt;
&lt;li&gt;simple navigation&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;p&gt;The project is split into three main parts:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Backend&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Node.js&lt;/li&gt;
&lt;li&gt;Express&lt;/li&gt;
&lt;li&gt;MongoDB (Mongoose)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Web Interface&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;React&lt;/li&gt;
&lt;li&gt;Vite&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Mobile&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;React Native (Expo)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Architecture Overview
&lt;/h2&gt;

&lt;p&gt;Deluxers follows a client → API → search pipeline.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Web and mobile apps send search requests to a REST API.&lt;/li&gt;
&lt;li&gt;The API processes the request and retrieves results.&lt;/li&gt;
&lt;li&gt;Results are structured and returned to the interface for display.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This architecture allows the web and mobile apps to share the same backend.&lt;/p&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;p&gt;Some features currently implemented include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fast search result loading&lt;/li&gt;
&lt;li&gt;Clean result layout&lt;/li&gt;
&lt;li&gt;Pagination for navigating results&lt;/li&gt;
&lt;li&gt;Query suggestions&lt;/li&gt;
&lt;li&gt;Structured link results&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Deployment
&lt;/h2&gt;

&lt;p&gt;The system is currently deployed across multiple services:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Web interface:&lt;/strong&gt; Vercel&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;API server:&lt;/strong&gt; Render&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Mobile builds:&lt;/strong&gt; Expo EAS&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why I Built It
&lt;/h2&gt;

&lt;p&gt;I built Deluxers as an engineering project to explore how search engines work internally — including query handling, result structuring, and building scalable web interfaces.&lt;/p&gt;

&lt;p&gt;It has been a great learning experience in building full systems that include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;frontend applications&lt;/li&gt;
&lt;li&gt;backend APIs&lt;/li&gt;
&lt;li&gt;deployment pipelines&lt;/li&gt;
&lt;li&gt;cross-platform clients&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Feedback Welcome
&lt;/h2&gt;

&lt;p&gt;This project is still evolving, and I’m continuously improving it.&lt;/p&gt;

&lt;p&gt;If you try it, I would really appreciate feedback from other developers.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://deluxers.vercel.app" rel="noopener noreferrer"&gt;https://deluxers.vercel.app&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>reactnative</category>
      <category>node</category>
    </item>
    <item>
      <title>Deluxers Search Intelligence</title>
      <dc:creator>Melody Kelly. N</dc:creator>
      <pubDate>Sat, 26 Jul 2025 19:09:34 +0000</pubDate>
      <link>https://dev.to/melody_kelly/novalink-system-jc2</link>
      <guid>https://dev.to/melody_kelly/novalink-system-jc2</guid>
      <description>&lt;h2&gt;
  
  
  Introducing Deluxers — A Fast, Minimal Search Engine
&lt;/h2&gt;

&lt;p&gt;Hello Dev Community 👋&lt;/p&gt;

&lt;p&gt;I’ve been working on a project called &lt;strong&gt;Deluxers&lt;/strong&gt;, a search engine focused on speed, simplicity, and trust-first answers.&lt;/p&gt;

&lt;p&gt;You can try it here:&lt;br&gt;
&lt;a href="https://deluxers.vercel.app" rel="noopener noreferrer"&gt;https://deluxers.vercel.app&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What Deluxers Is
&lt;/h2&gt;

&lt;p&gt;Deluxers is designed as a &lt;strong&gt;clean and lightweight search interface&lt;/strong&gt; that helps users quickly find information for everyday questions and technical topics without clutter.&lt;/p&gt;

&lt;p&gt;The goal is simple:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;fast search&lt;/li&gt;
&lt;li&gt;minimal interface&lt;/li&gt;
&lt;li&gt;structured results&lt;/li&gt;
&lt;li&gt;simple navigation&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;p&gt;The project is split into three main parts:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Backend&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Node.js&lt;/li&gt;
&lt;li&gt;Express&lt;/li&gt;
&lt;li&gt;MongoDB (Mongoose)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Web Interface&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;React&lt;/li&gt;
&lt;li&gt;Vite&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Mobile&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;React Native (Expo)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Architecture Overview
&lt;/h2&gt;

&lt;p&gt;Deluxers follows a client → API → search pipeline.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Web and mobile apps send search requests to a REST API.&lt;/li&gt;
&lt;li&gt;The API processes the request and retrieves results.&lt;/li&gt;
&lt;li&gt;Results are structured and returned to the interface for display.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This architecture allows the web and mobile apps to share the same backend.&lt;/p&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;p&gt;Some features currently implemented include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fast search result loading&lt;/li&gt;
&lt;li&gt;Clean result layout&lt;/li&gt;
&lt;li&gt;Pagination for navigating results&lt;/li&gt;
&lt;li&gt;Query suggestions&lt;/li&gt;
&lt;li&gt;Structured link results&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Deployment
&lt;/h2&gt;

&lt;p&gt;The system is currently deployed across multiple services:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Web interface:&lt;/strong&gt; Vercel&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;API server:&lt;/strong&gt; Render&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Mobile builds:&lt;/strong&gt; Expo EAS&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why I Built It
&lt;/h2&gt;

&lt;p&gt;I built Deluxers as an engineering project to explore how search engines work internally — including query handling, result structuring, and building scalable web interfaces.&lt;/p&gt;

&lt;p&gt;It has been a great learning experience in building full systems that include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;frontend applications&lt;/li&gt;
&lt;li&gt;backend APIs&lt;/li&gt;
&lt;li&gt;deployment pipelines&lt;/li&gt;
&lt;li&gt;cross-platform clients&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Feedback Welcome
&lt;/h2&gt;

&lt;p&gt;This project is still evolving, and I’m continuously improving it.&lt;/p&gt;

&lt;p&gt;If you try it, I would really appreciate feedback from other developers.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://deluxers.vercel.app" rel="noopener noreferrer"&gt;https://deluxers.vercel.app&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>reactnative</category>
      <category>node</category>
    </item>
    <item>
      <title>Juneteenth Tribute Page 🎉</title>
      <dc:creator>Melody Kelly. N</dc:creator>
      <pubDate>Sun, 22 Jun 2025 13:32:08 +0000</pubDate>
      <link>https://dev.to/melody_kelly/juneteenth-tribute-page-14ff</link>
      <guid>https://dev.to/melody_kelly/juneteenth-tribute-page-14ff</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for &lt;a href="https://dev.to/challenges/frontend-2025-06-04"&gt;Frontend Challenge - June Celebrations, CSS Art: June Celebrations&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  🎉 Juneteenth Tribute Page – Celebrating Freedom, Resilience &amp;amp; Heroes
&lt;/h2&gt;

&lt;h2&gt;
  
  
  🔗 Live Demo
&lt;/h2&gt;

&lt;p&gt;👉 &lt;a href="https://melodykellynwaogu.github.io/Celebrate-Juneteenth/" rel="noopener noreferrer"&gt;Click here to view the tribute page&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  🌈 Inspiration
&lt;/h2&gt;

&lt;p&gt;Juneteenth commemorates the end of slavery in the United States and celebrates African American freedom, achievement, and community. I wanted to create a tribute that not only honors this history but also highlights key figures who led the journey toward justice.&lt;/p&gt;

&lt;h2&gt;
  
  
  🎨 Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Glass Morphic Navigation Bar&lt;/strong&gt; with smooth scroll&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hero Section&lt;/strong&gt; with a bold Juneteenth message&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;About Juneteenth&lt;/strong&gt; section for education&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hero Cards&lt;/strong&gt; for Frederick Douglass, Harriet Tubman, MLK Jr., and Opal Lee&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Embedded Video&lt;/strong&gt; about the holiday&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Responsive Design&lt;/strong&gt; for all devices&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Mailing List Signup Form&lt;/strong&gt; with a clean and centered look&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🚀 Journey
&lt;/h2&gt;

&lt;p&gt;This project helped me practice responsive layouts, CSS flexbox, and modern UI techniques like glass morphism. I also worked on form styling and learned how to ensure smooth user navigation throughout the page. The history I researched during this build made the coding process more meaningful.&lt;/p&gt;

&lt;h2&gt;
  
  
  💼 Built With
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;HTML5&lt;/li&gt;
&lt;li&gt;CSS3&lt;/li&gt;
&lt;li&gt;Flexbox &amp;amp; Media Queries&lt;/li&gt;
&lt;li&gt;Deployed with GitHub Pages&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Thanks to DEV for this creative and important challenge!&lt;br&gt;&lt;br&gt;
Happy Juneteenth! ✊🏾✨&lt;/p&gt;

</description>
      <category>frontendchallenge</category>
      <category>devchallenge</category>
      <category>css</category>
    </item>
    <item>
      <title>Mimicked Terminal</title>
      <dc:creator>Melody Kelly. N</dc:creator>
      <pubDate>Wed, 28 May 2025 10:13:27 +0000</pubDate>
      <link>https://dev.to/melody_kelly/mimicked-terminal-13je</link>
      <guid>https://dev.to/melody_kelly/mimicked-terminal-13je</guid>
      <description>&lt;p&gt;Ever wanted to create a terminal-like UI in Python? I decided to experiment with this idea,  crafting a mimicked terminal that simulates command input, output display, and dynamic behavior. This was both a fun UI project and an exercise in Python logic structuring Using Flask. Hopefully add some readjustment later on. (&lt;a href="https://terminal-line.onrender.com/" rel="noopener noreferrer"&gt;https://terminal-line.onrender.com/&lt;/a&gt;)&lt;br&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%2Fas354onph1b4xc8bfmkn.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%2Fas354onph1b4xc8bfmkn.png" alt=" " width="800" height="404"&gt;&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>python</category>
      <category>webdev</category>
      <category>flask</category>
      <category>cli</category>
    </item>
    <item>
      <title>Hello From Newbies!</title>
      <dc:creator>Melody Kelly. N</dc:creator>
      <pubDate>Tue, 15 Apr 2025 08:05:53 +0000</pubDate>
      <link>https://dev.to/melody_kelly/hello-from-newbies-28ld</link>
      <guid>https://dev.to/melody_kelly/hello-from-newbies-28ld</guid>
      <description>&lt;p&gt;Hey fellow Python devs! I'm building a RESTful API and I'm wondering what are some best practices for handling errors and exceptions. What are some common pitfalls to avoid? Any advice or recommendations would be greatly appreciated!&lt;/p&gt;

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