Adventures in Software Engineering

  • 4 Ways to Make Your Ionic App Feel Native

    Recent developments in the hybrid world are blurring the lines between hybrid and native. You can now use native transitions and native scrolling, along with a fast framework like Ionic. In many cases, it’s impossible to tell any difference between hybrid and native, since many fully native apps use WebViews. The exciting thing is that…

  • Working with Custom Post Types in WP-API v2

    If you worked with the first version of the WP-API, you know that getting custom post types was really easy. To get all posts, I could send a GET request to http://scottbolinger.com/wp-json/posts. To get a specific type, I could send my request to http://scottbolinger.com/wp-json/posts?type=event. There have been some pretty big changes in version 2, which…

  • Basic Authentication with the WP-API (v2) and AngularJS

    Check out an updated post on WordPress login using Typescript and Angular 2 with a free plugin here. Working on the WP-App Project, we need to use authentication to do certain things in the app. Deleting/approving comments, or listing users for example. Basic Authentication is handy for testing code, but it should only be used…

  • My 5 Favorite Business Blogs

    Reading good blog posts is one of my favorite ways to learn about business. There’s a lot of noise out there, lots of blogs are not worth reading. When your time is limited, it’s important you get to the good stuff quickly. Here are the blogs I get solid, actionable business advice from consistently.

  • The Most Important Thing a Founder Does

    Most companies start when someone has an idea, and they start making something: a product, a consultancy, a SaaS app, or whatever. In the early days, the founder is really involved in making the product. If you are a technical founder, you write a lot of code, build your website, setup email marketing and other…

  • The Minimum Viable Product

    “Real artists ship.” –Steve Jobs “If you’re not embarrassed when you ship your first version you waited too long.” –Matt Mullenweg You’ve probably heard of an MVP, it stands for Minimum Viable Product. The term was popularized by Eric Ries, It means that you should ship when you reach minimum viability, not a moment before…

  • Things you’ll never hear product developers say

    On Overnight Success “The first time I tried to build a product it was a staggering success, guess I just got lucky.” “If you build it, they will come is totally true.” On SaaS “It’s so easy to make money with SaaS, you just set it and forget it.” On Agencies Moving to Products “Adding…

  • The WordPress Theme Business, Then and Now

    I’ve been selling products for 5 years now, starting with premium WordPress themes. I now have a plugin business and a SaaS product. I’ve learned a lot, this post is basically everything that worked and didn’t work for my theme business, and where I see the theme market today. A brief history of premium themes…

  • 2015 WordPress Business Revenue Statistics

    A lot of people in the WordPress community have published transparency reports in the last year, and I wanted to gather them all in one place. It’s mostly for statistical data for presentations, and to analyze what business models people are using. I also have some knowledge that isn’t public information (from my own businesses,…

  • This big mistake dropped our email opt-in rate by 50%

    Here’s our email opt-ins for AppPresser in October and November of 2014: Obviously I did something genius in between October and November to make this amazing feat take place. This happened a while ago, so I had to dig through the internet archives to figure out what happened. Here are a couple screenshots from those…