We are thrilled by all of the excitement that we see around Parse Server and Cloud Code development. We have seen many Cloud Code success stories, and at the same time challenges, for the Parse and SashiDo developers. Today I would like to tell you about one significant addition to the SashiDo Platform, the Environment Variables, and the new Cloud Code Development Model. Environment Variables Every developer desires to build code that can be used in more ...

Our team is very grateful for your ongoing and colossal support to SashiDo platform. We are pleased to announce the first beta version of the SashiDo Applications Metrics (in next couple of months we'll continue improving your experience with SashiDo by adding new data and insights piece by piece). Explore your Usage Get into details with your applications requests, storage, files, database, and traffic. We have a daily overview of all this data for 30 day ...

So, you have created your SashiDo app, set up some cloud code and are now wondering what would be the best way to test it. Of course, one of the obvious solutions would be to do a git push every time, then test it through the API Console, another REST client, or your app directly. However, you and I both know that there has to be a better way, right? Run a local instance of Parse Server Running a local instance of the Parse Server with your Cloud Code is t ...

Have you ever wondered how to debug or play with your cloud code in a comfortable and fast way … without any coding? Because I think it can be a huge pain. Most probably you already know that Parse Server works very well with the REST API. If you feel the need to interact with the REST easily, you have come to the right place. Let me introduce you to the SashiDo’s API Console, part of our Dashboard. In brief think of the API Console as a simpler version of ...

Content List Handling Incoming Webhooks Building your Webhook Handler Extracting information from the Request Body Example Webhook Handler with Slack Setting up your SashiDo app Cloud Code Setting up Slack Lets try it out! Other UseCases and Scenarios Useful Links Introduction Have you ever wanted to integrate a 3rd Party Client with your SashiDo applications? I suppose you have, and there's an awesome feature called WebHooks which help you do just that. I ...

If you have ever wanted to update the configuration of your app on the fly, you should know how frustrating it is that the little update would require a fresh app release. Fortunately, Parse Config is here to the help! It's a very simple, yet at the same time, incredibly useful feature which allows you to add parameters to your app, which you can update whenever you want, without worrying that configuration changes will require a new release. It is stored ...

Content List Introduction Milestones, Labels & Assignees Notifications, @mentions, and References Search Other Uses Introduction Each application you create on SashiDo has its own Free Private repository on GitHub. As any great project, yours will probably need to have a way to track its bugs, tasks, and improvements. Great news, as GitHub has just the right feature for the job. Its called Issues and it’s GitHub’s way of tracking and dealing with these ...

Have you ever thought about how great it would be if you could customize your own workflow? Managing your project, schedule events, release checklists or manage some kind of specific feature work? Don't worry, because with GitHub's Project Boards you can do just that! What’s awesome is that with every app you have on SashiDo, you get a Free Private GitHub repo, which includes the option to enable Project Boards by default. Project Boards There are generall ...

A crucial step for a successful project is documentation. When you present documentation in your project, it's easier for people to get to know what your project's about. But don't forget to update it from time to time so it stays relevant and useful. Fortunately, GitHub makes the process of creating and maintaining documentation very easy. There are two basic ways you can publish your documentation on GitHub: By using a README file - this is a simple way ...

Understanding the GitHub Flow

Alexander V. Ruptsov

Intoduction Whenever you are working on a project with your team there will probably be ideas about new features, an optimization, or all sorts of stuff regarding your project. You can imagine what a mess it would be if everyone starts to make changes to the code without consulting with their team leader, or even push the changes directly into production. The GitHub Workflow makes the whole process of managing your project a hell of a lot easier. Whenever ...

Find answers to all your questions

Our Frequently Asked Questions section is here to help.