<?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: Bellisario</title>
    <description>The latest articles on DEV Community by Bellisario (@bellisario).</description>
    <link>https://dev.to/bellisario</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%2F607960%2F6020b6a3-e079-4450-b2be-192370e42108.jpeg</url>
      <title>DEV Community: Bellisario</title>
      <link>https://dev.to/bellisario</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bellisario"/>
    <language>en</language>
    <item>
      <title>GitHub Profilator - Add GitHub profiles to Markdown in a snap</title>
      <dc:creator>Bellisario</dc:creator>
      <pubDate>Wed, 13 Jul 2022 15:30:17 +0000</pubDate>
      <link>https://dev.to/bellisario/github-profilator-add-github-profiles-to-markdown-in-a-snap-4cjo</link>
      <guid>https://dev.to/bellisario/github-profilator-add-github-profiles-to-markdown-in-a-snap-4cjo</guid>
      <description>&lt;h2&gt;
  
  
  Intro
&lt;/h2&gt;

&lt;p&gt;I just made public a Deno project on GitHub that tries to simplify the embed of (GitHub) profiles into markdown files by using just a Deno server (hosted on Deno Deploy) and a resulting SVG image of the wanted profile, like you can see for GitHub badges.&lt;/p&gt;

&lt;h2&gt;
  
  
  An example
&lt;/h2&gt;

&lt;h3&gt;
  
  
  This is how looks like a profile in Markdown
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--irYJCYLl--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4giy7idugctxw6d38vxy.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--irYJCYLl--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4giy7idugctxw6d38vxy.png" alt="Mardown Profile" width="176" height="182"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  This is GitHub Profilator
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--NkiKjkK9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/e0imyovwd8bfrg4r8xo3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--NkiKjkK9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/e0imyovwd8bfrg4r8xo3.png" alt="GitHub Profilator (Preview)" width="368" height="268"&gt;&lt;/a&gt;&lt;br&gt;
Look how looks good! And also errors are good to see (visually) ;)&lt;br&gt;
&lt;em&gt;(This is just a preview, because DEV.to does not support SVG uploads...)&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How the SVG is built
&lt;/h2&gt;

&lt;p&gt;For the first time (I'm not a designer and I never used this tool) I used Figma and exported the resulting SVG, then I manually modified the text (transforming it from SVG to &lt;code&gt;&amp;lt;text&amp;gt;&lt;/code&gt; tag for easily template changes) and the image (using a data URL to embed on GitHub).&lt;br&gt;
For all these, I wanted to use Handlebars but because Deno Deploy doesn't allow eval function (I discovered it with a Deploy crash) I decided to build my own (simple) template parser with the same &lt;code&gt;{{var_name}}&lt;/code&gt; syntax of Handlebars (without all the Handlebars logic template, just to use vars).&lt;/p&gt;

&lt;h2&gt;
  
  
  Looking for users and contributors
&lt;/h2&gt;

&lt;p&gt;This project is in Alpha now and I'm looking for help developing and debugging.&lt;br&gt;
If you want, you can find this project here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/Bellisario/profilator"&gt;https://github.com/Bellisario/profilator&lt;/a&gt;&lt;br&gt;
&lt;a href="https://profilator.deno.dev/"&gt;https://profilator.deno.dev/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>github</category>
      <category>deno</category>
      <category>denodeploy</category>
      <category>typescript</category>
    </item>
    <item>
      <title>Urly - Command Line URL Unshortener</title>
      <dc:creator>Bellisario</dc:creator>
      <pubDate>Sat, 03 Apr 2021 10:47:38 +0000</pubDate>
      <link>https://dev.to/bellisario/urly-command-line-url-unshortener-177d</link>
      <guid>https://dev.to/bellisario/urly-command-line-url-unshortener-177d</guid>
      <description>&lt;p&gt;I hate when someone tell me to click a link for a content and... I view that it's a shorten URL.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Me&lt;/em&gt; - Why have you shorten this URL?&lt;br&gt;
&lt;em&gt;Other&lt;/em&gt; - Because it was too long...&lt;br&gt;
&lt;em&gt;Me&lt;/em&gt; - No, I have no problem with long URLs, it's because you want &lt;strong&gt;track&lt;/strong&gt; me!&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Do you think this?&lt;/strong&gt;&lt;br&gt;
Ok, now you can unshort URLs with the simple command line app Urly, built with Node.js, compiled for who can't use NPM and, obviously, opensource!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Preview&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--gxi2AqIL--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vtzhsmqge59u0n1mnw58.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--gxi2AqIL--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vtzhsmqge59u0n1mnw58.gif" alt="Urly_Preview"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Discover, share, contribute and download at &lt;a href="https://github.com/Bellisario/Urly"&gt;Urly repository&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>node</category>
      <category>javascript</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
