Archive of posts with tag 'aws' and lang 'en'
Comment configurer votre environnement de développement local Node.js à l'aide de Docker
Docker est l’ensemble d’outils de facto pour créer des applications modernes et configurer un pipeline CI/CD - vous aidant à créer, expédier et exécuter vos applications dans des conteneurs sur site et dans le cloud.
Comment configurer votre environnement de développement local Node.js à l'aide de Docker
Docker est l’ensemble d’outils de facto pour créer des applications modernes et configurer un pipeline CI/CD - vous aidant à créer, expédier et exécuter vos applications dans des conteneurs sur site et dans le cloud.
Regex email validation
Email validation is a very debatted question. The one we are going to see in this post will probably not catch every single email. There’s a lot of debate for what is the best regular expression for an email and I’ve done a fairly simple one here it captures a most of them to be honest in my opinion but it’s maybe not the perfect one.
the trustAnchors parameter must be non-empty on Linux, or why is the default truststore empty
I am moving my configuration from a windows machine into an Amazon AWS EC2 instances which runs Linux.
How To Setup Your Local Node.js Development Environment Using Docker
[[2022-07-21-how-to-run-jenkins-jobs-with-docker Docker]] is the defacto toolset for building modern applications and setting up a CI/CD [[2022-07-27-jenkins-ci-pipeline-scripts-not-permitted-to-use-method-groovy-lang-groovyobject pipeline]] – helping you build, ship and [[2023-04-11-explore-your-container-with-docker-run run]] your applications in containers on-prem and in the cloud.