<?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: Eleanor Brooks</title>
    <description>The latest articles on DEV Community by Eleanor Brooks (@eleanor-brooks).</description>
    <link>https://dev.to/eleanor-brooks</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%2F3950043%2F33014c33-e63c-4b71-aac2-e5ba6e52d632.png</url>
      <title>DEV Community: Eleanor Brooks</title>
      <link>https://dev.to/eleanor-brooks</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/eleanor-brooks"/>
    <language>en</language>
    <item>
      <title>The Door Handle Upgrade That Transformed My Hallway</title>
      <dc:creator>Eleanor Brooks</dc:creator>
      <pubDate>Mon, 03 Aug 2026 06:01:13 +0000</pubDate>
      <link>https://dev.to/eleanor-brooks/the-door-handle-upgrade-that-transformed-my-hallway-3em2</link>
      <guid>https://dev.to/eleanor-brooks/the-door-handle-upgrade-that-transformed-my-hallway-3em2</guid>
      <description>&lt;p&gt;I’ve been slowly renovating my hallway, and the one thing that kept nagging me was the door hardware. Modern handles felt too sterile, and the cheap ones just didn’t hold up. Then I found the Art Deco lever on rose handles at Infinity Decor. The black finish is sleek, the grip is comfortable, and installation took me less than ten minutes. It’s amazing how a simple swap can elevate the entire look of a room. Whether you’re going for vintage charm or a clean, contemporary feel, their collection has something that fits. Worth a look if you’re tired of the same old builder-grade fixtures. &lt;a href="https://infinitydecor.co.uk/collections/door-handles-1" rel="noopener noreferrer"&gt;https://infinitydecor.co.uk/collections/door-handles-1&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>The Engineering Approach to Buying a Better T-Shirt</title>
      <dc:creator>Eleanor Brooks</dc:creator>
      <pubDate>Mon, 03 Aug 2026 05:59:18 +0000</pubDate>
      <link>https://dev.to/eleanor-brooks/the-engineering-approach-to-buying-a-better-t-shirt-4n6k</link>
      <guid>https://dev.to/eleanor-brooks/the-engineering-approach-to-buying-a-better-t-shirt-4n6k</guid>
      <description>&lt;p&gt;As developers, we spend a surprising amount of time optimizing things that save a few milliseconds, yet many of us wear the same stretched-out T-shirt until it practically becomes part of the deployment pipeline.&lt;/p&gt;

&lt;p&gt;A while ago I realized something funny about my wardrobe.&lt;/p&gt;

&lt;p&gt;I'd tried building a capsule wardrobe, but it ended up being almost entirely T-shirts.&lt;/p&gt;

&lt;p&gt;At first I thought I'd done something wrong.&lt;/p&gt;

&lt;p&gt;Turns out, I hadn't.&lt;/p&gt;

&lt;p&gt;A good T-shirt is probably the highest ROI item in a casual wardrobe. You wear it while working from home, grabbing coffee, traveling, running errands, or throwing on a blazer for a quick dinner. The trick isn't owning dozens of them—it's choosing the right ones.&lt;/p&gt;

&lt;h2&gt;
  
  
  Think Like You're Reviewing Code
&lt;/h2&gt;

&lt;p&gt;Most people shop by brand.&lt;/p&gt;

&lt;p&gt;I'd argue you should shop by specifications.&lt;/p&gt;

&lt;p&gt;Instead of asking:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Who made this?"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Ask:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;How heavy is the fabric?&lt;/li&gt;
&lt;li&gt;What is it made from?&lt;/li&gt;
&lt;li&gt;How is it stitched?&lt;/li&gt;
&lt;li&gt;Does the collar recover after washing?&lt;/li&gt;
&lt;li&gt;Does the fit work for your body?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Those details matter far more than the logo on the chest.&lt;/p&gt;

&lt;h2&gt;
  
  
  Fit Is Your First Unit Test
&lt;/h2&gt;

&lt;p&gt;Before looking at colors or graphics, check the shoulders.&lt;/p&gt;

&lt;p&gt;If the shoulder seam sits exactly where your shoulder ends, you're already halfway there.&lt;/p&gt;

&lt;p&gt;Next, look at the sleeves.&lt;/p&gt;

&lt;p&gt;They shouldn't squeeze your arms, but they also shouldn't flap around like wings.&lt;/p&gt;

&lt;p&gt;Finally, pay attention to the length.&lt;/p&gt;

&lt;p&gt;A shirt that reaches around the middle of your zipper usually works with jeans, chinos, and shorts without looking oversized.&lt;/p&gt;

&lt;p&gt;Simple checks.&lt;/p&gt;

