<?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: stefan andres</title>
    <description>The latest articles on DEV Community by stefan andres (@stefan_andres_07).</description>
    <link>https://dev.to/stefan_andres_07</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%2F4091595%2Fb7e1e6eb-4139-4d0c-a3de-1ae0e395a4ba.png</url>
      <title>DEV Community: stefan andres</title>
      <link>https://dev.to/stefan_andres_07</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/stefan_andres_07"/>
    <language>en</language>
    <item>
      <title>Hey DEV! I'm Stefan — TYPO3 dev, and I just launched a page of free browser tools</title>
      <dc:creator>stefan andres</dc:creator>
      <pubDate>Mon, 24 Aug 2026 05:33:10 +0000</pubDate>
      <link>https://dev.to/stefan_andres_07/hey-dev-im-stefan-typo3-dev-and-i-just-launched-a-page-of-free-browser-tools-4h65</link>
      <guid>https://dev.to/stefan_andres_07/hey-dev-im-stefan-typo3-dev-and-i-just-launched-a-page-of-free-browser-tools-4h65</guid>
      <description>&lt;p&gt;Hey, I'm Stefan&lt;/p&gt;

&lt;p&gt;I'm a freelance web designer &amp;amp; developer based in Klagenfurt, Austria — though these days most of my work happens for clients well beyond Austria's borders. My focus is &lt;strong&gt;TYPO3&lt;/strong&gt;: building and maintaining sites end-to-end, from branding and visual identity through to a finished, working website. Alongside that I do graphic design and video editing, so a project usually has me moving between code, layout, and media in the same afternoon.&lt;/p&gt;

&lt;p&gt;I'm mostly self-taught on the dev side, which means I've spent a lot of time in the last few years pulling apart how things work under the hood — TypoScript, page performance, and lately the more technical end of SEO (security headers, structured data, Core Web Vitals). This post is partly an excuse to talk about the result of that: a small toolset I just shipped on my site.&lt;/p&gt;

&lt;p&gt;What I built&lt;/p&gt;

&lt;p&gt;I wanted a set of quick, no-nonsense tools I could point clients (and myself) to instead of juggling five different sketchy websites full of ads. So I built my own, all living at &lt;a href="https://www.stefan-andres.at/tools" rel="noopener noreferrer"&gt;stefan-andres.at/tools&lt;/a&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Palette &amp;amp; Contrast Checker&lt;/strong&gt; — pick colors and instantly check contrast ratios for accessibility.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Icon &amp;amp; Favicon Generator&lt;/strong&gt; — drop in a logo (PNG, SVG, even AI/PDF/EPS) and get every icon size you need, ready to download.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Web Image Optimizer&lt;/strong&gt; — compress images for the web without leaving your browser.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CSS Minifier&lt;/strong&gt; and &lt;strong&gt;JS Minifier&lt;/strong&gt; — paste your code, get a minified version back.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SEO &amp;amp; Performance Check&lt;/strong&gt; — enter a URL and get an on-page SEO report plus real Google PageSpeed metrics (LCP, FCP, CLS) with plain-language suggestions.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Most of these run &lt;strong&gt;entirely client-side&lt;/strong&gt; — nothing you upload leaves your browser. Under the hood I'm using libraries like &lt;a href="https://github.com/terser/terser" rel="noopener noreferrer"&gt;Terser&lt;/a&gt; and &lt;a href="https://github.com/css/csso" rel="noopener noreferrer"&gt;csso&lt;/a&gt; for minification and &lt;a href="https://pdf-lib.js.org/" rel="noopener noreferrer"&gt;pdf-lib&lt;/a&gt; / &lt;a href="https://mozilla.github.io/pdf.js/" rel="noopener noreferrer"&gt;pdf.js&lt;/a&gt; to handle vector file rendering for the icon generator. The SEO checker is the one exception — it calls a small PHP backend on my own server, which in turn talks to the Google PageSpeed Insights API.&lt;/p&gt;

&lt;p&gt;What I learned building it&lt;/p&gt;

&lt;p&gt;A few things stuck with me:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Bilingual UX is more work than it looks.&lt;/strong&gt; The whole tools page runs in English and German, including the &lt;em&gt;dynamically generated&lt;/em&gt; SEO report text — which meant threading a &lt;code&gt;lang&lt;/code&gt; parameter all the way from the front-end fetch call through to the PHP backend's string tables.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Client-side file processing has come a long way.&lt;/strong&gt; Being able to minify JS/CSS or rasterize a vector PDF entirely in the browser, with no server round-trip, still feels a little magical.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Security headers and structured data are underrated.&lt;/strong&gt; Once I started running my own SEO tool against my own site, I found (and fixed) my own gaps — missing CSP, missing JSON-LD, missing an apple-touch-icon. Nothing dramatic, just easy wins that add up.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Say hi&lt;/p&gt;

&lt;p&gt;I'm always happy to talk TYPO3, front-end tooling, or technical SEO — and I'm open to freelance work and collaborations, wherever you're based. Feel free to check out the tools, break them, and tell me what's missing. 🙂&lt;/p&gt;

&lt;p&gt;Cheers,&lt;br&gt;
Stefan&lt;/p&gt;

</description>
      <category>freelance</category>
      <category>showdev</category>
      <category>tools</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
