VOOZH about

URL: https://www.javacodegeeks.com/author/anthony-dahanne

⇱ Anthony Dahanne, Author at Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Anthony DahanneApril 21st, 2020
    0 216

    Integrating Auth0 OIDC (OAUTH 2) with authorization (groups and roles)

    If you’re using Auth0 to authenticate and authorize your users across several existing applications, you may want to integrate your…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Anthony DahanneApril 17th, 2020
    1 1,186

    Destroy AWS resources: Cloud-Nuke or AWS-Nuke?

    So you’re working on a development account, and Terraform is stuck in a cycle, not allowing you to easily destroy…

    Read More »
  • Software Development👁 Image
    Anthony DahanneJuly 2nd, 2019
    0 223

    How to use github pages as your Helm Charts repository

    So you want to publish the Helm chart you’ve created and pushed the source to Github, and for a reason,…

    Read More »
  • Enterprise Java👁 Image
    Anthony DahanneMay 19th, 2016
    0 1,448

    How to update a Jenkins job posting config.xml

    Recently I wanted to update a few jobs (not defined with a DSL) in Cloudbees, adding to each of them…

    Read More »
  • DevOps👁 Image
    Anthony DahanneOctober 12th, 2015
    0 132

    Adding an existing Docker host to Docker Machine : a few tips

    Quick intro to Docker Machine After switching from boot2docker (deprecated) to Docker Machine (or should I rather say the Docker…

    Read More »
  • DevOps👁 Image
    Anthony DahanneAugust 24th, 2015
    0 139

    Easily generate SSL certificates and htpasswd files with Docker

    So you don’t have installed OpenSSL or apache2-utils on your laptop, but you have Docker installed and you want to…

    Read More »
  • Enterprise Java👁 Image
    Anthony DahanneApril 8th, 2014
    1 346

    Using Jenkins / Hudson remote API to check jobs status

    While working on my talk Writing a Hudson / Jenkins plugin (for EclipseCon NA 2014), I wanted to publish blog…

    Read More »
  • Core Java👁 Image
    Anthony DahanneNovember 4th, 2013
    0 271

    Sending a mail in Java (and Android) with Apache Commons Net SMTP : STARTTLS, SSL

    Recently working on an Android experiment, I wanted to send emails using a SMTP server, using authentication and encryption, from…

    Read More »
Back to top button
Close