<?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: Eddie Jaoude</title>
    <description>The latest articles on DEV Community by Eddie Jaoude (@eddiejaoude).</description>
    <link>https://dev.to/eddiejaoude</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%2F69863%2Fcfa4610c-5528-49ef-ac05-e96fefd78043.jpeg</url>
      <title>DEV Community: Eddie Jaoude</title>
      <link>https://dev.to/eddiejaoude</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/eddiejaoude"/>
    <language>en</language>
    <item>
      <title>Community GitHub Action that welcomes and logs stats from the community</title>
      <dc:creator>Eddie Jaoude</dc:creator>
      <pubDate>Fri, 18 Sep 2020 00:41:28 +0000</pubDate>
      <link>https://dev.to/eddiejaoude/community-github-action-that-welcomes-and-logs-stats-from-the-community-4551</link>
      <guid>https://dev.to/eddiejaoude/community-github-action-that-welcomes-and-logs-stats-from-the-community-4551</guid>
      <description>&lt;h3&gt;
  
  
  My Workflow
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://github.com/EddieJaoudeCommunity/gh-action-community"&gt;gh-action-community&lt;/a&gt; is being used on all our community repositories to welcome and log statistics from the community so that we can give out digital badges. It is being used on our &lt;a href="https://github.com/EddieJaoudeCommunity/support/blob/main/.github/workflows/community.yml"&gt;support repo&lt;/a&gt; as well as other repos in our community GitHub organisation &lt;a href="https://github.com/EddieJaoudeCommunity"&gt;https://github.com/EddieJaoudeCommunity&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Everything is configurable from the reply messages to Issues and Pull Requests, to which events to log for gamification.&lt;/p&gt;

&lt;h3&gt;
  
  
  Submission Category:
&lt;/h3&gt;

&lt;p&gt;I think this belongs in the &lt;code&gt;Maintainer Must-Haves&lt;/code&gt; category, to be inclusive and gamify community contributions.&lt;/p&gt;

&lt;h3&gt;
  
  
  Yaml File or Link to Code
&lt;/h3&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--A9-wwsHG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/EddieHubCommunity"&gt;
        EddieHubCommunity
      &lt;/a&gt; / &lt;a href="https://github.com/EddieHubCommunity/gh-action-community"&gt;
        gh-action-community
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      GitHub Action for the Community, from welcoming first timers to badges
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;GitHub Action Community &lt;a rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/d8920e2314d19bb9f654107c68e7a90a12a9151e711be5362cc9576019745767/68747470733a2f2f692e696d6775722e636f6d2f6d3645597265312e706e67"&gt;&lt;img src="https://camo.githubusercontent.com/d8920e2314d19bb9f654107c68e7a90a12a9151e711be5362cc9576019745767/68747470733a2f2f692e696d6775722e636f6d2f6d3645597265312e706e67" width="50px"&gt;&lt;/a&gt;
&lt;/h1&gt;
&lt;/div&gt;
&lt;p&gt;GitHub Action for the Community - from welcoming first timers to logging your activity for badges!&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;GitHub Action Features 💡&lt;/h2&gt;
&lt;/div&gt;
&lt;p&gt;These GitHub Actions will:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;reply to all new &lt;strong&gt;Issues&lt;/strong&gt; and &lt;strong&gt;Pull Requests&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;log statistics of user activity to Firestore DB (Firebase)&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Quickstart&lt;/h2&gt;
&lt;/div&gt;
&lt;p&gt;You can use 1 or all of these GitHub Actions.&lt;/p&gt;
&lt;p&gt;To create a GitHub Action&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;In the folder &lt;code&gt;.github/workflows/&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Create a file &lt;code&gt;welcome.yaml&lt;/code&gt; (or another name you prefer)&lt;/li&gt;
&lt;li&gt;Add the Action config&lt;/li&gt;
&lt;/ol&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;Welcoming message&lt;/h3&gt;

