<?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: Ryan Holton</title>
    <description>The latest articles on DEV Community by Ryan Holton (@stsryanholton).</description>
    <link>https://dev.to/stsryanholton</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%2F545354%2F453944c4-4cd6-40b2-b438-a70ca2ad79f6.png</url>
      <title>DEV Community: Ryan Holton</title>
      <link>https://dev.to/stsryanholton</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/stsryanholton"/>
    <language>en</language>
    <item>
      <title>📱 SMS API for developers!</title>
      <dc:creator>Ryan Holton</dc:creator>
      <pubDate>Sun, 08 Jan 2023 16:57:55 +0000</pubDate>
      <link>https://dev.to/stsryanholton/sms-api-for-developers-4gn3</link>
      <guid>https://dev.to/stsryanholton/sms-api-for-developers-4gn3</guid>
      <description>&lt;p&gt;&lt;strong&gt;👋 Hi everyone&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Just a quick one!&lt;/p&gt;

&lt;p&gt;I hope you all had a great Christmas and New year holiday, we're back in action following the seasonal period now.&lt;/p&gt;

&lt;p&gt;Over the past two weeks I've spent close to 100 hours building a new product, an SMS API called &lt;a href="https://snapisms.io/"&gt;Snapi SMS&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The idea behind Snapi SMS was to create a simple API with just a handful of API endpoints, they are:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Send message&lt;/li&gt;
&lt;li&gt;Check message delivery status&lt;/li&gt;
&lt;li&gt;Get API key credit balance&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;And...&lt;/p&gt;

&lt;p&gt;To provide a simple, yet cost-effective solution to sending text messages globally.&lt;/p&gt;

&lt;p&gt;I'm pleased to announce that the project is now live, and can be accessed at the following link: &lt;a href="https://snapisms.io/"&gt;snapisms.io&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Check it out and let me know what you think!&lt;/p&gt;

</description>
      <category>api</category>
      <category>tools</category>
      <category>webdev</category>
      <category>devops</category>
    </item>
    <item>
      <title>Top 6 Actionable Website Design Optimisation Tips</title>
      <dc:creator>Ryan Holton</dc:creator>
      <pubDate>Thu, 24 Dec 2020 12:50:38 +0000</pubDate>
      <link>https://dev.to/stsryanholton/top-6-actionable-website-design-optimisation-tips-480</link>
      <guid>https://dev.to/stsryanholton/top-6-actionable-website-design-optimisation-tips-480</guid>
      <description>&lt;p&gt;Are you trying to optimise your website's design?&lt;/p&gt;

&lt;p&gt;Maybe you're trying to make your website look more vibrant on a phone but don't know how.&lt;/p&gt;

&lt;p&gt;I'm a web developer and designer myself, and I've recently been diving deeper into the different techniques to optimise your site's design for mobile.&lt;/p&gt;

&lt;p&gt;Want to know what they are? Let's dive right in...&lt;/p&gt;

&lt;h2&gt;
  
  
  Compress and Minify your assets
&lt;/h2&gt;

&lt;p&gt;Image compression is absolutely essential for when it comes to the web, if your images don't load within a reasonable amount of time you'll lose customers as soon as they land on your website.&lt;/p&gt;

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

&lt;p&gt;There's tools available, such as &lt;a href="https://tinypng.com/"&gt;Tiny PNG&lt;/a&gt;, but beyond this...&lt;/p&gt;

&lt;p&gt;Please...&lt;/p&gt;

&lt;p&gt;Make sure that you're optimising your image's resolution as well for the page that your images are on, for example:&lt;/p&gt;

&lt;p&gt;Say you've got a website, and your site's container is 1140px wide, there's no point having an image resolution that's 1920px wide.&lt;/p&gt;

&lt;p&gt;This is not only going to slow your page speed down, but did you know that the &lt;a href="https://searchengineland.com/google-speed-update-page-speed-will-become-ranking-factor-mobile-search-289904"&gt;Speed Update&lt;/a&gt; that Google released back in 2018 has played a huge part in how your site ranks based on page speed!&lt;/p&gt;

&lt;h2&gt;
  
  
  Wait... didn't you say 6 tips?
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;I sure did,&lt;/strong&gt; and I don't really want to repeat myself twice, so that's why I've already put together an article on this that you might be interested in reading...&lt;/p&gt;

