I recorded a 3-part video that shows how to build a mobile application without any code. I’m very passionate about Low Code/No Code platforms. I think there is a resurgence of Low Code/No Code tools. As demand for more applications is only going to grow, Low Code tooling can help technical people (and non-technical) to…More
Category Archives: Apperyio
How to Invoke the Watson Language Translator API from an Appery.io App
This blog post shows how to invoke IBM Watson Language Translator API from an Appery.io app. More
My Last Day at Appery.io
Friday, May 5th 2017 was my last day at Appery.io. I’m taking a small break right now and will be starting my next adventure next week.More
How to Send a Fax with Appery.io and Twilio Fax API
Twilio launched a new API that allows sending faxes. From the very start Appery.io platform made it very simple to connect to any external REST API. We love Twilio API and have an example and video on how to use the SMS API. The Fax API is as elegant and simple to use. In this blog post you…More
How to Expose a Database Stored Procedure and a Function as a REST API
Appery.io API Express makes it easy to expose a SQL query as a REST API. You can as easily expose a database stored procedure or a database function as a REST API. The following two blogs posts will teach you how to do that: How to Expose a Relational Database Function as a REST API How…More
How Not to Send a Marketing Email
Today I received this email: Subject: reconnect [company name] Hi Max, I noticed that Appery, LLC and [company name] had been in contact in the past and thought now would be a good time to reconnect. Do you have a few minutes this afternoon? [name] Marketing Specialist I deleted the email but then looked at it again.…More
Video: How to Call WordPress REST API
Watch this short video to learn how to call the WordPress REST API from an Appery.io app. The video shows two approaches invoking the API. First, it shows how to invoke an API using API Express. Second, it shows how to invoke an API from Server Code. If you like this video, check the Appery.io…More
Exposing a SQL Database via REST APIs: A Video Guide for Developers
Many organizations that are building mobile apps need to connect and reuse existing (internal) systems. One of the most common system is a relational (SQL) database. The question is — how to a relational database from a mobile app. I have prepared two short videos that will show you how to do that using Appery.io API Express.…More
How Appery.io Ensures API Express and Server Code On-demand Deployment
Appery.io had a strong 2016 and inches closer and closer to 400,000 developers. At the same time, the constant platform updates we roll out add more benefits, services, features, and options. Even without the constant updates, supporting a platform with so many developers would not be a simple task. Our platform has to be ready…More
22 Things You Should Know About Appery.io Server Code
Appery.io Server Code allows you to write app logic with JavaScript which is executed on the server. Custom app logic is placed inside a Server Code script which is than invoked as a REST API from a mobile app. In this post you will learn everything you should know about Appery.io Server Code. Server Code is…More