&lt;/div&gt;
&lt;p&gt;This GitHub Action will reply to all new &lt;strong&gt;Issues&lt;/strong&gt; and &lt;strong&gt;Pull Requests&lt;/strong&gt; with a custom message&lt;/p&gt;
&lt;p&gt;Example usage (you can change the replies for &lt;code&gt;issue-message&lt;/code&gt; and &lt;code&gt;pr-message&lt;/code&gt;)&lt;/p&gt;
&lt;div class="highlight highlight-source-yaml notranslate position-relative overflow-auto js-code-highlight"&gt;
&lt;pre&gt;  &lt;span class="pl-ent"&gt;welcome&lt;/span&gt;
    &lt;span class="pl-ent"&gt;runs-on&lt;/span&gt;: &lt;span class="pl-s"&gt;ubuntu-latest&lt;/span&gt;
    &lt;span class="pl-ent"&gt;steps&lt;/span&gt;:
      - &lt;span class="pl-ent"&gt;uses&lt;/span&gt;: &lt;span class="pl-s"&gt;actions/checkout@main&lt;/span&gt;
      - &lt;span class="pl-ent"&gt;uses&lt;/span&gt;: &lt;span class="pl-s"&gt;EddieHubCommunity/gh-action-community/src/welcome@main&lt;/span&gt;
        &lt;span class="pl-ent"&gt;with&lt;/span&gt;:
          &lt;span class="pl-ent"&gt;github-token&lt;/span&gt;: &lt;span class="pl-s"&gt;${{ secrets.GITHUB_TOKEN }}&lt;/span&gt;
          &lt;span class="pl-ent"&gt;issue-message&lt;/span&gt;: &lt;span class="pl-s"&gt;&lt;span class="pl-pds"&gt;'&lt;/span&gt;&amp;lt;h1&amp;gt;It&lt;span class="pl-cce"&gt;''&lt;/span&gt;s great having you contribute to this project&amp;lt;/h1&amp;gt; Feel free to raise an &amp;lt;strong&amp;gt;Issue&amp;lt;/strong&amp;gt;! Welcome to&lt;/span&gt;&lt;/pre&gt;…
&lt;/div&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/EddieHubCommunity/gh-action-community"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;h3&gt;
  
  
  Additional Resources / Info
&lt;/h3&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--A9-wwsHG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/EddieHubCommunity"&gt;
        EddieHubCommunity
      &lt;/a&gt; / &lt;a href="https://github.com/EddieHubCommunity/support"&gt;
        support
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Community Help &amp;amp; Support and AEA (Ask Everyone Anything)
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;p&gt;&lt;a href="https://gitpod.io/#https://github.com/eddiehubcommunity/support" rel="nofollow"&gt;&lt;img src="https://camo.githubusercontent.com/95fbab4ac41e62a9f66e6d1d78f8249c418b33f8c7739c4f9c593f953f5362de/68747470733a2f2f676974706f642e696f2f627574746f6e2f6f70656e2d696e2d676974706f642e737667" alt="Open in Gitpod"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Community Support&lt;/h1&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href="http://discord.eddiehub.org" rel="nofollow"&gt;&lt;img src="https://camo.githubusercontent.com/96b7fa7435838f0f546014157475e3f5ce4ef3ec9eee8ccd172e7f8ff1874ae6/68747470733a2f2f696d672e736869656c64732e696f2f646973636f72642f3639393630383431373033393238363239333f7374796c653d666c61742d737175617265" alt="Discord"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://discord.eddiehub.org" rel="nofollow"&gt;Join the Discord Community&lt;/a&gt; — &lt;a href="https://www.youtube.com/user/eddiejaoude" rel="nofollow"&gt;Subscribe to Eddie Jaoude's YouTube channel&lt;/a&gt;&lt;/p&gt;

&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Guides&lt;/h2&gt;

&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Raise an &lt;a href="https://github.com/EddieHubCommunity/support/issues/new?assignees=&amp;amp;labels=invite+me+to+the+organisation&amp;amp;template=invitation.yml&amp;amp;title=Please+invite+me+to+the+GitHub+Community+Organization"&gt;issue to join the EddieHub GitHub organisation&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Actions go under &lt;a href="https://github.com/EddieHubCommunity/support/issues"&gt;issues&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Bugs&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Add me to the organization&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Miscellaneous go under &lt;a href="https://github.com/EddieHubCommunity/support/discussions"&gt;Discussions&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Questions&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ideas (once discussed, an Issue could be created and linked to the Discussion thread)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Showcase of Open Source Portfolios to get feedback from community members.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Feel free to check out other cool repositories of EddieHub &lt;a href="https://github.com/EddieHubCommunity"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;FAQs&lt;/h2&gt;

