Posts tagged #go

Notes 202509
if you're just not patient enought to sit through even 30secs videos, check out this week's notes

Notes 202440
kingston town

Notes 202439
tunnel of love

Notes 202433
sossego

Notes 202432
ain't it fun

Notes 202431
back to black

Notes 202430
villa strangiato

Notes 202429
magic

Notes 202426
bohemian rhapsody

Notes 202421
real gone kid

Notes 202410
hazy shade of winter

Notes 202406
my sweet summer suite

Notes 32
a journal of unrelated topics

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.