<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Thierrry Chantier, Author at OVHcloud Blog</title>
	<atom:link href="https://blog.ovhcloud.com/author/thierry-chantier/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.ovhcloud.com/author/thierry-chantier/</link>
	<description>Innovation for Freedom</description>
	<lastBuildDate>Fri, 06 Feb 2026 15:24:37 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://blog.ovhcloud.com/wp-content/uploads/2019/07/cropped-cropped-nouveau-logo-ovh-rebranding-32x32.gif</url>
	<title>Thierrry Chantier, Author at OVHcloud Blog</title>
	<link>https://blog.ovhcloud.com/author/thierry-chantier/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to install a modern Cloud Development Environment in your Public Cloud project</title>
		<link>https://blog.ovhcloud.com/how-to-install-a-modern-cloud-development-environment-in-your-public-cloud-project/</link>
		
		<dc:creator><![CDATA[Thierrry Chantier]]></dc:creator>
		<pubDate>Fri, 13 Sep 2024 11:19:46 +0000</pubDate>
				<category><![CDATA[OVHcloud Engineering]]></category>
		<category><![CDATA[Tranches de Tech & co]]></category>
		<guid isPermaLink="false">https://blog.ovhcloud.com/?p=27312</guid>

					<description><![CDATA[Whether you call it Cloud Development Environment, Developer Workspace Platform or Remote Ephemeral Workspaces, a new set of tools and services appeared in the last 10 year.The idea is to define an environment through a container tool and manage it with all the needed security, user management, update management, templating tools and all the bells [&#8230;]<img src="//blog.ovhcloud.com/wp-content/plugins/matomo/app/matomo.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fblog.ovhcloud.com%2Fhow-to-install-a-modern-cloud-development-environment-in-your-public-cloud-project%2F&amp;action_name=How%20to%20install%20a%20modern%20Cloud%20Development%20Environment%20in%20your%20Public%20Cloud%20project&amp;urlref=https%3A%2F%2Fblog.ovhcloud.com%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image aligncenter size-full is-resized"><img fetchpriority="high" decoding="async" width="1024" height="1024" src="https://blog.ovhcloud.com/wp-content/uploads/2024/09/CDE.jpg" alt="" class="wp-image-27319" style="object-fit:cover;width:640px;height:480px" srcset="https://blog.ovhcloud.com/wp-content/uploads/2024/09/CDE.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2024/09/CDE-300x300.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2024/09/CDE-150x150.jpg 150w, https://blog.ovhcloud.com/wp-content/uploads/2024/09/CDE-768x768.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2024/09/CDE-70x70.jpg 70w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>Whether you call it Cloud Development Environment, Developer Workspace Platform or Remote Ephemeral Workspaces, a new set of tools and services appeared in the last 10 year.<br>The idea is to define an environment through a container tool and manage it with all the needed security, user management, update management, templating tools and all the bells and whistles you can expect of a modern Software as a Service.</p>



<p>The use cases of these kind of services are numerous:<br>&#8211; shorter on-boarding time for new members of a project: newcomer will have all tools ready to work<br>&#8211; multiple development and tests environment: switch between versions and ecosystems easily<br>&#8211; leverage the power of cloud: share expensive resource like GPU instances</p>



<p>One of them is called <a href="https://coder.com/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Coder</a> and has the advantage of being very versatile, open source and easy to deploy on a Kubernetes cluster.</p>



<p>Let&#8217;s discover how to deploy Coder in an OVHcloud Public Cloud project.</p>



<p>First step, create an OVHcloud Managed Kubernetes cluster following the <a href="https://help.ovhcloud.com/csm/en-ie-public-cloud-kubernetes-create-cluster?id=kb_article_view&amp;sysparm_article=KB0037221" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">dedicated documentation</a><br>Once you have your cluster, you can follow the guide to <a href="https://help.ovhcloud.com/csm/en-ie-public-cloud-kubernetes-configure-kubectl?id=kb_article_view&amp;sysparm_article=KB0049658" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">retrieve your configuration file</a> then prepare your machine to <a href="https://help.ovhcloud.com/csm/en-ie-public-cloud-kubernetes-install-helm?id=kb_article_view&amp;sysparm_article=KB0037351" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">use Helm</a>.</p>



<p>From that point, you have a Managed Kubernetes Cluster, Helm and Kubectl configured and so you&#8217;re ready to go.</p>



<p>Before installing anything, it&#8217;s better to dedicate a namespace to your Coder adventure.</p>



<pre class="wp-block-code"><code lang="bash" class="language-bash"><code>kubectl create namespace coder</code></code></pre>



<p> Coder needs to use a database to store all its data. You have several options and you can of course use one of the <a href="https://help.ovhcloud.com/csm/en-ie-public-cloud-databases-getting-started?id=kb_article_view&amp;sysparm_article=KB0048743" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Managed Databases</a>.<br>To keep this article compact and easy to read, I will use another option and create a PostgreSQL database in the cluster itself.</p>



<pre class="wp-block-code"><code lang="bash" class="language-bash"><code>helm repo add bitnami https://charts.bitnami.com/bitnami
helm install coder-db bitnami/postgresql \
--namespace coder \
--set auth.username=&lt;your user. I'll use coder for the rest of the article&gt; \
--set auth.password=&lt;your password, I'll use coder&gt; \
--set auth.database=coder \
--set persistence.size=10Gi</code></code></pre>



<p>To be able to setup properly your Coder installation, you need to create a Kubernetes secret with the URL of this database.</p>



<pre class="wp-block-code"><code lang="bash" class="language-bash">kubectl create secret generic coder-db-url \
-n coder \
--from-literal=url="postgres://coder:coder@coder-db-postgresql.coder.svc.cluster.local:5432/coder?sslmode=disable"</code></pre>



<p>Next, create a file values.yaml that will define the configuration of the Coder deployment were are going to use.<br>To have a complete setup, please follow our guide on <a href="https://help.ovhcloud.com/csm/en-ie-public-cloud-kubernetes-secure-nginx-ingress-cert-manager?id=kb_article_view&amp;sysparm_article=KB0049951" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">how to install and secure a Nginx Ingress with cert-manager</a></p>



<pre class="wp-block-code"><code lang="yaml" class="language-yaml">coder:
  # You can specify any environment variables you'd like to pass to Coder
  # here. Coder consumes environment variables listed in
  # `coder server --help`, and these environment variables are also passed
  # to the workspace provisioner (so you can consume them in your Terraform
  # templates for auth keys etc.).
  #
  # Please keep in mind that you should not set `CODER_HTTP_ADDRESS`,
  # `CODER_TLS_ENABLE`, `CODER_TLS_CERT_FILE` or `CODER_TLS_KEY_FILE` as
  # they are already set by the Helm chart and will cause conflicts.
  env:
    - name: CODER_PG_CONNECTION_URL
      valueFrom:
        secretKeyRef:
          # You'll need to create a secret called coder-db-url with your
          # Postgres connection URL like:
          # postgres://coder:password@postgres:5432/coder?sslmode=disable
          name: coder-db-url
          key: url

    # (Optional) For production deployments the access URL should be set.
    # If you're just trying Coder, access the dashboard via the service IP.
    - name: CODER_ACCESS_URL
      value: "https://coder.example.com"

  ingress:
    enable: true
    className: "nginx"
    host: &lt;your domain url>
    wildcardHost: ""
    annotations:
      cert-manager.io/cluster-issuer: letsencrypt-prod
      nginx.ingress.kubernetes.io/add-base-url: "true"
      ingress.kubernetes.io/force-ssl-redirect: "true"
      kubernetes.io/tls-acme: "true"
    tls:
      enable: true
      secretName: "coder-secret"
      wildcardSecretName: ""
</code></pre>



<p>This values.yaml file will then allow you to deploy the main piece of Coder.</p>



<pre class="wp-block-code"><code lang="bash" class="language-bash">helm install coder coder-v2/coder \
    --namespace coder \
    --values values.yaml \
    --version 2.14.3</code></pre>



<p>From that point, you have a fully functional Coder deployment and you are ready to explore the capabilities of a cloud development environment solution.</p>



<p>Your next steps should a tour of the <a href="https://coder.com/docs" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">documentation</a> and do not hesitate to join the Coder community.</p>
<img decoding="async" src="//blog.ovhcloud.com/wp-content/plugins/matomo/app/matomo.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fblog.ovhcloud.com%2Fhow-to-install-a-modern-cloud-development-environment-in-your-public-cloud-project%2F&amp;action_name=How%20to%20install%20a%20modern%20Cloud%20Development%20Environment%20in%20your%20Public%20Cloud%20project&amp;urlref=https%3A%2F%2Fblog.ovhcloud.com%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to use AI Endpoints and LangChain to create a chatbot</title>
		<link>https://blog.ovhcloud.com/how-to-use-ai-endpoints-and-langchain-to-create-a-chatbot/</link>
		
		<dc:creator><![CDATA[Stéphane Philippart&#160;and&#160;Thierrry Chantier]]></dc:creator>
		<pubDate>Mon, 27 May 2024 15:48:09 +0000</pubDate>
				<category><![CDATA[OVHcloud Engineering]]></category>
		<category><![CDATA[Tranches de Tech & co]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[AI Endpoints]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[OVHcloud]]></category>
		<guid isPermaLink="false">https://blog.ovhcloud.com/?p=26798</guid>

					<description><![CDATA[Have a look at our previous blog posts: &#8211; Enhance your applications with AI Endpoints &#8211; How to use AI Endpoints and LangChain4j &#8211; LLMs streaming with AI Endpoints and LangChain4j In the world of generative AI with LLMs, LangChain is one of the most famous Framework used to simplify the LLM use with API [&#8230;]<img src="//blog.ovhcloud.com/wp-content/plugins/matomo/app/matomo.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fblog.ovhcloud.com%2Fhow-to-use-ai-endpoints-and-langchain-to-create-a-chatbot%2F&amp;action_name=How%20to%20use%20AI%20Endpoints%20and%20LangChain%20to%20create%20a%20chatbot&amp;urlref=https%3A%2F%2Fblog.ovhcloud.com%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image aligncenter size-full is-resized"><img decoding="async" width="1024" height="1024" src="https://blog.ovhcloud.com/wp-content/uploads/2024/05/langchain-python.jpg" alt="Image representing a robot with a parrot and a snake" class="wp-image-26807" style="width:640px" srcset="https://blog.ovhcloud.com/wp-content/uploads/2024/05/langchain-python.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2024/05/langchain-python-300x300.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2024/05/langchain-python-150x150.jpg 150w, https://blog.ovhcloud.com/wp-content/uploads/2024/05/langchain-python-768x768.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2024/05/langchain-python-70x70.jpg 70w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p>Have a look at our previous blog posts:<br> &#8211; <a href="https://blog.ovhcloud.com/enhance-your-applications-with-ai-endpoints/" data-wpel-link="internal">Enhance your applications with AI Endpoints</a><br> &#8211; <a href="https://blog.ovhcloud.com/how-to-use-ai-endpoints-and-langchain4j/" data-wpel-link="internal">How to use AI Endpoints and LangChain4j</a><br> &#8211; <a href="https://blog.ovhcloud.com/llms-streaming-with-ai-endpoints-and-langchain4j/" data-wpel-link="internal">LLMs streaming with AI Endpoints and LangChain4j</a></p>



<p>In the world of generative AI with LLMs, <a href="https://github.com/langchain-ai/langchain" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">LangChain</a> is one of the most famous Framework used to simplify the LLM use with API call.</p>



<p>LangChain’s tools and APIs simplify the process of building LLM-driven applications like chat bots and virtual agents.</p>



<p>LangChain&nbsp; is designed to be used with Python language and Javascript.</p>



<p>And, of course, we&#8217;ll use our <a href="https://blog.ovhcloud.com/enhance-your-applications-with-ai-endpoints/" data-wpel-link="internal">AI Endpoints</a> product to access to various LLM models 🤩.</p>



<p>ℹ️ All the code source used in the blog post is available on our GitHub repository: <a href="https://github.com/ovh/public-cloud-examples/tree/main/ai/ai-endpoints/python-langchain-chatbot" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">public-cloud-examples/tree/main/ai/ai-endpoints/python-langchain-chatbot</a> ℹ️</p>



<h3 class="wp-block-heading">Blocking chatbot</h3>



<p>Let&#8217;s start by creating a simple chatbot with LangChain and AI Endpoints.</p>



<p>The first step is to get the necessary dependencies. To do this, create a <em>requirements.txt</em> file:</p>



<pre class="wp-block-code"><code lang="python" class="language-python line-numbers">fastapi==0.110.0
openai==1.13.3
langchain-mistralai==0.1.7</code></pre>



<p>And run the following command:</p>



<pre class="wp-block-code"><code lang="bash" class="language-bash">pip3 install -r requirements.txt</code></pre>



<p>At this step you are ready to develop your first chatbot:</p>



<pre class="wp-block-code"><code lang="python" class="language-python">import argparse

from langchain_mistralai import ChatMistralAI
from langchain_core.prompts import ChatPromptTemplate

## Set the OVHcloud AI Endpoints token to use models
_OVH_AI_ENDPOINTS_ACCESS_TOKEN = os.environ.get('OVH_AI_ENDPOINTS_ACCESS_TOKEN') 
_OVH_AI_ENDPOINTS_MODEL_NAME = os.environ.get('OVH_AI_ENDPOINTS_MODEL_NAME') 
_OVH_AI_ENDPOINTS_MODEL_URL = os.environ.get('OVH_AI_ENDPOINTS_MODEL_URL') 

# Function in charge to call the LLM model.
# Question parameter is the user's question.
# The function print the LLM answer.
def chat_completion(question: str):
  # no need to use a token
  model = ChatMistralAI(model=_OVH_AI_ENDPOINTS_MODEL_NAME, 
                        api_key=_OVH_AI_ENDPOINTS_ACCESS_TOKEN,
                        endpoint=_OVH_AI_ENDPOINTS_MODEL_URL, 
                        max_tokens=1500)

  prompt = ChatPromptTemplate.from_messages([
    ("system", "You are Nestor, a virtual assistant. Answer to the question."),
    ("human", "{question}"),
  ])

  chain = prompt | model

  response = chain.invoke(question)

  print(f"🤖: {response.content}")

# Main entrypoint
def main():
  # User input
  parser = argparse.ArgumentParser()
  parser.add_argument('--question', type=str, default="What is the meaning of life?")
  args = parser.parse_args()
  chat_completion(args.question)

if __name__ == '__main__':
    main()
</code></pre>



<p>You can try your new assistant with the following command:</p>



<pre class="wp-block-code"><code lang="bash" class="language-bash line-numbers">python3 chat-bot.py --question "What is OVHcloud?"

🤖: OVHcloud is a global cloud computing company that offers a variety of services such as virtual private servers, dedicated servers, 
storage solutions, and other web services. 
It was founded in France and has since expanded to become a leading provider of cloud infrastructure, with data centers located around the 
world. OVHcloud offers a range of options for businesses and individuals, including high-performance computing, big data, and machine learning solutions. 
It is known for its commitment to data security and privacy, 
and its infrastructure is designed to be flexible, scalable, and reliable.</code></pre>



<h3 class="wp-block-heading">Streaming chatbot</h3>



<p>Now you have a chatbot, what do you think about adding the streaming feature? The streaming gives  your chatbot the ability to display the information when it&#8217;s ready, and to not wait for the whole message to be processed on the server side.</p>



<p>To do this you can update the previous Python script as following:</p>



<pre class="wp-block-code"><code lang="python" class="language-python line-numbers">import argparse
import time

from langchain_mistralai import ChatMistralAI
from langchain_core.prompts import ChatPromptTemplate

## Set the OVHcloud AI Endpoints token to use models
_OVH_AI_ENDPOINTS_ACCESS_TOKEN = os.environ.get('OVH_AI_ENDPOINTS_ACCESS_TOKEN') 
_OVH_AI_ENDPOINTS_MODEL_NAME = os.environ.get('OVH_AI_ENDPOINTS_MODEL_NAME') 
_OVH_AI_ENDPOINTS_MODEL_URL = os.environ.get('OVH_AI_ENDPOINTS_MODEL_URL') 


# Function in charge to call the LLM model.
# Question parameter is the user's question.
# The function print the LLM answer.
def chat_completion(new_message: str):
  # no need to use a token
  model = ChatMistralAI(model=_OVH_AI_ENDPOINTS_MODEL_NAME, 
                        api_key=_OVH_AI_ENDPOINTS_ACCESS_TOKEN,
                        endpoint=_OVH_AI_ENDPOINTS_MODEL_URL, 
                        max_tokens=1500, 
                        streaming=True)

  prompt = ChatPromptTemplate.from_messages([
    ("system", "You are a Nestor, a virtual assistant. Answer to the question."),
    ("human", "{question}"),
  ])

  chain = prompt | model

  print("🤖: ")
  for r in chain.stream({"question", new_message}):
    print(r.content, end="", flush=True)
    time.sleep(0.150)

# Main entrypoint
def main():
  # User input
  parser = argparse.ArgumentParser()
  parser.add_argument('--question', type=str, default="What is the meaning of life?")
  args = parser.parse_args()
  chat_completion(args.question)

if __name__ == '__main__':
    main()</code></pre>



<p>ℹ️ Note on the environment variables : you can find values on the documentation tab of each model. ℹ️<br>For example with the model list on April 2025 :<br> &#8211; OVH_AI_ENDPOINTS_MODEL_NAME: <em>Mistral-7B-Instruct-v0.3</em><br> &#8211; OVH_AI_ENDPOINTS_MODEL_URL: <em>https://mistral-7b-instruct-v0-3.endpoints.kepler.ai.cloud.ovh.net/api/openai_compat/v1</em></p>



<p>You can try your new assistant with the following command:</p>



<pre class="wp-block-code"><code lang="bash" class="language-bash line-numbers">python3 chat-bot-streaming.py --question "What is OVHcloud?"</code></pre>



<figure class="wp-block-video aligncenter"><video height="342" style="aspect-ratio: 640 / 342;" width="640" controls src="https://blog.ovhcloud.com/wp-content/uploads/2024/05/python-chat-streaming.mov"></video></figure>



<p>And that it!</p>



<p>Don’t hesitate to test our new product, <a href="https://endpoints.ai.cloud.ovh.net/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">AI Endpoints</a>, and give us your feedback.</p>



<p>You have a dedicated Discord channel (#<em>ai-endpoints</em>) on our Discord server (<em><a href="https://discord.gg/ovhcloud" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">https://discord.gg/ovhcloud</a></em>), see you there!</p>
<img loading="lazy" decoding="async" src="//blog.ovhcloud.com/wp-content/plugins/matomo/app/matomo.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fblog.ovhcloud.com%2Fhow-to-use-ai-endpoints-and-langchain-to-create-a-chatbot%2F&amp;action_name=How%20to%20use%20AI%20Endpoints%20and%20LangChain%20to%20create%20a%20chatbot&amp;urlref=https%3A%2F%2Fblog.ovhcloud.com%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></content:encoded>
					
		
		<enclosure url="https://blog.ovhcloud.com/wp-content/uploads/2024/05/python-chat-streaming.mov" length="1946002" type="video/quicktime" />

			</item>
		<item>
		<title>OVHcloud at Devoxx France 2023</title>
		<link>https://blog.ovhcloud.com/ovhcloud-at-devoxx-france-2023/</link>
		
		<dc:creator><![CDATA[Stéphane Philippart,&#160;Aurélie Vache,&#160;Horacio Gonzalez&#160;and&#160;Thierrry Chantier]]></dc:creator>
		<pubDate>Thu, 04 May 2023 09:46:17 +0000</pubDate>
				<category><![CDATA[OVHcloud Engineering]]></category>
		<category><![CDATA[Tranches de Tech & co]]></category>
		<category><![CDATA[DevRel]]></category>
		<guid isPermaLink="false">https://blog.ovhcloud.com/?p=25100</guid>

					<description><![CDATA[Between Wednesday and Friday April 12-14, 2022, Devoxx France took place in Paris, France. As speakers and sponsor, we are going to tell you how this edition of Devoxx France went. Few words about the conference: Devoxx France is the biggest French tech conference (and one of the major European tech conference). This year, it [&#8230;]<img src="//blog.ovhcloud.com/wp-content/plugins/matomo/app/matomo.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fblog.ovhcloud.com%2Fovhcloud-at-devoxx-france-2023%2F&amp;action_name=OVHcloud%20at%20Devoxx%20France%202023&amp;urlref=https%3A%2F%2Fblog.ovhcloud.com%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></description>
										<content:encoded><![CDATA[
<p>Between Wednesday and Friday April 12-14, 2022, <a href="https://www.devoxx.fr/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Devoxx France</a> took place in Paris, France.</p>



<p>As speakers and sponsor, we are going to tell you how this edition of Devoxx France went.</p>



<figure class="wp-block-image aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://blog.ovhcloud.com/wp-content/uploads/2023/05/Blogpost-DevoxxFr-1-1024x529.png" alt="OVHcloud at Devoxx France 2023" class="wp-image-25235" width="512" height="265" srcset="https://blog.ovhcloud.com/wp-content/uploads/2023/05/Blogpost-DevoxxFr-1-1024x529.png 1024w, https://blog.ovhcloud.com/wp-content/uploads/2023/05/Blogpost-DevoxxFr-1-300x155.png 300w, https://blog.ovhcloud.com/wp-content/uploads/2023/05/Blogpost-DevoxxFr-1-768x397.png 768w, https://blog.ovhcloud.com/wp-content/uploads/2023/05/Blogpost-DevoxxFr-1.png 1200w" sizes="auto, (max-width: 512px) 100vw, 512px" /></figure>



<p>Few words about the conference:</p>



<ul class="wp-block-list">
<li>3000+ attendees</li>



<li>240+ speakers</li>



<li>6 keynotes</li>



<li>200+ conferences</li>



<li>70+ sponsors</li>
</ul>



<p>Devoxx France is the biggest French tech conference (and one of the major European tech conference). This year, it was the eleventh edition in Paris, &#8220;Palais des Congrès&#8221;.</p>



<p>The chosen theme was &#8220;steam punk&#8221; and pictures have been generated by the IA DALL-E 2 OpenIA! And it was just &#8230; amazing 🤩.</p>



<h3 class="wp-block-heading"><strong>OVHcloud talks</strong></h3>



<p>A lot of talks were given by OVHcloud.</p>



<p>Our colleagues gave very good talks and OVHcloud is very proud of them!</p>



<h4 class="wp-block-heading">Eléa Petton &#8211; What if AI was the solution to understand sign language?</h4>



<p>📜 Elea&#8217;s <a href="https://noti.st/eleapttn/a4WCWo" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">slides</a><br>🎥 Elea&#8217;s recorded video on <a href="https://www.youtube.com/watch?v=pd0LVNzIKF0&amp;list=PLTbQvx84FrAQ4oAXbCkQugzA0o7ujccM-&amp;index=18" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">YouTube</a></p>



<p><em>In the field of Artificial Intelligence, we often talk about Machine Learning or Deep Learning, but in the end what do these terms mean and especially how can they help us in our daily life?</em></p>



<p><em>During this talk we will first try to understand the place of AI in the vast field of health. We will then show the importance of data and develop an AI app capable of detecting and interpreting sign language.</em></p>



<p><em>This talk will show how it is possible to process raw data quickly to adapt an AI algorithm using Apache Spark. We will also see how to use distributed image processing as a way to enrich its training data.</em></p>



<p><em>The second step will consist in training an object detection model to recognize the different signs of the ASL (American Sign Language) alphabet through a Jupyter notebook.</em></p>



<p><em>Training a model is good, using it is better! Developers will learn how to create an artificial intelligence app from the trained model for sign detection on images or video streams. Finally, we will see how to deploy this application with Docker to make it accessible. This application will allow anyone to understand sign language with detection and written transcription.</em></p>



<figure class="wp-block-image aligncenter size-large is-resized"><img decoding="async" src="https://blog.ovhcloud.com/wp-content/uploads/2023/04/elea-talk-1024x576.jpg" alt="Elea's talk" class="wp-image-25102" width="800" srcset="https://blog.ovhcloud.com/wp-content/uploads/2023/04/elea-talk-1024x576.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/elea-talk-300x169.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/elea-talk-768x432.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/elea-talk-1536x864.jpg 1536w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/elea-talk.jpg 1675w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h4 class="wp-block-heading">Aurélie Vache &#8211; Common tips &amp; mistakes in Go &#8211; and how to solve them</h4>



<p>📜 Aurélie&#8217;s <a href="https://noti.st/aurelievache/cCuew3/common-tips-mistakes-in-go-and-how-to-solve-them" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">slides</a><br>🎥 Aurélie&#8217;s recorded video on <a href="https://www.youtube.com/watch?v=WUeNzqaIVUU&amp;list=PLTbQvx84FrATkUhLB2WWwC4Im5QcCj6ih&amp;index=20" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">YouTube</a></p>



<p><em>Docker, Kubernetes, Terraform, Helm &#8230; These tools may mean something to you, you may use them on a daily basis, but did you know that they were made in Go? Indeed, the Go language is a language that has been on the rise in recent years, used to make microservices, cross-compilation, by companies requiring high performance and resilience. </em></p>



<p><em>It is a practical language, easy to learn, typed and with a rich ecosystem. </em></p>



<p><em>And it&#8217;s true, creating an HTTP server or even a CLI application in Go only takes a few minutes. It&#8217;s perfect &#8230; or almost! </em></p>



<p><em>It is also easy to make mistakes in this language ;-). </em></p>



<p><em>We will see in this talk, under the background of ReX and experience, tips and common errors, their solutions and how to avoid them.</em></p>



<figure class="wp-block-image aligncenter size-large is-resized"><img decoding="async" src="https://blog.ovhcloud.com/wp-content/uploads/2023/04/aurelie-talk-1024x768.jpg" alt="Aureli's talk" class="wp-image-25103" width="800" srcset="https://blog.ovhcloud.com/wp-content/uploads/2023/04/aurelie-talk-1024x768.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/aurelie-talk-300x225.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/aurelie-talk-768x576.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/aurelie-talk.jpg 1256w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h4 class="wp-block-heading">Stéphanie Moallic &#8211; What if you were building robots?</h4>



<p>🎥 Stéphanie&#8217;s recorded video on <a href="https://www.youtube.com/watch?v=7oZNEtKvdz4" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">YouTube</a></p>



<p><em>What if you were building robots?</em></p>



<p><em>Ever since I was little, I have been passionate about robots. Nono the robot from Ulysses, Johnny 5, R2-D2, the robot in &#8220;Laputa&#8221;, those described by Asimov, all these robots have always fascinated me and I have often wondered if I too will be able to build robots . In recent years, with the wide availability of programmable cards and microcontroller cards as well as the use of 3D printers, it is now easier to create mobile and programmable robots.</em></p>



<p><em>In this talk, I will introduce you to the different robots I have built and programmed over the years such as an Arduino-based mobile robot, a microbit board-based walking and dancing robot, and a board-based hexapod robot. Arduino Nano IoT programmed in Golang in its TinyGo version for microcontrollers. The idea is to scan some of the means available to us to create robots and give leads so that everyone can embark on this great adventure of creating robots.</em></p>



<p></p>



<figure class="wp-block-image aligncenter size-large is-resized"><img decoding="async" src="https://blog.ovhcloud.com/wp-content/uploads/2023/04/steffy-talk-1024x768.jpg" alt="Stéphanie's talk" class="wp-image-25104" width="800" srcset="https://blog.ovhcloud.com/wp-content/uploads/2023/04/steffy-talk-1024x768.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/steffy-talk-300x225.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/steffy-talk-768x576.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/steffy-talk.jpg 1256w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h4 class="wp-block-heading">David Aparicio &#8211; Security, where to start ? Install party 🎉</h4>



<p><em>You probably know about Linux Install Parties? Then let’s do the same with Security, we will follow the DevSecOps approach of the US Department of Defense. For that, nothing could be easier, come with your computer, your open-source project and your tools (IDE, CI/CD). </em></p>



<p><em>After a few presentation slides, we will go step by step through the security of your application. If your application is dockerized, we will evoke the good practices of the ANSSI on this subject. We will see, through this workshop, how GitOps/CI/CD allow us and organizations to improve our posture towards security.</em></p>



<figure class="wp-block-image aligncenter size-large is-resized"><img decoding="async" src="https://blog.ovhcloud.com/wp-content/uploads/2023/04/david-workshop-1024x485.jpg" alt="David's workshop" class="wp-image-25105" width="800" srcset="https://blog.ovhcloud.com/wp-content/uploads/2023/04/david-workshop-1024x485.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/david-workshop-300x142.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/david-workshop-768x364.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/david-workshop-1536x728.jpg 1536w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/david-workshop-2048x971.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h4 class="wp-block-heading">David Aparicio &#8211; Gosec, in the IDE or in the CI, how it avoids to find its PROD down/hacked?</h4>



<p><em>Gosec is a tool that addresses security issues by scanning Go code (AST). In this lightning talk, we will introduce GoSec and explain how it can be used to improve the security of your modern applications that offers an advanced vulnerability detection and remediation solution. </em></p>



<p><em>We will cover key Gosec features, such as detection of DDOS or buffer overflows, SQL injections, low RSA key size, use of obsolete and vulnerable cryptographic algorithms, poor TLS settings. If you are a developer concerned about the security of your applications (like any normal, well-built dev), you should not miss this lightning talk on Gosec.</em></p>



<figure class="wp-block-image aligncenter size-large is-resized"><img decoding="async" src="https://blog.ovhcloud.com/wp-content/uploads/2023/04/david-bof-1024x768.jpg" alt="Davis's BOF" class="wp-image-25120" width="800" srcset="https://blog.ovhcloud.com/wp-content/uploads/2023/04/david-bof-1024x768.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/david-bof-300x225.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/david-bof-768x576.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/david-bof-1536x1152.jpg 1536w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/david-bof-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h4 class="wp-block-heading">François Samin &#8211; Overview of concurrency management in several programming languages</h4>



<p>🎥 François&#8217;s recorded video on <a href="https://www.youtube.com/watch?v=Cz_bzb8oZFM&amp;list=PLTbQvx84FrAQ4oAXbCkQugzA0o7ujccM-&amp;index=45" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">YouTube</a></p>



<p>Choosing a language for a project is always an important moment. When objectively considering the numerous criteria, including syntax, ecosystem, maturity, etc., one is often overlooked but significantly impacts developer experience: concurrency management. In some languages, it is essential to understand how concurrency is implemented under the hood in order to avoid certain pitfalls and performance losses.</p>



<p>We will delve into the various implementations and uses of concurrency in Javascript, Golang, Rust, and Java to better understand the advantages and disadvantages of each. Sometimes supported natively by the language, sometimes provided by third-party libraries, concurrency implementations can be very different. We will cover concepts such as green threads, native threads, futures, promises, goroutines, work stealing, as well as asynchronous executors and developer experiences for each of these languages.</p>



<h4 class="wp-block-heading">Olivier Beautier &#8211; Take the path of improvisation 🎭 to become a speaker 🎙️ who excites the crowds 🤩</h4>



<p id="tw-target-text"><em>Speaking in public is one of the most shared fears in the world, in the face of poverty, in the face of illness, in the face of death&#8230; (Nabla Léviste).<br><br>And it&#8217;s really a shame, because you have fascinating things to tell!<br><br>What makes the richness of our beloved &#8220;tech&#8221; conferences is largely the diversity of speakers. But it&#8217;s hard for many to take the leap, because you&#8217;ve probably never learned how to <strong>public speaking</strong> or build a compelling story.<br><br>In this workshop, we invite you to discover a selection, refined by us, <strong>of tools from theatrical improvisation</strong>, which will help you to manage your fear of speaking in public, and to give structured and exciting way to give talks.</em></p>



<h4 class="wp-block-heading">Horacio Gonzalez &#8211; Kubernetes, dispassionate and for ultra beginners</h4>



<p>🎥 Horacio&#8217;s recorded video on <a href="https://www.youtube.com/watch?v=Zw-vNFOGwdw&amp;list=PLTbQvx84FrASlmxTAD0w_FiNZbFnWaF1U&amp;index=7" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">YouTube</a></p>



<p>Whether we like it or not, Kubernetes is part of our landscape today, adored by some and decried by many others. The reality is that Kubernetes is well established and will be present for a while, perhaps hidden under a layer of abstraction but the trend is still that it becomes the backbone of the Cloud Native ecosystem.</p>



<p>At this university, I propose you to start from scratch and discover together the fundamental concepts of Kubernetes: Pod, Service, Health checks, etc. During the 3 hours we will gradually enter more into the bowels of the beast to finish on these more advanced concepts such as the Operators. Each concept will of course be illustrated with concrete demonstrations. Being a developer myself, the angle of attack will be that of deployment and management of applications, all the operational part such as the establishment of a cluster will not be covered.</p>



<figure class="wp-block-image aligncenter size-large is-resized"><img decoding="async" src="https://blog.ovhcloud.com/wp-content/uploads/2023/04/horacio-talk-1024x576.jpg" alt="Horacio's talk" class="wp-image-25106" width="800" srcset="https://blog.ovhcloud.com/wp-content/uploads/2023/04/horacio-talk-1024x576.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/horacio-talk-300x169.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/horacio-talk-768x432.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/horacio-talk-1536x864.jpg 1536w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/horacio-talk.jpg 1675w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h3 class="wp-block-heading"><strong>Behind the scene</strong></h3>



<p>Many members of OVHcloud were at the Devoxx France.</p>



<p>It was an opportunity to meet each others in real life!</p>



<h4 class="wp-block-heading"><strong>The booth</strong></h4>



<p>All the team was involved in the booth setup and was present on the booth during the event .</p>



<p>The booth was amazing, thanks to <strong>Horacio</strong> for his wonderful drawings 🤩.</p>



<p>During three days we met at our booth a lot of different people: developers, SRE, UX designers, architects, students, startupers, speakers, sponsors, organizers&#8230; A very pleasant moment of share and discussions.</p>



<p>Being present on the booth is not restful &#8230; The first thing is that we get up early, the opening to the public being at 8:30 am, you have to be there before (around 7:45 every morning) to set up the booth (mainly take out the goodies 😉).</p>



<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="576" data-id="25108" src="https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-01-1024x576.jpg" alt="OVHcloud booth 1" class="wp-image-25108" srcset="https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-01-1024x576.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-01-300x169.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-01-768x432.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-01-1536x864.jpg 1536w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-01.jpg 1675w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="576" data-id="25115" src="https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-02-1024x576.jpg" alt="OVHcloud booth 2" class="wp-image-25115" srcset="https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-02-1024x576.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-02-300x169.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-02-768x432.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-02-1536x864.jpg 1536w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-02.jpg 1675w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="576" data-id="25117" src="https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-03-1-1024x576.jpg" alt="OVHcloud booth 3" class="wp-image-25117" srcset="https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-03-1-1024x576.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-03-1-300x169.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-03-1-768x432.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-03-1-1536x864.jpg 1536w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-03-1.jpg 1675w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="768" data-id="25114" src="https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-04-1024x768.jpg" alt="OVHcloud booth 4" class="wp-image-25114" srcset="https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-04-1024x768.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-04-300x225.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-04-768x576.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-04.jpg 1256w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="576" data-id="25109" src="https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-09-1024x576.jpg" alt="OVHcloud booth 5" class="wp-image-25109" srcset="https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-09-1024x576.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-09-300x169.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-09-768x432.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-09-1536x864.jpg 1536w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-09.jpg 1675w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="768" data-id="25110" src="https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-08-1024x768.jpg" alt="OVHcloud booth 6" class="wp-image-25110" srcset="https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-08-1024x768.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-08-300x225.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-08-768x576.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-08.jpg 1256w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="707" height="942" data-id="25111" src="https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-07.jpg" alt="OVHcloud booth 7" class="wp-image-25111" srcset="https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-07.jpg 707w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-07-225x300.jpg 225w" sizes="auto, (max-width: 707px) 100vw, 707px" /></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="768" data-id="25112" src="https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-06-1024x768.jpg" alt="OVHcloud booth 8" class="wp-image-25112" srcset="https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-06-1024x768.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-06-300x225.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-06-768x576.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-06.jpg 1256w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="768" data-id="25113" src="https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-05-1024x768.jpg" alt="OVHcloud booth 9" class="wp-image-25113" srcset="https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-05-1024x768.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-05-300x225.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-05-768x576.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2023/04/devoxx-booth-05.jpg 1256w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</figure>



<p>Three awesome days of interactions, demos, discussions and &#8230; few talks. Yes, it&#8217;s not a secret, when you are a sponsor you can&#8217;t attend all the talks :).</p>



<p>Between each conference (breaks), we saw a lot of people, like a wave, arriving at our stand. A wave of people pouring down on us looking for goodies but mostly with great questions about what exactly we do, what moving to the Cloud means,&#8230;</p>



<p>The atmosphere was cool and we make beautiful encounters both with potential users and partners.</p>



<p><em>Note from <strong>Thierry</strong>: I was the junior this time, and it felt good ☺️ Devoxx France is a conference I wanted to attend for 10+ years.<br>The intensity of discussions was a pleasant surprise: that&#8217;s the first time I have such deep architecture discussions, or even little support cases.<br>Huge thanks to my experimented team that helped me to have a wonderful first experience at Devoxx 💞</em></p>



<h3 class="wp-block-heading"><strong>As speaker</strong></h3>



<p>How did <strong>David</strong> experience this Devoxx?</p>



<p><em>DevoxxFR2023 is a great event. I love the level of all talks, and also for the diversity &amp; quality of the attendees. This year, I spent a lot of time in the Hands-on lab, the fact that they are not recorded, in very small groups, so the exchanges are rich, the workshop speakers are in proximity with the audience. Therefore they are extremely popular, because sometimes they are full, more than half an hour before the schedule. So it was a hunt for tickets (who mentioned black market 🤣)</em>.</p>



<p>How did <strong>Stéphanie</strong> experience this Devoxx?</p>



<p><em>As every time I go to Devoxx France, I always have a mixture of feelings: joy, fear of making a mistake, looking forward to discussing with people the subjects that interest me,… Always full of new things to discover but also topics to explore further. Many exchanges with people around. I didn&#8217;t go to talks because I&#8217;m always afraid of dropping out and I prefer to have discussions with people around.<br>It was also an opportunity for me to present a talk on a subject that fascinates me: robots and how to build and program them. The talk went well and people seemed interested and asked me a lot of questions during and after. It was really great.</em></p>



<p>How did <strong>Aurélie</strong> experience this Devoxx?</p>



<p><em>Devoxx France is not a conference like the others, at least that&#8217;s how I feel. Being a speaker at DevoxxFR is an honor, a chance, a great opportunity and also a lot of stress 😆 I always want to do well, and so I put a lot of pressure on myself for that 😅.<br>I wasn&#8217;t leading off before my talk, I knew that I exceeded 2 minutes during my rehearsals and that I passed in very last on Wednesday. But the talk went well, the participants took a lot of pictures (so they seemed to learn something) so I&#8217;m happy 🙂.<br><br>And the little bonus track, I had the honor of being Stephanie&#8217;s assistant for her talk on robots. The electronics and I have been 12, so I tried to do my best to prepare what I could so that she could concentrate as much as possible on her talk. Well, I made a few blunders, of course 🤣, and Stéphanie was awesome! Well done ma&#8217;am 👏</em></p>



<p>How did <strong>François</strong> experience this Devoxx?</p>



<p><em>I hadn&#8217;t been to Devoxx since the COVID crisis. I could see that the event had grown considerably since 2019, but without losing its essence: high-quality keynotes, conferences, labs, and a lot of kindness in the exchanges with all participants.</em></p>



<p><em>Can&#8217;t wait for next year!</em></p>



<h3 class="wp-block-heading"><strong>Next?</strong></h3>



<p>A big thanks to the whole organization team, you did an amazing work for this super edition 💪.</p>



<p>Can’t wait to return next year!</p>
<img loading="lazy" decoding="async" src="//blog.ovhcloud.com/wp-content/plugins/matomo/app/matomo.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fblog.ovhcloud.com%2Fovhcloud-at-devoxx-france-2023%2F&amp;action_name=OVHcloud%20at%20Devoxx%20France%202023&amp;urlref=https%3A%2F%2Fblog.ovhcloud.com%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>OVHcloud at DevFest Nantes 2022</title>
		<link>https://blog.ovhcloud.com/ovhcloud-at-devfest-nantes-2022/</link>
		
		<dc:creator><![CDATA[Stéphane Philippart&#160;and&#160;Thierrry Chantier]]></dc:creator>
		<pubDate>Thu, 10 Nov 2022 16:17:07 +0000</pubDate>
				<category><![CDATA[OVHcloud Engineering]]></category>
		<category><![CDATA[Tranches de Tech & co]]></category>
		<category><![CDATA[Conference]]></category>
		<category><![CDATA[DevRel]]></category>
		<guid isPermaLink="false">https://blog.ovhcloud.com/?p=23844</guid>

					<description><![CDATA[Between Thursday and Friday October 20-21, 2022, DevFest Nantes took place in Nantes, France. As speakers and sponsor, we are going to tell you how this edition of DevFest Nantes went. Few words about the conference: &#8211; 3700+ attendees &#8211; 90+ speakers &#8211; 2 keynotes &#8211; 70+ conferences &#8211; 42 sponsors It was the 10th [&#8230;]<img src="//blog.ovhcloud.com/wp-content/plugins/matomo/app/matomo.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fblog.ovhcloud.com%2Fovhcloud-at-devfest-nantes-2022%2F&amp;action_name=OVHcloud%20at%20DevFest%20Nantes%202022&amp;urlref=https%3A%2F%2Fblog.ovhcloud.com%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></description>
										<content:encoded><![CDATA[
<p>Between Thursday and Friday October 20-21, 2022, <a href="https://devfest.gdgnantes.com/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">DevFest Nantes</a> took place in Nantes, France.</p>



<p>As speakers and sponsor, we are going to tell you how this edition of DevFest Nantes went.</p>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="640" height="855" src="https://blog.ovhcloud.com/wp-content/uploads/2022/11/elephant_thumb.jpg" alt="Elephant from machines of Nantes" class="wp-image-23845" srcset="https://blog.ovhcloud.com/wp-content/uploads/2022/11/elephant_thumb.jpg 640w, https://blog.ovhcloud.com/wp-content/uploads/2022/11/elephant_thumb-225x300.jpg 225w" sizes="auto, (max-width: 640px) 100vw, 640px" /></figure>



<p>Few words about the conference:<br>  &#8211; 3700+ attendees<br>  &#8211; 90+ speakers<br>  &#8211; 2 keynotes<br>  &#8211; 70+ conferences<br>  &#8211; 42 sponsors</p>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="632" height="278" src="https://blog.ovhcloud.com/wp-content/uploads/2022/11/devfest-nantes-logo.jpg" alt="" class="wp-image-23981" srcset="https://blog.ovhcloud.com/wp-content/uploads/2022/11/devfest-nantes-logo.jpg 632w, https://blog.ovhcloud.com/wp-content/uploads/2022/11/devfest-nantes-logo-300x132.jpg 300w" sizes="auto, (max-width: 632px) 100vw, 632px" /></figure>



<p>It was the 10th anniversary edition 🎉. The theme of this edition was Jules Vernes!</p>



<p>Steam punk atmosphere for all booths 🤩.</p>



<h2 class="wp-block-heading"><strong>OVHcloud talks</strong></h2>



<p>Two talks were given by Alexandre and Olivier.</p>



<h3 class="wp-block-heading"><strong>Alexandre Vilain &#8211; Temporal.io &#8211; My workflows are cloud ready</strong></h3>



<p>📽 <a href="https://youtu.be/jIncBsYiZ3E" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Replay</a></p>



<p><em>Who has never found themselves developing an in-house solution to orchestrate complex business workflows? You start by adding a database to manage the state, then you add queueing to pass the data through your services and you end up developing complex retry functions that never handle all the special cases. Even before integrating their business logic, developers have to solve a number of workflow orchestration problems that make development heavy and sometimes complex to maintain. Can we stop reinventing the wheel?</em></p>



<p><em>Temporal.io is a workflow engine, derived from Cadence, initially developed at Uber and used in production at Netflix, Stripe or Snapchat. The paradigms brought by temporal.io are simple and allow teams to reduce their &#8220;glue-code&#8221; to focus on their business code. Write your workflows in the language of your choice thanks to its SDKs available in several languages: JAVA, Go, Typescript, PHP (and soon Python, Ruby, Rust &amp; .NET), the temporal platform takes care of the rest.</em></p>



<p><em>The objective is to present you temporal.io: how it works, its use cases and its interest for development teams.</em></p>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="640" height="427" src="https://blog.ovhcloud.com/wp-content/uploads/2022/11/alexandre_thumb.jpg" alt="Alexandre at DevFest Nantes" class="wp-image-23847" srcset="https://blog.ovhcloud.com/wp-content/uploads/2022/11/alexandre_thumb.jpg 640w, https://blog.ovhcloud.com/wp-content/uploads/2022/11/alexandre_thumb-300x200.jpg 300w" sizes="auto, (max-width: 640px) 100vw, 640px" /></figure>



<h3 class="wp-block-heading"><strong>Olivier Beautier &#8211; The IT&#8217;s hero&#8217;s journey</strong></h3>



<p>📽 <a href="https://youtu.be/AZKjdhViwYI" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Replay</a></p>



<p><em>Did you know you were a storyteller?</em></p>



<p><em>As proof, you are able to predict the next scene in a movie or a series, or even guess who the killer is! This is completely normal, because from our youngest age, we have been rocked by stories, tales, legends, we have unconsciously integrated their mechanics.</em></p>



<p><em>In this original and interactive talk, we will use the concept of the Hero&#8217;s Journey to tell a story, directly inspired by your experiences, and show you that you have everything you need to tell great stories yourself.</em></p>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="640" height="427" src="https://blog.ovhcloud.com/wp-content/uploads/2022/11/olivier_thumb.jpg" alt="Olivier at DevFest Nantes" class="wp-image-23848" srcset="https://blog.ovhcloud.com/wp-content/uploads/2022/11/olivier_thumb.jpg 640w, https://blog.ovhcloud.com/wp-content/uploads/2022/11/olivier_thumb-300x200.jpg 300w" sizes="auto, (max-width: 640px) 100vw, 640px" /></figure>



<h2 class="wp-block-heading"><strong>Behind the scene</strong></h2>



<p>Many members of OVHcloud were at the DevFest Nantes.</p>



<p>It was an opportunity to meet each others in real life!</p>



<h3 class="wp-block-heading"><strong>The booth</strong></h3>



<p>All the team was involved in the booth setup and was present on the booth during the event 👏.</p>



<p>The booth was amazing, thanks to  @horacio for his wonderful drawings 🤩.</p>



<figure class="wp-block-image aligncenter size-large is-resized"><img decoding="async" src="https://blog.ovhcloud.com/wp-content/uploads/2022/11/team-irl_thumb-1024x766.jpg" alt="Team IRL" class="wp-image-23850" width="640" srcset="https://blog.ovhcloud.com/wp-content/uploads/2022/11/team-irl_thumb-1024x766.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2022/11/team-irl_thumb-300x224.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2022/11/team-irl_thumb-768x575.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2022/11/team-irl_thumb-1536x1149.jpg 1536w, https://blog.ovhcloud.com/wp-content/uploads/2022/11/team-irl_thumb-2048x1532.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image aligncenter size-large is-resized"><img decoding="async" src="https://blog.ovhcloud.com/wp-content/uploads/2022/11/booth02_thumb-1024x768.jpg" alt="OVHcloud booth" class="wp-image-23851" width="640" srcset="https://blog.ovhcloud.com/wp-content/uploads/2022/11/booth02_thumb-1024x768.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2022/11/booth02_thumb-300x225.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2022/11/booth02_thumb-768x576.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2022/11/booth02_thumb-1536x1152.jpg 1536w, https://blog.ovhcloud.com/wp-content/uploads/2022/11/booth02_thumb-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="640" height="398" src="https://blog.ovhcloud.com/wp-content/uploads/2022/11/booth03_thumb.jpg" alt="OVHcloud booth" class="wp-image-23852" srcset="https://blog.ovhcloud.com/wp-content/uploads/2022/11/booth03_thumb.jpg 640w, https://blog.ovhcloud.com/wp-content/uploads/2022/11/booth03_thumb-300x187.jpg 300w" sizes="auto, (max-width: 640px) 100vw, 640px" /></figure>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="640" height="479" src="https://blog.ovhcloud.com/wp-content/uploads/2022/11/booth04_thumb.jpg" alt="OVHcloud booth" class="wp-image-23855" srcset="https://blog.ovhcloud.com/wp-content/uploads/2022/11/booth04_thumb.jpg 640w, https://blog.ovhcloud.com/wp-content/uploads/2022/11/booth04_thumb-300x225.jpg 300w" sizes="auto, (max-width: 640px) 100vw, 640px" /></figure>



<h3 class="wp-block-heading"><strong>As a DevRel</strong></h3>



<p>As always being sponsor at this kind of event is a lot of work. The day start early to build the booth and to be present at the opening on the booth.</p>



<p>We met a lot of people with exciting discussions. We organized a contest based on the <a href="https://www.gabaky.com/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Gabaky</a> game.</p>



<p>Many players came to try to win the Switch and at the end, after a memorable final, one of them won the Switch!</p>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="640" height="360" src="https://blog.ovhcloud.com/wp-content/uploads/2022/11/booth05_thumb.jpg" alt="OVHcloud booth" class="wp-image-23858" srcset="https://blog.ovhcloud.com/wp-content/uploads/2022/11/booth05_thumb.jpg 640w, https://blog.ovhcloud.com/wp-content/uploads/2022/11/booth05_thumb-300x169.jpg 300w" sizes="auto, (max-width: 640px) 100vw, 640px" /></figure>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="640" height="853" src="https://blog.ovhcloud.com/wp-content/uploads/2022/11/contest_thumb.jpg" alt="Contest" class="wp-image-23859" srcset="https://blog.ovhcloud.com/wp-content/uploads/2022/11/contest_thumb.jpg 640w, https://blog.ovhcloud.com/wp-content/uploads/2022/11/contest_thumb-225x300.jpg 225w" sizes="auto, (max-width: 640px) 100vw, 640px" /></figure>



<figure class="wp-block-image aligncenter size-large is-resized"><img decoding="async" src="https://blog.ovhcloud.com/wp-content/uploads/2022/11/winner_thumb-1024x993.jpg" alt="" class="wp-image-23861" width="640" srcset="https://blog.ovhcloud.com/wp-content/uploads/2022/11/winner_thumb-1024x993.jpg 1024w, https://blog.ovhcloud.com/wp-content/uploads/2022/11/winner_thumb-300x291.jpg 300w, https://blog.ovhcloud.com/wp-content/uploads/2022/11/winner_thumb-768x745.jpg 768w, https://blog.ovhcloud.com/wp-content/uploads/2022/11/winner_thumb-1536x1489.jpg 1536w, https://blog.ovhcloud.com/wp-content/uploads/2022/11/winner_thumb-2048x1986.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h3 class="wp-block-heading"><strong>As a speaker</strong> <strong>(and coach)</strong></h3>



<p>Being a speaker at a conference is already a very strong experience, but when it comes to the biggest French conference and the talk takes place in the largest room, it&#8217;s indescribable.</p>



<p>In this talk where I learn to tell stories, I tell my own story and my fight against stage fright.</p>



<p>I manage to emerge victorious from this fight thanks to the tools of storytelling, and I transmit at the end a model of narrative structure adapted to the world of conferences.</p>



<p>I also had the great pleasure of being able to coach Alexandre for his talk &#8220;Temporal.io &#8211; My workflows are cloud ready&#8221;, from the design of the talk, through rehearsals in the middle of the crowd, to the final performance.</p>



<p>Alexandre&#8217;s talk was a success, I&#8217;m very proud of it and I can&#8217;t wait to see his next talks.</p>



<h3 class="wp-block-heading"><strong>Next?</strong></h3>



<p>A big thanks to the whole organization team, you did an amazing work for this super edition 💪.</p>



<p>Can&#8217;t wait to return next year!</p>
<img loading="lazy" decoding="async" src="//blog.ovhcloud.com/wp-content/plugins/matomo/app/matomo.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fblog.ovhcloud.com%2Fovhcloud-at-devfest-nantes-2022%2F&amp;action_name=OVHcloud%20at%20DevFest%20Nantes%202022&amp;urlref=https%3A%2F%2Fblog.ovhcloud.com%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>OVHcloud at Volcamp.io 2022</title>
		<link>https://blog.ovhcloud.com/ovhcloud-at-volcamp-io-2022/</link>
		
		<dc:creator><![CDATA[Stéphane Philippart,&#160;Aurélie Vache&#160;and&#160;Thierrry Chantier]]></dc:creator>
		<pubDate>Mon, 07 Nov 2022 06:41:12 +0000</pubDate>
				<category><![CDATA[OVHcloud Engineering]]></category>
		<category><![CDATA[Tranches de Tech & co]]></category>
		<category><![CDATA[Conference]]></category>
		<category><![CDATA[DevRel]]></category>
		<guid isPermaLink="false">https://blog.ovhcloud.com/?p=23790</guid>

					<description><![CDATA[Between Thursday and Friday October 13-14, 2022, Volcamp.io took place in Clermont-Ferrand, France. As speakers, we are going to tell you how this edition of the first physical edition of Volcamp went. Few words about the conference: &#8211; 450+ attendees &#8211; 3 keynotes &#8211; 60+ conferences &#8211; 30 sponsors OVHcloud talks Aurélie Vache &#8211; Keynote [&#8230;]<img src="//blog.ovhcloud.com/wp-content/plugins/matomo/app/matomo.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fblog.ovhcloud.com%2Fovhcloud-at-volcamp-io-2022%2F&amp;action_name=OVHcloud%20at%20Volcamp.io%202022&amp;urlref=https%3A%2F%2Fblog.ovhcloud.com%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></description>
										<content:encoded><![CDATA[
<p>Between Thursday and Friday October 13-14, 2022, <a href="https://www.volcamp.io/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Volcamp.io</a> took place in Clermont-Ferrand, France.</p>



<p>As speakers, we are going to tell you how this edition of the first physical edition of Volcamp went.</p>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="640" height="853" src="https://blog.ovhcloud.com/wp-content/uploads/2022/10/clermont-ferrand_thumb.jpg" alt="Photo Clermont-Ferrand" class="wp-image-23792" srcset="https://blog.ovhcloud.com/wp-content/uploads/2022/10/clermont-ferrand_thumb.jpg 640w, https://blog.ovhcloud.com/wp-content/uploads/2022/10/clermont-ferrand_thumb-225x300.jpg 225w" sizes="auto, (max-width: 640px) 100vw, 640px" /></figure>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p>Few words about the conference:<br>   &#8211; 450+ attendees<br>   &#8211; 3 keynotes<br>   &#8211; 60+ conferences<br>   &#8211; 30 sponsors</p>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="479" height="467" src="https://blog.ovhcloud.com/wp-content/uploads/2022/11/volcamp2.png" alt="Logo détaillé Volcamp.io" class="wp-image-23809" srcset="https://blog.ovhcloud.com/wp-content/uploads/2022/11/volcamp2.png 479w, https://blog.ovhcloud.com/wp-content/uploads/2022/11/volcamp2-300x292.png 300w" sizes="auto, (max-width: 479px) 100vw, 479px" /></figure>



<h2 class="wp-block-heading"><strong>OVHcloud talks</strong></h2>



<h3 class="wp-block-heading"><strong>Aurélie Vache &#8211; Keynote &#8211; (What if we learned to) Learn and share differently</strong></h3>



<p>Abstract:</p>



<p><em>We are currently about 7.9 billion people on Earth and we are all different but we have to fit into boxes, follow the same program, and we all have to learn in the same way.</em></p>



<p><em>What if I told you that it is possible to learn and share differently, to appeal to your imagination and your creativity and that it is beneficial for everyone?</em></p>



<p>In this talk, I tell a story, I tell you my story, how I went from a person who had lost his passions to the creation of sketchnotes, videos, talks that are out of the ordinary and illustrated books. We will see that sharing differently, that changing things is not easy but that it is important and that it is possible with a few tips, that other people have done it and that now it&#8217;s up to you :-).</p>



<p>And finally, we will see that we each have superpowers to use wisely.</p>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="640" height="480" src="https://blog.ovhcloud.com/wp-content/uploads/2022/10/aurelie_thumb.jpg" alt="Aurélie at Volcamp.io" class="wp-image-23798" srcset="https://blog.ovhcloud.com/wp-content/uploads/2022/10/aurelie_thumb.jpg 640w, https://blog.ovhcloud.com/wp-content/uploads/2022/10/aurelie_thumb-300x225.jpg 300w" sizes="auto, (max-width: 640px) 100vw, 640px" /></figure>



<h3 class="wp-block-heading"><strong>Olivier Beautier</strong> <strong>&#8211; The IT&#8217;s hero&#8217;s journey</strong></h3>



<p>Abstract:</p>



<p><em>Did you know you were a storyteller?</em></p>



<p><em>As proof, you are able to predict the next scene in a movie or a series, or even guess who the killer is! This is completely normal, because from our youngest age, we have been rocked by stories, tales, legends, we have unconsciously integrated their mechanics.</em></p>



<p><em>In this original and interactive talk, we will use the concept of the Hero&#8217;s Journey to tell a story, directly inspired by your experiences, and show you that you have everything you need to tell great stories yourself.</em></p>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="640" height="480" src="https://blog.ovhcloud.com/wp-content/uploads/2022/10/olivier_thumb.jpg" alt="Olivier at Volcamp.io" class="wp-image-23799" srcset="https://blog.ovhcloud.com/wp-content/uploads/2022/10/olivier_thumb.jpg 640w, https://blog.ovhcloud.com/wp-content/uploads/2022/10/olivier_thumb-300x225.jpg 300w" sizes="auto, (max-width: 640px) 100vw, 640px" /></figure>



<h3 class="wp-block-heading"><strong>David Apparicio &#8211; Security at the early stage of the project</strong></h3>



<p>Abstract:</p>



<p><em>In 2020, the number of cyberattacks has exploded worldwide. According to a recent report from the French National Agency for Information Systems Security (ANSSI), ANSSI operations in 2020 have increased fourfold, compared to the previous year.</em></p>



<p><em>The Covid-19 pandemic has multiplied the opportunities for destabilization (cyber attacks) in several sectors, including health: Rouen University Hospital, Narbonne, Montpellier, Dax, Villefranche-sur-Saône, Oloron-Sainte-Marie, Saint-Gaudens … The list of hospitals is getting longer.</em></p>



<p><em>Moreover, since the RGPD came into force, the protection of personal data as well as the security ‘by design’ become central subjects in our projects.</em></p>



<p><em>I will present the techniques used and I will also talk about the management’s awareness of these important aspects. Indeed, even being in the internal network of a datacenter, we are not safe from an intrusion. The 0 risk does not exist. ~ Security By Design 101</em></p>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="640" height="360" src="https://blog.ovhcloud.com/wp-content/uploads/2022/10/david_thumb.jpg" alt="David at Volcamp.io" class="wp-image-23800" srcset="https://blog.ovhcloud.com/wp-content/uploads/2022/10/david_thumb.jpg 640w, https://blog.ovhcloud.com/wp-content/uploads/2022/10/david_thumb-300x169.jpg 300w" sizes="auto, (max-width: 640px) 100vw, 640px" /></figure>



<h3 class="wp-block-heading"><strong>Thierry Chantier &#8211;</strong> <strong>IoT apéro</strong></h3>



<p>Abstract:</p>



<p><em>After months of not seeing each other, we can finally get together with friends to share a fun and friendly time. And if we can learn and understand things that we had to struggle to understand alone, it&#8217;s a huge bonus.</em></p>



<p><em>This is exactly what we propose to you through the Apéro IoT whose objective will be to have fun and to have the keys to launch our first IoT project. This cocktail party will be interactive, participative (it is not impossible that we invite people to come on stage)&#8230; and also realistic (no tricks)!</em></p>



<p><em>Our joyful makers will be Philippe, Thierry, Louis, and you, our dear public. We will be gathered around a drink, to take a look at this complex and controversial subject.</em></p>



<p><em>We will propose you a hardware, SDK and languages tour so that everyone can return home with wishes and ideas of projects to test or realize.</em></p>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="640" height="480" src="https://blog.ovhcloud.com/wp-content/uploads/2022/10/thierry_thumb.jpg" alt="Thierry at Volcamp.io" class="wp-image-23801" srcset="https://blog.ovhcloud.com/wp-content/uploads/2022/10/thierry_thumb.jpg 640w, https://blog.ovhcloud.com/wp-content/uploads/2022/10/thierry_thumb-300x225.jpg 300w" sizes="auto, (max-width: 640px) 100vw, 640px" /></figure>



<h3 class="wp-block-heading"><strong>Eléa Petton &amp; Stéphane Philippart &#8211; How about helping Captain Nemo classify sea monsters?</strong></h3>



<p>Abstract:</p>



<p><em>Artificial Intelligence, Machine Learning, Deep Learning, &#8230; We hear these terms every day, but what do they actually mean and how do we develop applications based on these concepts?</em></p>



<p><em>During this talk we will introduce you to the world of data and how easy it is, with the right tools, to embark on the adventure of data analysis and classification.</em></p>



<p><em>This talk will help developers discover how to develop learning applications and show that you don&#8217;t have to be a data scientist to develop your own machine learning or deep learning algorithm. We will show you how to create your first notebook with JupyterLab to help you take your first steps. This will be an opportunity for you to dive into the discovery of the underwater world by developing a model to identify and classify the sounds of marine mammals.</em></p>



<p><em>Finally, we will see together, with Streamlit, how to develop an application using this model.</em></p>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="640" height="360" src="https://blog.ovhcloud.com/wp-content/uploads/2022/10/elea-stephane_thumb.jpg" alt="Elea and Stephane at Volcamp.io" class="wp-image-23802" srcset="https://blog.ovhcloud.com/wp-content/uploads/2022/10/elea-stephane_thumb.jpg 640w, https://blog.ovhcloud.com/wp-content/uploads/2022/10/elea-stephane_thumb-300x169.jpg 300w" sizes="auto, (max-width: 640px) 100vw, 640px" /></figure>



<h2 class="wp-block-heading"><strong>Behind the scene</strong></h2>



<p>Many members of the team were accepted as a speaker. It was an opportunity to meet each others in real life in the center of the France!</p>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="640" height="360" src="https://blog.ovhcloud.com/wp-content/uploads/2022/10/team-irl_thumb.jpg" alt="DevRel Team at VOlcamp.io" class="wp-image-23803" srcset="https://blog.ovhcloud.com/wp-content/uploads/2022/10/team-irl_thumb.jpg 640w, https://blog.ovhcloud.com/wp-content/uploads/2022/10/team-irl_thumb-300x169.jpg 300w" sizes="auto, (max-width: 640px) 100vw, 640px" /></figure>



<h3 class="wp-block-heading"><strong>As an attendee</strong></h3>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="640" height="480" src="https://blog.ovhcloud.com/wp-content/uploads/2022/10/volcamp-wood_thumb.jpeg" alt="Volcamp.io wood letters" class="wp-image-23804" srcset="https://blog.ovhcloud.com/wp-content/uploads/2022/10/volcamp-wood_thumb.jpeg 640w, https://blog.ovhcloud.com/wp-content/uploads/2022/10/volcamp-wood_thumb-300x225.jpeg 300w" sizes="auto, (max-width: 640px) 100vw, 640px" /></figure>



<p><em>Thierry:</em></p>



<p>Being present at this kind of event also means having the opportunity to see talks and have passionate discussions.</p>



<p>On the talks side, on top of my wonderful colleagues talks, I had the opportunity to see <a href="https://www.volcamp.io/speakers/31" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Pierre-Marie Aubineau</a> who was sharing his personal experience as a indie game developer.</p>



<p>He explained how complex this kind of adventure is, the domains to master goes far beyond coding skills.</p>



<p>One of those domain is the marketing side of a game launch: his views on how he failed that point were really thoughtful.</p>



<p>His conclusion was full of reading advices and pointer to resources : a complete tour of what you need to start a game project.</p>



<p>Another important thing during that kind of event is the opportunity to have unplanned discussions with people full of passion.</p>



<p>For example, Friday morning on my way to the first coffe of the day, I stumbled upon <a href="https://twitter.com/disk_91" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Paul Pinault</a> and we started a long, passionate and intense discussion about IoT.</p>



<p>He shared his vision of this domain and it was an opportunity for me to confront my ideas on the subject with someone experienced. Thanks a lot Paul!</p>



<h3 class="wp-block-heading"><strong>As a DevRel</strong></h3>



<p>A DevRel in a conference is multi-tasking!</p>



<p>Attendee, speaker, keynoter, &#8230; and streamer! This Volcamp was the occasion for the team to stream a live Twitch from the conference.</p>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="640" height="480" src="https://blog.ovhcloud.com/wp-content/uploads/2022/10/twitch_thumb.jpg" alt="DevRel team streaming at Volcamp.io" class="wp-image-23805" srcset="https://blog.ovhcloud.com/wp-content/uploads/2022/10/twitch_thumb.jpg 640w, https://blog.ovhcloud.com/wp-content/uploads/2022/10/twitch_thumb-300x225.jpg 300w" sizes="auto, (max-width: 640px) 100vw, 640px" /></figure>



<p>You can find the replay <a href="https://www.youtube.com/watch?v=CYkjvWDKDYY" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">here</a>.</p>



<p>And, during a conference many things can happens &#8230; for example: speak, discuss impromptu, for more than an hour, accessibility, neuro atypia, associations of women in tech and public speaking.</p>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="640" height="480" src="https://blog.ovhcloud.com/wp-content/uploads/2022/10/volcamp-womenintech_thumb.jpg" alt="Women in tech at Volcamp.io" class="wp-image-23806" srcset="https://blog.ovhcloud.com/wp-content/uploads/2022/10/volcamp-womenintech_thumb.jpg 640w, https://blog.ovhcloud.com/wp-content/uploads/2022/10/volcamp-womenintech_thumb-300x225.jpg 300w" sizes="auto, (max-width: 640px) 100vw, 640px" /></figure>



<h3 class="wp-block-heading"><strong>As a Keynoter</strong></h3>



<p><em>Aurélie:</em></p>



<p>In December 2021, I received a private message on Twitter, from an organizer, telling me that the Volcamp conference was looking for a speaker for the opening keynote and if that told me to be part of the adventure?</p>



<p>I admit that I have read this message several times.</p>



<p>Presenting the opening keynote of a conference, of their first edition in physics, is a lot of stress and pressure.</p>



<p>Creating this keynote was: 3 and a half months of creation, modifications, big big big doubts, revisions, the D-Day.</p>



<p>I was very stressed, but I really enjoyed doing this keynote, talking about a subject that has fascinated me for years, passing on the messages I wanted to convey while naturally sticking to the values ​​of the conference.</p>



<p>It was a HUGE challenge for me. I put a lot of pressure on myself, a keynote is not nothing.</p>



<p>I&#8217;m very happy with all the feedback I&#8217;ve had, from people who spontaneously told me that it spoke to them, touched them, moved them, made them think and/or that it gave them the boost to do what they wanted to do, try, dare, and that&#8217;s really great. The word that came up the most is &#8220;inspiring&#8221; and that&#8217;s really the purpose of a keynote so I&#8217;m more than happy.</p>



<p>I was exhausted but super happy with these 2 days full of emotions, encounters, sharing, discussions&#8230;</p>



<p>Thank you again to the organizers for trusting me and to my pro / community and personal entourage for always being kind to me ❤️</p>



<p>Because we have to say it again and again, it is important to be well surrounded in order to push back your limits and constantly move forward.</p>



<p>In short, being a keynoter, it&#8217;s a great experience that I&#8217;m not ready to forget! 🙂</p>



<p></p>



<h3 class="wp-block-heading"><strong>As a speaker</strong></h3>



<p>Lot of talks given par someone from OVHcloud. Each experience is different but it&#8217;s always the same feeling: sharing with other people is so wonderful.</p>



<p>The organization was top, as in many conferences and the location very pleasant.</p>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="640" height="480" src="https://blog.ovhcloud.com/wp-content/uploads/2022/11/speaker1_thumb.jpg" alt="Attendees at Volcamp.io" class="wp-image-23812" srcset="https://blog.ovhcloud.com/wp-content/uploads/2022/11/speaker1_thumb.jpg 640w, https://blog.ovhcloud.com/wp-content/uploads/2022/11/speaker1_thumb-300x225.jpg 300w" sizes="auto, (max-width: 640px) 100vw, 640px" /></figure>



<h3 class="wp-block-heading"><strong>As a wooden C letter</strong></h3>



<p>Everything was going well until a certain Aurélie attacked me just before the start of the keynote, a wonderful &#8220;icebreaker&#8221;&#8230;</p>



<p>Accordingly, we suggest that next year the event be renamed &#8220;Volamp&#8221;.</p>



<h3 class="wp-block-heading"><strong>Next?</strong></h3>



<p>Can&#8217;t wait to return next year! &#8230; With all the team? 😉</p>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="640" height="480" src="https://blog.ovhcloud.com/wp-content/uploads/2022/11/volcamp2023_thumb.jpg" alt="Next Volcamp.io on 2023!" class="wp-image-23813" srcset="https://blog.ovhcloud.com/wp-content/uploads/2022/11/volcamp2023_thumb.jpg 640w, https://blog.ovhcloud.com/wp-content/uploads/2022/11/volcamp2023_thumb-300x225.jpg 300w" sizes="auto, (max-width: 640px) 100vw, 640px" /></figure>
<img loading="lazy" decoding="async" src="//blog.ovhcloud.com/wp-content/plugins/matomo/app/matomo.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fblog.ovhcloud.com%2Fovhcloud-at-volcamp-io-2022%2F&amp;action_name=OVHcloud%20at%20Volcamp.io%202022&amp;urlref=https%3A%2F%2Fblog.ovhcloud.com%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
