<?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: Daniel Zaharia</title>
    <description>The latest articles on DEV Community by Daniel Zaharia (@ro_lax).</description>
    <link>https://dev.to/ro_lax</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%2F3317688%2F7ed01b40-c5c0-45a8-b7a7-4a45c422a7ee.jpeg</url>
      <title>DEV Community: Daniel Zaharia</title>
      <link>https://dev.to/ro_lax</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ro_lax"/>
    <language>en</language>
    <item>
      <title>A no-login time tracker that calculates earnings live (browser-only)</title>
      <dc:creator>Daniel Zaharia</dc:creator>
      <pubDate>Sun, 21 Sep 2025 12:02:59 +0000</pubDate>
      <link>https://dev.to/ro_lax/a-no-login-time-tracker-that-calculates-earnings-live-browser-only-16bo</link>
      <guid>https://dev.to/ro_lax/a-no-login-time-tracker-that-calculates-earnings-live-browser-only-16bo</guid>
      <description>&lt;p&gt;Use it here: &lt;strong&gt;&lt;a href="https://www.konverter-online.com/time-tracker" rel="noopener noreferrer"&gt;https://www.konverter-online.com/time-tracker&lt;/a&gt;&lt;/strong&gt;  &lt;/p&gt;

&lt;p&gt;A tiny, no-login time tracker that runs entirely in your browser. Add your &lt;strong&gt;Hourly Rate&lt;/strong&gt; + &lt;strong&gt;Currency&lt;/strong&gt;, hit &lt;strong&gt;Start&lt;/strong&gt;, and see &lt;strong&gt;Total Time&lt;/strong&gt; and &lt;strong&gt;Total Earnings&lt;/strong&gt; update live.&lt;/p&gt;




&lt;h2&gt;
  
  
  What it is (and isn’t)
&lt;/h2&gt;

&lt;p&gt;This is a &lt;strong&gt;frictionless time tracker&lt;/strong&gt; for quick sessions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;No accounts, no sync, no team features.&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No data leaves your browser&lt;/strong&gt; (local persistence).&lt;/li&gt;
&lt;li&gt;Built to answer one question fast:
&lt;strong&gt;“If my rate is X, how much am I earning &lt;em&gt;right now&lt;/em&gt;?”&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you need clients, invoices, or collaboration, this isn’t that.&lt;br&gt;&lt;br&gt;
If you want a &lt;strong&gt;fast, private, single-player timer&lt;/strong&gt; with &lt;strong&gt;live earnings&lt;/strong&gt;, this is it.&lt;/p&gt;




&lt;h2&gt;
  
  
  Try it in 10 seconds
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Open &lt;strong&gt;&lt;a href="https://www.konverter-online.com/time-tracker" rel="noopener noreferrer"&gt;https://www.konverter-online.com/time-tracker&lt;/a&gt;&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;(Optional) Fill &lt;strong&gt;Project Name&lt;/strong&gt; and &lt;strong&gt;Category&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Set &lt;strong&gt;Hourly Rate&lt;/strong&gt; and &lt;strong&gt;Currency&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Press &lt;strong&gt;Start&lt;/strong&gt; → watch &lt;strong&gt;time&lt;/strong&gt; and &lt;strong&gt;earnings&lt;/strong&gt; tick in real-time
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Stop&lt;/strong&gt; when you’re done&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  Features (today)
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;No login.&lt;/strong&gt; Everything runs client-side.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Live earnings.&lt;/strong&gt; &lt;code&gt;earnings = (elapsed_minutes / 60) × hourly_rate&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Project &amp;amp; Category&lt;/strong&gt; (optional) to label your session&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Local persistence&lt;/strong&gt; so a refresh doesn’t nuke the session&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Currency formatting&lt;/strong&gt; via &lt;code&gt;Intl.NumberFormat&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Coming next (short roadmap)
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;CSV export&lt;/strong&gt; (start/end, duration, rate, earnings, currency, note)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Idle auto-pause&lt;/strong&gt; after Xs of inactivity&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;PWA&lt;/strong&gt; (install to Home Screen; offline)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Keyboard shortcuts&lt;/strong&gt; (Start/Stop/Reset)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Notes per session&lt;/strong&gt; and a weekly overview&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If any of these matter to you, say which one and why—will prioritize.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>freelance</category>
      <category>programming</category>
      <category>nextjs</category>
    </item>
    <item>
      <title>Looking for Freelancer Testers for Flowlancer.app</title>
      <dc:creator>Daniel Zaharia</dc:creator>
      <pubDate>Thu, 31 Jul 2025 06:17:06 +0000</pubDate>
      <link>https://dev.to/ro_lax/looking-for-freelancer-testers-for-flowlancerapp-1l8e</link>
      <guid>https://dev.to/ro_lax/looking-for-freelancer-testers-for-flowlancerapp-1l8e</guid>
      <description>&lt;p&gt;Hi, I’m Daniel and I built Flowlancer.app to simplify the day-to-day work of freelancers. Instead of hopping between half a dozen different sites, everything lives here:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Proposal Generator&lt;/strong&gt;: draft polished, client-ready proposals in seconds
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hourly Rate Calculator&lt;/strong&gt;: work out exactly what to charge based on income goals, hours and expenses
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Portfolio Builder&lt;/strong&gt;: assemble a clean, responsive portfolio with pre-made themes
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Profile Audit&lt;/strong&gt;: get instant feedback on clarity, structure and messaging
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Time &amp;amp; Expense Tracker&lt;/strong&gt;: start/stop a timer for every task and log expenses on the go
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Invoice Generator&lt;/strong&gt;: turn tracked hours or flat fees into downloadable PDF invoices
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Daily Stand-Up / To-Do List&lt;/strong&gt;: plan three key tasks each morning and check them off before you log off
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I’m looking for a handful of real freelancers who send proposals, invoices and track time every week. You’ll get &lt;strong&gt;35 free credits&lt;/strong&gt; to explore every tool, and you can grab them by entering &lt;strong&gt;FREELANCER10&lt;/strong&gt; and &lt;strong&gt;PROSIM&lt;/strong&gt; on your profile page. Honest feedback via the built-in Dashboard is all I ask in return.&lt;/p&gt;

