JointEffort

Main menu

Skip to content
  • About me
  • Expertise
  • Development
    • AngularJS Notes
    • Large-Scale JavaScript
    • Raspberry PI
    • Android
    • Arduino
    • Scala
  • References
  • Links
  • Contact

Gitlab NPM publish Angular library to private registry

19/05/2021

Recently I was trying to build and publish an Angular library to a private NPM registry using Gitlab CI/CD. The standard Gitlab.com example for publishing an NPM package worked in a clean project, but when applied to my project, it … Continue reading →

Posted in NPM, Work

Original Simprop Intelli-BiPower Manual

13/10/2017

A while ago I posted about my search for the manual of the Simprop Intelli-BiPower loaded here, unable to find the original one. While cleaning old boxes and drawers, I came across the original paper version included with the loader … Continue reading →

Posted in Electronics

Use Akka actors for DDD

29/05/2017

I just viewed a interesting presentation about using Akka for DDD by Vaughn Vernon

Posted in Scala, Uncategorized

Rabbit welfare monitoring with Wemos D1 mini

22/05/2017

UPDATE (2017-07-05) – I added a solar powered  battery charger. I recently decided to do something with the Wemos D1 mini that was lying in my drawer for a while. Inspired by a ‘home-made’ weather station built by a friend, … Continue reading →

Posted in Arduino, Docker, Embedded, React, Scala

Connect to Docker Hyperkit VM

15/12/2016

Lately I had some troubles with the Docker Hyperkit (OS X) running out of diskspace. So I googled, trashed the .qwoc file, restarted Docker for Mac and voilá, up and running again. However, as curious as I am, I wanted … Continue reading →

Posted in Docker

Structuring React+Redux applications

15/10/2016

Just read a nice explanatory blog about structuring de sources of React / Redux application.

Posted in JavaScript

Logstash multiple config files

05/08/2016

Recently I came across a complex Logstash configuration in which I needed to use multiple times the same input plugins types (jdbc) that will read from different sources. In addition I needed to use the same output plugin type (elastic … Continue reading →

Posted in Work

Kudos to ElasticSearch!

27/02/2016

What an awesome product.

Posted in BigData

The beauty of Play sending a file….

02/02/2016

def avatar = Action { request => val img = new File(“/path/to/some/location.jpg”) if (img.exists()) { Ok.sendFile(content = img, inline = true) } else { NotFound } }

Posted in Scala

Simprop Intelli BiPower Special manual

21/12/2015

Looking for the manual of my Simprop Intelli Bipower Special charger. Seems to be identical to Hyperion Eos606i. I have a copy of the manual here (EOS0606iAD(acdc)-A-MAN-EN).

Posted in Uncategorized

Post navigation

← Older posts

Tags

agile Akka analysis Android annotations app-engine arduino AWS batteries BigData CDI Cloud Coursera CQRS DDD design docker EC2 ElasticSearch Electronics Eventsourcing flex gradle grails hadoop Hardware java JPA loaders Logstash nosql Play python raspberry React Redux RPI Scala ScalaQuery seam Slick Software swiz Technology Wicket
linkedin
csmlogo
nljug75
Powered by WordPress and Foghorn