Skip to content

Commit

Permalink
Venerdì protetto gennaio (#81)
Browse files Browse the repository at this point in the history
* Venerdì protetto gennaio

* Rename v-protetto31-12-2023.md to v-protetto12-1-2024.md

* Update v-protetto12-1-2024.md

Changed date in JSONld
  • Loading branch information
anaradujko authored Feb 8, 2024
1 parent 723eea8 commit eeb63e0
Show file tree
Hide file tree
Showing 5 changed files with 123 additions and 1 deletion.
122 changes: 122 additions & 0 deletions content/blog/eng/v-protetto12-1-2024.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
---
authors: ["engineering"]
comments: true
date: "2024-01-30 17:00:00"
draft: false
share: true
categories: ['Protected Fridays', 'AI', 'Helm-based charts', 'Event-driven architecture']
title: "Venerdì Protetto | January edition"
description: "What happened in the last Facile.it Venerdì Protetto?"
languageCode: "en-US"
type: "post"
toc: false
---

This page contains the abstracts of the talks held during the latest Venerdì Protetto on January 12, 2024.

Topics:

- [AI journey](#ai-journey) by [Yuri Mariotti](https://it.linkedin.com/in/yurimariotti) ([Innovazione.AI](https://innovazione.ai/chi-siamo/))
- [Helm-based charts](#helm-based-charts) by [Alessandro Manno](https://it.linkedin.com/in/alessandro-manno-9888a55a) (Facile.it)
- [Software architecture](#software-architecture) by [Sandro Toma](https://it.linkedin.com/in/sandrotoma68) & [Alessandro Cagnetti](https://it.linkedin.com/in/cagnetti) ([Solace](https://solace.com/))


The overview of Venerdì Protetto is available [here](https://engineering.facile.it/blog/eng/v-protetto/).

<br />

## AI journey

### From silos to AI enterprise

<sup>by [Yuri Mariotti](https://it.linkedin.com/in/yurimariotti), [Innovazione.AI](https://innovazione.ai/chi-siamo/)<sup>

<a href= "/images/venerd%C3%AC_protetto/azienda-ai.png?raw=true" target="_blank">
<img align="left" style="width:45%; margin-right: 0.5em" src=/images/venerd%C3%AC_protetto/azienda-ai.png?raw=true" alt="" title="" />
</a>

In this talk, we delved into the principles, preliminary steps, and macro-phases of a profound AI transformation in which digital best practices become the foundation of a new type of enterprise, capable of improving in (almost) every aspect thanks to the horizontal and vertical integration of Artificial Intelligence.


<br />

## Helm-based charts

### Introducing Helm-based charts

<sup>by [Alessandro Manno](https://it.linkedin.com/in/alessandro-manno-9888a55a), Facile.it<sup>

<a href= "/images/venerd%C3%AC_protetto/helm-based-charts.png?raw=true" target="_blank">
<img align="left" style="width:45%; margin-right: 0.5em" src=/images/venerd%C3%AC_protetto/helm-based-charts.png?raw=true" alt="" title="" />
</a>

In this talk, the Facile.it DXCP team introduced Helm-based charts, a set of Helm library charts for managing Kubernetes applications.

Helm-based charts group common use cases among applications and simplify and expedite the deployment process by providing standardized and reusable components. The key advantages of Helm-based charts are centralized maintenance, uniformity in deployments across projects and teams as well as prevention of effort duplication.

After the introduction, the team presented a demo project aimed at creating project charts using helm-based charts.

<br />

## Software architecture

### Event-driven architecture

<sup>by [Sandro Toma](https://it.linkedin.com/in/sandrotoma68) & [Alessandro Cagnetti](https://it.linkedin.com/in/cagnetti), [Solace](https://solace.com/)<sup>

<a href= "/images/venerd%C3%AC_protetto/event-driven-architecture.png?raw=true" target="_blank">
<img align="left" style="width:45%; margin-right: 0.5em" src=/images/venerd%C3%AC_protetto/event-driven-architecture.png?raw=true" alt="Event-driven architecture" title="Event-driven architecture" />
</a>

Organizations want to digitally transform themselves to have real-time activities and be responsive to customer needs or market dynamics. In this respect, it has become increasingly important to adopt the Event-driven architecture or EDA approach.
At the heart of an event-driven architecture is an event broker. There are four main characteristics, in terms of capability, to consider when choosing an event broker technology:

- Continuous information distribution

- Flexible deployment

- Enterprise-level management and governance

- Ecosystem richness

In this talk, we discussed the concepts we have just defined, going into technical detail on the various aspects of a modern Event-driven architecture, thanks to the experience and different use cases that Solace has gained over many years in this regard.

<br/>

The archive of all Venerdì Protetto talks is available [here](/categories/protected-fridays).

<script type="application/ld+json">
{
"@context": "https://schema.org",
"genre":["SEO","JSON-LD"],
"@type": "BlogPosting",
"headline": "Venerdì Protetto | January edition",
"keywords": ["AI enterprize", "Helm-based charts ", "Event-driven architecture"],
"wordcount": "335",
"publisher": {
"@type": "Organization",
"name": "Facile.it Engineering",
"url": "https://engineering.facile.it/",
"logo": {
"@type": "ImageObject",
"url": "https://engineering.facile.it/images/logo_engineering.png",
"width":"1057",
"height":"244"
}
},
"url": "https://engineering.facile.it/blog/eng/v-protetto9-6-2023/",
"image": "https://engineering.facile.it/images/social/social-preview.png",
"datePublished": "2024-02-08",
"dateCreated": "2024-01-30",
"dateModified": "2024-02-08",
"inLanguage": "en-US",
"isFamilyFriendly": "true",
"description": "Abstracts of the talks held during the Venerdì Protetto on January 12th",
"articleBody": "This page contains the abstracts of the talks held during the latest Venerdì Protetto on January 12, 2024. Topics: AI journey by Yuri Mariotti (Innovazione.AI) Helm-based charts by Alessandro Manno Software architecture by Sandro Toma & Alessandro Cagnetti (Solace) The overview of Venerdì Protetto is available here. AI journey From silos to AI enterprise by Yuri Mariotti In this talk, we took a look at the principles, preliminary steps, and macro-phases of a profound AI transformation in which digital best practices become the foundation of a new type of enterprise, capable of improving in (almost) every aspect thanks to the horizontal and vertical integration of Artificial Intelligence. Helm-based charts Introducing Helm-based charts by Alessandro Manno In this talk, the Facile.it DXCP team introduced Helm-based charts, a set of Helm library charts for managing Kubernetes applications. Helm-based charts group common use cases among applications and simplify and expedite the deployment process by providing standardized and reusable components. The key advantages of Helm-based charts are centralized maintenance, uniformity in deployments across projects and teams as well as prevention of effort duplication. After the introduction, the team presented a demo project aimed at creating project charts using helm-based charts. Software architecture Event-driven architecture by Sandro Toma & Alessandro Cagnetti, Solace Event-driven architecture Organizations want to digitally transform themselves to have real-time activities and be responsive to customer needs or market dynamics. In this respect, it has become increasingly important to adopt the Event-driven architecture or EDA approach. At the heart of an event-driven architecture is an event broker. There are four main characteristics, in terms of capability, to consider when choosing an event broker technology: Continuous information distribution Flexible deployment Enterprise-level management and governance Ecosystem richness In this presentation, we discussed the concepts we have just defined, going into technical detail on the various aspects of a modern Event-driven architecture, thanks to the experience and different use cases that Solace has gained over many years in this regard. The archive of all Venerdì Protetto talks is available here.",
"author": {
"@type": "Person",
"name": "Ana",
"url": "https://www.linkedin.com/in/ana-radujko"
}
}
</script>
Binary file added static/images/venerdì_protetto/azienda-ai.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit eeb63e0

Please sign in to comment.