&lt;p&gt;If you’re interested, drop me a message here or on dev.to and I’ll send your more credits right away. Thanks for helping shape Flowlancer into the best toolkit for independent pros!  &lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>ai</category>
      <category>freelance</category>
    </item>
    <item>
      <title>How I Built 3 Professional Calculators in One Weekend with Next.js 14</title>
      <dc:creator>Daniel Zaharia</dc:creator>
      <pubDate>Thu, 17 Jul 2025 17:40:57 +0000</pubDate>
      <link>https://dev.to/ro_lax/how-i-built-3-professional-calculators-in-one-weekend-with-nextjs-14-1904</link>
      <guid>https://dev.to/ro_lax/how-i-built-3-professional-calculators-in-one-weekend-with-nextjs-14-1904</guid>
      <description>&lt;p&gt;Ever found yourself switching between different calculator websites for percentage calculations, financial planning, and real estate analysis? I did too. So I decided to build a comprehensive solution that combines all three into one sleek, modern platform.&lt;/p&gt;

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

&lt;p&gt;As a developer, I often need quick calculations for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Percentage changes and markups for pricing&lt;/li&gt;
&lt;li&gt;Compound interest and ROI for investment decisions
&lt;/li&gt;
&lt;li&gt;Real estate commissions and rental yields&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But existing solutions were either too basic, had annoying ads, or required multiple tabs. I wanted something fast, accurate, and beautiful.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Solution: Advanced Percentage Calculator
&lt;/h2&gt;

&lt;p&gt;I built a complete calculator suite with three specialized tools:&lt;/p&gt;