&lt;p&gt;Big difference.&lt;/p&gt;

&lt;h2&gt;
  
  
  Fabric Is the Real Performance Metric
&lt;/h2&gt;

&lt;p&gt;This is where most inexpensive T-shirts fail.&lt;/p&gt;

&lt;p&gt;Thin fabric may feel soft in the store, but after several washes it often twists, shrinks, or becomes semi-transparent.&lt;/p&gt;

&lt;p&gt;For everyday wear, I've found these materials consistently work well:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;100% combed cotton&lt;/li&gt;
&lt;li&gt;Cotton-poly blends for easier maintenance&lt;/li&gt;
&lt;li&gt;Heavyweight cotton around 180–220 GSM&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Higher GSM doesn't necessarily mean hotter.&lt;/p&gt;

&lt;p&gt;Often it simply means the shirt hangs better and keeps its shape longer.&lt;/p&gt;

&lt;h2&gt;
  
  
  If This Were Code...
&lt;/h2&gt;

&lt;p&gt;Naturally, my brain turned it into pseudocode.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="k"&gt;def&lt;/span&gt; &lt;span class="nf"&gt;good_tshirt&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;shirt&lt;/span&gt;&lt;span class="p"&gt;):&lt;/span&gt;
    &lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="n"&gt;shirt&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;fit&lt;/span&gt; &lt;span class="o"&gt;!=&lt;/span&gt; &lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;good&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;
        &lt;span class="k"&gt;return&lt;/span&gt; &lt;span class="bp"&gt;False&lt;/span&gt;

    &lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="n"&gt;shirt&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;gsm&lt;/span&gt; &lt;span class="o"&gt;&amp;lt;&lt;/span&gt; &lt;span class="mi"&gt;180&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;
        &lt;span class="k"&gt;return&lt;/span&gt; &lt;span class="bp"&gt;False&lt;/span&gt;

    &lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="n"&gt;shirt&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;fabric&lt;/span&gt; &lt;span class="ow"&gt;not&lt;/span&gt; &lt;span class="ow"&gt;in&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;combed_cotton&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;cotton_poly&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;]:&lt;/span&gt;
        &lt;span class="k"&gt;return&lt;/span&gt; &lt;span class="bp"&gt;False&lt;/span&gt;

    &lt;span class="k"&gt;return&lt;/span&gt; &lt;span class="bp"&gt;True&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Obviously fashion isn't that deterministic.&lt;/p&gt;

&lt;p&gt;But surprisingly...this simple checklist filters out most bad purchases.&lt;/p&gt;

&lt;h2&gt;
  
  
  Stop Buying Every Color
&lt;/h2&gt;

&lt;p&gt;When I cleaned out my closet, I noticed something.&lt;/p&gt;

&lt;p&gt;I owned plenty of shirts.&lt;/p&gt;

&lt;p&gt;I just didn't wear most of them.&lt;/p&gt;

&lt;p&gt;Now I mostly stick to neutral colors:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Black&lt;/li&gt;
&lt;li&gt;White&lt;/li&gt;
&lt;li&gt;Heather gray&lt;/li&gt;
&lt;li&gt;Navy&lt;/li&gt;
&lt;li&gt;Olive&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Every one of them works with jeans, chinos, joggers, or shorts.&lt;/p&gt;

&lt;p&gt;Decision fatigue disappears.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Construction Details Nobody Talks About
&lt;/h2&gt;

&lt;p&gt;After enough washes, you start noticing quality differences.&lt;/p&gt;

&lt;p&gt;Things I pay attention to now:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Double-stitched hems&lt;/li&gt;
&lt;li&gt;Ribbed collars that don't stretch&lt;/li&gt;
&lt;li&gt;Consistent stitching&lt;/li&gt;
&lt;li&gt;Fabric that doesn't twist after washing&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;None of these features are exciting.&lt;/p&gt;

&lt;p&gt;All of them matter after six months.&lt;/p&gt;

&lt;h2&gt;
  
  
  My Current Rule
&lt;/h2&gt;

&lt;p&gt;I don't buy a T-shirt unless I can picture wearing it in at least three situations:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Working from home&lt;/li&gt;
&lt;li&gt;Going out casually&lt;/li&gt;
&lt;li&gt;Traveling&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If it only works for one occasion, it probably stays on the rack.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;Like software, good design is often invisible.&lt;/p&gt;

&lt;p&gt;The best T-shirt isn't the loudest one.&lt;/p&gt;

&lt;p&gt;It's the one you instinctively reach for because it fits well, feels comfortable, and still looks good after dozens of washes.&lt;/p&gt;

