Tag: postgresql

What's New with JSON in PostgreSQL v14

What’s new with JSON in PostgreSQL v14

Dev

PostgreSQL v14 makes accessing and updating JSON data with subscripting possible. See it in action and learn what the update entails.

Sarah Chima Atuonwu
Nov 17, 2021 ⋅ 5 min read

How to set up your own PaaS with CapRover

Dev

Learn how to create your own PaaS with CapRover and deploy a simple Node.js and Postgres app without expensive monthly fees.

Dominik Sobe
May 25, 2021 ⋅ 9 min read
How to build a RESTful API with Docker, PostgreSQL, and go-chi

How to build a RESTful API with Docker, PostgreSQL, and go-chi

Dev

In this tutorial, we will be building a containerized bucket list API using go-chi, PostgreSQL, and Docker.

Michael Okoko
Aug 14, 2020 ⋅ 10 min read

Setting up a remote Postgres database server on Ubuntu 18.04

Dev

In this post, we’ll look at how to configure a Postgres database server for remote access.

Michael Okoh
Apr 10, 2020 ⋅ 3 min read

Intro to Postgres + GraphQL with PostGraphile

Dev

In this article, we’ll take a look at how you can get a full-featured server up and running in minutes with PostGraphile.

Austin Roy Omondi
Feb 12, 2020 ⋅ 7 min read

How to create a React Native app with PostgreSQL and GraphQL: Part 2

Dev

In the previous article, we created a GraphQL server with NodeJS and Express. Now, we’ll consume the endpoints in the server we created using a React Native mobile app.

Austin Roy Omondi
Jan 7, 2020 ⋅ 14 min read
reactnative postgresql graphql

How to create a React Native app with PostgreSQL and GraphQL: Part 1

Dev

In part one of this two-part series, we’ll be building a GraphQL server with a PostgreSQL database that will serve as the backend of our application.

Austin Roy Omondi
Sep 3, 2019 ⋅ 8 min read