Wordpress WordPress API development with Postman or PAW The Wordpress API [https://wordpress.org/plugins/acf-to-rest-api/] works well. Once you figure out how to send a REST request, you'll be jamming in no time. Below are a few lessons I've learned along the way on how to streamline the development cycle. Tips Tip 1: Pick an API tool
NodeJS Using an ORM with NodeJS I've written a lot about building REST API's and a few of my favorite include Rails-only API [https://www.chrisjmendez.com/2016/07/04/rails-5-api-only-app/], ExpressJS [https://www.chrisjmendez.com/2016/01/07/how-to-install-expressjs-4-0-on-a-mac/], Amazon Lambda [https://www.chrisjmendez.com/2017/02/19/aws-lambda-on-osx/], and SailsJS [https://www.quora.com/
AWS Basic Curl Commands for API Gateway AWS's API Gateway is great for developers who need a simple API for their SaaS Services. When it comes to testing out your API, there are many great tools such as POSTMAN or PAW but sometimes all you really need is a few curl commands These are the three commands
For Developers AWS: Passing params to Lambda through API Gateway Mapping Templates Mapping Templates help you convert the data you have into the data you want.
AWS Charging SaaS customers using AWS API Gateway Keys are used to provide access to specific locks. Before we can talk about keys, let's make sure we know how to create a lock using AWS API Gateway. My earlier tutorial [https://www.chrisjmendez.com/2017/03/23/aws-enabling-cors-and-api-keys-within-aws-api-gateway/] will show you how to create a lock using CORS
For Developers AWS: Providing CORS access to your API Gateway Not all gateways are meant to be public. Therefore, if you want to share limited API access with the world, one way to do it is through Cross-Origin Resource Sharing (CORS) [https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS] and API Keys [http://docs.aws.amazon.com/
For Developers Installing Elixir and Phoenix on a Mac If you're a Rubyist and you're interested in building large-scale applications, Elixir is a very good alternative. It feels like Ruby but is structured like Erlang. I'm currently researching Elixer for an upcoming project so here are my notes on how to install it for Mac. Step 1 - Homebrew
NodeJS AWS: Install a Node app on AWS I normally use Heroku [https://devcenter.heroku.com/articles/getting-started-with-nodejs#introduction] or Openshift [https://www.chrisjmendez.com/2012/04/29/expressjs-app-with-mongodb-on-openshift/] to publish apps but AWS works too. Here's a cheatsheet on how to set-up your NodeJS server from scratch on AWS. This cheatsheet will focus on the development environment
Javascript Create a Base64 image in one click I recently discovered this incredible tool from Arbitrary.io [http://arbitrary.io] to help you instantly encode images to Data URI's. If you ever need to encode an image, an SVG or a file, all you have to do is right-click it and you're done. Why Data URI's? So far,
For Developers Map API's Geographic information system (GIS) is the umbrella for cartography, geo, and anything dealing with the science of location. Although you might be asking, Cartography * Google Maps * Apple Maps * Mapbox * CartoDB [https://cartodb.com/] * ArcGIS Geo coding * Google Maps [https://developers.google.com/maps/documentation/geocoding/intro] * Mapbox [https://www.mapbox.