Month: March 2021

La méthodologie Scrum

La méthodologie Scrum

La méthodologie Scrum L’agilité, c’est quoi ? L’Agile Manifesto a été créé pour rassembler un ensemble de valeurs et de principes permettant de définir un nouveau paradigme de développement informatique. Le but est de favoriser un niveau de performance élevé, et garantir des livraisons rapides, tout en s’adaptant à l’évolution constante des besoins en particulier, […]

XML With Python

XML With Python

XML With Python DOM (DOCUMENT OBJECT MODEL). We load the entire file in memory because then we can access the content like it’s an object. Which results in faster processing and also giving it the possibility to make adjustments in the file. SAX (SIMPLE API FOR XML) Reads the file bit by bit and processes […]

Let’s Encrypt [Part III]

Let’s Encrypt [Part III]

Let’s Encrypt [Part III] Using “Let’s Encrypt” certificates with SAP/HANA web dispatcher and XSA on an Azure deployment for SSL communication. _____________________________________________________________________________________________________________________________ In the previous article, I explained how I installed ‘Let’s Encrypt’ certificate for SSL communication in our SAP/HANA environment. Here I will go deeper into how I did a similar setup on our […]

Let’s Encrypt [Part II]

Let’s Encrypt [Part II]

Let’s Encrypt [Part II] Using “Let’s Encrypt” certificates with SAP/HANA web dispatcher and XSA on an Azure deployment for SSL communication. Note: this is the second part of the blog. Missed the first part? Read it here. ____________________________________________________ IF WE BREAKDOWN THE SCRIPT: The first part of the script is setting up the environment variables so that […]