&lt;p&gt;Check it out: &lt;a href="https://domain-monitor.io/blog/responsive-website-design-optimisation-tips"&gt;6 Actionable Responsive Website Design Optimisation Tips&lt;/a&gt;&lt;/p&gt;

</description>
      <category>design</category>
      <category>beginners</category>
      <category>productivity</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Essential Ingredients To Improve Your Website's User Experience [Must Read]</title>
      <dc:creator>Ryan Holton</dc:creator>
      <pubDate>Wed, 23 Dec 2020 08:34:37 +0000</pubDate>
      <link>https://dev.to/stsryanholton/essential-ingredients-to-improve-your-website-s-user-experience-must-read-1no6</link>
      <guid>https://dev.to/stsryanholton/essential-ingredients-to-improve-your-website-s-user-experience-must-read-1no6</guid>
      <description>&lt;p&gt;Hi everyone 👋&lt;/p&gt;

&lt;p&gt;I've recently been working on my &lt;a href="https://domain-monitor.io/"&gt;website&lt;/a&gt; and have been trying to improve the user experience of the site...&lt;/p&gt;

&lt;p&gt;I thought this might be a challenge &lt;strong&gt;that you've come across before&lt;/strong&gt; so I wanted to share some tips for improving user experience!&lt;/p&gt;

&lt;p&gt;If you're interested, it's a few minutes of content, so won't take up your whole day!&lt;/p&gt;

&lt;p&gt;Here's &lt;a href="https://domain-monitor.io/blog/how-to-improve-user-experience"&gt;a link to the article 🚀&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ux</category>
      <category>uiweekly</category>
    </item>
    <item>
      <title>The BEST website &amp; domain monitoring tool just launched with a great UX!</title>
      <dc:creator>Ryan Holton</dc:creator>
      <pubDate>Tue, 22 Dec 2020 16:56:41 +0000</pubDate>
      <link>https://dev.to/stsryanholton/the-best-website-domain-monitoring-tool-just-launched-with-a-great-ux-49ec</link>
      <guid>https://dev.to/stsryanholton/the-best-website-domain-monitoring-tool-just-launched-with-a-great-ux-49ec</guid>
      <description>&lt;p&gt;Hi everyone 👋&lt;/p&gt;

&lt;p&gt;I'm new to the devto community, so thought I'd introduce myself quickly!&lt;/p&gt;

&lt;p&gt;I'm a front-end web developer and have been developing web applications for the past 5 years and recently wanted to build a brand new &lt;a href="https://domain-monitor.io/"&gt;website &amp;amp; domain expiry checker tool&lt;/a&gt; that can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Monitor your domain's expiry date&lt;/li&gt;
&lt;li&gt;Check your SSL certificate expiry&lt;/li&gt;
&lt;li&gt;Keep a track on your website's uptime status&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I've always wanted to build one of these products, and have recently been able to thanks to the COVID-19 pandemic.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why do we need another website monitoring tool product?
&lt;/h2&gt;

&lt;p&gt;Yeah...&lt;/p&gt;

&lt;p&gt;Great question, I was thinking the same...&lt;/p&gt;

&lt;p&gt;There's many on the market, from the likes of:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://uptimerobot.com/"&gt;Uptime Robot&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.uptrends.com/"&gt;Uptrends&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These are great tools, I've used them, and they've got a LOT of features, and I wanted to try to build one of these tools, and build it better...&lt;/p&gt;

&lt;p&gt;Going back to the drawing board, and simply providing exactly what you need.&lt;/p&gt;

&lt;p&gt;A simple tool for monitoring domain expiry dates and website uptime.&lt;/p&gt;

&lt;p&gt;Nothing more, yet ;)&lt;/p&gt;

&lt;p&gt;I think I've done a great job, and since I've recently launched it, &lt;strong&gt;I'd like to get some feedback on what I've done&lt;/strong&gt; since that's the only way it can be better...&lt;/p&gt;

&lt;h2&gt;
  
  
  I need your feedback!
&lt;/h2&gt;

&lt;p&gt;We only learn and improve products by getting feedback, and that's exactly what I'm asking you for.&lt;/p&gt;

&lt;p&gt;I'm not trying to advertise this product, so when you get &lt;strong&gt;5 minutes, feel free to head over to my site and take a look&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Here's a link: &lt;a href="https://domain-monitor.io/"&gt;domain-monitor.io&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ux</category>
      <category>tooling</category>
      <category>systems</category>
      <category>design</category>
    </item>
  </channel>
</rss>
