Last posts - Something written over the years

0
a person sitting at a desk with a laptop on it

Understanding Cybersecurity: A Simple Guide to Digital Threats

In our connected world, cybersecurity is more important than ever. Every day, companies and organisations face new dangers from cyber attackers. These threats can cause serious financial loss and damage trust with customers. But by understanding how attacks happen, who is behind them, and how to stay protected, we can reduce the risk. This blog post is a simple guide to cybersecurity. It will help you learn about the most common threats, weaknesses in systems, and how to defend against them. The World of Cyber Attackers Cyber attackers, or threat actors, are people or groups who try to harm computer...

0

VSCode DevContainer + Docker – DockerDesktop… on Windows!

Visual Studio Code with the DevContaier feature has always been one of the things I have most appreciated. With DockerDesktop a lot of automation is now hidden, but if you want just docker-cli and the same feature of VSCode? On windows can be a nightmare! This beautiful guide solves all the problems, for me it was very helpful I hope it will be for you too!

0

Continuous Delivery Pipeline for Kubernetes using Spinnaker

Kubernetes is now the de-facto standard for container orchestration. With more and more organizations adopting Kubernetes, it is essential that we get our fundamental ops-infra in place before any migration. This post will focus on pushing out new releases of the application to our Kubernetes cluster i.e. Continuous Delivery Source: Continuous Delivery Pipeline for Kubernetes using Spinnaker Always interesting to read this kind of CD proposals, an article well done, essential and a good starting point to deepen

0

Build a Federation of Multiple Kubernetes Clusters With Kubefed V2

I have found it really very interesting and I believe that it will be extremely useful. A step-by-step guide to building a Kubernetes federation for managing multiple regions’ clusters with KubeFed Source: Build a Federation of Multiple Kubernetes Clusters With Kubefed V2

0

Agile data science: Evaluation and baseline model

A different point of view on how the idea of Agile is applied also in the process of understanding and evolution of AI models Agile data science: Evaluation and baseline model Infrastructure that enables rapid prototyping for model development Source: Agile data science: Evaluation and baseline model

0

Machine Learning and Real-Time Analytics in Apache Kafka Applications

This article is very useful because it discuss and compare two different options for AI model deployment: model servers with remote procedure calls (RPCs), and natively embedding models into Kafka client applications. This example uses TensorFlow, but the underlying principles are also valid for other machine learning/deep learning frameworks or products, such as H2O.ai, Deeplearning4j, Google’s Cloud Machine Learning Engine, and SAS. Is very useful also the other details on this topic, present on the video recording and slides from my Kafka Summit San Francisco 2019 presentation: Event-Driven Model Serving: Stream Processing vs. RPC with Kafka and TensorFlow. Learn how...

0

Siamo al “NET MAKERS”

Lo sapevi che alle 15:00 all’interno della sezione Cloud e Servizi: Modelli, novità e casi d’uso presenteremo il caso di studio Wavefier al Workshop GARR 2019 – NET MAKERS? Ero presente come speaker in questa discussione, di seguito anche il video nel nostro intervento Ma in generale possibile seguire tutti gli interessanti interventi tramite la piattaforme di streaming del garr https://www.garr.tv/

0
Photo by Tim Mossholder on Unsplash

Is not only a “Gentle Introduction to Kubernetes”

I want to report this article because it is really a gold mine! you start from scratch, you install Python, you develop an App, you run the container, you install k8s and you get to discuss about deploying on k8s… Do you want anything else? In this story, we’re going to use learn how to deploy Kubernetes services and Ambassador API gateway. We are going to examine the… Source: A Gentle Introduction to Kubernetes Author Aymen EL Amri ( and contributors) are really precise and provide the work done (probably) in a workshop on k8s: Slide available here. Original article...