Skip to main content

4 posts tagged with "API"

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

How to quickly create a CRUD REST API backend using codehooks.io - with code example

· 10 min read
jones
jones
Architect and Maker @ Codehooks

Create, read, update, and delete operations, often popularly known as CRUD — are essential in any application interacting with a database. In the schemaless and document oriented NoSQL world, it's important to control both query and data manipulation from your application. This blog post shows you how easy it is to create a full REST API with CRUD operations and validation for your application using codehooks.io.

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

Send bulk emails using Mailgun and serverless Javascript hooks

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

Email remains the top communication tool for businesses. Either, if you need to create simple direct emails messages, or schedule templated bulk messages to customers - we all need flexible tools to communicate effectively with our customers.

This blog post shows how you can create a serverless background application for sending bulk HTML emails using the popular Mailgun SaaS.