&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;What is a GitHub Organization?&lt;/strong&gt; Essentially it's a way to group many repositories in an entity called an organization. An organization also allows us to group people who contribute and are a part of the community. Some examples would be - &lt;a href="https://github.com/Netflix"&gt;Netflix&lt;/a&gt;, &lt;a href="https://github.com/facebook"&gt;Facebook&lt;/a&gt;, and of course &lt;a href="https://github.com/EddieHubCommunity"&gt;EddieHub&lt;/a&gt;
Learn more on &lt;a href="https://docs.github.com/en/github/setting-up-and-managing-organizations-and-teams/about-organizations"&gt;GitHub docs&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;How do I join the Github Organization?&lt;/strong&gt; Raise an issue on this repository asking to join (&lt;a href="https://github.com/EddieHubCommunity/support/issues/new?assignees=&amp;amp;labels=invite+me+to+the+organisation&amp;amp;template=invitation.md&amp;amp;title=Please+invite+me+to+the+GitHub+Community+Organization"&gt;invite&lt;/a&gt;…&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/EddieHubCommunity/support"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/5ncuRFwnrdc"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>actionshackathon</category>
      <category>github</category>
      <category>opensource</category>
    </item>
    <item>
      <title>GitHub Actions Hackathon: json to html table</title>
      <dc:creator>Eddie Jaoude</dc:creator>
      <pubDate>Thu, 17 Sep 2020 23:08:09 +0000</pubDate>
      <link>https://dev.to/eddiejaoude/github-actions-hackathon-json-to-html-table-384d</link>
      <guid>https://dev.to/eddiejaoude/github-actions-hackathon-json-to-html-table-384d</guid>
      <description>&lt;h3&gt;
  
  
  My Workflow
&lt;/h3&gt;

&lt;p&gt;This GitHub Action creates a &lt;code&gt;html&lt;/code&gt; table in your README.md from a &lt;code&gt;json&lt;/code&gt; file.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/EddieJaoudeCommunity/gh-actions-html-table-generator" rel="noopener noreferrer"&gt;gh-actions-html-table-generator&lt;/a&gt; is being used on &lt;a href="https://github.com/EddieJaoudeCommunity/awesome-github-profiles" rel="noopener noreferrer"&gt;awesome-github-profiles&lt;/a&gt; where from a &lt;code&gt;json&lt;/code&gt; file, it generates a customisable and configurable &lt;code&gt;html&lt;/code&gt; table.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fuser-images.githubusercontent.com%2F624760%2F91109172-0f905980-e672-11ea-8126-16276c821914.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fuser-images.githubusercontent.com%2F624760%2F91109172-0f905980-e672-11ea-8126-16276c821914.png" alt="example html table"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Submission Category:
&lt;/h3&gt;

&lt;p&gt;This is a &lt;code&gt;Maintainer Must-Haves&lt;/code&gt; utility. Not having to worry about changing the number of columns or cell layout. With a simple GitHub Action configuration, the Action will regenerate the &lt;code&gt;html&lt;/code&gt; table for any &lt;code&gt;json&lt;/code&gt; data structure&lt;/p&gt;

&lt;h3&gt;
  
  
  Yaml File or Link to Code
&lt;/h3&gt;

&lt;p&gt;GitHub Action...&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/EddieHubCommunity" rel="noopener noreferrer"&gt;
        EddieHubCommunity
      &lt;/a&gt; / &lt;a href="https://github.com/EddieHubCommunity/gh-actions-html-table-generator" rel="noopener noreferrer"&gt;
        gh-actions-html-table-generator
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Read from a json file and write to the README
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Table generator&lt;/h1&gt;
&lt;/div&gt;
&lt;p&gt;This GitHub Action creates a html table in your &lt;code&gt;README.md&lt;/code&gt; from a json file.&lt;/p&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/624760/91109172-0f905980-e672-11ea-8126-16276c821914.png"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fuser-images.githubusercontent.com%2F624760%2F91109172-0f905980-e672-11ea-8126-16276c821914.png" alt="Screenshot"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Inputs&lt;/h2&gt;
&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;
&lt;code&gt;github-token&lt;/code&gt; [REQUIRED]&lt;/h3&gt;
&lt;/div&gt;
&lt;p&gt;This is available in your GitHub Action&lt;/p&gt;
&lt;div class="highlight highlight-source-yaml notranslate position-relative overflow-auto js-code-highlight"&gt;
&lt;pre&gt;&lt;span class="pl-ent"&gt;with&lt;/span&gt;:
    &lt;span class="pl-ent"&gt;github-token&lt;/span&gt;: &lt;span class="pl-s"&gt;${{ secrets.GITHUB_TOKEN }}&lt;/span&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;
&lt;code&gt;html-cell&lt;/code&gt; [REQUIRED]&lt;/h3&gt;

&lt;/div&gt;
&lt;p&gt;This is the html table cell content with &lt;code&gt;object-field-names&lt;/code&gt;&lt;/p&gt;
&lt;div class="highlight highlight-source-yaml notranslate position-relative overflow-auto js-code-highlight"&gt;
&lt;pre&gt;&lt;span class="pl-ent"&gt;with&lt;/span&gt;:
    &lt;span class="pl-ent"&gt;html-cell&lt;/span&gt;: &lt;span class="pl-s"&gt;&lt;span class="pl-pds"&gt;'&lt;/span&gt;&amp;lt;td&amp;gt;{{ firstname }} {{ lastname }}&amp;lt;/td&amp;gt;&lt;span class="pl-pds"&gt;'&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;
&lt;code&gt;object-field-names&lt;/code&gt; [REQUIRED]&lt;/h3&gt;

&lt;/div&gt;
&lt;p&gt;This is json, and contains a list of the names of the fields in your json file data object&lt;/p&gt;
&lt;div class="highlight highlight-source-yaml notranslate position-relative overflow-auto js-code-highlight"&gt;
&lt;pre&gt;&lt;span class="pl-ent"&gt;with&lt;/span&gt;:
    &lt;span class="pl-ent"&gt;object-field-names&lt;/span&gt;: &lt;span class="pl-s"&gt;&lt;span class="pl-pds"&gt;'&lt;/span&gt;[ "firstname", "lastname" ]&lt;span class="pl-pds"&gt;'&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;
&lt;code&gt;columns&lt;/code&gt; [OPTIONAL]&lt;/h3&gt;

&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;defaults to &lt;code&gt;2&lt;/code&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;div class="highlight highlight-source-yaml notranslate position-relative overflow-auto js-code-highlight"&gt;
&lt;pre&gt;&lt;span class="pl-ent"&gt;with&lt;/span&gt;:
    &lt;span class="pl-ent"&gt;columns&lt;/span&gt;: &lt;span class="pl-c1"&gt;3&lt;/span&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;
&lt;code&gt;json-file-path&lt;/code&gt; [OPTIONAL]&lt;/h3&gt;

&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;defaults to &lt;code&gt;data.json&lt;/code&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;div class="highlight highlight-source-yaml notranslate position-relative overflow-auto js-code-highlight"&gt;
&lt;pre&gt;&lt;span class="pl-ent"&gt;with&lt;/span&gt;:
    &lt;span class="pl-ent"&gt;json-file-path&lt;/span&gt;: &lt;span class="pl-s"&gt;&lt;span class="pl-pds"&gt;'&lt;/span&gt;your-filename.json&lt;span class="pl-pds"&gt;'&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;
&lt;code&gt;file-to-use&lt;/code&gt; [OPTIONAL]&lt;/h3&gt;

&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Defaults to &lt;code&gt;README.md&lt;/code&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;div class="highlight highlight-source-yaml notranslate position-relative overflow-auto js-code-highlight"&gt;
&lt;pre&gt;&lt;span class="pl-ent"&gt;with&lt;/span&gt;:
    &lt;span class="pl-ent"&gt;file-to-use&lt;/span&gt;: &lt;span class="pl-s"&gt;&lt;span class="pl-pds"&gt;'&lt;/span&gt;README.md&lt;span class="pl-pds"&gt;'&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;
&lt;code&gt;section-name&lt;/code&gt; [OPTIONAL]&lt;/h3&gt;

&lt;/div&gt;
&lt;p&gt;This allows you to change the &lt;code&gt;data-section&lt;/code&gt; name in the comments to something else.
This also allows multiple runs on the same file, for different sections.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;defaults&lt;/strong&gt;…&lt;/p&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/EddieHubCommunity/gh-actions-html-table-generator" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;h3&gt;
  
  
  Additional Resources / Info
&lt;/h3&gt;

&lt;p&gt;Used on this repo...&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/EddieHubCommunity" rel="noopener noreferrer"&gt;
        EddieHubCommunity
      &lt;/a&gt; / &lt;a href="https://github.com/EddieHubCommunity/awesome-github-profiles" rel="noopener noreferrer"&gt;
        awesome-github-profiles
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      List of GitHub profiles that have awesome customisation, that you can use for inspiration
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Note: This repository is &lt;em&gt;not&lt;/em&gt; included in the Hacktoberfest event, as it is for practice only!&lt;/h1&gt;
&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Awesome GitHub profiles&lt;/h2&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href="https://github.com/EddieHubCommunity/awesome-github-profiles/actions/workflows/main.yml" rel="noopener noreferrer"&gt;&lt;img src="https://github.com/EddieHubCommunity/awesome-github-profiles/actions/workflows/main.yml/badge.svg" alt="Read/Write profiles' data"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;List of GitHub profiles that have awesome customization, that you can use for inspiration.&lt;br&gt;
Feel free to submit a &lt;a href="https://github.com/EddieHubCommunity/awesome-github-profiles/pulls" rel="noopener noreferrer"&gt;pull request&lt;/a&gt; with your suggestions for awesome GitHub profiles.&lt;/p&gt;
&lt;p&gt;
  &lt;a href="https://github.com/EddieHubCommunity" rel="noopener noreferrer"&gt;
    &lt;img src="https://camo.githubusercontent.com/195facd379a9c52c523ed3063719d07a00b9f4098ace96d1dd181f1c66fb4cf4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6275696c745f776974682d6c6f76652d726564" alt="built with love badge"&gt;
 &lt;/a&gt;
  &lt;a href="https://github.com/EddieHubCommunity" rel="noopener noreferrer"&gt;
    &lt;img src="https://camo.githubusercontent.com/e44e8df080334449418f8e651404288b575a90cb4fb229d54f7b7aa5a61851a4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d6164655f776974682d6d61726b646f776e2d626c7565" alt="made with markdown badge"&gt;
 &lt;/a&gt;
  &lt;a href="https://github.com/EddieHubCommunity" rel="noopener noreferrer"&gt;
    &lt;img src="https://camo.githubusercontent.com/8239b29148837dc2f17d06869b28c769b976761029da440c8c3a9d41324a7c7d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6f70656e2d736f757263652d677265656e" alt="open source badge"&gt;
 &lt;/a&gt;
 &lt;br&gt;
 &lt;a href="https://eddiehubcommunity.github.io/awesome-github-profiles/" rel="nofollow noopener noreferrer"&gt;
    &lt;img src="https://camo.githubusercontent.com/3e02840cc6cf6b4fc30ad8e532fd64a0f4871902630141ab27f222bd4f6f1761/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636865636b5f69742d6f75742d626c7565" alt="check it out badge"&gt;
 &lt;/a&gt;
  &lt;a href="https://github.com/EddieHubCommunity" rel="noopener noreferrer"&gt;
    &lt;img src="https://camo.githubusercontent.com/66c99db442639f694a8ff4e1a05900f0bb0dc3a7d5723111ac59360b60ea2fcc/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6275696c745f62792d646576656c6f706572732d79656c6c6f77" alt="built by developers badge"&gt;
 &lt;/a&gt;
&lt;/p&gt;

&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;How can I add my GitHub profile? 🤷‍♀️🤷‍♂️&lt;/h2&gt;
&lt;/div&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Create an &lt;a href="https://github.com/EddieHubCommunity/awesome-github-profiles/issues" rel="noopener noreferrer"&gt;issue&lt;/a&gt;, with the title as your name, and in the description put a screenshot of the customised GitHub profile page (copy the generated image URL, this will be needed in the next step). The URL will look something like this &lt;code&gt;https://github.com/EddieHubCommunity/awesome-github-profiles/assets/51878265/ee31b832-d549-4df9-8ffe-24419f9d0e46&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fork the project, using the top right corner button, that states &lt;code&gt;fork&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Create a file named &lt;code&gt;your-username.json&lt;/code&gt; in the directory &lt;a href="https://github.com/EddieHubCommunity/awesome-github-profiles/tree/main/profiles" rel="noopener noreferrer"&gt;&lt;code&gt;profiles&lt;/code&gt;&lt;/a&gt; with the following content.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;span&gt;Your entry should be similar to this example:&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;div class="highlight highlight-source-json notranslate position-relative overflow-auto js-code-highlight"&gt;
&lt;pre&gt;{
  &lt;span class="pl-ent"&gt;"image"&lt;/span&gt;: &lt;span class="pl-s"&gt;&lt;span class="pl-pds"&gt;"&lt;/span&gt;https://user-images.githubusercontent.com/624760/91057573-48531300-e61f-11ea-9e13-2d7384e42000.png&lt;span class="pl-pds"&gt;"&lt;/span&gt;&lt;/span&gt;
  &lt;span class="pl-ent"&gt;"issueId"&lt;/span&gt;: &lt;span class="pl-c1"&gt;66&lt;/span&gt;,
  &lt;span class="pl-ent"&gt;"name"&lt;/span&gt;: &lt;span class="pl-s"&gt;&lt;span class="pl-pds"&gt;"&lt;/span&gt;Eddie Jaoude&lt;span class="pl-pds"&gt;"&lt;/span&gt;&lt;/span&gt;,
  &lt;/pre&gt;…
&lt;/div&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/EddieHubCommunity/awesome-github-profiles" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;



&lt;p&gt;GitHub Actions video, from what is GitHub Actions all the way to customising your own with Javascript &lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/5ncuRFwnrdc"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>actionshackathon</category>
      <category>github</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Community Spotlight on: Jose David Pereira</title>
      <dc:creator>Eddie Jaoude</dc:creator>
      <pubDate>Thu, 10 Sep 2020 22:02:59 +0000</pubDate>
      <link>https://dev.to/eddiejaoude/community-spotlight-on-jose-david-pereira-1o96</link>
      <guid>https://dev.to/eddiejaoude/community-spotlight-on-jose-david-pereira-1o96</guid>
      <description>&lt;p&gt;Welcome to &lt;strong&gt;Community Spotlight&lt;/strong&gt;, where I shine the spotlight on a member of the community that I find inspiring as a result of their journey, contributions or outlook to tech.  &lt;/p&gt;

&lt;p&gt;In this edition we have &lt;strong&gt;Jose David Pereira&lt;/strong&gt;, or &lt;em&gt;"Bolt"&lt;/em&gt; as he is known in the tech community.  He is a Software Consultant in Lisbon, Portugal.&lt;/p&gt;

&lt;p&gt;I first met Jose David through my &lt;a href="http://youtube.com/eddiejaoude?sub_confirmation=1"&gt;YouTube channel&lt;/a&gt; as he became a subscriber.  From there things moved on organically with Jose David contributing to my Discord Bot called "EddieBot", which responds to commands and which you can check out on &lt;a href="http://github.com/EddieJaoudeCommunity/EddieBot"&gt;Github&lt;/a&gt;. I find that Jose David is a great asset to the community as he contributes with code but also with support and encouragement to others. &lt;/p&gt;

&lt;p&gt;Jose David first got into tech in his last year of high school as he wanted to learn programming to build computer games.  Jose David decided to teach himself Java - I really identify with this given that I began my programming journey by teaching myself PHP.  Following high school, Jose David went on to choose a degree in Computer Science.  It always interests me when someone pursues a Computer Science degree as I did not.  I do sometimes wonder whether I would have reached my programming skill level sooner if I had done such a degree, although it is undeniable that my engineering background did form a solid base for my programming practice.&lt;/p&gt;

&lt;p&gt;By his own admission, Jose David found it hard at the start to understand object oriented programming as well as best practices, and as a result and in his own words: “my code sucked”! Having seen Jose David’s code, I cannot see how this could ever have "sucked" but it is great to see when someone understands the correlation between good code and best practices.  To me, best practices (such as automation and small pull requests) are vital in order to promote maintainability, readability and longevity of code.  By his second year at university however, Jose David “started falling in love with the craft” and focused on the pursuit of learning more and more.  What started with wanting to learn how to programme so that he could play his own computer games, software is now his passion.  &lt;/p&gt;

&lt;p&gt;For Jose David Open Source is all about collaboration with other Devs - this could be working together for creating something of value or just for mere fun.  Currently Jose David and I are collaborating on our &lt;a href="http://github.com/EddieJaoudeCommunity"&gt;community projects&lt;/a&gt; which I would say ticks both of these boxes!&lt;/p&gt;

&lt;p&gt;The type of collaboration that Open Source generates allows you -  in Jose David's opinion -  to broaden your horizons as you get to experience feedback from a wide range of people and you become exposed to their opinions and perspectives. For Jose David, the skill of knowing how to give feedback, but also how to embrace and act on feedback you receive is incredibly important.  I could not agree more.  I have had contracts where I have been the only developer and others where I have worked in a project team of over 40 developers - which provides for very different experiences.  No matter where you are on that spectrum, interacting with the Open Source community will give you invaluable exposure to different ways of approaching and solving a problem, as well as learning how to work collaboratively.   &lt;/p&gt;

&lt;p&gt;I got to know Lisbon in a tech context four years ago when I attended my first WebSummit and it is undeniable that the city is becoming a real tech hub.  Government funding and company friendly regulations, incubators and boot camps popping up, as well as big names such as Mercedes and Google setting up technology hubs, makes this a very attractive proposition for home grown talent such as Jose David, as well as digital nomads.  Let’s also not forget  the quality of life element - from the fantastic weather to eco-friendly living and affordability.  &lt;/p&gt;

&lt;p&gt;Jose David, our community really appreciates your coding and supportive contributions - keep going! &lt;/p&gt;

&lt;p&gt;Follow Jose David on &lt;a href="https://twitter.com/BOLT2938"&gt;Twitter&lt;/a&gt; and &lt;/p&gt;
&lt;div class="ltag__user ltag__user__id__192676"&gt;
    &lt;a href="/bolt04" class="ltag__user__link profile-image-link"&gt;
      &lt;div class="ltag__user__pic"&gt;
        &lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F192676%2F440e4e98-12b6-4ae8-ba41-f5598d7e9210.jpg" alt="bolt04 image"&gt;
      &lt;/div&gt;
    &lt;/a&gt;
  &lt;div class="ltag__user__content"&gt;
    &lt;h2&gt;
&lt;a class="ltag__user__link" href="/bolt04"&gt;David Pereira&lt;/a&gt;Follow
&lt;/h2&gt;
    &lt;div class="ltag__user__summary"&gt;
      &lt;a class="ltag__user__link" href="/bolt04"&gt;I love learning, programming and discover new solutions. Also kotlin rules&lt;/a&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;


</description>
      <category>opensource</category>
      <category>github</category>
      <category>webdev</category>
      <category>fullstack</category>
    </item>
    <item>
      <title>Failure is an option event by FemTechTalks</title>
      <dc:creator>Eddie Jaoude</dc:creator>
      <pubDate>Wed, 08 Aug 2018 06:18:08 +0000</pubDate>
      <link>https://dev.to/eddiejaoude/failure-is-an-option-event-by-femtechtalks-33l0</link>
      <guid>https://dev.to/eddiejaoude/failure-is-an-option-event-by-femtechtalks-33l0</guid>
      <description>&lt;p&gt;Failure is an option event by FemTechTalks&lt;/p&gt;

&lt;p&gt;Yes, we believe failure can indeed be an option… to enable our learning and success!&lt;/p&gt;

&lt;p&gt;For every public success you see, there has likely (most definitely!) been a thousand failures behind it. From startup founders “killing it” to bestseller authors to those landing their dream job. Thanks to more and more publicly successful figures speaking out about ‘failure’ being their actual building blocks to ‘success’, from Benjamin Franklin and J.K Rowling to Ariana Huffington and Steve Jobs, we are gradually treating it as an acceptable option.&lt;/p&gt;

&lt;p&gt;Or… not so much?&lt;/p&gt;

&lt;p&gt;Whilst publicly shared failure stories are becoming increasingly romanticised, the stigma can still persist — most significantly — within ourselves.&lt;/p&gt;

&lt;p&gt;Come join us as we spend an evening exploring how we can better embrace our failures to achieve our goals.&lt;/p&gt;

&lt;p&gt;We are thrilled to be joined by a brilliant panel of speakers:&lt;/p&gt;

&lt;p&gt;Bethan Davies — Co-Founder, The Bravest Path Bethan has over 10 years’ experience in finance and hi-tech sectors, at Autodesk, Prudential and Munich Re in regional and global leadership positions. She has now co-founded the Bravest Path, bringing a different approach to developing individuals and organisational cultures to deliver sustainable behavioural and cultural change. Bethan focuses on helping women be bolder, self-compassionate and authentic, making workplaces more human and humane.&lt;/p&gt;

&lt;p&gt;Anna Lampart — Life Coach From her own array of life experiences, Anna has been inspired to help others overcome their personal and work challenges as a Transformational Life Coach, taking a holistic view of mind, body and soul.&lt;/p&gt;

&lt;p&gt;Heather Parker — Product Owner, The App Business Through a few twists, turns and about-faces, Hannah has made her way from a Chemistry degree to a school lab technician, a PhD student and a stint of management consulting to land her current role as a Product Owner at TAB.&lt;/p&gt;

&lt;p&gt;Chair: Laura Alderson — Co-Founder, FemTechTalks; Executive Assistant to CEO, Ordnance Survey Laura is an innovation professional who has worked in the tech and utilities sectors for over five years. With experience running startup accelerator programmes and developing and delivering innovation strategy, she is currently working with Cabinet Office on a project to open the UK’s best geospatial datasets.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Dont forget the bloopers at the end ;)&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Subscribe to my YouTube channel for more videos on #opensource #github #remote #startup &amp;amp; #inclusion. Eddie is founder of the open source project DashboardHub. &lt;a href="https://youtube.com/eddiejaoude?sub_confirmation=1" rel="noopener noreferrer"&gt;http://youtube.com/eddiejaoude&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.youtube.com/watch?v=c6nWyl_-cG8" rel="noopener noreferrer"&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%2Fzwwa1450d266m69bggdd.png" alt="YouTube" width="800" height="505"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Equipment: Sony A7III, Tamron 28–75mm F/2.8 Di III RXD, Moza AirCross and iMac Pro with Final Cut Pro&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Medium post &lt;a href="https://medium.com/@eddiejaoude/failure-is-an-option-21a74a8fbf81" rel="noopener noreferrer"&gt;https://medium.com/@eddiejaoude/failure-is-an-option-21a74a8fbf81&lt;/a&gt; &lt;/p&gt;

</description>
      <category>womenintech</category>
      <category>diversity</category>
      <category>startup</category>
      <category>entrepreneur</category>
    </item>
    <item>
      <title>Small YouTubers event London</title>
      <dc:creator>Eddie Jaoude</dc:creator>
      <pubDate>Tue, 31 Jul 2018 12:41:49 +0000</pubDate>
      <link>https://dev.to/eddiejaoude/small-youtubers-event-london-194n</link>
      <guid>https://dev.to/eddiejaoude/small-youtubers-event-london-194n</guid>
      <description>&lt;p&gt;Small YouTubers event London&lt;/p&gt;

&lt;p&gt;How to grow on YouTube — Small YouTubers and content creators event. Great event in London for networking and community building for small YouTubers.&lt;/p&gt;

&lt;p&gt;YouTubers with YouTube channels from a few people to 100k, everyone was really down to earth and friendly and keen to share their experiences and ideas — also including tips on community, collaboration (collabs), sponsorship etc.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Dont forget the bloopers at the end ;)&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Subscribe to my YouTube channel for more videos on #opensource #github #remote #startup &amp;amp; #inclusion. Eddie is founder of the open source project DashboardHub. &lt;a href="https://youtube.com/eddiejaoude?sub_confirmation=1" rel="noopener noreferrer"&gt;http://youtube.com/eddiejaoude&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.youtube.com/watch?v=vir9DGEeyQ8" rel="noopener noreferrer"&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%2Fubds4sce0kdyespnnl2o.png" alt="YouTube" width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Equipment: Sony A7III, Tamron 28–75mm F/2.8 Di III RXD, Moza AirCross and iMac Pro with Final Cut Pro&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Medium post &lt;a href="https://medium.com/@eddiejaoude/small-youtubers-event-london-cb3e391edb6d" rel="noopener noreferrer"&gt;https://medium.com/@eddiejaoude/small-youtubers-event-london-cb3e391edb6d&lt;/a&gt; &lt;/p&gt;

