JointEffort

Main menu

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

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 | Reply

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 | Reply

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 | Reply

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 | Reply

Structuring React+Redux applications

15/10/2016

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

Posted in JavaScript | Reply

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 | Reply

Kudos to ElasticSearch!

27/02/2016

What an awesome product.

Posted in BigData | Reply

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 | Reply

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 | Reply

Chrome, cURL and Docker to the rescue!

08/12/2015

I recently was faced with the task to do a major library upgrade for the software I’m working on. Our system is clearly separated in a RESTfull backend API talking JSON and an AngularJS frontend. My primary concern was the … Continue reading →

Posted in Java, JointEffort, Work | Reply

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