ozkar's blog

Recent Posts

  • August 08, 2020

    interacting with the physical world

    Throughout my programming carrer, nothing had excited me more than when the code i write interacts with the physical world.This could be something as simple as lighting up a led on some PIC, somehow the idea of writing some code, and that reaching...

  • July 29, 2018

    elalmirante update

    elalmirante has now reached a stable cycle, and its being used in production.whats new?elalmirante-webwe have a new interface, a web-based one (inspired by the prometheus interface).the CLI is still going to be mantained in parallel to this one, b...

  • July 20, 2018

    lagerauth go middleware

    Its been a whileHowever the go middleware (client) for lagerauth is now available.Its in the mono repo here.Check the project readme for instructions.

  • June 29, 2018

    elalmirante

    IntroductionSo i did it again, i started a new project.Please take a look at the wikiWhy?Its a tag-based server querying system for specifying server deployments.whats to come? api client web interface agent provider (for getting more significa...

  • June 09, 2018

    webhook

    Introducing webhookwhats webhook?webhook is a simple http server application written in golang, that when presented with an appropiate request it will run a command on the host machine, its a very simple but very powerful software.why is this usef...