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.

code

Support for Multi-buildpacks released

Support for Multi-buildpacks released

There are numerous instances where a single buildpack falls short in app building, for instance when working on a NodeJS app with a PHP backend. We are thrilled to announce the global and immediate availability of Multi-Buildpacks for all app sizes, including our Free tier. The Multi-Buildpack feature allows you

Qoddi
Qoddi
code
Better Way To Write Async Function in Node/Express/Next - Handle catch(err) Only Once.

Better Way To Write Async Function in Node/Express/Next - Handle catch(err) Only Once.

Avoid Writing a Lot of Try Catch by Catching The ‘catch()’ Just Once. Deploy your code in seconds, with no infrastructure to manage. Qoddi App Platform is free for developers! Create an account today. How annoying it is to write a lot of try-catch for each async function in an

Qoddi
Qoddi
code
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
Connect to Postgres from Rust with Actix and Diesel

Connect to Postgres from Rust with Actix and Diesel

Deploy your code in seconds, with no infrastructure to manage. Qoddi App Platform is free for developers! Create an account today. Qoddi apps can communicate with each other inside the same stack using Qoddi's internal network capabilities: an ultra-fast internal network between apps installed inside the same cluster. In this

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
Create a static version of your blog using WordPress and Gatsby

Create a static version of your blog using WordPress and Gatsby

Deploy your code in seconds, with no infrastructure to manage. Qoddi App Platform is free for developers! Create an account today.At Qoddi, we use every day and love modern, static frameworks like Gatsby, Hugo, Jekyll, and others. Gatsby, with its huge community and user base, is the first framework

Qoddi
Qoddi
code