Pros and Cons of the Most Popular API Authentication Methods

Application Programming Interfaces, or APIs, can handle enormous amounts of data. The type of data can be pretty much anything, such as a product’s information and specifications, a user’s email address and phone number, the credit card used for a transaction, or a person’s social security number. Because APIs are used to handle publicly available…

Create Fast-Loading Custom Image Sizes for Your WordPress Theme

By default, WordPress automatically takes images uploaded to the media library and generates additional sizes of your image: thumbnail, medium, and large, with the option to add custom sizes. While you can edit those sizes in Settings->Media, as you develop your theme, you’ll surely create components that utilize images at specific sizes. The sizes of…