&lt;p&gt;While refreshing my basics recently, I came across the &lt;strong&gt;Men's T-Shirts&lt;/strong&gt; collection from Frishay. They offer clean, heavyweight basics without oversized branding, which aligns with many of the qualities I now look for in everyday clothing. If you're in the market for dependable wardrobe essentials, it's worth taking a look: &lt;a href="https://frishay.com/collections/men-t-shirts" rel="noopener noreferrer"&gt;https://frishay.com/collections/men-t-shirts&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;At the end of the day, though, the principle remains the same:&lt;/p&gt;

&lt;p&gt;Optimize for quality, not quantity.&lt;/p&gt;

&lt;p&gt;Your wardrobe—and probably your wallet—will thank you.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How the Right Lighting Can Completely Transform Your Home</title>
      <dc:creator>Eleanor Brooks</dc:creator>
      <pubDate>Sat, 01 Aug 2026 09:22:08 +0000</pubDate>
      <link>https://dev.to/eleanor-brooks/how-the-right-lighting-can-completely-transform-your-home-47j8</link>
      <guid>https://dev.to/eleanor-brooks/how-the-right-lighting-can-completely-transform-your-home-47j8</guid>
      <description>&lt;p&gt;Lighting does more than illuminate a room; it sets the mood, defines the space, and adds a layer of warmth that furniture alone can't achieve. I've been experimenting with different pendant lights and wall sconces in my living room, and the difference is night and day. A well-chosen lamp can turn a sterile corner into a cozy reading nook. The key is finding pieces that feel crafted, not just manufactured. For some inspiration on adding that ambience to your own space, check out the lighting range at &lt;a href="https://infinitydecor.co.uk" rel="noopener noreferrer"&gt;https://infinitydecor.co.uk&lt;/a&gt;.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Why Handforged Hardware Is Worth the Investment</title>
      <dc:creator>Eleanor Brooks</dc:creator>
      <pubDate>Tue, 28 Jul 2026 06:31:08 +0000</pubDate>
      <link>https://dev.to/eleanor-brooks/why-handforged-hardware-is-worth-the-investment-35l9</link>
      <guid>https://dev.to/eleanor-brooks/why-handforged-hardware-is-worth-the-investment-35l9</guid>
      <description>&lt;p&gt;There's something satisfying about the weight of a solid iron gate latch in your hand. I recently replaced a flimsy modern latch on my garden gate with a heavy-duty one from Infinity Decor's ironmongery collection. The difference is night and day—it closes with a solid thud, and the patina already looks like it's been there for decades. For any exterior project, choose hardware that can handle the elements and still look good doing it. Explore their range of hinges, bolts, and handles here: &lt;a href="https://infinitydecor.co.uk/collections/ironmongery" rel="noopener noreferrer"&gt;https://infinitydecor.co.uk/collections/ironmongery&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Why Handforged Hardware Is Worth the Investment</title>
      <dc:creator>Eleanor Brooks</dc:creator>
      <pubDate>Mon, 27 Jul 2026 09:59:45 +0000</pubDate>
      <link>https://dev.to/eleanor-brooks/why-handforged-hardware-is-worth-the-investment-45j3</link>
      <guid>https://dev.to/eleanor-brooks/why-handforged-hardware-is-worth-the-investment-45j3</guid>
      <description>&lt;p&gt;There's a real difference when you hold a handforged handle compared to a mass-produced one. The subtle hammer marks tell a story of craftsmanship that no machine can replicate. I recently installed a forged iron gate latch from Infinity Decor, and the durability is obvious. It's not just hardware; it's an investment in character. If you're building a home that feels authentic, start with the details that matter most. Check out their handforged collection.&lt;a href="https://infinitydecor.co.uk/collections/handforged-hardware" rel="noopener noreferrer"&gt;https://infinitydecor.co.uk/collections/handforged-hardware&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Transform Your Home with Stylish Door Handles from Infinity Decor 🚪✨</title>
      <dc:creator>Eleanor Brooks</dc:creator>
      <pubDate>Thu, 23 Jul 2026 10:16:08 +0000</pubDate>
      <link>https://dev.to/eleanor-brooks/transform-your-home-with-stylish-door-handles-from-infinity-decor-12j2</link>
      <guid>https://dev.to/eleanor-brooks/transform-your-home-with-stylish-door-handles-from-infinity-decor-12j2</guid>
      <description>&lt;p&gt;There’s something about a well-chosen door handle that just completes a room. I recently swapped out all the handles in my hallway for vintage-style lever on rose designs from Infinity Decor. The matte black finish adds a subtle contrast against my white doors, and the ergonomic grip makes them a pleasure to use every day. It’s one of those upgrades that guests notice but can’t quite put their finger on. If you’re tired of boring hardware, this is a simple way to add character without a full renovation. Explore the options at &lt;a href="https://infinitydecor.co.uk/collections/door-handles-1" rel="noopener noreferrer"&gt;https://infinitydecor.co.uk/collections/door-handles-1&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fwyd1jn1zyuenyjsrxgff.webp" 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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fwyd1jn1zyuenyjsrxgff.webp" alt=" " width="360" height="360"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Why Handforged Iron Hardware Is Worth Every Penny</title>
      <dc:creator>Eleanor Brooks</dc:creator>
      <pubDate>Wed, 22 Jul 2026 05:59:10 +0000</pubDate>
      <link>https://dev.to/eleanor-brooks/why-handforged-iron-hardware-is-worth-every-penny-2j1b</link>
      <guid>https://dev.to/eleanor-brooks/why-handforged-iron-hardware-is-worth-every-penny-2j1b</guid>
      <description>&lt;p&gt;The weight of a handforged handle tells you everything about its quality. I recently installed a set of forged iron gate accessories on my garden gate, and the difference from the standard hardware is night and day. You can feel the solidity when you close it—no rattling, just a satisfying, solid thud. That's the kind of durability that comes from real craftsmanship. If you're working on a project that needs hardware that will last decades and look better with age, Infinity Decor's handforged collection is worth a look. It's not just hardware; it's an investment in character.&lt;br&gt;