</description>
      <category>youtube</category>
      <category>community</category>
      <category>creators</category>
      <category>youtubers</category>
    </item>
    <item>
      <title>Daily OpenSource'ness</title>
      <dc:creator>Eddie Jaoude</dc:creator>
      <pubDate>Sat, 05 May 2018 00:35:43 +0000</pubDate>
      <link>https://dev.to/eddiejaoude/daily-opensourceness-11eb</link>
      <guid>https://dev.to/eddiejaoude/daily-opensourceness-11eb</guid>
      <description>&lt;p&gt;I &lt;strong&gt;strongly&lt;/strong&gt; believe it is better for YOU and YOUR career, as well as the community...and of course the world. If you spend a little time every day contributing to &lt;strong&gt;Open Source&lt;/strong&gt; - I do mean only a &lt;em&gt;little&lt;/em&gt;. It is surprising how much a little every day, will amount to a lot over 1 month - imagine 6 months...1 year...&lt;em&gt;you see where I am going with this&lt;/em&gt;!!&lt;/p&gt;

&lt;h3&gt;
  
  
  What is a contribution?
&lt;/h3&gt;

&lt;p&gt;A contribution can be practically anything, YES anything! It is not just about source code and pull requests (aka PRs). &lt;/p&gt;

&lt;p&gt;Here are some examples in addition to source code changes and PRs...&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Raising an issue for an idea or defect&lt;/li&gt;
&lt;li&gt;Documentation - we all know this is always lacking, so if you spot something missing, incomplete or incorrect, contribute it back and help the next person&lt;/li&gt;
&lt;li&gt;Confirming someone else's idea or defect, adding any additional value&lt;/li&gt;
&lt;li&gt;... and so much more ...&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  New to Open Source?
&lt;/h3&gt;

