Yong Zhang

Recent Posts

  • June 10, 2017

    Build Your First Single Page Application with Ebaas

    This tutorial walks you through steps to create a Single Page Application that tracks the issues related to a project. The process will take you less than 10 minutes to build a web application for performing CRUD operations without writing code. A...

  • June 08, 2017

    Ebaas: Metadata-driven Architecture

    Ebaas is a high-productivity enterprise application platform. It supports a no-code and metadata-driven development method that enables nonprofessional developers to rapidly build single page applications for business data managementsSome of the c...

  • June 07, 2017

    MLStudio: Machine Learning Made Easy

    ML Studio (Machine Learning Studio) is an interactive, GUI-based tool you can use to build, test, and deploy deep learning models to leverage your business data. ML Studio publishes models as web services on Ebaas platform that can easily be consu...

  • June 06, 2017

    Implementation of Li-ion Battery RUL Prediction using LSTM

    Deep learning is the study of artificial neural networks and related machine learning algorithms that contain more than one hidden layer. Deep learning networks, such as deep feed forward network(DFF), convolution neural network(CNN), recurrent ne...

  • May 05, 2017

    Enable Role-based Access Control

    Role-based access control is a method of regulating access to data based on the roles of individual users within an enterprise. In this context, access is the ability of an individual user to perform a specific task, such as read, create, update, ...

  • May 04, 2017

    Metadata-driven User Interface

    The development of user interfaces (UI) is a time-consuming and costly process. Typically, the graphical user interface of a business application requires about 45% of the development time and 37% of the maintenance time.Many business applications...

  • May 03, 2017

    Form Initialization, Autofill and Cascading Select Fields

    Forms are a common way to collect data in enterprise applications. As an enterprise application platform, Ebaas has focused on making forms easy to build and simple to use. There are several form-related tutorials. This tutorial describes how to o...

  • May 01, 2017

    Build Customized Form with Ebaas

    This tutorial describes how to build a customized form for a class. In the tutorial of "Build your first application with Ebaas", it walks you through a process of creating an Issue Tracking Application. If you haven't read the post, I recommend y...

  • April 28, 2017

    Import Data Using ETL

    ETL tool in Ebaas is an intuitive and wizard-based tool you can use to extract data from files, transform it into the desired structure, and load it to a target destination. Its primary focus is simplicity. You don't have to study yet another comp...

  • April 25, 2017

    Build a State Machine Workflow with Ebaas

    As an enterprise application platform, Ebaas supports building business applications with workflows that help organizations automate, streamline & improve their business processes.Workflows model business processes., whether the process is the...

  • April 23, 2017

    Ebaas Platform Backend Services

    Ebaas backend services is a set of RESTful web services that help you build your business applications faster with greater ease. Instead of worrying about REST API code semantics and dealing with backend business logic and database operations, you...