Introduction The development process has many variables and dependencies, but having resources exactly when you need them is key for ultimate performance. At SashiDo we strive to enable our customers to work at their best without worrying about any limitations. System scalability is a necessary solution to the problem of increasing load when a business grows. If you have been with us for a while you know that we do offer secure and automated scaling within ...
For today's mobile applications and websites is essential to deliver a significant amount of static content to the end users. This content includes images, videos, documents and any other unique digital goods that modern businesses are producing. As these static assets grow in number and size, bandwidth usage swells and page load times increase, deteriorating the browsing experience for your users and reducing your servers' available capacity. The primary ...
Multilingual communication is a social phenomenon. It does not develop because of technical prerequisites. It develops because there is a need, a desire in people to have it. It is super easy to get “lost in translation” when you are trying to understand a movie, novel or even just a story told by a friend without knowing the nuances of the language used in the original content. In business, it’s not enough to just rely on “Business English,” as some of th ...
Multilingual communication is a powerful tool, whether you want to become an insider in another culture market or create higher value and be more efficient in your business. Therefore in order to successfully speak to the world without losing the true meaning behind your message, it is important to do it in the languages most familiar to your audience. For that reason, we decided to expand your options and get you to the next level. Now with SashiDo, you h ...
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 ...