Posts (Page 11 of 13)
Notas 2
Notas sobre cálculo de cardinalidad (elementos únicos) y política
Notas 1
Notas sobre cáncer, deepfake videos, insulina y política local
The Wizard and the Prophet, Charles C. Mann (2018)
Recuenta el origen de los movimientos verdes y progresistas, como dos visiones diferentes del mundo
Homo Deus, Yuval Noah Harari (2016)
Describe los acontecimientos, investiga también la experiencia individual humana y problemas éticos que puedan derivarse
How to build a mobile friendly website Part 2 - Ok to Go
Improve the user experience of the site built in the first part of the series, define responsive AdSense ads and finally, generate the site using Hugo and automate the build process with Gulp.
How to build a mobile friendly website Part 1 - Laying the foundation
Build a solid foundation for a responsive blog-type website using HTML5 and CSS3. No Wordpress, Bootstrap (or similar) will be used, in order to make the site as efficient as possible.
Gogs, an alternative to Gitlab
A comparison of the features of Gogs vs Gitlab. It includes a Gogs docker implementation.
Switching from zsh to fish
The experience of installing fish, a fully featured shell, to replace zsh/bash. Includes sample configuration.
Actor-like pattern in go
The Actor paradigm allows to structure code as independent entities (actors), that are responsible for a single functionality of your application. Here you will find an implementation of this paradigm in Go.
Introducing mediabase
Mediabase is a proof of concept application, to showcase how to build a decoupled web application, using Go as back end and AngularJS as front end.