March 18, 2018
Tutorial on the basics of clojure. Learn how to start a repl with boot, how to use basic functional functions like map and reduce, and finally how to do http requests to a REST API.
Labels:
clojure
March 14, 2018
Sometimes I setup a single external monitor output on my laptop. When I take the laptop home I disconnect the monitor and forget then how to turn back the laptop monitor.
Labels:
bash
November 1, 2017
You can use systemd to start docker containers whenever a system boots up. This can be extremely useful if you are creating autoscale images for AWS.
Labels:
docker,
AWS
October 15, 2017
If you are hosting your website in github and using a custom domain then your SSL certificate will not work. But you can use cloudfare for free and solve this problem.
Labels:
github
October 8, 2017
Using clojure's boot inside a docker container means you need to configure and expose the correct port for your repl server. Here's how to do it.
Labels:
clojure,
docker
September 10, 2017
Docker recursion: How to create containers with terraform on a docker inside another docker. Useful to quickly test terraform without having to use AWS or similar.
Labels:
docker,
AWS
April 11, 2015
One of the best things on AWS is that everything is can be managed by an API. In this post we will use boto to interact with AWS in python, create several ec2 instances, configure a vpc and a rds database.
Labels:
python,
aws
February 24, 2015
Important lesson: When creating EC2 instance on custom VPCs, if you are unable to ssh to them, blame the gateway...
Labels:
docker,
aws