Unlock your full potential as an effective, efficient, and inspiring leader, and be the software engineering manager that your team deserves!
This book jumps right into building microservices, giving you just enough knowledge to build, while not getting mired in theory.
An excerpt from Managing Machine Learning Projects by Simon Thompson
Managing Machine Learning Projects will teach you to guide machine learning projects from design to production—no machine learning experience required!
Read this article if you’re a project manager who works with machine learning applications.
From the Application Security Program Handbook by Derek Fisher
This article discusses where security fits into the DevOps process along with some common approaches.
Read it if you want to learn more about baking security into DevOps.
From Distributed Machine Learning Patterns by Yuan Tang
In this article, we introduce the collective communication pattern, which is a great alternative to parameter servers when the machine learning model we are building is not too large without having to tune the ratio between the number of workers and parameter servers.
From Distributed Machine Learning Patterns by Yuan Tang
In this article, we introduce the parameter server pattern which comes handy for situations where the model is too large to fit in a single machine such as one we would have to build for tagging entities in the 8 millions of YouTube videos.
In case you missed it, here is Jeff Nickoloff and Stephen Kuenzli’s live Twitch coding stream recap. For more, check out the book: Docker in Action, Second Edition. For more live coding streams, subscribe to Manning’s Twitch channel here: https://www.twitch.tv/manningpublications
From Azure Infrastructure as Code by Henry Been, Eduard Keilholz, and Erwin Staal
This is an excerpt from chapter 6, which starts with introducing the Bicep language, a new and improved IaC language for a Azure. This snippet is the next section of the chapter, which lists the benefits of Bicep over ARM Templates.
Let’s jump into using Bicep templates to improve ARM template syntax!