Hello here jfdeclercq.com

jfdeclercq.com Welcome Blog
Contact Twitter Facebook LinkedIn Instagram Lowas.be

- >> January 2020 >> - Show 10, 25, 50, All News - Expand All, Compact All, 1024 chars

February 2020

RT @RudyakMarina: What to do if you can't shake hands? #coronavirus #creativity #china t.co
twitter.com
RT @Animalsandfools: Dog attack. ? t.co
twitter.com
Nice agenda : "Our mission is to enable adventure" t.co
twitter.com
"Embed your senior designer into the C-suite" : McKinsey Insights: Are you asking enough from your design leaders? t.co
twitter.com
RT @lagon33: La vidéo qui va me faire la journée ^^ t.co
twitter.com
RT @UCI_cycling: Who's got that #FridayFeeling ? ? t.co
twitter.com

January 2020

RT @le_sensdesmots: t.co
twitter.com
Enterprise Architecture – What about “inspections” ? – t.co t.co #entarch
twitter.com

On Monday January 13th 2020, I attended an event organized by Cyberwayfinder. The event thema was about the different types of architecture required to take care of business strategy, data, technology, security and risk in order to design a Digital Enterprise in a structured way.

The inspection process

At some point one of the presenters talked about an important process for Enterprise/Business/IT/Application Architects : the inspection of the delivery.

This is a well-known problem in IT projects: the target architecture is very often not respected for many good and bad reasons.

This raises the question of “inspection”. When do we inspect the work in progress as Enterprise Architects ? Do we have a mandate for inspection ?

Continuous or punctual inspection ?

We could imagine two types of inspection: continuous or punctual. The continuous inspection requires much more time but is maybe the only way in the context of agile projects…

What to do with deviations ?

At the end of an inspection, deviations could be identified. What can we do with such deviations ?

  1. We accept the deviation and re-integrate it in the “AS-BUILT” architecture
  2. We can ask an immediate rework because the deviation is not acceptable (e.g. bad implementation of security constraints)
  3. We don’t accept the deviation but we don’t force the immediate rework : we register a “technical debt”.

20 years ago, when Agile wasn’t born yet, we could be agile before Agile. For example by developing software using the DSDM method.

On the “The QA Lead” website you can find a nice description of the Dynamic Software Development Method (DSDM):

What is DSDM ?

I have my way, you have your way. t.co
twitter.com
"Personne n'a tout" (Papa de Kylian Mbappé)
twitter.com
"La beauté n'existe pas, elle est là ou on la voit. Et lui (Jean-Paul Gauthier), nous la montre." #france2 #le20h
twitter.com
@XenitECM @ucll_ict Question is : what confidence level is acceptable to avoid annoying process inefficiencies and confidentiality breaches ?
twitter.com
I want the same for #entarch t.co
twitter.com
"Drink your own champagne" is better than "Eat your own dog food"
twitter.com
RT @ComplotsFaciles: Aux grands maux les grands remèdes t.co
twitter.com
My 2 jArchi scripts (one new as I had forgotten to post it last year) #arcimate #archi – t.co t.co
twitter.com

Last year I wrote 2 jArchi scrips. Those scripts allow to add functionality to the Archimate toolkit. (The Archimate toolkit is a a tool which allow Business and IT Architects to model the Business/Enterprise/IT architectutes using the Archimate notation.)

The scripts are tagged #jarchi on Github. (See also github/jfdeclercq)

I always need to search for my own scripts so I post them here also.

Script to add a note to a diagram:

/*
 * New Archi Script
 */
console.log("AddNote Started !");
//var date = new Date();
//console.log(date.toString());
//var note = archimateView.createObject("note", 10, 200, -1, -1);
//note.setText("This is a note.\n\nHello World!");
//var note = visualObject.createObject("note", 10, 200, -1, -1);


// Get the first view in the current selection
var view = selection.filter("archimate-diagram-model").first();
// Get current date
var currentDate = new Date();
// Create a new note and set its text
var note = view.createObject("note", 10, 10, 300, -1);
note.text = view.name + "\n" + currentDate.toString() +"\n" + "Jean-Francois Declercq";
note.fillColor = "#e2e2be";
console.log("Note added to " + view.name);

Script to export a diagram as picture with the name of the view as proposed image name:

//Export View as image (PNG)  with date and diagram name in filename.

// Get the first view in the model
//var view = $("view").first();
var view = selection.filter("archimate-diagram-model").first();
// Get the Base64 bytes of the view in PNG format. Can use "PNG", "BMP", "JPG" or "GIF"
// Options are scale (1 - 4) and margin (pixel value)
var bytes = $.model.renderViewAsBase64(view, "JPG", {scale: 1, margin: 20});

var date = new Date();


// Ask for a file name
var fileName = window.promptSaveFile( { title: "Save View", filterExtensions: [ "*.jpg" ], fileName: ""+ date.toISOString().replace(":","").replace("T","-").slice(0,15)+ "-" + view.name + ".jpg" } );
if(fileName) {
    // Write to file
    $.fs.writeFile(fileName, bytes, "BASE64");
}

How would you define your Minimum Viable Business ? Some answers here #businessarchitecture t.co
twitter.com
Building a new business requires building many capabilities... do you have an idea of the number of capabilities your business has ? #entarch #businessarchitecture
twitter.com

December 2019

Great XMas gift from a great colleague. Thank you @bartdubois t.co
twitter.com
What is robotic process automation (RPA) ? - Definition of the day (whatis dot com ) t.co
twitter.com

|| >> January 2020 >>