&lt;h3&gt;
  
  
  🧮 Percentage Calculator
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Basic percentage calculations (what is X% of Y?)&lt;/li&gt;
&lt;li&gt;Reverse percentage finding&lt;/li&gt;
&lt;li&gt;Percentage change analysis&lt;/li&gt;
&lt;li&gt;Markup and discount calculations&lt;/li&gt;
&lt;li&gt;Compound interest over time&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  💰 Finance Calculator
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Compound interest with different compounding periods&lt;/li&gt;
&lt;li&gt;Loan payment calculations&lt;/li&gt;
&lt;li&gt;ROI and APR analysis&lt;/li&gt;
&lt;li&gt;Investment return projections&lt;/li&gt;
&lt;li&gt;Tax calculations&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  🏠 Real Estate Calculator
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Commission calculations&lt;/li&gt;
&lt;li&gt;Rental yield analysis&lt;/li&gt;
&lt;li&gt;Property appreciation tracking&lt;/li&gt;
&lt;li&gt;Mortgage payment breakdowns&lt;/li&gt;
&lt;li&gt;Property tax estimations&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;&lt;strong&gt;Frontend:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Next.js 14&lt;/strong&gt; with App Router for optimal performance&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;TypeScript&lt;/strong&gt; for type safety and better DX&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tailwind CSS&lt;/strong&gt; for rapid, responsive styling&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;ShadCN UI&lt;/strong&gt; for beautiful, accessible components&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Lucide React&lt;/strong&gt; for consistent iconography&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Key Features:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Client-side calculations&lt;/strong&gt; - No server requests, instant results&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Local storage&lt;/strong&gt; - Save calculation history&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dark mode&lt;/strong&gt; - Built with next-themes&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Mobile-first&lt;/strong&gt; - Responsive design with touch-friendly interface&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Keyboard shortcuts&lt;/strong&gt; - Power user features&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Export functionality&lt;/strong&gt; - Download calculation history&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Implementation Highlights
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Reusable Header Component
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight tsx"&gt;&lt;code&gt;&lt;span class="c1"&gt;// Modern responsive navigation with mobile menu&lt;/span&gt;
&lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nc"&gt;Header&lt;/span&gt; &lt;span class="p"&gt;/&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  2. Real-time Calculations
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight tsx"&gt;&lt;code&gt;&lt;span class="c1"&gt;// Instant updates as user types&lt;/span&gt;
&lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;calculate&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nf"&gt;useCallback&lt;/span&gt;&lt;span class="p"&gt;(()&lt;/span&gt; &lt;span class="o"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
  &lt;span class="c1"&gt;// Complex calculation logic&lt;/span&gt;
  &lt;span class="nf"&gt;setResult&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;calcResult&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
&lt;span class="p"&gt;},&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nx"&gt;input1&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;input2&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="kd"&gt;type&lt;/span&gt;&lt;span class="p"&gt;]);&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  3. Local Storage Integration
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight tsx"&gt;&lt;code&gt;&lt;span class="c1"&gt;// Persistent calculation history&lt;/span&gt;
&lt;span class="nf"&gt;useEffect&lt;/span&gt;&lt;span class="p"&gt;(()&lt;/span&gt; &lt;span class="o"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
  &lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;saved&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;localStorage&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;getItem&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;calc-history&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
  &lt;span class="k"&gt;if &lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;saved&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="nf"&gt;setHistory&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;JSON&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;parse&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;saved&lt;/span&gt;&lt;span class="p"&gt;));&lt;/span&gt;
&lt;span class="p"&gt;},&lt;/span&gt; &lt;span class="p"&gt;[]);&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Design Decisions
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Why Next.js 14?
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;App Router&lt;/strong&gt; for better routing and layouts&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Server Components&lt;/strong&gt; for improved performance&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Built-in optimizations&lt;/strong&gt; for images and fonts&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Easy deployment&lt;/strong&gt; to Vercel&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Why Client-side Only?
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Privacy&lt;/strong&gt; - No data sent to servers&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Speed&lt;/strong&gt; - Instant calculations&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Offline capability&lt;/strong&gt; - Works without internet&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cost-effective&lt;/strong&gt; - No server costs&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Why ShadCN UI?
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Accessible&lt;/strong&gt; - Built with ARIA standards&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Customizable&lt;/strong&gt; - Easy to theme&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Modern&lt;/strong&gt; - Beautiful default design&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Type-safe&lt;/strong&gt; - Full TypeScript support&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Performance &amp;amp; SEO
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Lighthouse Score&lt;/strong&gt;: 95+ across all metrics&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Core Web Vitals&lt;/strong&gt;: Excellent&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SEO Optimized&lt;/strong&gt;: Meta tags, structured data, sitemap&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;PWA Ready&lt;/strong&gt;: Manifest and service worker ready&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Challenges &amp;amp; Solutions
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Mobile Navigation
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Challenge&lt;/strong&gt;: Creating a smooth mobile menu experience&lt;br&gt;
&lt;strong&gt;Solution&lt;/strong&gt;: Used ShadCN Sheet component with Radix UI primitives&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Calculation Precision
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Challenge&lt;/strong&gt;: Handling floating-point arithmetic errors&lt;br&gt;
&lt;strong&gt;Solution&lt;/strong&gt;: Implemented custom precision controls and proper rounding&lt;/p&gt;

