Skip to content

Instantly share code, notes, and snippets.

View carlogilmar's full-sized avatar
🎨
Creator of Visual Partner-Ship

Carlo Gilmar carlogilmar

🎨
Creator of Visual Partner-Ship
View GitHub Profile
#!/bin/bash
echo "Actualizando blog"
hugo -D
rm -rf docs/
mv public/ docs/
cp robots.txt docs/robots.txt
echo "Donas...!"
[
{
"id": "6264d5d89f1df827eb84bb23",
"name": "Warren",
"email": "Todd@visualpartnership.xyz",
"credits": 508,
"enrollments": [
"Visual Thinking Intermedio",
"Visual Thinking Avanzado"
],
name: Build Personal Blog
on: push
jobs:
build:
name: Build and update website
runs-on: ubuntu-latest
steps:
@carlogilmar
carlogilmar / check_deps.sh
Created June 23, 2020 20:16
Script to check deps in Elixir Umbrella App
#! /bin/bash
for app in apps/* ; do
cd $app
mix hex.outdated
cd -
done
Duración: 9 horas
Sesiones: 3 sesiones con duración de tres horas
¿Qué aprenderás?
A través de este taller aprenderás qué es el Visual Thinking, algunas técnicas y metodologías, de tal forma que comenzarás a desarrollar esta habilidad poco a poco e irás descubriendo tu propio estilo de aprendizaje visual.
Sesión 1: Introducción al Visual Thinking
En esta sesión iniciaremos nuestro recorrido por el mundo del Visual Thinking, comenzaremos a hacer algunas dinámicas que nos permitan aterrizar los conceptos detrás de este concepto.
Duración: 9 horas
Sesiones: 3 sesiones con duración de tres horas
¿Qué aprenderás?
A través de este taller aprenderás qué es el Visual Thinking, algunas técnicas y metodologías, de tal forma que comenzarás a desarrollar esta habilidad poco a poco e irás descubriendo tu propio estilo de aprendizaje visual.
Sesión 1: Introducción al Visual Thinking
En esta sesión iniciaremos nuestro recorrido por el mundo del Visual Thinking, comenzaremos a hacer algunas dinámicas que nos permitan aterrizar los conceptos detrás de este concepto.
Steps
1. mix release.init
2. Create config/releases.exs
```
import Config
secret_key_base = System.fetch_env!("SECRET_KEY_BASE")
app_port = System.fetch_env!("APP_PORT")
Steps
1. mix release.init
2. Create config/releases.exs
```
import Config
secret_key_base = System.fetch_env!("SECRET_KEY_BASE")
app_port = System.fetch_env!("APP_PORT")
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCg6c9/bLwmZUSYcskF5XFEv9nhdiyysWbGsu8IxN5jglQL/LajoULnXclTg5sOAOw6/FTj85CzMfg/3RueFzTroxeFmibXPYQWJKXcj+HITXdwF3gwUHXNSYWP+qYAdQmj6tGfM8vonss9h5lkjXSCCqZKBz0sIknE48kmvvAFhuNRVMlou0yAHVZCDN8p4d0uLLMvuD7OsUN4lWeit22qBSwReYBldzE7yQj5Q4zY7Yx+hEXWEXYA6oZn9ZgAx6UF0GNVSLrdrUu2nxs3Yaz8wvedOPilxm9fbCnPLcum8rAt+RVEntiF0GugywxY88ZTFMlGTDxMtUUG6r2E789rWSZdJOvcYsTWuxIguzGR2GpFcNHTCtMb8EHZIzdyx+IfhhcZJMkq8zLCUkndjGCotnoGCDum7t7om4u9uFW7dnqsgApyH94v4bbcVS4oOaTZ/ngFfjrLcgLkSd3FheBSAdv/KXtn3QXxVEnSmwM064IigXVJZ6zDF5feMuwU004ASaqlp/42vgACLMzsTGN8rWG2Jz8vdlDEDY/EqSZZDwo2eLQ3wHx7y3U+pHbu8XWPpwESC57QiEdQPpcq2YutO3MfEpJDbFfa3Ju1IP2HtRhOEcwSjVLvud3X+XNn7e2Oac/VfOuufNwU5lKUOoSquy3xWUZ7v9liu8aswkjyZw== carlogilmar12@gmail.com
version: 2
jobs:
build:
docker:
- image: circleci/elixir:1.9.0
- image: circleci/postgres:10.1-alpine
environment:
POSTGRES_USER: postgres
POSTGRES_DB: remote_jobs_test
POSTGRES_PASSWORD: postgres