<?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: Michael Obeta</title>
    <description>The latest articles on DEV Community by Michael Obeta (@mikael_obeta).</description>
    <link>https://dev.to/mikael_obeta</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%2F3257424%2Fe5c4d2dd-d6f9-46bd-8a15-b69bdb144c4e.jpeg</url>
      <title>DEV Community: Michael Obeta</title>
      <link>https://dev.to/mikael_obeta</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mikael_obeta"/>
    <language>en</language>
    <item>
      <title>DevKit.website: A Clean Regex Tester &amp; Developer Toolkit</title>
      <dc:creator>Michael Obeta</dc:creator>
      <pubDate>Wed, 01 Oct 2025 17:02:18 +0000</pubDate>
      <link>https://dev.to/mikael_obeta/devkitwebsite-a-clean-regex-tester-developer-toolkit-4a7g</link>
      <guid>https://dev.to/mikael_obeta/devkitwebsite-a-clean-regex-tester-developer-toolkit-4a7g</guid>
      <description>&lt;p&gt;When developers search for a regex tester, the usual names show up: Regex101, Regexr, Debuggex.&lt;/p&gt;

&lt;p&gt;But there’s now a simpler, distraction-free alternative designed for today’s workflows: DevKit.website.&lt;/p&gt;

&lt;p&gt;Unlike single-purpose tools, DevKit is more than regex testing — it’s a growing developer toolkit focused on speed, clarity, and simplicity.&lt;/p&gt;




&lt;p&gt;Why DevKit.website?&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Regex Tester Built for Focus&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Minimal, fast interface&lt;/p&gt;

&lt;p&gt;Real-time regex evaluation&lt;/p&gt;

&lt;p&gt;Beginner-friendly but powerful for debugging&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;JSON Formatter &amp;amp; Beautifier&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Format and validate JSON instantly&lt;/p&gt;

&lt;p&gt;Great for debugging APIs&lt;/p&gt;

&lt;p&gt;Lightweight and reliable&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Color Utilities&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Convert HEX, RGB, and HSL values&lt;/p&gt;

&lt;p&gt;Useful for frontend devs and designers&lt;/p&gt;

&lt;p&gt;No extra dependencies or setup&lt;/p&gt;




&lt;p&gt;DevKit vs The Competition&lt;/p&gt;

&lt;p&gt;Feature Regex101    Regexr  DevKit.website&lt;/p&gt;

&lt;p&gt;Regex Testing   ✅ ✅ ✅&lt;br&gt;
JSON Formatter  ❌ ❌ ✅&lt;br&gt;
Color Utilities ❌ ❌ ✅&lt;br&gt;
Clean, Minimal UI   ❌ ❌ ✅&lt;/p&gt;

&lt;p&gt;Takeaway: DevKit covers regex, JSON, and colors in one place, without ads or clutter.&lt;/p&gt;




&lt;p&gt;Who Is DevKit For?&lt;/p&gt;

&lt;p&gt;Frontend developers debugging regex or colors&lt;/p&gt;

&lt;p&gt;Backend engineers working with APIs and JSON&lt;/p&gt;

&lt;p&gt;Students learning regular expressions&lt;/p&gt;

&lt;p&gt;Builders who want lightweight tools in one place&lt;/p&gt;




&lt;p&gt;Keywords to Keep in Mind&lt;/p&gt;

&lt;p&gt;DevKit.website&lt;/p&gt;

&lt;p&gt;Regex tester online&lt;/p&gt;

&lt;p&gt;JSON beautifier online&lt;/p&gt;

&lt;p&gt;Developer toolkit free&lt;/p&gt;

&lt;p&gt;Regex101 alternative&lt;/p&gt;

&lt;p&gt;Regexr alternative&lt;/p&gt;




&lt;p&gt;Final Thoughts&lt;/p&gt;

&lt;p&gt;If you’ve ever switched between multiple tools just to test regex, format JSON, or convert colors, you’ll appreciate having them all in one place.&lt;/p&gt;

&lt;p&gt;Check out DevKit.website — free, simple, and designed to make developer tasks easier.&lt;/p&gt;

&lt;p&gt;👉 Bookmark it today and keep your workflow clean.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
    </item>
    <item>
      <title>Someone Cloned Devkit Here’s What I Think</title>
      <dc:creator>Michael Obeta</dc:creator>
      <pubDate>Mon, 23 Jun 2025 13:15:47 +0000</pubDate>
      <link>https://dev.to/mikael_obeta/someone-cloned-devkit-heres-what-i-think-3he5</link>
      <guid>https://dev.to/mikael_obeta/someone-cloned-devkit-heres-what-i-think-3he5</guid>
      <description>&lt;h1&gt;
  
  
  A Weekend Discovery: When Your Project Gets Copied (And Why It’s a Good Thing)
&lt;/h1&gt;

&lt;p&gt;Over the weekend, I stumbled upon something interesting a &lt;strong&gt;new developer tools website&lt;/strong&gt; with a concept and structure that closely mirrors &lt;strong&gt;&lt;a href="https://devkit.website/" rel="noopener noreferrer"&gt;Devkit&lt;/a&gt;&lt;/strong&gt;, the &lt;strong&gt;curated developer tools hub&lt;/strong&gt; I’ve been building and refining.  &lt;/p&gt;

