Skip to content

Instantly share code, notes, and snippets.

View planetacomputer's full-sized avatar
👓
Nulla dies sine linea

planetacomputer

👓
Nulla dies sine linea
  • Barcelona
View GitHub Profile
@jamesmishra
jamesmishra / README.md
Last active March 25, 2024 20:02
Using Terraform to run a docker-compose.yml file directly on an Amazon EC2

Introduction

This is a Hashicorp Terraform module that provisions an AWS EC2 instance for the purpose of running a given docker-compose.yml file.

Usage

# ===== OUR MAGIC DOCKER-COMPOSE.YML FILE HERE =====
# It is also possible to get Terraform to read an external `docker-compose.yml`
# file and load it into this variable.
# We'll be showing off a demo nginx page.
@AlejoJamC
AlejoJamC / MongoDB_Ejercicio.md
Last active October 6, 2023 23:47
Ejercicio practico de MongoDB

Ejercicio practico de MongoDB

Para resolver este ejercicio se utilizara el 'mongo shell' de MongoDB.

Debe conectarse a una instancia activa de mongod, se puede utilizar una base de datos llamada mongo_exercise.

Documentar todas sus consultas en un archivo javascript para usar como referencia.

Documentos a Insertar

@curiouslychase
curiouslychase / 01-introduction-to-docker.md
Last active November 1, 2019 07:11
Docker Self-Paced Training

Introduction to Docker

Self-Paced Training Url: Docker Self-Paced Training

📝 denotes an exercise

Introduction

  • Agenda [1:50]
  • What Is Docker / Background / History? [2:25]
@joeltaylor
joeltaylor / gist:264fd0ce88056672bcb7
Last active January 5, 2020 18:16
The Magical Marvels of MongoDB - Code Companion
//************************************
//
// Level 1 concepts
//
//************************************
// Basic data model (BSON)
{
_id: 1,