<?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: Samuel Suther</title>
    <description>The latest articles on DEV Community by Samuel Suther (@suther).</description>
    <link>https://dev.to/suther</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%2F241222%2F3a9034cb-5bb9-4bef-83e5-16fcd05923ae.jpg</url>
      <title>DEV Community: Samuel Suther</title>
      <link>https://dev.to/suther</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/suther"/>
    <language>en</language>
    <item>
      <title>Regular Expression to find hastag-cloud at the end of an message</title>
      <dc:creator>Samuel Suther</dc:creator>
      <pubDate>Sat, 24 Jul 2021 06:45:20 +0000</pubDate>
      <link>https://dev.to/suther/regular-expression-to-find-hastag-cloud-at-the-end-of-an-message-199d</link>
      <guid>https://dev.to/suther/regular-expression-to-find-hastag-cloud-at-the-end-of-an-message-199d</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--DlCmNyEd--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/l6jwxozm6z3q969al4vr.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--DlCmNyEd--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/l6jwxozm6z3q969al4vr.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I do support a Project named &lt;code&gt;Facebook Newsbeamer&lt;/code&gt;, which do fetch your messages from your Facebook-Thread (via FB-API) and show in your News-Section at your Homepage. &lt;/p&gt;

&lt;p&gt;As you might know, you can use hashtags (like #myHastag) in Facebook to make people easily find your post. &lt;br&gt;
Some people do insert their hashtags right in the content, other ones put them all at the bottom of the message to provide a better readability of the message.&lt;/p&gt;

&lt;p&gt;I do call those "all hastags at the bottom of the message" - hastag-cloud.&lt;/p&gt;

&lt;p&gt;As we don't need the hashtag-cloud in our Newsboard at our Website, we decide to locate them, and cut them of.&lt;/p&gt;

&lt;h1&gt;
  
  
  How I did it
&lt;/h1&gt;

&lt;p&gt;And here is how I did it.&lt;br&gt;
We do fetch the messages via PHP ⇒ FB-API. So I've created a &lt;code&gt;Regular-Expression&lt;/code&gt; which does the job!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://regexr.com/62fbp"&gt;https://regexr.com/62fbp&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So as this might also be usefull for other ones, I do share it here.&lt;br&gt;
Feel free to use and share it for free.&lt;/p&gt;

</description>
      <category>hashtag</category>
      <category>regularexpression</category>
      <category>facebook</category>
    </item>
    <item>
      <title>Display Your Google Calendar Entries as sortable Event-List-Table</title>
      <dc:creator>Samuel Suther</dc:creator>
      <pubDate>Thu, 01 Jul 2021 10:16:55 +0000</pubDate>
      <link>https://dev.to/suther/display-your-google-calendar-entries-as-sortable-event-list-table-56pp</link>
      <guid>https://dev.to/suther/display-your-google-calendar-entries-as-sortable-event-list-table-56pp</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--8dEbdMbV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/syucxmaxmqmiel6frex0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--8dEbdMbV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/syucxmaxmqmiel6frex0.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I've created some time ago this handy little Widget to fetch Google Calendar Entries via API and output as an sortable Event-List-Table at your Website.&lt;br&gt;
It's coded in reactJS and support even old Browsers like IE10. &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;No Webserver with PHP or Database needed, because it's plain HTML, JS and CSS.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;It's free to use (MIT License), hope you guys will have some benefit of using it.&lt;/p&gt;

&lt;p&gt;What do you think about this?&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/xstable/xst-google-calendar-events"&gt;https://github.com/xstable/xst-google-calendar-events&lt;/a&gt;&lt;/p&gt;

</description>
      <category>react</category>
      <category>google</category>
    </item>
    <item>
      <title>How to connect your Server to Discord in 10 Minutes</title>
      <dc:creator>Samuel Suther</dc:creator>
      <pubDate>Thu, 22 Apr 2021 11:04:49 +0000</pubDate>
      <link>https://dev.to/suther/how-to-connect-your-server-to-discord-in-10-minutes-25gp</link>
      <guid>https://dev.to/suther/how-to-connect-your-server-to-discord-in-10-minutes-25gp</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--_wPViMyy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/voubj18gy3d2gzj2yd54.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--_wPViMyy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/voubj18gy3d2gzj2yd54.jpeg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I've created a tiny article at our new Blog as we found this implementation useful for our starting SaaS-Service &lt;code&gt;JUST-SELL.online&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;So I share it here... might be help somebody to fast and easy connect their own server with discord.&lt;/p&gt;

&lt;h2&gt;
  
  
  EN:
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://just-sell-online-en.blogspot.com/2021/04/send-server-messages-to-discord.html"&gt;https://just-sell-online-en.blogspot.com/2021/04/send-server-messages-to-discord.html&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  DE:
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://just-sell-online.blogspot.com/2021/04/servernachrichten-in-discord-ausgeben.html"&gt;https://just-sell-online.blogspot.com/2021/04/servernachrichten-in-discord-ausgeben.html&lt;/a&gt;&lt;/p&gt;

</description>
      <category>discord</category>
      <category>linux</category>
      <category>server</category>
      <category>buildinpublic</category>
    </item>
    <item>
      <title>Who explain me this Shell-Command? this.service does! ;)</title>
      <dc:creator>Samuel Suther</dc:creator>
      <pubDate>Thu, 14 Nov 2019 08:21:48 +0000</pubDate>
      <link>https://dev.to/suther/who-explain-me-this-shell-command-this-service-31o4</link>
      <guid>https://dev.to/suther/who-explain-me-this-shell-command-this-service-31o4</guid>
      <description>&lt;p&gt;&lt;em&gt;This&lt;/em&gt; pipes to &lt;em&gt;that&lt;/em&gt;, doing &lt;em&gt;something&lt;/em&gt; and leading back to &lt;em&gt;this &amp;amp; that&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;If you ever struggled with an huge shell-script-command and you'd whish to have somebody (or something) that explains this huge command to you... I have a hint for you:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://explainshell.com/"&gt;explainshell.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I've found this Page some minutes ago, and still love it!&lt;br&gt;
As I've seen so many good hint's here on DEV.to, I'd like to share this one to you - hopefully it helps you a bit.&lt;/p&gt;

</description>
      <category>linux</category>
      <category>bash</category>
    </item>
  </channel>
</rss>
