Posts (Page 16 of 18)

How to build a mobile friendly website Part 1 - Laying the foundation

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.

Calendar Icon

Gogs, an alternative to Gitlab

Gogs, an alternative to Gitlab

A comparison of the features of Gogs vs Gitlab. It includes a Gogs docker implementation.

Calendar Icon

Switching from zsh to fish

Switching from zsh to fish

The experience of installing fish, a fully featured shell, to replace zsh/bash. Includes sample configuration.

Calendar Icon

Actor-like pattern in go

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.

Calendar Icon

Introducing mediabase

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.

Calendar Icon

Dockerization

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.

Calendar Icon

Running a Java Vert.x app on Heroku

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.

Calendar Icon

vaultee

vaultee

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

Calendar Icon

12D78

12D78

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

Calendar Icon

Moving to Github pages

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.

Calendar Icon