<?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: Ross Summerell</title>
    <description>The latest articles on DEV Community by Ross Summerell (@rsummerell).</description>
    <link>https://dev.to/rsummerell</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%2F87240%2F1a05f70e-bf19-437c-9ad8-5029cd08d011.jpg</url>
      <title>DEV Community: Ross Summerell</title>
      <link>https://dev.to/rsummerell</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rsummerell"/>
    <language>en</language>
    <item>
      <title>Seeking Recommendations for WhatsApp Business Solution Providers</title>
      <dc:creator>Ross Summerell</dc:creator>
      <pubDate>Fri, 16 Feb 2024 09:50:26 +0000</pubDate>
      <link>https://dev.to/rsummerell/seeking-recommendations-for-whatsapp-business-solution-providers-2e0c</link>
      <guid>https://dev.to/rsummerell/seeking-recommendations-for-whatsapp-business-solution-providers-2e0c</guid>
      <description>&lt;p&gt;Hi everyone,&lt;/p&gt;

&lt;p&gt;I’m currently exploring options for a Third Party WhatsApp Business partner, and I’d love to hear from those with experience. There are several providers out there, each with its own unique features. However, I’m struggling to find factual arguments that would sway my decision.&lt;/p&gt;

&lt;p&gt;So far, I’ve looked into Twilio and AWS Pinpoint. My goals include sending Business Templates as Notifications and establishing a two-way communication between our company and clients. We might also consider implementing bot communications down the line.&lt;/p&gt;

&lt;p&gt;If you’ve worked with any WhatsApp Business Solution Providers, please share your insights on why you chose a particular provider. Your experiences and recommendations would be greatly appreciated!&lt;/p&gt;

&lt;p&gt;Thank you in advance!&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>help</category>
      <category>whatsapp</category>
    </item>
    <item>
      <title>Hosting &gt; Laravel Web App's on Azure </title>
      <dc:creator>Ross Summerell</dc:creator>
      <pubDate>Tue, 17 Dec 2019 12:43:18 +0000</pubDate>
      <link>https://dev.to/rsummerell/hosting-laravel-web-app-s-on-azure-5b4g</link>
      <guid>https://dev.to/rsummerell/hosting-laravel-web-app-s-on-azure-5b4g</guid>
      <description>&lt;p&gt;So I've been playing around with Azure for a few days now trying to find out if its a way forward for hosting out Web apps. We are based in South Africa and recently had our own data center installed here. However I must admit I am finding it hard to get things working with Azure ( Mainly Composer Installed ). I wanted to get opinions from people here if its kind of a 'no no' to go down this path or to hear about any success stories. I completely understand that it would work really well for other languages but I am really looking from a php / Laravel stand point. TIA!&lt;/p&gt;

</description>
      <category>azure</category>
      <category>laravel</category>
      <category>dev</category>
      <category>help</category>
    </item>
    <item>
      <title>Native Javascript element selector best practice</title>
      <dc:creator>Ross Summerell</dc:creator>
      <pubDate>Tue, 19 Mar 2019 10:32:01 +0000</pubDate>
      <link>https://dev.to/rsummerell/native-javascript-element-selector-best-practice-46hd</link>
      <guid>https://dev.to/rsummerell/native-javascript-element-selector-best-practice-46hd</guid>
      <description>&lt;p&gt;Hey all,&lt;/p&gt;

&lt;p&gt;So coming from Jquery, I was always told the best method to select an element is to give it a class name and use the $(".someElementClass") method.&lt;/p&gt;

&lt;p&gt;However now not using Jquery in my Vue project, what is the best practice for selecting elements.&lt;/p&gt;

&lt;p&gt;I am currently giving elements ID's and using the document.getElementById("someElementID");&lt;/p&gt;

&lt;p&gt;Very curious to see what peoples opinions are!&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>vue</category>
      <category>help</category>
    </item>
    <item>
      <title>Javascript App Advice</title>
      <dc:creator>Ross Summerell</dc:creator>
      <pubDate>Thu, 15 Nov 2018 12:55:36 +0000</pubDate>
      <link>https://dev.to/rsummerell/javascript-app-advice-5aap</link>
      <guid>https://dev.to/rsummerell/javascript-app-advice-5aap</guid>
      <description>&lt;p&gt;Hey guys, &lt;/p&gt;

&lt;p&gt;Really enjoy dev.to thank you!&lt;/p&gt;

&lt;p&gt;I am a novice programmer, I have C# SQL Javascript experience, but in this past year have improved my javascript knowledge tenfold.&lt;/p&gt;

