Skip to main content

2 posts tagged with "serverless"

View All Tags

How to create a Node.js REST API backend using ChatGPT and codehooks.io

· 7 min read
Martin
Martin
Co-Founder and Maker @ Codehooks

ChatGPT, a variant of the popular GPT-3 language model, is all the rage these days. People everywhere creates videos about it or blog about it. It's changing our world. And we understand why! ChatGPT is totally awesome for producing all kinds of text and answers and that includes code!

By providing ChatGPT with examples of codehooks.io backend code, we will in this blog post show you how you can use ChatGPT to produce codehooks JavaScript backend code that is both functionally correct, easy to understand and instantly deployable. In the end, we will have a tool that can help us quickly prototype and build different kinds of backends with minimal effort. So, let's get started!

socialcard

Build a random quotes API using serverless JavaScript and a NoSQL database

· 9 min read
Eric Jones
Eric Jones
Maker and Architect - [email protected]

API's, Microservices and JavaScript are the digital glue of the modern Internet.

This blog post shows how you can build a fast serverless API for a large data set. We'll use a 144MB file with 500K famous quotes to create an efficient NoSQL datastore using code hooks. We'll build and deploy a public serverless API to serve random quotes from the NoSQL database to clients.

socialcard