<?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: Nikolaos Kamarinakis</title>
    <description>The latest articles on DEV Community by Nikolaos Kamarinakis (@k4m4).</description>
    <link>https://dev.to/k4m4</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%2F5351%2FMAZVcwhm.jpg</url>
      <title>DEV Community: Nikolaos Kamarinakis</title>
      <link>https://dev.to/k4m4</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/k4m4"/>
    <language>en</language>
    <item>
      <title>Weekly metrics for your GitHub repos with VANITY</title>
      <dc:creator>Nikolaos Kamarinakis</dc:creator>
      <pubDate>Fri, 03 Apr 2020 17:31:04 +0000</pubDate>
      <link>https://dev.to/meeshkan/weekly-metrics-for-your-github-repos-with-vanity-3jf7</link>
      <guid>https://dev.to/meeshkan/weekly-metrics-for-your-github-repos-with-vanity-3jf7</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--T0Cx0wk9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://nikolaskama.me/content/images/2020/04/vanity_logo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--T0Cx0wk9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://nikolaskama.me/content/images/2020/04/vanity_logo.png" alt="VANITY logo"&gt;&lt;/a&gt;&lt;/p&gt;



&lt;p&gt;After searching for a way to gather weekly analytics on GitHub repositories and coming empty handed, we decided to build our own solution. So, we developed &lt;a href="https://vanity.dev"&gt;VANITY&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;VANITY sends you a weekly email with a list of your repositories. Each repo is captioned with its latest metrics and a comparison to the previous week's performance.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--yzmN1CRv--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://nikolaskama.me/content/images/2020/04/vanity_sample_email.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--yzmN1CRv--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://nikolaskama.me/content/images/2020/04/vanity_sample_email.png" alt="Example of VANITY's weekly emails" title="Example of VANITY's weekly emails" width="300px"&gt;&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;The entire project is open source and you can check out the &lt;a href="https://github.com/meeshkan/vanity"&gt;source code on VANITY's GitHub repo&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;It is powered by the following dependencies and technologies (in no particular order):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Queue management by &lt;a href="https://optimalbits.github.io/bull/"&gt;Bull&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Job persistence with &lt;a href="https://www.heroku.com/redis"&gt;Heroku Redis&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Emails sent with &lt;a href="https://sendgrid.com/"&gt;SendGrid&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Email templates using &lt;a href="https://ejs.co/"&gt;EJS&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Database models using &lt;a href="https://sequelize.org/"&gt;Sequelize ORM&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Database tables stored in &lt;a href="https://www.heroku.com/postgres"&gt;Heroku Postgres&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Hosting on &lt;a href="https://zeit.co/"&gt;ZEIT Now&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Web application built with &lt;a href="https://nextjs.org/"&gt;Next.js&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;CSS design with &lt;a href="https://tachyons.io/"&gt;Tachyons&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Error management with &lt;a href="https://sentry.io/"&gt;Sentry&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Roadmap
&lt;/h2&gt;

&lt;p&gt;There's a lot more that we want to add to VANITY. Here are a few of our ideas:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Support for organization repositories &lt;/li&gt;
&lt;li&gt;More metrics (such as number of &lt;em&gt;opened/closed issues&lt;/em&gt;, &lt;em&gt;opened/closed pull requests&lt;/em&gt;, and &lt;em&gt;commits&lt;/em&gt;)&lt;/li&gt;
&lt;li&gt;Daily emails&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can keep track of the things we're working on at the &lt;a href="https://github.com/meeshkan/vanity/issues"&gt;VANITY GitHub repository&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  What do you think?
&lt;/h2&gt;

&lt;p&gt;We'd love to hear what you think about VANITY, ideas for improvement, and features you want to see! Please, don't hesitate to &lt;a href="https://github.com/meeshkan/vanity/issues"&gt;open an issue&lt;/a&gt; or &lt;a href="//mailto:nikolaos@meeshkan.com"&gt;reach out via email&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>opensource</category>
      <category>github</category>
    </item>
  </channel>
</rss>
