Posts (Page 16 of 18)

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.

Dockerization
How to virtualize a home server environment, by means of a lightweight tool such as Docker, rather than much heavier alternatives such as VMWare Esxi, KVM or Xen.

Running a Java Vert.x app on Heroku
Step by Step on how to run a Java (vert.x) application on one of the popular Paas, in this case, Heroku.

vaultee
A proof of concept web application to keep track of items you own, written in Vert.x

12D78
Hoping that an os update to my hackintosh system will solve the sleep issues I'm having.

Moving to Github pages
Migrate my Wordpress blog (hosted at Rackspace) and a Tumblr page to a statically generated site, powered by Jekyll and hosted at Github Pages.