<?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: Giovanni D'Andrea</title>
    <description>The latest articles on DEV Community by Giovanni D'Andrea (@imggion).</description>
    <link>https://dev.to/imggion</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%2F486562%2F187a0d9d-9193-4213-b11f-8af48999f6d7.jpeg</url>
      <title>DEV Community: Giovanni D'Andrea</title>
      <link>https://dev.to/imggion</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/imggion"/>
    <language>en</language>
    <item>
      <title>I built a macOS Docker app in Swift without knowing Swift</title>
      <dc:creator>Giovanni D'Andrea</dc:creator>
      <pubDate>Thu, 18 Dec 2025 11:07:32 +0000</pubDate>
      <link>https://dev.to/imggion/i-built-a-macos-docker-app-in-swift-without-knowing-swift-n71</link>
      <guid>https://dev.to/imggion/i-built-a-macos-docker-app-in-swift-without-knowing-swift-n71</guid>
      <description>&lt;p&gt;I didn't plan this project.&lt;br&gt;
And I definitely didn't know Swift when I started.&lt;/p&gt;

&lt;p&gt;I was bored, working on local projects, jumping around between windows.&lt;br&gt;
At some point I just opened &lt;strong&gt;Codex&lt;/strong&gt; and thought: let's see what happens.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/imggion/dock-scan/tree/v1.0.0" rel="noopener noreferrer"&gt;Dock-scan&lt;/a&gt; came out of that moment.&lt;/p&gt;

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

&lt;p&gt;Dockscan is a small native macOS menu bar app that lets you inspect and manage your local Docker environment.&lt;/p&gt;

&lt;p&gt;It lives in the menu bar and gives you quick access to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;containers&lt;/li&gt;
&lt;li&gt;images&lt;/li&gt;
&lt;li&gt;volumes&lt;/li&gt;
&lt;li&gt;networks&lt;/li&gt;
&lt;li&gt;docker-compose/swarm stacks&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It's not meant to replace Docker Desktop.&lt;br&gt;
It's more like a lightweight companion you can glance at while working.&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.amazonaws.com%2Fuploads%2Farticles%2Famhr0wt2is4qbsv4g23i.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.amazonaws.com%2Fuploads%2Farticles%2Famhr0wt2is4qbsv4g23i.png" alt="Dockscan menubar" width="386" height="526"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The twist: I didn't know Swift
&lt;/h2&gt;

&lt;p&gt;Here’s the real part.&lt;/p&gt;

&lt;p&gt;When I started Dockscan, I didn't know Swift.&lt;br&gt;
I had &lt;strong&gt;never built a macOS app before&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;This whole thing was built using a vibe coding workflow, working alongside Codex.&lt;/p&gt;

&lt;p&gt;I’d describe what I wanted, let it generate code, run the app, see what broke, tweak things, repeat.&lt;br&gt;
No big specs. No deep planning. Just momentum.&lt;/p&gt;

&lt;p&gt;Slowly, things started to make sense:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;how the app lifecycle works&lt;/li&gt;
&lt;li&gt;how views are structured&lt;/li&gt;
&lt;li&gt;how macOS menus behave&lt;/li&gt;
&lt;li&gt;how to talk to the Docker API&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  A personal thought on AI
&lt;/h2&gt;

&lt;p&gt;This project made something very clear to me.&lt;/p&gt;

&lt;p&gt;It’s incredible how far we’ve come with &lt;strong&gt;AI.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Sure, there are limits.&lt;br&gt;
Some things probably shouldn't go straight into production at large scale if they’re built entirely with AI.&lt;/p&gt;

&lt;p&gt;But it's impossible to deny this:&lt;br&gt;
AI is an &lt;strong&gt;incredible work companion.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It lowers the barrier to entry, helps you move faster, and lets you explore ideas that you might never start otherwise, especially in areas you don't already know.&lt;/p&gt;

&lt;p&gt;Dockscan exists because of that.&lt;/p&gt;

&lt;p&gt;If you want to check it out:&lt;br&gt;
&lt;a href="https://github.com/imggion/dock-scan/tree/v1.0.0" rel="noopener noreferrer"&gt;https://github.com/imggion/dock-scan/tree/v1.0.0&lt;/a&gt;&lt;/p&gt;

</description>
      <category>vibecoding</category>
      <category>software</category>
      <category>docker</category>
      <category>ai</category>
    </item>
    <item>
      <title>APIVault - Your Gateway To A World Of Public APIs</title>
      <dc:creator>Giovanni D'Andrea</dc:creator>
      <pubDate>Tue, 02 May 2023 11:02:12 +0000</pubDate>
      <link>https://dev.to/imggion/apivault-your-gateway-to-a-world-of-public-apis-2f68</link>
      <guid>https://dev.to/imggion/apivault-your-gateway-to-a-world-of-public-apis-2f68</guid>
      <description>&lt;p&gt;⭐️ After spending days searching for the right API on an internal project, we noticed that many websites and blogs only provide a small, if not minimal, amount of usable resources. 🌎&lt;/p&gt;

&lt;p&gt;🚀 So, we're super excited to introduce our new project, ApiVault, created specifically for the developer community! 🌐&lt;/p&gt;

&lt;p&gt;🔍 ApiVault is a platform that provides all public APIs in one place, making the search process easier and more effective for developers around the world. 🌍&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.amazonaws.com%2Fuploads%2Farticles%2F13f03e8pmst8zwlstffx.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.amazonaws.com%2Fuploads%2Farticles%2F13f03e8pmst8zwlstffx.png" alt="screenshot" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;💡 Whether you're looking for APIs to add to your project or seeking inspiration to create new ones, ApiVault is the site for you.&lt;/p&gt;

&lt;p&gt;🔧 Our platform enthusiastically welcomes all developers who want to participate actively by adding their APIs or working on improving the existing codebase. Collaboration is key for us and we're eager to see how the community will grow and develop together. 💼&lt;/p&gt;

&lt;p&gt;🤝 We'd be happy to receive your feedback and ideas to make our platform even better. Your opinion is extremely important to us and will allow us to constantly improve the service.&lt;/p&gt;

&lt;p&gt;Just 72 hours after the official launch, ApiVault reached:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🌎 over 2.1k users from around the world&lt;/li&gt;
&lt;li&gt;👀 2,600 repository views&lt;/li&gt;
&lt;li&gt;⭐ 92 stars received&lt;/li&gt;
&lt;li&gt;👨‍💻 7 contributors to the project.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🖥️ Visit the website to explore the numerous APIs already available! 🎉&lt;/p&gt;

&lt;p&gt;If you want to contribute feel free to do it!&lt;br&gt;
&lt;a href="https://github.com/Exifly/ApiVault" rel="noopener noreferrer"&gt;https://github.com/Exifly/ApiVault&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Dev.to community, we hope you'll join us on this journey to make the search for usable APIs more accessible and efficient for developers everywhere. Let's build something great together!&lt;/p&gt;

&lt;p&gt;And do not forget.. Happy coding to everyone! ❤️&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>vue</category>
      <category>api</category>
    </item>
  </channel>
</rss>
