Author: Staniscia

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...

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...

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,...

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...

1

Micro Frontends

“Good frontend development is hard. Scaling frontend development so that many teams can work simultaneously on a large and complex product is even harder.”  This is the prelude to the very interesting article written by Cam Jackson where we propose a different method to create a scalable and complex web interface. Please read it carefully How to split up your...