&lt;h3&gt;
  
  
  3. State Management
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Challenge&lt;/strong&gt;: Managing complex form states across multiple calculators&lt;br&gt;
&lt;strong&gt;Solution&lt;/strong&gt;: Used React hooks with proper dependency arrays and useCallback&lt;/p&gt;

&lt;h2&gt;
  
  
  Results
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;3 calculators&lt;/strong&gt; in one platform&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;100% client-side&lt;/strong&gt; - No server costs&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Mobile responsive&lt;/strong&gt; - Works on all devices&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fast loading&lt;/strong&gt; - Under 2 seconds&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SEO optimized&lt;/strong&gt; - Ready for search engines&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;Check out the live application: &lt;strong&gt;&lt;a href="https://www.advanced-percentage-calculator.com/" rel="noopener noreferrer"&gt;Advanced Percentage Calculator&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Takeaways
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Next.js 14 is powerful&lt;/strong&gt; - The App Router and server components make development much faster&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Client-side can be robust&lt;/strong&gt; - With proper state management, you can build complex applications without a backend&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Design matters&lt;/strong&gt; - Good UX can make technical tools accessible to everyone&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Performance is crucial&lt;/strong&gt; - Users expect instant results from calculators&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  What's Next?
&lt;/h2&gt;

&lt;p&gt;I'm planning to add:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;More specialized calculators (scientific, statistical)&lt;/li&gt;
&lt;li&gt;API endpoints for programmatic access&lt;/li&gt;
&lt;li&gt;Advanced visualization features&lt;/li&gt;
&lt;li&gt;Multi-language support&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Get Involved
&lt;/h2&gt;

&lt;p&gt;This project is open source! Feel free to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🌟 Star the repository&lt;/li&gt;
&lt;li&gt;🐛 Report bugs&lt;/li&gt;
&lt;li&gt;💡 Suggest features&lt;/li&gt;
&lt;li&gt;🔧 Contribute code&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;GitHub&lt;/strong&gt;: &lt;a href="https://github.com/coronasco/percentual-calculator" rel="noopener noreferrer"&gt;coronasco/percentual-calculator&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;What tools have you built to solve your daily problems? I'd love to hear about your projects in the comments!&lt;/em&gt;&lt;/p&gt;

</description>
      <category>nextjs</category>
      <category>typescript</category>
      <category>webdev</category>
      <category>javascript</category>
    </item>
    <item>
      <title>8 Developer Tools I Built That I Actually Use Every Day</title>
      <dc:creator>Daniel Zaharia</dc:creator>
      <pubDate>Tue, 15 Jul 2025 16:34:04 +0000</pubDate>
      <link>https://dev.to/ro_lax/8-developer-tools-i-built-that-i-actually-use-every-day-49fb</link>
      <guid>https://dev.to/ro_lax/8-developer-tools-i-built-that-i-actually-use-every-day-49fb</guid>
      <description>&lt;p&gt;Hey fellow developers!&lt;/p&gt;

&lt;p&gt;I'm Daniel, and I want to share something I've been working on that's actually made my daily coding life much easier. You know how it is,  you're in the middle of coding, you need to format some JSON, generate a password, or create a QR code, and you end up opening 8 different tabs to find the right tools?&lt;/p&gt;

&lt;p&gt;Well, I got tired of that. So I built my own collection of tools that I actually use every single day. And the best part? They're all &lt;strong&gt;100% free, no registration required, and privacy-focused&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Let me show you what I've built:&lt;/p&gt;

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

&lt;p&gt;As a developer, I found myself constantly switching between different online tools for basic tasks:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Need to format JSON? → Google search → Find a tool → Hope it's not sketchy&lt;/li&gt;
&lt;li&gt;Want to generate a secure password? → Another search → Another tool&lt;/li&gt;
&lt;li&gt;Need to convert SVG to React component? → Yet another search...&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This was getting ridiculous. So I decided to build my own toolkit that I could trust and actually enjoy using.&lt;/p&gt;

&lt;h2&gt;
  
  
  My Solution: Konverter Online
&lt;/h2&gt;

&lt;p&gt;I created &lt;a href="https://www.konverter-online.com" rel="noopener noreferrer"&gt;Konverter Online&lt;/a&gt; - a collection of 8 essential developer tools that I use daily. Here's what I built:&lt;/p&gt;

