Fork me on GitHub

Arturo Volpe

I am a software engineer. Interested in open source, open data and devops.

aVolpe Blog


  1. Alternatives for handling uncaugh exception in javascript api clients » 11 Dec 2018
    This post explores various options for handling uncaugh exceptions with javascript frameworks
  2. Test your components in Ionic 4 » 07 Dec 2018
    Use karma and jasmine to test your ionic 4 components
  3. Metric collection using ionic and fabric » 26 Feb 2018
    How to collect info about your hybrid app
  4. Dropwizard Metrics with JaxRS » 19 May 2017
    How to integrate the metrics library to a Standar Java EE 8 application
  5. Using Hibernate Spatial with Wildfly 9/10 » 17 Jun 2016
    How to configure Wildfly 9 or 10 to use a datasource with hibernate spatial types
  6. Using Hibernate 5.2 with Wilfly 10 in Docker » 05 Jun 2016
    Using the recently released Hibernate 5.2 with Wildfly 10 in a Docker container
  7. pgFouine with postgreSQL 9.4 in Docker » 11 Apr 2016
    Simple pgFouine configuration for a dockerized postgresql
  8. Simple Atom reader with Ionic » 10 Feb 2016
    Simple example of a Atom feed reader with Ionic
  9. Currency evolution in Paraguay » 08 Feb 2016
    Plot from data extracted from https://www.bcp.gov.py/webapps/web/cotizacion/monedas-mensual
  10. BasicAuth filter with JaxRS » 26 Oct 2015
    Simple authorization with jaxrs
  11. Database audit with postgresql and flyway » 19 Oct 2015
    Simple example of an automatic callback that create triggers to audit all tables in a database.