73 changed files with 220 additions and 102 deletions
@ -1,71 +0,0 @@ |
|||||
baseURL = "https://www.itix.fr/" |
|
||||
languageCode = "en-us" |
|
||||
title = "Nicolas Massé" |
|
||||
author = "Nicolas Massé" |
|
||||
theme = "diary" |
|
||||
pygmentsUseClasses = true |
|
||||
pygmentsCodefences = true |
|
||||
enableRobotsTXT = true |
|
||||
|
|
||||
[taxonomies] |
|
||||
opensource = "opensource" |
|
||||
topic = "topics" |
|
||||
tags = "tags" |
|
||||
|
|
||||
[params] |
|
||||
include_rss = true |
|
||||
latestpostscount = 10 |
|
||||
i18n_flags = true |
|
||||
author = "Nicolas Massé" |
|
||||
description = "Nicolas Massé's blog" |
|
||||
github = "//github.com/nmasse-itix" |
|
||||
px500 = "//500px.com/nmasse" |
|
||||
linkedin = "//linkedin.com/in/nicolasmasse" |
|
||||
#selfintro = "TODO intro" |
|
||||
twitter = "//twitter.com/nmasse_itix" |
|
||||
gravatar = "006617bcd9aae1a019e1f923c8bd69e0" |
|
||||
#faviconfile = "images/favicon.ico" |
|
||||
|
|
||||
[menu] |
|
||||
|
|
||||
[[menu.main]] |
|
||||
name = "Home" |
|
||||
weight = 10 |
|
||||
identifier = "home" |
|
||||
url = "/" |
|
||||
|
|
||||
[[menu.main]] |
|
||||
name = "Biography" |
|
||||
weight = 20 |
|
||||
identifier = "biography" |
|
||||
url = "/biography/" |
|
||||
|
|
||||
[[menu.main]] |
|
||||
name = "Blog" |
|
||||
weight = 30 |
|
||||
identifier = "blog" |
|
||||
url = "/blog/" |
|
||||
|
|
||||
[[menu.main]] |
|
||||
name = "Open Source" |
|
||||
weight = 35 |
|
||||
identifier = "opensource" |
|
||||
url = "/opensource/" |
|
||||
|
|
||||
[[menu.main]] |
|
||||
name = "Speaking" |
|
||||
weight = 40 |
|
||||
identifier = "speaking" |
|
||||
url = "/speaking/" |
|
||||
|
|
||||
[[menu.main]] |
|
||||
name = "Writing" |
|
||||
weight = 50 |
|
||||
identifier = "writing" |
|
||||
url = "/writing/" |
|
||||
|
|
||||
[[menu.main]] |
|
||||
name = "Contact" |
|
||||
weight = 60 |
|
||||
identifier = "contact" |
|
||||
url = "/contact/" |
|
||||
@ -0,0 +1,74 @@ |
|||||
|
baseURL: "/" |
||||
|
title: "Nicolas Massé" |
||||
|
author: "Nicolas Massé" |
||||
|
theme: "diary" |
||||
|
# pygmentsUseClasses implies a style sheet that can be generated as follow: |
||||
|
# hugo gen chromastyles --style=borland > static/css/chroma.css |
||||
|
pygmentsUseClasses: true |
||||
|
pygmentsCodefences: true |
||||
|
enableRobotsTXT: true |
||||
|
|
||||
|
defaultContentLanguage: "en" |
||||
|
languages: |
||||
|
en: |
||||
|
weight: 1 |
||||
|
languageName: English |
||||
|
contentDir: content/english |
||||
|
menu: |
||||
|
main: |
||||
|
- name: "Articles" |
||||
|
weight: 10 |
||||
|
url: "/blog/" |
||||
|
- name: "Open Source" |
||||
|
weight: 20 |
||||
|
url: "/opensource/" |
||||
|
- name: "Expertise" |
||||
|
weight: 30 |
||||
|
url: "/topics/" |
||||
|
- name: "Speaking" |
||||
|
weight: 40 |
||||
|
url: "/speaking/" |
||||
|
- name: "Writing" |
||||
|
weight: 50 |
||||
|
url: "/writing/" |
||||
|
- name: "Contact" |
||||
|
weight: 60 |
||||
|
url: "/contact/" |
||||
|
- name: "Resume" |
||||
|
weight: 70 |
||||
|
url: "https://www.linkedin.com/in/nicolasmasse/" |
||||
|
fr: |
||||
|
weight: 2 |
||||
|
languageName: Français |
||||
|
contentDir: content/french |
||||
|
menu: |
||||
|
main: |
||||
|
- name: "Articles" |
||||
|
weight: 10 |
||||
|
url: "/fr/blog/" |
||||
|
- name: "Open Source" |
||||
|
weight: 20 |
||||
|
url: "/fr/opensource/" |
||||
|
- name: "Expertise" |
||||
|
weight: 30 |
||||
|
url: "/fr/topics/" |
||||
|
- name: "Conférences" |
||||
|
weight: 40 |
||||
|
url: "/fr/speaking/" |
||||
|
- name: "Publications" |
||||
|
weight: 50 |
||||
|
url: "/fr/writing/" |
||||
|
- name: "Me contacter" |
||||
|
weight: 60 |
||||
|
url: "/fr/contact/" |
||||
|
- name: "CV" |
||||
|
weight: 70 |
||||
|
url: "https://www.linkedin.com/in/nicolasmasse/" |
||||
|
|
||||
|
taxonomies: |
||||
|
opensource: "opensource" |
||||
|
topic: "topics" |
||||
|
tags: "tags" |
||||
|
|
||||
|
params: |
||||
|
|
||||
@ -0,0 +1,11 @@ |
|||||
|
--- |
||||
|
title: "Nicolas Massé" |
||||
|
--- |
||||
|
|
||||
|
I am Nicolas Massé, you will find me on social networks under the nickname "nmasse-itix". |
||||
|
Initially developer, I now work as pre-sales consultant in the fields of [API Management]({{<relref "/topics/api-management" >}}), [Single Sign On]({{<relref "/topics/openid-connect" >}}) and [Containers]({{<relref "/topics/containers" >}}). |
||||
|
|
||||
|
I mainly work with [Open Source]({{<relref "/opensource" >}}) technologies such as [Keycloak]({{<relref "/opensource/keycloak" >}}), [3scale]({{<relref "/opensource/3scale" >}}) or [OpenShift]({{<relref "/opensource/openshift" >}}). |
||||
|
I share my [expertise]({{<relref "/topics" >}}) and interests on this site, as a guest [on other websites]({{<relref "/writing" >}}) and I occasionally give [conferences]({{<relref "/speaking" >}}). |
||||
|
|
||||
|
Please read [my blog]({{<relref "/blog" >}}) or [learn more about me](https://www.linkedin.com/in/nicolasmasse/). |
||||
@ -1,8 +1,10 @@ |
|||||
--- |
--- |
||||
title: "What is this 'Anonymous' policy configured by the 3scale toolbox?" |
title: "What is this 'Anonymous' policy configured by the 3scale toolbox?" |
||||
date: 2019-11-14T00:00:00+02:00 |
date: 2019-11-14T00:00:00+02:00 |
||||
opensource: |
opensource: |
||||
- 3scale |
- 3scale |
||||
|
topics: |
||||
|
- API Management |
||||
--- |
--- |
||||
|
|
||||
In this article on the Red Hat Developer blog, I explained [how to deploy an API from the CLI, using the 3scale toolbox](https://developers.redhat.com/blog/2019/07/29/3scale-toolbox-deploy-an-api-from-the-cli/). |
In this article on the Red Hat Developer blog, I explained [how to deploy an API from the CLI, using the 3scale toolbox](https://developers.redhat.com/blog/2019/07/29/3scale-toolbox-deploy-an-api-from-the-cli/). |
||||
@ -1,8 +1,12 @@ |
|||||
--- |
--- |
||||
title: "A cleanup playbook for 3scale" |
title: "A cleanup playbook for 3scale" |
||||
date: 2020-04-28T00:00:00+02:00 |
date: 2020-04-28T00:00:00+02:00 |
||||
opensource: |
opensource: |
||||
- 3scale |
- 3scale |
||||
|
- Ansible |
||||
|
topics: |
||||
|
- API Management |
||||
|
- IT Automation |
||||
--- |
--- |
||||
|
|
||||
If you are running integration tests embedding 3scale or are doing a lot of 3scale demos, you might sooner or later **have plenty of services declared in the 3scale Admin console**, which could reveal difficult to work with. |
If you are running integration tests embedding 3scale or are doing a lot of 3scale demos, you might sooner or later **have plenty of services declared in the 3scale Admin console**, which could reveal difficult to work with. |
||||
@ -0,0 +1,6 @@ |
|||||
|
--- |
||||
|
title: "Open Source" |
||||
|
--- |
||||
|
|
||||
|
In my daily work I use many Open Source communities, on which I have written articles. |
||||
|
Each Open Source community below is a link to the list of matching articles. |
||||
@ -0,0 +1,6 @@ |
|||||
|
--- |
||||
|
title: "Speaking" |
||||
|
--- |
||||
|
|
||||
|
I am occasionally invited to customers or corporate events to talk about APIs and SSO. |
||||
|
I have compiled the list of my latest talks below. |
||||
@ -0,0 +1,6 @@ |
|||||
|
--- |
||||
|
title: "Expertise" |
||||
|
--- |
||||
|
|
||||
|
During my various interventions on customer site, I had to work on various subjects for which I have written one or more articles. |
||||
|
Each subject is a link to the list of matching articles. |
||||
@ -0,0 +1,5 @@ |
|||||
|
--- |
||||
|
title: "Writing" |
||||
|
--- |
||||
|
|
||||
|
I post articles from time to time on various websites as a guest. I have gathered a list of my recent posts below. |
||||
@ -0,0 +1,11 @@ |
|||||
|
--- |
||||
|
title: "Nicolas Massé" |
||||
|
--- |
||||
|
|
||||
|
Je suis Nicolas Massé, vous me trouverez sur les réseaux sociaux sous le pseudo "nmasse-itix". |
||||
|
Développeur de formation, mon métier actuel est consultant avant-vente dans les domaines de l'[API Management]({{<relref "/topics/api-management" >}}), le [Single Sign On]({{<relref "/topics/openid-connect" >}}) et les [conteneurs]({{<relref "/topics/containers" >}}). |
||||
|
|
||||
|
Je travaille principalement avec des technologies [Open Source]({{<relref "/opensource" >}}) telles que [Keycloak]({{<relref "/opensource/keycloak" >}}), [3scale]({{<relref "/opensource/3scale" >}}) ou [OpenShift]({{<relref "/opensource/openshift" >}}). |
||||
|
Je partage mon [expertise]({{<relref "/topics" >}}) et mes centres d'intérêt sur ce site, [ailleurs sur le web]({{<relref "/writing" >}}) et je donne occasionnellement des [conférences]({{<relref "/speaking" >}}). |
||||
|
|
||||
|
Je vous invite à lire [mon blog]({{<relref "/blog" >}}) ou à en savoir plus [sur moi](https://www.linkedin.com/in/nicolasmasse/). |
||||
@ -0,0 +1,15 @@ |
|||||
|
--- |
||||
|
title: "Me contacter" |
||||
|
--- |
||||
|
|
||||
|
Besoin de quelque chose ? |
||||
|
|
||||
|
Pour toute demande de conférence, d'article ou de prestation, vous pouvez me contacter directement à mon adresse e-mail ou sur Twitter à [@nmasse_itix](https://twitter.com/nmasse_itix). |
||||
|
|
||||
|
 |
||||
|
|
||||
|
Si vous souhaitez en savoir plus sur mon parcours professionnel, vous pouvez le trouver sur [Linkedin](https://www.linkedin.com/in/nicolasmasse/) mais je peux également fournir un CV ou une biographie à jour sur demande. |
||||
|
|
||||
|
Si vous me contactez pour l'un de mes [projets Open Source](https://github.com/nmasse-itix?tab=repositories) ou l'une de mes contributions, vous pouvez ouvrir un ticket dans l'entrepot GitHub concerné et mentionnez [@nmasse-itix](https://github.com/nmasse-itix/). |
||||
|
|
||||
|
Remarque: je ne m'engage généralement pas sur un temps de réponse spécifique ni sur aucune réponse du tout à moins que votre e-mail ne soit clair, droit au but et ait quelque chose à voir avec mes centres d'intérêt. |
||||
@ -0,0 +1,6 @@ |
|||||
|
--- |
||||
|
title: "Open Source" |
||||
|
--- |
||||
|
|
||||
|
J'utilise dans mon travail au quotidien de nombreuses communautés Open Source, sur lesquelles j'ai été ammené à écrire des articles. |
||||
|
Chaque communauté Open Source ci-dessous est un lien vers la liste des articles correspondants. |
||||
@ -0,0 +1,6 @@ |
|||||
|
--- |
||||
|
title: "Conférences" |
||||
|
--- |
||||
|
|
||||
|
Je suis occasionnellement invité chez des clients ou sur des salons pour parler des APIs et de SSO. |
||||
|
J'ai compilé ci-dessous la liste de mes dernières interventions. |
||||
@ -0,0 +1,6 @@ |
|||||
|
--- |
||||
|
title: "Expertise" |
||||
|
--- |
||||
|
|
||||
|
Au cours de mes différentes prestations, je suis amené à travailler sur des sujets variés pour lesquels j'ai écrit un ou plusieurs articles. |
||||
|
Chaque sujet est un lien vers la liste des articles correspondants. |
||||
@ -0,0 +1,7 @@ |
|||||
|
--- |
||||
|
title: "Publications" |
||||
|
date: 2019-11-07T00:00:00+02:00 |
||||
|
draft: false |
||||
|
--- |
||||
|
|
||||
|
Je publie des articles de temps à autre sur divers sites web en tant qu'invité. J'ai compilé ci-dessous une liste de mes récentes publications. |
||||
@ -1,7 +0,0 @@ |
|||||
--- |
|
||||
title: "Speaking" |
|
||||
date: 2017-02-20T00:00:00+02:00 |
|
||||
draft: false |
|
||||
--- |
|
||||
|
|
||||
Here is a list of my recent talks. |
|
||||
@ -1,7 +0,0 @@ |
|||||
--- |
|
||||
title: "Writing" |
|
||||
date: 2019-11-07T00:00:00+02:00 |
|
||||
draft: false |
|
||||
--- |
|
||||
|
|
||||
Here is a list of my recent articles. |
|
||||
Loading…
Reference in new issue