Unlock the Power of MySQL Stored Procedures with Automatic REST API
Unlock the power of MySQL stored procedures with REST API, and accomplish high productivity in applications development for today's work from anywhere world.
Unlock the power of MySQL stored procedures with REST API, and accomplish high productivity in applications development for today's work from anywhere world.
The Old Way: Writing Redundant Code Let's begin with a familiar scenario. For example, imagine you're working on a project that involves extensive data analysis. You need to extract data from a database and perform complex analytics to gain valuable…
SlashDB can get the data out of your databases like Oracle, MySQL etc., into an Excel, JSON or XML format. This article takes it further and explains how you can ingest the data into MongoDB to generate collection files. The…
Full Tutorial on the Best Way to Build Single Page Apps in React with Database Backend Single Page Applications (SPAs) are widely used these days, and front-end developers have their choice of frameworks to use when designing them. React is…
What is Infinite Scroll? Infinite Scroll is a web design technique that progressively loads items in a scroll-able list as a user scrolls. The technique can be viewed as a progressive loading approach to lists. It should be noted that…
What is Lazy Loading? Before we can describe what lazy loading in code means, we first have to look at how it's different from what programmers are used to. You may not have heard the name for it before, but…
Go serverless with SlashDB and AWS Lambda, and see how you can achieve these advantages: Cost Efficiencies – when you don’t have to manage infrastructure you can componentize parts of your entire application and only scale what you need to…
D3.js is one of those useful tools that make visualizing data fun and interactive. So we’ll show you how to expand your use of SlashDB with D3. Since SlashDB’s API provides access to your data in the formats, HTML, JSON,…
Ever wish you can download complex, parent-child relationship (hierarchical) data from a relational data store and persist that data locally for use from browser or mobile device session to session? In a prior post, we looked at a simple key/value…
Storing information locally within modern browsers local or session storage facilities is a great strategy for assuring that data is available in the case when users are offline (not connected to the Internet) and still want to use back-end data…