&lt;p&gt;If you want to join a community to help you get started in Open Source, please come and pair with me on Open Source &lt;strong&gt;Live&lt;/strong&gt; on Twitch &lt;a href="http://twitch.tv/eddiejaoude" rel="noopener noreferrer"&gt;http://twitch.tv/eddiejaoude&lt;/a&gt; and join our discord for #TwitchCoders &lt;a href="https://discordapp.com/invite/jVwPDFd" rel="noopener noreferrer"&gt;https://discordapp.com/invite/jVwPDFd&lt;/a&gt; to continue our discussions between live streams.&lt;/p&gt;

&lt;p&gt;If you want to practice your &lt;strong&gt;Git&lt;/strong&gt; and &lt;strong&gt;GitHub&lt;/strong&gt;, my Open Source project &lt;strong&gt;DashboardHub&lt;/strong&gt; welcomes all and any contributions. Even if just for practice. Raise a &lt;code&gt;test&lt;/code&gt; issue for fun, we won't mind. Head over there now and start contributing to Open Source today &lt;a href="http://github.com/DashboardHub/PipelineDashboard" rel="noopener noreferrer"&gt;http://github.com/DashboardHub/PipelineDashboard&lt;/a&gt; &lt;/p&gt;

&lt;h3&gt;
  
  
  What are your thoughts?
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Do you use Open Source (I think most people do even if they don't realise it)&lt;/li&gt;
&lt;li&gt;Do you contribute to Open Source already&lt;/li&gt;
&lt;li&gt;Do you want to contribute to Open Source&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Please let me know your thoughts in the comments below...&lt;/p&gt;

</description>
      <category>opensouce</category>
      <category>github</category>
      <category>community</category>
      <category>collaboration</category>
    </item>
  </channel>
</rss>
