<?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: Charles Miller</title>
    <description>The latest articles on DEV Community by Charles Miller (@charlesmiller0412).</description>
    <link>https://dev.to/charlesmiller0412</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%2F332413%2F1c5adbb4-4bf3-43db-8199-8364276b6beb.png</url>
      <title>DEV Community: Charles Miller</title>
      <link>https://dev.to/charlesmiller0412</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/charlesmiller0412"/>
    <language>en</language>
    <item>
      <title>Cheat sheets to Streamline the Development Process</title>
      <dc:creator>Charles Miller</dc:creator>
      <pubDate>Fri, 11 Nov 2022 19:04:00 +0000</pubDate>
      <link>https://dev.to/charlesmiller0412/cheat-sheets-to-streamline-the-development-process-1o8f</link>
      <guid>https://dev.to/charlesmiller0412/cheat-sheets-to-streamline-the-development-process-1o8f</guid>
      <description>&lt;p&gt;&lt;strong&gt;Looking for ways to streamline your development process?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;There are usually hotkeys associated with our common tasks that a lot of users don’t even think about using. I’ve gathered a few of my frequently visited cheat sheets to share as well as a link to devhints for anything else you may need.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.markdownguide.org/cheat-sheet/"&gt;Markdown&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/LeCoupa/awesome-cheatsheets/blob/master/languages/bash.sh"&gt;Bash&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.mongodb.com/developer/products/mongodb/cheat-sheet/"&gt;MongoDB&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://upmostly.com/ultimate-reactjs-cheat-sheet"&gt;React.JS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://blog.wrappixel.com/next-js-cheat-sheet/"&gt;Next.JS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.interviewbit.com/git-cheat-sheet/"&gt;Git&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.typescriptlang.org/cheatsheets"&gt;TypeScript&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://devhints.io/"&gt;devhints.io&lt;/a&gt; – for everything else…if it’s not here then it’s probably not available&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Feel free to star this on &lt;a href="https://github.com/charlesmiller0412/WebDevelopmentResources"&gt;GitHub&lt;/a&gt; as I will be frequently updating this repo.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Stay well everyone!&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The post &lt;a href="https://charlesmiller.tech/cheat-sheets-to-streamline-the-development-process/"&gt;Cheat sheets to Streamline the Development Process&lt;/a&gt; appeared first on &lt;a href="https://charlesmiller.tech"&gt;Charles Miller&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>development</category>
      <category>cheatsheets</category>
      <category>tools</category>
      <category>webdesign</category>
    </item>
    <item>
      <title>WordPress.com vs. Code for a Frontend Dev (IMO)</title>
      <dc:creator>Charles Miller</dc:creator>
      <pubDate>Fri, 11 Nov 2022 09:31:40 +0000</pubDate>
      <link>https://dev.to/charlesmiller0412/wordpress-vs-code-imo-13b7</link>
      <guid>https://dev.to/charlesmiller0412/wordpress-vs-code-imo-13b7</guid>
      <description>&lt;p&gt;&lt;em&gt;let me start by saying this is all in my opinion and completely welcome any and all discussion related to this topic. We all have different preferences and I want to hear yours!&lt;/em&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;My likes:&lt;/strong&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Ease of plugins&lt;/li&gt;
&lt;li&gt;Templates&lt;/li&gt;
&lt;li&gt;How simple it makes SEO (search engine optimization)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;My dislikes:&lt;/strong&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Elementor editor requires Pro subscription to add custom CSS&lt;/li&gt;
&lt;li&gt;Limited on feature “blocks”&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  &lt;strong&gt;I’ll elaborate…&lt;/strong&gt;
&lt;/h4&gt;

&lt;p&gt;I can see where WordPress comes in handy for someone not familiar with code (no offense!) and I understand that with time navigating menus to find what I want to do would become easier, but code is so much faster to me.&lt;/p&gt;

&lt;p&gt;12 years ago when I began coding, WordPress would have helped me understand certain properties I’m sure (I know it was around but I was still playing on MySpace😆), however, I can also see where you have to have some knowledge of terminology to work efficiently with the editor. It’s nice to see that it gives red warnings when making validation mistakes like using multiple H1 elements as this can save quite some time and frustration for those not familiar with semantic HTML, but they still would need to know the difference between inline and block styling or even what an anchor tag is.&lt;/p&gt;

&lt;p&gt;Plugins! They simplify so many things that would usually require an HTTPRequest (or are we just using CORS now?). &lt;strong&gt;However&lt;/strong&gt; , with the development of Node Package Manager and Yarn, plugins on WordPress don’t necessarily offer much these days.&lt;/p&gt;

&lt;p&gt;Lastly…I’ve seen several WordPress ads on streaming services recently, and I have to say that they make it look so simple to drag and drop your website to perfection while in reality there’s going to be a lot of frustrated people rapidly clicking the mouse because the editor didn’t add a second column and they can’t find the “+” for the right section.&lt;/p&gt;

&lt;h4&gt;
  
  
  &lt;strong&gt;To sum it all up…&lt;/strong&gt;
&lt;/h4&gt;

&lt;p&gt;I can keep WordPress on my resume, I can assist others with their WordPress site, and if a project requires WordPress I can do it….but I won’t choose it on my own.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>wordpressblog</category>
      <category>wordpress</category>
      <category>softwarecomparison</category>
    </item>
  </channel>
</rss>