&lt;a href="https://infinitydecor.co.uk/collections/handforged-hardware" rel="noopener noreferrer"&gt;https://infinitydecor.co.uk/collections/handforged-hardware&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>The Cheapest Part of My Renovation Ended Up Costing Me the Most</title>
      <dc:creator>Eleanor Brooks</dc:creator>
      <pubDate>Tue, 21 Jul 2026 04:55:37 +0000</pubDate>
      <link>https://dev.to/eleanor-brooks/the-cheapest-part-of-my-renovation-ended-up-costing-me-the-most-2dbm</link>
      <guid>https://dev.to/eleanor-brooks/the-cheapest-part-of-my-renovation-ended-up-costing-me-the-most-2dbm</guid>
      <description>&lt;p&gt;One mistake I kept making during our renovation was treating door hardware like an afterthought.&lt;/p&gt;

&lt;p&gt;A handle is a handle, right?&lt;/p&gt;

&lt;p&gt;Not even close.&lt;/p&gt;

&lt;p&gt;Early on, I bought the cheapest set I could find because it looked fine in the photos. Within a few months, the finish had started wearing off, one handle had developed a wobble, and the lock never felt quite right.&lt;/p&gt;

&lt;p&gt;Replacing everything ended up costing more than buying decent hardware in the first place.&lt;/p&gt;

&lt;p&gt;Since then, I've become a lot pickier.&lt;/p&gt;

&lt;p&gt;The first thing I check now is the material. If it's solid brass or stainless steel, I'm interested. If it's lightweight and feels hollow, I usually keep looking. Hardware is something you use every single day, so weight and build quality matter more than most people realize.&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F7a5bmohuqisbx2slaj66.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F7a5bmohuqisbx2slaj66.png" alt=" " width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The finish is another thing I've stopped overlooking. A good coating keeps the hardware looking new even after years of constant use. Cheap finishes tend to scratch, tarnish, or peel much sooner than you'd expect.&lt;/p&gt;

&lt;p&gt;One supplier I kept coming back to during the project was Infinity Decor. I originally ordered a couple of pieces just to compare them with what I already had, but the difference was obvious as soon as I opened the box. The hardware felt solid, the finish was consistent, and everything fitted together without the little imperfections I'd seen on cheaper alternatives.&lt;/p&gt;

&lt;p&gt;Another lesson I learned was not to ignore hinges.&lt;/p&gt;

&lt;p&gt;Nobody notices good hinges—until they aren't there.&lt;/p&gt;

&lt;p&gt;Switching to quality ball-bearing hinges completely changed how our heavier doors opened and closed. No squeaks, no sticking, and no gradual sagging after a few months.&lt;/p&gt;

&lt;p&gt;Looking back, door hardware isn't where I'd try to save money again.&lt;/p&gt;

&lt;p&gt;It's one of the few parts of a house that gets used dozens of times every day. Spending a little more for something well made has probably given me a better return than some of the much more expensive upgrades we made elsewhere.&lt;/p&gt;

&lt;p&gt;Funny enough, visitors rarely comment on the flooring or paint.&lt;/p&gt;