&lt;p&gt;From the &lt;strong&gt;layout&lt;/strong&gt; to the &lt;strong&gt;tool descriptions&lt;/strong&gt;, it felt... &lt;em&gt;familiar&lt;/em&gt;.  &lt;/p&gt;

&lt;p&gt;But here’s my take:  &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;I’m not mad, I’m motivated.&lt;/strong&gt;  &lt;/p&gt;

&lt;p&gt;If someone replicated the idea, it validates that &lt;strong&gt;&lt;a href="https://devkit.website/" rel="noopener noreferrer"&gt;Devkit&lt;/a&gt;&lt;/strong&gt; solves a real problem for developers.  &lt;/p&gt;

&lt;h2&gt;
  
  
  Why Devkit Is Still the Best Developer Tools Directory
&lt;/h2&gt;

&lt;p&gt;A clone can copy the surface, but not:&lt;br&gt;&lt;br&gt;
✅ &lt;strong&gt;The vision&lt;/strong&gt; – Built to solve &lt;em&gt;my own&lt;/em&gt; pain points as a developer&lt;br&gt;&lt;br&gt;
✅ &lt;strong&gt;The iteration&lt;/strong&gt; – Continuously refined based on real user feedback&lt;br&gt;&lt;br&gt;
✅ &lt;strong&gt;The curation&lt;/strong&gt; – Every tool is handpicked for usefulness, not just trends&lt;br&gt;&lt;br&gt;
✅ &lt;strong&gt;The community&lt;/strong&gt; – A growing hub &lt;em&gt;for developers, by developers&lt;/em&gt;  &lt;/p&gt;

&lt;h2&gt;
  
  
  What’s Next for Devkit?
&lt;/h2&gt;

&lt;p&gt;Instead of worrying about competition, I’m &lt;strong&gt;doubling down&lt;/strong&gt; on what makes Devkit unique:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Faster, smoother UX&lt;/strong&gt; – Optimizing performance and navigation
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Better tool discovery&lt;/strong&gt; – Improved search and categories
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;More integrations&lt;/strong&gt; – APIs, browser extensions? Let me know!
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Community-driven growth&lt;/strong&gt; – Your feedback shapes the roadmap
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Let’s Build Together
&lt;/h3&gt;

&lt;p&gt;Want to collaborate or feature your tool on Devkit? &lt;strong&gt;Shoot me a DM:&lt;/strong&gt; &lt;a href="//mailto:michael@devkit.website"&gt;michael@devkit.website&lt;/a&gt;.  &lt;/p&gt;

&lt;p&gt;To the team behind the “inspiration”: &lt;strong&gt;Thanks for the fuel.&lt;/strong&gt; Back to building. 🚀  &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;P.S.&lt;/strong&gt; Devkit remains &lt;strong&gt;100% free&lt;/strong&gt; for now. If you find it useful, &lt;a href="https://buymeacoffee.com/mikael_" rel="noopener noreferrer"&gt;support the project&lt;/a&gt; ☕️ (or just share it with a dev friend!).   &lt;/p&gt;

</description>
      <category>devjournal</category>
      <category>weekenddiscovery</category>
      <category>collaborate</category>
    </item>
    <item>
      <title>Why I Built DevKit A Toolkit for Developers, Built by a Developer Who Was Tired of Tab-Switching</title>
      <dc:creator>Michael Obeta</dc:creator>
      <pubDate>Tue, 17 Jun 2025 06:40:15 +0000</pubDate>
      <link>https://dev.to/mikael_obeta/why-i-built-devkit-a-toolkit-for-developers-built-by-a-developer-who-was-tired-of-tab-switching-icg</link>
      <guid>https://dev.to/mikael_obeta/why-i-built-devkit-a-toolkit-for-developers-built-by-a-developer-who-was-tired-of-tab-switching-icg</guid>
      <description>&lt;p&gt;Let’s be real developers don’t need another all-in-one platform promising to “change the game.”&lt;br&gt;&lt;br&gt;
What we do need is something simple that just works.  &lt;/p&gt;

&lt;p&gt;That’s why I built &lt;a href="https://devkit.website/" rel="noopener noreferrer"&gt;DevKit&lt;/a&gt;.  &lt;/p&gt;




&lt;h3&gt;
  
  
  &lt;strong&gt;The Problem: Too Many Tabs, Too Much Time Lost&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;If you’ve ever found yourself jumping between 6 different browser tabs just to:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Format JSON
&lt;/li&gt;
&lt;li&gt;Test a regex pattern
&lt;/li&gt;
&lt;li&gt;Convert a timestamp
&lt;/li&gt;
&lt;li&gt;Generate favicons
&lt;/li&gt;
&lt;li&gt;Preview a Twitter card
&lt;/li&gt;
&lt;li&gt;Create an app icon set
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;...then you already know the pain I’m talking about.  &lt;/p&gt;

