<?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: Ken S</title>
    <description>The latest articles on DEV Community by Ken S (@outofideasexception).</description>
    <link>https://dev.to/outofideasexception</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%2F906120%2Fda5b487d-8c26-49a2-a4dd-5663f1e46a39.png</url>
      <title>DEV Community: Ken S</title>
      <link>https://dev.to/outofideasexception</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/outofideasexception"/>
    <language>en</language>
    <item>
      <title>Certificate Viewer</title>
      <dc:creator>Ken S</dc:creator>
      <pubDate>Sun, 22 Jan 2023 18:25:40 +0000</pubDate>
      <link>https://dev.to/outofideasexception/certificate-viewer-4905</link>
      <guid>https://dev.to/outofideasexception/certificate-viewer-4905</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/OutOfIdeasException/kenscertviewer" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I haven't been posting here a lot. I'd like to contribute more so I'll share projects here as I finish them. &lt;/p&gt;

&lt;h2&gt;
  
  
  Lessons Learned
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Most of the "head scratch" issues I ran into were due to minor typos. For example, a missed capital letter in my JavaScript reference to the HTML ID. "I swear this should work!" &lt;/li&gt;
&lt;li&gt;I had an issue where the background was cutting off at the bottom. This was resolved by assigning &lt;code&gt;height: 100%&lt;/code&gt; to the &lt;code&gt;HTML&lt;/code&gt; element&lt;/li&gt;
&lt;li&gt;I had an issue with the &lt;code&gt;overflow-x&lt;/code&gt; property as the scroll bar was not showing when I'd dummy values to the certificate selector area. I'm not 100% what resolved it, but after some research it appears that it is because the parent &lt;code&gt;div&lt;/code&gt; was set to &lt;code&gt;display: grid&lt;/code&gt;. I set the &lt;code&gt;grid-template-rows&lt;/code&gt; attribute to &lt;code&gt;100%&lt;/code&gt; and I believe this is what resolved the issue. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I'm still new, but if anyone checks out the code and has any questions I'd love to discuss. Likewise, if anyone had any recommendations on how I could have optimized my code, I'm always open for suggestions.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>ai</category>
      <category>architecture</category>
      <category>cloudcomputing</category>
    </item>
    <item>
      <title>Devs: Single Quotes or Double Quotes on Attribute Values?</title>
      <dc:creator>Ken S</dc:creator>
      <pubDate>Sat, 03 Sep 2022 15:34:14 +0000</pubDate>
      <link>https://dev.to/outofideasexception/devs-single-quotes-or-double-quotes-on-attribute-values-4307</link>
      <guid>https://dev.to/outofideasexception/devs-single-quotes-or-double-quotes-on-attribute-values-4307</guid>
      <description>&lt;p&gt;I typically use single quotes in my code and reserve double quotes for literal strings. &lt;/p&gt;

&lt;p&gt;I'm in the middle of a HTML Certification course through W3 Schools and all of the examples have double quotes. The best practice section only states that HTML Attributes should be quoted and only uses double quotes in the examples. &lt;/p&gt;

&lt;p&gt;For current Devs who work on the front end, do you find there is any preference? &lt;/p&gt;

&lt;p&gt;Note: This is more for curiosity. I'm going to go with double quotes for the W3 course since that's what they recommend. &lt;/p&gt;

</description>
      <category>html</category>
    </item>
    <item>
      <title>Laptops Shipped with Linux?</title>
      <dc:creator>Ken S</dc:creator>
      <pubDate>Thu, 11 Aug 2022 15:25:34 +0000</pubDate>
      <link>https://dev.to/outofideasexception/laptops-shipped-with-linux-1cp</link>
      <guid>https://dev.to/outofideasexception/laptops-shipped-with-linux-1cp</guid>
      <description>&lt;p&gt;I have been considering getting another laptop specifically for Linux. I know companies like Dell and Lenovo have been selling laptops with Ubuntu pre-installed. The upside is that I can just unpack it and set it up. I'd imagine that companies like Dell and Lenovo ship these laptops with their own software installed similar to the way they do with Windows, so I'm a little hesitant.&lt;/p&gt;

&lt;p&gt;Is there any potential for privacy and performance concerns in regard to purchasing a laptop pre-installed with Linux vs purchasing a Windows laptop and installing Linux myself?&lt;/p&gt;

&lt;p&gt;I'm open to any recommendations.&lt;/p&gt;

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