&lt;p&gt;They do notice when a &lt;strong&gt;&lt;a href="https://infinitydecor.co.uk/collections/door-accessories" rel="noopener noreferrer"&gt;door accessories&lt;/a&gt;&lt;/strong&gt; closes with a satisfying, solid feel.&lt;/p&gt;

&lt;p&gt;Sometimes the smallest details leave the biggest impression.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Small Homeware Upgrades That Make a Big Difference</title>
      <dc:creator>Eleanor Brooks</dc:creator>
      <pubDate>Mon, 20 Jul 2026 05:50:21 +0000</pubDate>
      <link>https://dev.to/eleanor-brooks/small-homeware-upgrades-that-make-a-big-difference-4omd</link>
      <guid>https://dev.to/eleanor-brooks/small-homeware-upgrades-that-make-a-big-difference-4omd</guid>
      <description>&lt;p&gt;I've learned that the best homeware isn't just decorative—it's practical and elevates your daily routine. A well-placed mirror can open up a dark hallway, while a simple planter adds life to a sterile corner. I found a set of coasters from Infinity Decor that are both beautiful and sturdy, saving my coffee table from rings while sparking conversation. Small accents like candle holders or photo frames can tie a room together without screaming for attention. Explore their selection for pieces that bring both style and utility: &lt;a href="https://infinitydecor.co.uk" rel="noopener noreferrer"&gt;https://infinitydecor.co.uk&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Elevate Your Entryway with Premium Door Hardware That Blends Security and Style</title>
      <dc:creator>Eleanor Brooks</dc:creator>
      <pubDate>Wed, 08 Jul 2026 10:41:16 +0000</pubDate>
      <link>https://dev.to/eleanor-brooks/elevate-your-entryway-with-premium-door-hardware-that-blends-security-and-style-2kg3</link>
      <guid>https://dev.to/eleanor-brooks/elevate-your-entryway-with-premium-door-hardware-that-blends-security-and-style-2kg3</guid>
      <description>&lt;p&gt;Your front door deserves more than just a lock. It deserves hardware that combines security with style. At Infinity Decor, our door accessories range includes premium escutcheons, thumbturns, and hinges that add a touch of elegance to any entrance. Each fitting is crafted for durability and practical functionality, ensuring your home stays safe without sacrificing aesthetics. Ready to elevate your door game? Check out the full range at infinitydecor.co.uk.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Create a Warm and Inviting Home with Stylish Lamps</title>
      <dc:creator>Eleanor Brooks</dc:creator>
      <pubDate>Tue, 07 Jul 2026 06:11:19 +0000</pubDate>
      <link>https://dev.to/eleanor-brooks/create-a-warm-and-inviting-home-with-stylish-lamps-38fc</link>
      <guid>https://dev.to/eleanor-brooks/create-a-warm-and-inviting-home-with-stylish-lamps-38fc</guid>
      <description>&lt;p&gt;There's something special about the glow of a well-chosen lamp. It softens the edges of a room, casting shadows that dance across the walls and inviting you to settle in. At Infinity Decor, we believe lighting is the soul of interior design. Our collection of lamps, pendant lights, and tea lights is crafted to bring warmth and ambience to every corner of your home. From the gentle light of a table lamp on a sideboard to the dramatic statement of a pendant over a dining table, each piece is chosen for its ability to enhance your space. Discover how the right light can transform your interiors. &lt;a href="https://infinitydecor.co.uk/collections/lighting" rel="noopener noreferrer"&gt;https://infinitydecor.co.uk/collections/lighting&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fkut94bnq0xryh41dy0ub.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fkut94bnq0xryh41dy0ub.png" alt=" " width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>The Pendant Light That Transformed My Hallway</title>
      <dc:creator>Eleanor Brooks</dc:creator>
      <pubDate>Fri, 03 Jul 2026 06:03:04 +0000</pubDate>
      <link>https://dev.to/eleanor-brooks/the-pendant-light-that-transformed-my-hallway-2ff7</link>
      <guid>https://dev.to/eleanor-brooks/the-pendant-light-that-transformed-my-hallway-2ff7</guid>
      <description>&lt;p&gt;The right pendant light can transform a hallway from functional to magnificent. I've been experimenting with warm-toned bulbs in a brushed brass fixture from Infinity Decor, and the difference in ambience is night and day. Their lighting collection has that perfect balance of modern efficiency and timeless design. For anyone looking to add character to their space without overwhelming it, this is worth a browse: &lt;a href="https://infinitydecor.co.uk/collections/lighting" rel="noopener noreferrer"&gt;https://infinitydecor.co.uk/collections/lighting&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fx8jatwjrksyqh019vout.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fx8jatwjrksyqh019vout.png" alt=" " width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