&lt;p&gt;I've been working with and really enjoy Polymer 2, then 3 and now dabbing in a little Lit-html.&lt;br&gt;
However, I am taking a break from the main app, I am planning to build a dashboard PWA for a client.&lt;/p&gt;

&lt;p&gt;I can't really find the sufficient tooling in Polymer/webcomponents at the moment to build a 'Wow' dashboard so I am going to be looking at probably some Javacript frameworks.&lt;/p&gt;

&lt;p&gt;I haven't ever used any before and wanted to ask for suggestions on what to look at first. I want to use purely Javascript as that is my strong point.&lt;/p&gt;

&lt;p&gt;I would also welcome any comments on my approach using Polymer/webcomponents for building my main app, as sometimes I feel like I may have taken the wrong path down a cross road.&lt;/p&gt;

&lt;p&gt;Educate someone who feels like he is living under a rock, and doesn't know which way to tunnel.&lt;/p&gt;

&lt;p&gt;TIA!&lt;/p&gt;

</description>
      <category>help</category>
    </item>
    <item>
      <title>Best Practice / Standard for API calls </title>
      <dc:creator>Ross Summerell</dc:creator>
      <pubDate>Fri, 31 Aug 2018 07:07:32 +0000</pubDate>
      <link>https://dev.to/rsummerell/best-practice--standard-for-api-calls--568k</link>
      <guid>https://dev.to/rsummerell/best-practice--standard-for-api-calls--568k</guid>
      <description>&lt;p&gt;Good day all,&lt;/p&gt;

&lt;p&gt;I've been brain storming an issue I have and thought maybe someone could point out the best practice for my situation.&lt;/p&gt;

&lt;p&gt;I have build a .Net Core 2 Restful API. Its still being pieced together but I am running into a 'issue' which I am not sure of which is the best solution.&lt;/p&gt;

&lt;p&gt;When calling my &lt;a href="https://apiURL.com/AddressBook"&gt;https://apiURL.com/AddressBook&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I then can sent through an array of parameters from&lt;/p&gt;

&lt;p&gt;PageSize&lt;br&gt;
PageNumber&lt;br&gt;
SearchFor &amp;amp; SearchBy ( these go hand in hand as its the field to search by what value but will have a default ) &lt;/p&gt;

&lt;p&gt;EG: &lt;a href="https://apiURL.com/AddressBook?pageNumber=1&amp;amp;Pagesize=500"&gt;https://apiURL.com/AddressBook?pageNumber=1&amp;amp;Pagesize=500&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I am extending this list&lt;/p&gt;

&lt;p&gt;OrderBy&lt;/p&gt;

&lt;p&gt;Filterfor &amp;amp; FilterBy&lt;/p&gt;

&lt;p&gt;The problem is I don't know how to add these to the URL as well, as you can order by more then one column at once, as well as add multiple filters.&lt;/p&gt;

&lt;p&gt;Would anyone have some suggestions?&lt;/p&gt;

</description>
      <category>help</category>
    </item>
    <item>
      <title>Voice Recording from Microphone with a Polymer 2 App!</title>
      <dc:creator>Ross Summerell</dc:creator>
      <pubDate>Thu, 26 Jul 2018 20:09:41 +0000</pubDate>
      <link>https://dev.to/rsummerell/voice-recording-from-microphone-with-a-polymer-2-app-55kd</link>
      <guid>https://dev.to/rsummerell/voice-recording-from-microphone-with-a-polymer-2-app-55kd</guid>
      <description>&lt;p&gt;Hello!&lt;/p&gt;

&lt;p&gt;So I was wondering if anyone had gone down this path and could throw some light towards the subject.&lt;/p&gt;

&lt;p&gt;I am building a Polymer 2 App Aimed towards Mobile.&lt;br&gt;
Busy taking a bit of a "break" from it to see what cool stuff I can do.&lt;/p&gt;

&lt;p&gt;What I'd like to do is a Voice to Text function.&lt;/p&gt;

&lt;p&gt;I've been doing my research and I want to use the Cloud Google Speech API (Which looks amazing!)&lt;/p&gt;

&lt;p&gt;That I can figure out as its an API hit.&lt;/p&gt;

&lt;p&gt;So what I am left with is recording the audio first before I can send it.&lt;/p&gt;

&lt;p&gt;I've looked at 2 ready made elements, App-Media and Voice-Elements without much success.&lt;/p&gt;

&lt;p&gt;I figured this should be something I can do quiet easily, however examples for a polymer styled voice recorder aren't easy to come by but I have found a few short blog posts on ways to do this, but I thought I'd come here and see what you guys would suggest?&lt;/p&gt;

</description>
      <category>help</category>
    </item>
  </channel>
</rss>
