You've successfully subscribed to Qoddi Blog
Great! Next, complete checkout for full access to Qoddi Blog
Welcome back! You've successfully signed in.
Success! Your account is fully activated, you now have access to all content.
Success! Your billing info is updated.
Billing info update failed.

Jamstack

Create An Instant Search Feature With Meilisearch In A React Frontend

Create An Instant Search Feature With Meilisearch In A React Frontend

Deploy your code in seconds, with no infrastructure to manage. Qoddi App Platform is free for developers! Create an account today.Meilisearch is an open-source search engine database alternative to Elastic Search or Algolia. It gives fast autocomplete with under 50ms database query performance. How Meilisearch WorksAfter installing, Meilisearch provides

Qoddi
Qoddi
APIs
Discover the new features of NextJS 12 on Qoddi app platform

Discover the new features of NextJS 12 on Qoddi app platform

Deploy your code in seconds, with no infrastructure to manage. Qoddi App Platform is free for developers! Create an account today.In this tutorial, we will look into the newest NextJS 12 features and use them in a simple project. NextJS 12 comes with a few exciting features. The most

Qoddi
Qoddi
code
Create a Reusable Text Input With React Hook Form

Create a Reusable Text Input With React Hook Form

Deploy your React and Node app in seconds, with no infrastructure to manage. Qoddi App Platform is free for developers! Create an account today. Sometimes, managing several input fields gets crazy complex. You may need to recreate the same thing for each form and that’s can be really time-consuming.

Qoddi
Qoddi
code
Store and retrieve static assets on AWS S3 with NodeJS on Qoddi

Store and retrieve static assets on AWS S3 with NodeJS on Qoddi

Deploy your code in seconds, with no infrastructure to manage. Qoddi App Platform is free for developers! Create an account today. AWS S3 is a cloud storage service that saves data as an object associated with a key. Objects are like files and keys are like filenames. Objects are stored

Qoddi
Qoddi
nodejs
Building a fault-tolerant content API using Strapi and Qoddi

Building a fault-tolerant content API using Strapi and Qoddi

The second part of this tutorial, about the first use of Strapi, is a copy of the official Strapi Getting Started guide, available here.Deploy your code in seconds, with no infrastructure to manage. Qoddi App Platform is free for developers! Create an account today.Strapi is a very popular

Qoddi
Qoddi
Getting Started