Latest writing

Python

Quick start #!/usr/bin/env python print "Hello World" Listsa = [1,2,3,4,5,6] a[0:1] # first element a[2:4] # slice mid elements, second parameter is exclusive a[2:] # all elements after third element Is an element included in a listCheck if element is containe…▷ read more

Vagrant

IntroA cross-platform tool created by Hashicorp to make configuring and sharing VMs easy by automating VM management with an end-to-end lifecycle management utility. Core benefits of VMs are reproducible environment, isolated and restricted environments, share…▷ read more

Quick and dirty ReactiveX example

Event-driven architectures have been around for a while and lately its use has become popular in environments such as Node.js. One of the most expressive and graceful implementations of these ideas is ReactiveX. It was created from the idea of interfacing thre…▷ read more

The Art of Learning by Josh Waitzin

Whizkid / chess master / martial artist gives some pointers on how to learn anything you want Finished: Jun 2014 Rating: ⭐⭐⭐⭐ Get the book 👈 César D. Velandia’s review of The Art of LearningThe Art of Learning: A Journey in the Pursuit of Excellence by Josh W…▷ read more

Book notes

Python

Quick start #!/usr/bin/env python print "Hello World" Listsa = [1,2,3,4,5,6] a[0:1] # first element a[2:4] # slice mid elements, second parameter is exclusive a[2:] # all elements after third element Is an element included in a listCheck if element is containe…▷ read more

Vagrant

IntroA cross-platform tool created by Hashicorp to make configuring and sharing VMs easy by automating VM management with an end-to-end lifecycle management utility. Core benefits of VMs are reproducible environment, isolated and restricted environments, share…▷ read more

Quick and dirty ReactiveX example

Event-driven architectures have been around for a while and lately its use has become popular in environments such as Node.js. One of the most expressive and graceful implementations of these ideas is ReactiveX. It was created from the idea of interfacing thre…▷ read more

The Art of Learning by Josh Waitzin

Whizkid / chess master / martial artist gives some pointers on how to learn anything you want Finished: Jun 2014 Rating: ⭐⭐⭐⭐ Get the book 👈 César D. Velandia’s review of The Art of LearningThe Art of Learning: A Journey in the Pursuit of Excellence by Josh W…▷ read more

Notes

Python

Quick start #!/usr/bin/env python print "Hello World" Listsa = [1,2,3,4,5,6] a[0:1] # first element a[2:4] # slice mid elements, second parameter is exclusive a[2:] # all elements after third element Is an element included in a listCheck if element is containe…▷ read more

Vagrant

IntroA cross-platform tool created by Hashicorp to make configuring and sharing VMs easy by automating VM management with an end-to-end lifecycle management utility. Core benefits of VMs are reproducible environment, isolated and restricted environments, share…▷ read more

Quick and dirty ReactiveX example

Event-driven architectures have been around for a while and lately its use has become popular in environments such as Node.js. One of the most expressive and graceful implementations of these ideas is ReactiveX. It was created from the idea of interfacing thre…▷ read more

The Art of Learning by Josh Waitzin

Whizkid / chess master / martial artist gives some pointers on how to learn anything you want Finished: Jun 2014 Rating: ⭐⭐⭐⭐ Get the book 👈 César D. Velandia’s review of The Art of LearningThe Art of Learning: A Journey in the Pursuit of Excellence by Josh W…▷ read more