Tutorials

Tutorial – Coding a serverless backend application with Ryax : WikiRacing Use-Case [Episode 1]

[Tutorial] Coding a serverless backend application with Ryax : WikiRacing Use-Case (Episode 1) In this live video, let’s see how Charles is developing a backend application using Ryax to scrape, process, and store data for a WikiRacing use case.   Links: Ryax: https://ryax.tech/ Ryax default actions: https://gitlab.com/ryax-tech/workflow… Github for the code: https://github.com/MarshallCharles/ry… Wikipedia python api: …

Tutorial – Coding a serverless backend application with Ryax : WikiRacing Use-Case [Episode 1] Read More »

Building a simple app in low code with a Bubble frontend alongside a Ryax backend

Today is a big day for us… Today we launch our #lowcode #opensource backend platform! We’ve spent months building this new solution for developers to: Build their backends in record time Deploy at scale with serverless technology Self-host, install on any cloud or use our hosted platform (coming soon) All this in a low code, open …

Building a simple app in low code with a Bubble frontend alongside a Ryax backend Read More »

JSON files analysis through API calls and MariaDB storage in Ryax

In this use-case, we’ll explore two inescapable concepts when it comes to developing production-grade backend systems: API endpoints and database storage. We’ll walk you through each step of the way. Introduction There’s a saying amongst developers that all applications are purely frontends to a database, thus highlighting the importance of 2 things: storage of course, …

JSON files analysis through API calls and MariaDB storage in Ryax Read More »

How to build a Python backend? (Part 1: internal architecture) 1/2

How to build a Python backend? Part 1: internal architecture 1/2 So you want to create a full-featured web application and you’re wondering if you should use a large framework like Django or something more minimal like Flask? But what if you really need something in the middle? What if you want something simpler than …

How to build a Python backend? (Part 1: internal architecture) 1/2 Read More »