Skip to content

Instantly share code, notes, and snippets.

View abelsouzacosta's full-sized avatar
🎯
Focusing

Abel Junior abelsouzacosta

🎯
Focusing
  • 18:30 (UTC -03:00)
View GitHub Profile

Steps necessary to configure a Postgres Database

1. Download image from registry

We can download the image from docker registry with the command: docker pull postgres:latest

2. Create the container with the image

We must create a container with the image downloaded from the registry, to perform this operation we must execute

@abelsouzacosta
abelsouzacosta / FederativeUnitsEnum.ts
Created July 20, 2022 20:38
Gist containing the federative units of Brazil in typescript
export enum FederativeUnitsEnum {
AC = 'Acre',
AL = 'Alagoas',
AP = 'Amapá',
AM = 'Amazonas',
BA = 'Bahia',
CE = 'Ceará',
DF = 'Distrito Federal',
ES = 'Espírito Santo',
GO = 'Goiás',