Writing a quality blog post or article is a lot of work. You need to source and optimize all images and graphics, decide on headings and other HTML elements, and then write the actual text. But it all starts with keyword research. I spent days researching free keyword tools. The . . .

Learn JavaScript: String and Array Methods
When you first start to learn JavaScript you find that there are so many methods that it can be overwhelming. This article makes that process easier by covering the 7 methods and properties that are in common with JavaScript strings and arrays.

Markdown Cheat Sheet for Beginners
You need to learn markdown if you have or contribute to repositories on websites like GitHub, or for forums and learning sites like freeCodeCamp. Specifically, you need it for creating and editing README and other documentation files. In this Markdown cheat sheet, I will show you the basic Markdown syntax . . .

18 Graphic Design Tips for Your Website
If you do not have a degree in graphic design then you are probably not an expert at creating designs. Trying to remember all the graphic design tips can be hard so I grouped 18 tips into 3 categories. Follow my tips in these categories and I guarantee you that your designs will improve.

23 Copywriting Tips for Bloggers
Trying to remember lists of tips and tricks can be difficult. If you are struggling with writing your blog articles, then you need to use my categories for copywriting tips and tricks. I list three categories that incorporate 90+% of copywriting tips and I have a total of 23 tips in those categories to help improve your writing.

WordPress Recent Posts using a Custom Query
I prefer to do as much as I can in WordPress without using a plugin. A simple thing is to write a WordPress custom query to display the 3 most recent posts in a category or other criteria. I show the code I used to generate the 3 most recent posts using 2 different custom queries.