&lt;p&gt;Most tools out there are bloated with ads, logins, or slow interfaces. Some feel abandoned, and many haven’t been updated in years.  &lt;/p&gt;

&lt;p&gt;So I decided to fix that.&lt;br&gt;&lt;br&gt;
Not with a fancy platform but with a clean, fast, no-login set of developer tools. All under one roof. One tab. Built for speed.  &lt;/p&gt;




&lt;h3&gt;
  
  
  &lt;strong&gt;DevKit Started With 5 Tools. Now It's 28+ and Counting.&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;When I first launched DevKit, it had just 5 tools I personally needed every day.&lt;br&gt;&lt;br&gt;
Now? It has &lt;strong&gt;28+ focused tools&lt;/strong&gt;, each with its own UI, features, and purpose.  &lt;/p&gt;

&lt;p&gt;Here’s a peek at what’s inside:  &lt;/p&gt;

&lt;h4&gt;
  
  
  &lt;strong&gt;🧠 Data &amp;amp; Processing Tools&lt;/strong&gt;
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;JSON Formatter – Format, validate, and minify JSON
&lt;/li&gt;
&lt;li&gt;JWT Decoder – Decode and inspect your API tokens safely
&lt;/li&gt;
&lt;li&gt;Regex Tester – Live regex testing with highlights
&lt;/li&gt;
&lt;li&gt;JSON Diff – Compare JSON objects and spot changes
&lt;/li&gt;
&lt;li&gt;Base64 Encoder/Decoder, API Response Formatter, Hash Generator, Markdown to HTML
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;Perfect for API debugging, auth flows, and data prep.&lt;/em&gt;  &lt;/p&gt;

&lt;h4&gt;
  
  
  &lt;strong&gt;🎨 Design &amp;amp; Asset Tools&lt;/strong&gt;
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;App Icon Generator – One image → complete iOS/Android icons
&lt;/li&gt;
&lt;li&gt;Favicon Generator – Build a full favicon package with HTML
&lt;/li&gt;
&lt;li&gt;SVG Optimizer – Reduce file size, keep quality
&lt;/li&gt;
&lt;li&gt;Gradient Generator, Color Palette Generator, Image Compressor
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;Ideal for devs who build, not just code. Get your assets ready without leaving the tab.&lt;/em&gt;  &lt;/p&gt;

&lt;h4&gt;
  
  
  &lt;strong&gt;💻 Development Tools&lt;/strong&gt;
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;CSS to React Native – Convert styles for mobile dev
&lt;/li&gt;
&lt;li&gt;LocalStorage Lens – View and manage localStorage easily
&lt;/li&gt;
&lt;li&gt;Lorem Ipsum Generator, QR Code Generator, CSS Prettifier, Text Case Converter, Timestamp Converter, Code Indenter, Cron Parser
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;Clean, debug, and prototype faster.&lt;/em&gt;  &lt;/p&gt;

&lt;h4&gt;
  
  
  &lt;strong&gt;🔐 Security &amp;amp; SEO Utilities&lt;/strong&gt;
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;UUID Generator, Password Generator
&lt;/li&gt;
&lt;li&gt;Meta Tag Generator – Build SEO-optimized tags fast
&lt;/li&gt;
&lt;li&gt;Keyword Density Checker – Content SEO aid
&lt;/li&gt;
&lt;li&gt;Twitter Card Validator – See how your link looks on Twitter
&lt;/li&gt;
&lt;li&gt;URL Shortener – With click analytics included
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;Whether you're shipping a landing page or launching a SaaS — these tools help get it right.&lt;/em&gt;  &lt;/p&gt;




&lt;h3&gt;
  
  
  &lt;strong&gt;What Makes DevKit Different?&lt;/strong&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;🚫 &lt;strong&gt;No ads, no account needed&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;⚡ &lt;strong&gt;Fast&lt;/strong&gt; — tools load instantly
&lt;/li&gt;
&lt;li&gt;🎯 &lt;strong&gt;Focused&lt;/strong&gt; — only useful tools, no filler
&lt;/li&gt;
&lt;li&gt;💡 &lt;strong&gt;Indie-built&lt;/strong&gt; — designed, coded, and shipped solo
&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  &lt;strong&gt;Why I Built This Solo&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;I’m not a startup. I’m not VC-backed.&lt;br&gt;&lt;br&gt;
I’m just a dev who wanted a better workflow and decided to build it.  &lt;/p&gt;

&lt;p&gt;And thousands of other devs now use it too because it solves real, everyday pain.  &lt;/p&gt;




&lt;h3&gt;
  
  
  &lt;strong&gt;What’s Next?&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;I’m actively growing the toolkit based on real user feedback.&lt;br&gt;&lt;br&gt;
More tools are coming — and yes, DevKit will always stay fast and clutter-free.  &lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;&lt;a href="https://devkit.website" rel="noopener noreferrer"&gt;Try it out&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
🧠 &lt;em&gt;Built for devs who’d rather stay in flow.&lt;/em&gt;  &lt;/p&gt;

</description>
      <category>programming</category>
      <category>webdev</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
