Remove articles how-do-the-docker-client-and-docker-serves-work
article thumbnail

Advanced bunkerization

Apiumhub

In this article, I want to delve into some additional measures to the ones I exposed in my first article , which add a fairly high level of control and protection of systems within our house. It can even be installed as a service in docker. Could we, prior agreement between client and server, reduce this attack surface?

article thumbnail

How do I create a Fake Server with Dyson?

Apiumhub

This article may seem essential for a frontend developer, but for me it was a sensational discovery. To understand what motivates this article, let me introduce my context: I had always developed backends, but two years ago, when I got started at Apiumhub, also I have started developing frontends. What is Dyson? Step by Step .

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Deploying Multiple Machine Learning Models on a Single Server

Exadel

The same goes for tax calculations, where it is illegal to combine the data obtained from different clients to train a single ML model; instead, we have to make predictions on a case-by-case basis. A common way to deploy Machine Learning models is to write a Flask service with a /predict endpoint and wrap it into a Docker container.

article thumbnail

Supporting Diverse ML Systems at Netflix

Netflix Tech

In this article, we cover a few key integrations that we provide for various layers of the Metaflow stack at Netflix, as illustrated above. Since its inception , Metaflow has been designed to provide a human-friendly API for building data and ML (and today AI) applications and deploying them in our production infrastructure frictionlessly.

System 90
article thumbnail

Continuous integration for CodeIgniter APIs

CircleCI

Letting teams work at their own pace has to be balanced with making sure the codebase is functional at all times. In this tutorial, I will show you how to use CircleCI for the continuous integration of a CodeIgniter API. Managing the codebase is a major bottleneck for software development teams. Prerequisites. You can create one here.

article thumbnail

Continuous integration for CodeIgniter APIs

CircleCI

Letting teams work at their own pace has to be balanced with making sure the codebase is functional at all times. In this tutorial, I will show you how to use CircleCI for the continuous integration of a CodeIgniter API. Managing the codebase is a major bottleneck for software development teams. Prerequisites. You can create one here.

article thumbnail

Discovering Rust

Apiumhub

In my case, I like to read and practice different programming languages and the more the better, because they bring different visions of how to solve problems and even give you more tools for your day to day. And today’s article is about Discovering Rust. . . Reliable , ownership model guarantee memory-safety and thread-safety.