&lt;h3&gt;
  
  
  1. SVG Converter
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Link:&lt;/strong&gt; &lt;a href="https://www.konverter-online.com" rel="noopener noreferrer"&gt;https://www.konverter-online.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is my baby - the tool that started it all. I was tired of manually converting SVGs to CSS backgrounds and React components. Now I just drag &amp;amp; drop an SVG and get:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;CSS with URL-encoded SVG&lt;/li&gt;
&lt;li&gt;CSS with Base64&lt;/li&gt;
&lt;li&gt;Functional React/JSX component&lt;/li&gt;
&lt;li&gt;Optimized SVG (smaller file size)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  2. JSON Formatter
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Link:&lt;/strong&gt; &lt;a href="https://www.konverter-online.com/json-formatter" rel="noopener noreferrer"&gt;https://www.konverter-online.com/json-formatter&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Every developer needs this. I built it with syntax highlighting and real-time error detection. It's saved me countless hours debugging malformed JSON.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Pro tip:&lt;/strong&gt; The error highlighting shows you exactly where the syntax error is - no more guessing!&lt;/p&gt;

&lt;h3&gt;
  
  
  3. CSS Minifier
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Link:&lt;/strong&gt; &lt;a href="https://www.konverter-online.com/css-minifier" rel="noopener noreferrer"&gt;https://www.konverter-online.com/css-minifier&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I was using online CSS minifiers that felt sketchy. Now I have my own that I trust. It removes comments, compresses selectors, and shows you the exact size reduction.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why it's better:&lt;/strong&gt; Real-time size comparison so you can see the impact immediately.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Base64 Converter
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Link:&lt;/strong&gt; &lt;a href="https://www.konverter-online.com/base64-converter" rel="noopener noreferrer"&gt;https://www.konverter-online.com/base64-converter&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This one I use surprisingly often - for embedding images in CSS, encoding API responses, you name it. It handles text, files, and images.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cool feature:&lt;/strong&gt; URL-safe encoding option for when you need to use Base64 in URLs.&lt;/p&gt;

&lt;h3&gt;
  
  
  5. Color Generator
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Link:&lt;/strong&gt; &lt;a href="https://www.konverter-online.com/color-generator" rel="noopener noreferrer"&gt;https://www.konverter-online.com/color-generator&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'm not a designer, but I need good colors for my projects. This tool extracts beautiful color palettes from images and gives me HEX, RGB, and HSL values.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How I use it:&lt;/strong&gt; Upload a screenshot of a design I like, extract the colors, and use them in my projects.&lt;/p&gt;

&lt;h3&gt;
  
  
  6. Password Generator
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Link:&lt;/strong&gt; &lt;a href="https://www.konverter-online.com/password-generator" rel="noopener noreferrer"&gt;https://www.konverter-online.com/password-generator&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I built this because I was tired of weak password generators. This one includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Real-time strength analysis&lt;/li&gt;
&lt;li&gt;Entropy calculation&lt;/li&gt;
&lt;li&gt;Estimated crack time&lt;/li&gt;
&lt;li&gt;Option to exclude similar characters (like 0 and O)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Security nerd moment:&lt;/strong&gt; The entropy calculation is based on actual cryptographic principles, not just "strong/weak" labels.&lt;/p&gt;

&lt;h3&gt;
  
  
  7. QR Code Generator
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Link:&lt;/strong&gt; &lt;a href="https://www.konverter-online.com/qr-generator" rel="noopener noreferrer"&gt;https://www.konverter-online.com/qr-generator&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I use this for sharing links, WiFi passwords, and even contact information. The best part? You can add your logo in the center.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Pro tip:&lt;/strong&gt; The error correction feature means your QR code still works even if part of it gets covered or damaged.&lt;/p&gt;

&lt;h3&gt;
  
  
  8. URL Shortener
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Link:&lt;/strong&gt; &lt;a href="https://www.konverter-online.com/url-shortener" rel="noopener noreferrer"&gt;https://www.konverter-online.com/url-shortener&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I built this for sharing links in presentations and social media. It includes QR code generation and click tracking.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why I love it:&lt;/strong&gt; No ads, no tracking, just clean short URLs.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tech Stack (Because You Asked)
&lt;/h2&gt;

