<?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>Forem: Yahya Asloune</title>
    <description>The latest articles on Forem by Yahya Asloune (@aslouneyahya).</description>
    <link>https://forem.com/aslouneyahya</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%2F3733737%2F3dccf771-76aa-43dc-a7ac-f45795c3bcfd.jpeg</url>
      <title>Forem: Yahya Asloune</title>
      <link>https://forem.com/aslouneyahya</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/aslouneyahya"/>
    <language>en</language>
    <item>
      <title>I built a privacy-focused HCL &amp; YAML converter (because I don't trust servers)</title>
      <dc:creator>Yahya Asloune</dc:creator>
      <pubDate>Mon, 26 Jan 2026 22:06:34 +0000</pubDate>
      <link>https://forem.com/aslouneyahya/i-built-a-privacy-focused-hcl-yaml-converter-because-i-dont-trust-servers-2of8</link>
      <guid>https://forem.com/aslouneyahya/i-built-a-privacy-focused-hcl-yaml-converter-because-i-dont-trust-servers-2of8</guid>
      <description>&lt;p&gt;Hello devs! 👋&lt;/p&gt;

&lt;p&gt;I'm an embedded systems student currently diving into DevOps. While learning Terraform, I kept needing to convert HCL to JSON or debug cron expressions.&lt;/p&gt;

&lt;p&gt;I found plenty of tools online, but they all had the same problem: &lt;strong&gt;they required sending my config files to a server.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I didn't feel comfortable pasting potential secrets into a random website, so I built my own client-side toolkit.&lt;/p&gt;

&lt;h2&gt;
  
  
  🛠️ The Tool: &lt;a href="https://techconverter.me" rel="noopener noreferrer"&gt;TechConverter.me&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;It is a simple collection of utilities that run &lt;strong&gt;100% in your browser&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;HCL ↔ JSON ↔ YAML:&lt;/strong&gt; Great for Terraform/Ansible users.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cron Debugger:&lt;/strong&gt; Visualizes exactly when your cron job will run.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;JWT Decoder:&lt;/strong&gt; Decodes tokens without verifying/sending them remotely.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Netmask/CIDR Calc:&lt;/strong&gt; For quick subnetting checks.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🔒 How it works
&lt;/h2&gt;

&lt;p&gt;The site is static. I used JavaScript libraries (like &lt;code&gt;hcl-to-json&lt;/code&gt;) to handle everything locally. You can turn off your WiFi and it will still work.&lt;/p&gt;

&lt;h2&gt;
  
  
  👨‍💻 Contributing
&lt;/h2&gt;

&lt;p&gt;I'm still adding features. If you have a file format you hate converting manually, let me know in the comments and I'll try to add a parser for it!&lt;/p&gt;

&lt;p&gt;Link: &lt;a href="https://techconverter.me" rel="noopener noreferrer"&gt;https://techconverter.me&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devops</category>
      <category>terraform</category>
      <category>showdev</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
