Categories
Pro Tips

Setup Version Control on Shared Hosting with GitHub

This quick article will show you how to set up a GIT version control and host your code on GitHub on a plain shared hosting.

Categories
Case Studies

Product Feedback on Heroku with Fider and Mailgun

Do you have a startup or launching a new product and would like to set up a feedback forum. Fider is your perfect solution.

Categories
Advanced Tutorials

Restrict Access to a Single Admin Only

The Problem I needed to restrict access to a single Administrator user for a plugin of mine.

Categories
Expert Advice

Why Should you Hire an Expert for your WordPress?

WordPress is one of those things that many people assume they can wrangle on their own without any external help.

Categories
Pro Tips

Setup JS and CSS Dev Environment (no external libs)

There are many different ways to set up and structure your WordPress plugin or theme CSS and JS environment files. If you need something complex with eslint, stylelint, and PHP standards, I would recommend looking at the Composer + nodeJS method or looking into Gulp.