Skip to content

Articles by Jeremy Holcombe

Content & Marketing Editor at Kinsta, WordPress Web Developer, and Content Writer. Outside of all things WordPress, I enjoy the beach, golf, and movies. I also have tall people problems ;).

Advanced Git: Power Commands Beyond the Basics

Git can be simple to use, but it’s a complex version control system. This post will look at some advanced Git commands for power users!
Reading time
19 min read
Updated date
November 6, 2023
Post type
Blog
Topic
Git

How Do Apps Make Money? 10 Proven Strategies

How can a free app make millions of dollars? Find out with the complete app monetization guide and these 10 proven strategies.
Reading time
15 min read
Updated date
December 24, 2023
Post type
Blog
Topic
Business Tools

How To Test Your WordPress Site for Functionality, Speed, and Security

Learn how to test your WordPress website for functionality, speed, and security and why it is so important to do this the correct way.
Reading time
26 min read
Updated date
March 12, 2024
Post type
Blog
Topic
Website Speed
Topic
WordPress Development
Topic
WordPress Performance
Topic
WordPress Security

How To Make a Link Clickable

Learn how to make a link clickable in various situations, like in the WordPress classic editor, block editor, and with special links.
Reading time
28 min read
Updated date
May 22, 2023
Post type
Blog
Topic
Web Design
Topic
WordPress Tips

A Complete Guide to Using WebPageTest (and Interpreting the Results)

Follow this easy-to-read guide for using WebPageTest and figure out how to make your website as fast as possible.
Reading time
12 min read
Updated date
October 19, 2023
Post type
Blog
Topic
Website Speed

How To Display Code in WordPress (and Make It Look Pretty)

Learn how to use WordPress to display code, with plugins, shortcodes, and even encoder tools. We also explore using markdown software.
Reading time
28 min read
Updated date
September 20, 2023
Post type
Blog
Topic
WordPress Development
Topic
WordPress Tips

Laravel API: Create and Test an API in Laravel

Learn how to perform testing APIs using in Laravel by creating a model that you can use to build the API in Laravel.
Reading time
8 min read
Updated date
March 19, 2024
Post type
Blog
Topic
API
Topic
Laravel

Using Laravel Scout To Enable Full-Text Search

Learn all about Laravel Scout, how to install it in a Laravel project, and how to use the library to enable full-text search.
Reading time
18 min read
Updated date
March 19, 2024
Post type
Blog
Topic
Laravel

15 Patreon Alternatives to Monetize Your Audience

Kickstarter, Indiegogo, Podia, Sellfy, and Hypage are some of the best Patreon alternatives. Read our post to know more about them.
Reading time
16 min read
Updated date
December 24, 2023
Post type
Blog
Topic
Business Tools
Topic
WordPress Alternatives

Redis vs MongoDB: Which One Should You Choose?

Redis and MongoDB are both scalable, open-source NoSQL databases that offer highly comparable results in ease and speed. Let's choose one.
Reading time
7 min read
Updated date
June 21, 2023
Post type
Blog
Topic
Web Development Tools

Data Validation in Laravel: Convenient and Powerful

Laravel validation ensures data in your applications is valid, accurate, meets all system requirements, and is powerful and convenient.
Reading time
8 min read
Updated date
December 21, 2023
Post type
Blog
Topic
Laravel

How To Use GitHub Actions Secrets To Hide Sensitive Data

One disadvantage of using GitHub Actions is that your logs are public. Learn how to keep your GitHub Actions private and secure.
Reading time
6 min read
Updated date
October 18, 2023
Post type
Blog
Topic
Web Development Tools
Topic
WordPress Development