&lt;p&gt;I built everything with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Next.js 14&lt;/strong&gt; with App Router (for that sweet performance)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;TypeScript&lt;/strong&gt; (because I'm not a monster)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tailwind CSS&lt;/strong&gt; (for rapid development)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;shadcn/ui&lt;/strong&gt; (for beautiful components)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why I Built These Tools
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;I actually use them&lt;/strong&gt; - These aren't just portfolio projects, I use them daily&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Privacy-focused&lt;/strong&gt; - No data collection, no tracking, no ads&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;100% free&lt;/strong&gt; - No hidden costs, no premium features&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Mobile responsive&lt;/strong&gt; - Because I'm often on my phone&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fast&lt;/strong&gt; - Built with modern web technologies for optimal performance&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Try Them Out
&lt;/h2&gt;

&lt;p&gt;All tools are live at &lt;a href="https://www.konverter-online.com" rel="noopener noreferrer"&gt;https://www.konverter-online.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'd love to hear what you think! Which tool would be most useful for your daily workflow? Any features you'd like to see added?&lt;/p&gt;

&lt;h2&gt;
  
  
  Open Source
&lt;/h2&gt;

&lt;p&gt;The entire project is open source on GitHub: &lt;a href="https://github.com/coronasco/konverter" rel="noopener noreferrer"&gt;https://github.com/coronasco/konverter&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Contributions are welcome! I'm always looking to improve these tools based on real developer needs.&lt;/p&gt;

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

&lt;p&gt;Building tools that you actually use is incredibly rewarding. It's not just about the code - it's about solving real problems that make your daily development workflow smoother.&lt;/p&gt;

&lt;p&gt;If you're thinking about building your own tools, my advice is: &lt;strong&gt;start with something you actually need&lt;/strong&gt;. Don't build for the sake of building. Build to solve a real problem you face every day.&lt;/p&gt;

&lt;p&gt;What tools do you wish existed? What's your daily workflow pain point? I'd love to hear about it in the comments!&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Happy coding!&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;P.S. If you found any of these tools useful, consider giving the GitHub repo a star. It really helps with motivation! ⭐&lt;/em&gt; &lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>productivity</category>
      <category>tooling</category>
    </item>
    <item>
      <title>Building Konverter: A Complete Web Developer Toolkit</title>
      <dc:creator>Daniel Zaharia</dc:creator>
      <pubDate>Thu, 10 Jul 2025 11:52:33 +0000</pubDate>
      <link>https://dev.to/ro_lax/building-konverter-a-complete-web-developer-toolkit-1552</link>
      <guid>https://dev.to/ro_lax/building-konverter-a-complete-web-developer-toolkit-1552</guid>
      <description>&lt;p&gt;Hey dev community! 👋&lt;/p&gt;

&lt;p&gt;I've been working on something I'm really excited to share with you all. Over the past few months, I've built &lt;strong&gt;&lt;a href="//www.konverter-online.com"&gt;Konverter&lt;/a&gt;&lt;/strong&gt; - a comprehensive web developer toolkit that I wish I had when I was starting out.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is Konverter?
&lt;/h2&gt;

&lt;p&gt;&lt;a href="//www.konverter-online.com"&gt;Konverter&lt;/a&gt; is a collection of 8 essential web development tools, all built with Next.js, TypeScript, ShadCN and Tailwind CSS. Everything runs 100% client-side, so your data never leaves your browser.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Tools
&lt;/h2&gt;

&lt;h3&gt;
  
  
  🎨 SVG to React/JSX Converter
&lt;/h3&gt;

&lt;p&gt;This was actually the tool that started it all. I was tired of manually converting SVG files to React components, so I built an automated solution that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Optimizes SVGs using custom algorithms&lt;/li&gt;
&lt;li&gt;Generates TypeScript React components with configurable props&lt;/li&gt;
&lt;li&gt;Extracts colors and makes them customizable via props&lt;/li&gt;
&lt;li&gt;Shows before/after preview with size statistics&lt;/li&gt;
&lt;li&gt;Exports as PNG, JPG, WebP, or complete icon sets&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  🔐 Password Generator
&lt;/h3&gt;

&lt;p&gt;A secure password generator that creates strong, memorable passwords with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Customizable length and character sets&lt;/li&gt;
&lt;li&gt;Strength indicator&lt;/li&gt;
&lt;li&gt;Copy to clipboard functionality&lt;/li&gt;
&lt;li&gt;No server-side storage (everything stays local)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  🔗 URL Shortener
&lt;/h3&gt;

&lt;p&gt;Simple but effective URL shortening tool that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Generates short, shareable links&lt;/li&gt;
&lt;li&gt;Works entirely in the browser&lt;/li&gt;
&lt;li&gt;Perfect for quick sharing&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  📄 Base64 Encoder/Decoder
&lt;/h3&gt;

&lt;p&gt;Essential for web development, this tool:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Converts text and files to Base64&lt;/li&gt;
&lt;li&gt;Supports file uploads (images, documents, etc.)&lt;/li&gt;
&lt;li&gt;Instantly decodes Base64 back to original format&lt;/li&gt;
&lt;li&gt;Perfect for embedding data in HTML/CSS&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  🎨 Color Generator
&lt;/h3&gt;

&lt;p&gt;Extract beautiful color palettes from images:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Upload images or provide URLs&lt;/li&gt;
&lt;li&gt;Automatically extracts dominant colors&lt;/li&gt;
&lt;li&gt;Generates CSS custom properties&lt;/li&gt;
&lt;li&gt;Shows color percentages and RGB values&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  📊 JSON Formatter
&lt;/h3&gt;

&lt;p&gt;Clean up and validate JSON data:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Beautify and minify JSON&lt;/li&gt;
&lt;li&gt;Validate JSON syntax&lt;/li&gt;
&lt;li&gt;Convert to YAML format&lt;/li&gt;
&lt;li&gt;Syntax highlighting&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  🎯 CSS Minifier
&lt;/h3&gt;

&lt;p&gt;Optimize your CSS files:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Minify CSS with size reduction stats&lt;/li&gt;
&lt;li&gt;Auto-prefixer for cross-browser compatibility&lt;/li&gt;
&lt;li&gt;Before/after preview&lt;/li&gt;
&lt;li&gt;Download optimized files&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  📱 QR Code Generator
&lt;/h3&gt;

&lt;p&gt;Create custom QR codes for various purposes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;URLs, text, email, phone numbers, WiFi networks&lt;/li&gt;
&lt;li&gt;Customizable colors and sizes&lt;/li&gt;
&lt;li&gt;Instant download as PNG&lt;/li&gt;
&lt;li&gt;Copy to clipboard functionality&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;As a developer, I found myself constantly switching between different online tools for these common tasks. Some were slow, others had ads, and most required registration. I wanted something that was:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Fast&lt;/strong&gt; - Everything runs client-side&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Private&lt;/strong&gt; - No data leaves your browser&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Free&lt;/strong&gt; - No registration, no ads, no limits&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Modern&lt;/strong&gt; - Built with the latest web technologies&lt;/li&gt;
&lt;/ul&gt;

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

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Next.js 14&lt;/strong&gt; with App Router&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;TypeScript&lt;/strong&gt; for type safety&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tailwind CSS&lt;/strong&gt; for styling&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;shadcn/ui&lt;/strong&gt; for beautiful components&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;React Dropzone&lt;/strong&gt; for file uploads&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;QRCode.js&lt;/strong&gt; for QR generation&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;react-syntax-highlighter&lt;/strong&gt; for code formatting&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;Building this project taught me so much about:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Performance optimization&lt;/strong&gt; - Making everything run smoothly client-side&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;User experience&lt;/strong&gt; - Creating intuitive interfaces for complex tools&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SEO&lt;/strong&gt; - Making each tool discoverable and well-documented&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Accessibility&lt;/strong&gt; - Ensuring the tools work for everyone&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try It Out!
&lt;/h2&gt;

&lt;p&gt;You can check out all the tools at &lt;strong&gt;&lt;a href="https://konverter-online.com" rel="noopener noreferrer"&gt;konverter-online.com&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I'd love to hear your feedback! What tools do you find most useful? Are there any features you'd like to see added?&lt;/p&gt;

&lt;h2&gt;
  
  
  What's Next?
&lt;/h2&gt;

&lt;p&gt;I'm planning to add:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;More export formats for SVGs&lt;/li&gt;
&lt;li&gt;Additional color palette tools&lt;/li&gt;
&lt;li&gt;API endpoints for programmatic access&lt;/li&gt;
&lt;li&gt;Browser extensions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Let me know what you think! 🚀&lt;/p&gt;




&lt;p&gt;&lt;em&gt;P.S. If you find any of these tools useful, feel free to share them with your team or on social media. It really helps motivate me to keep building!&lt;/em&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  webdev #nextjs #react #typescript #tools #sideproject #opensource
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>When I got tired of searching for tools, I started building my own</title>
      <dc:creator>Daniel Zaharia</dc:creator>
      <pubDate>Thu, 03 Jul 2025 11:59:36 +0000</pubDate>
      <link>https://dev.to/ro_lax/when-i-got-tired-of-searching-for-tools-i-started-building-my-own-2cep</link>
      <guid>https://dev.to/ro_lax/when-i-got-tired-of-searching-for-tools-i-started-building-my-own-2cep</guid>
      <description>&lt;p&gt;I’m a frontend developer, like many of you here. Over the years I’ve freelanced, worked in teams, built side projects, and started way too many things I didn’t finish.&lt;/p&gt;

&lt;p&gt;At some point, I realized I was spending more time looking for the right tools than actually writing code. Switching tabs, trying weird online converters, installing random packages just to do basic things like optimizing an SVG or converting it to JSX. It started to feel… ridiculous.&lt;/p&gt;

&lt;p&gt;So I decided to stop hunting and start building. Not because I wanted to launch a startup or go viral — but because I just wanted to move faster, with less friction&lt;/p&gt;

&lt;p&gt;That’s how &lt;a href="//www.konverter-online.com"&gt;Konverter Online&lt;/a&gt; came to life. It’s a small, browser-only tool I made to quickly convert SVGs to React JSX, Base64, or URL-encoded CSS. You can also change colors, add simple animations, make them mobile-friendly, and copy clean, optimized output. I didn’t plan on sharing it at first — it just made my own work easier. But now that it’s solid, maybe it’ll help other devs too.&lt;/p&gt;

&lt;p&gt;Around the same time, I was working on something bigger — a platform called &lt;a href="//www.flowlancer.com"&gt;Flowlancer&lt;/a&gt;. It’s my take on what freelancing should feel like: smooth, focused, and respectful of your time. Less chasing projects, more staying in flow. Still early, but it’s something I believe in deeply.&lt;/p&gt;

&lt;p&gt;None of this came from a “startup idea.” It all came from friction I felt while coding. And every tool I’ve built lately started with the same question:&lt;/p&gt;

&lt;p&gt;“Why am I wasting time doing this manually?”&lt;/p&gt;

&lt;p&gt;If you’re a dev tired of context-switching between tools, maybe it’s time to build your own. Or maybe one of mine can save you a few tabs.&lt;/p&gt;

&lt;p&gt;Let me know what you think. I’m always open to feedback or just chatting about side projects.&lt;/p&gt;

&lt;p&gt;— Daniel&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>productivity</category>
      <category>news</category>
    </item>
    <item>
      <title>I built a small tool to convert SVGs to JSX, CSS, and Base64</title>
      <dc:creator>Daniel Zaharia</dc:creator>
      <pubDate>Wed, 02 Jul 2025 21:40:37 +0000</pubDate>
      <link>https://dev.to/ro_lax/i-built-a-small-tool-to-convert-svgs-to-jsx-css-and-base64-4cj</link>
      <guid>https://dev.to/ro_lax/i-built-a-small-tool-to-convert-svgs-to-jsx-css-and-base64-4cj</guid>
      <description>&lt;p&gt;Hey devs! 👋&lt;/p&gt;

&lt;p&gt;I recently built a tiny tool to help with SVG conversions, especially for frontend devs who work with React, CSS, and inline SVGs.&lt;/p&gt;

&lt;p&gt;Convert SVG to:&lt;br&gt;
 • React JSX&lt;br&gt;
 • Base64&lt;br&gt;
 • URL-encoded CSS&lt;/p&gt;

&lt;p&gt;You can also:&lt;br&gt;
 • Change colors (fill/stroke)&lt;br&gt;
 • Make it mobile-friendly&lt;br&gt;
 • Add simple animations&lt;br&gt;
 • Optimize with SVGO&lt;br&gt;
 • Drag &amp;amp; drop + 1-click copy&lt;/p&gt;

&lt;p&gt;Everything works in the browser, no account, no upload, totally free.&lt;/p&gt;

&lt;p&gt;Here it is 👉 &lt;a href="https://www.konverter-online.com" rel="noopener noreferrer"&gt;https://www.konverter-online.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love any feedback, bugs or feature ideas. Hope it saves you time like it did for me 😄&lt;/p&gt;

&lt;p&gt;Daniel&lt;/p&gt;

</description>
      <category>react</category>
      <category>css</category>
      <category>frontend</category>
      <category>tooling</category>
    </item>
  </channel>
</rss>
