Parse is gone. Now what?

The world of BAAS, or MBAAS, was shocked the past week with the announcement made by Parse on it’s site: Parse’s hosted services will be fully retired on January 28, 2017. We’re proud that we’ve been able to help so many of you build great mobile apps. Read more on this announcement and what this means […]

Read More

Summarizing Data in SQL

About Matt: Matt DeLand is Co-Founder and Data Scientist at Wagon. His team is building a collaborative SQL editor for analysts and engineers. He studied algebraic geometry at Columbia University, taught at the University of Michigan, and now enjoys applied machine learning— his mom is very proud! Introduction How quickly can you understand data from […]

Read More

FQDN (Fully Qualified Domain Names) in R

By Steph Locke This is just a quick post, to mention how you can get your computer name with the domain it is registered in i.e.  the fully qualified domain name (FQDN) by using R. Base R In Windows to get the computer name in it’s fully qualified form you need to do: paste(Sys.getenv(“COMPUTERNAME”), Sys.getenv(“USERDNSDOMAIN”), […]

Read More

Notebook Microservice And Swagger

In previous posts we learned how to create a microservice in a notebook using the Jupyter kernel gateway. This will be the foundation for today’s post where we will be creating a notebook microservice with Swagger, a set of tools for representing REST APIs. With this this approach, notebook authors can create and deploy APIs that are […]

Read More