From Engineering Deep Learning Systems by Chi Wang and Donald Szeto
This article presents what prospective readers can expect to learn from this book and why you should learn it.
Read it if you’re a software developer interested in transitioning your skills to the field of deep learning system design or an engineering-minded data scientist who want to build more effective delivery pipelines.
From Data Analysis with Python and PySpark by Jonathan Rioux
This chapter covers using transformer and estimators to prepare data into ML features.
An excerpt from Robotics for Software Engineers by Andreas Bihlmaier
This article talks about various common types of robots.
Read this if you are a software developer who is interested in learning more about robotics.
An excerpt from Infrastructure as Code, Patterns and Practices
By Rosemary Wang
This article discusses how to apply dependency injection to infrastructure to isolate and minimize resource dependencies.
Read it if you’re a sysadmin or software engineer familiar with Python, the basics of provisioning tools like Terraform, and public cloud providers such as Google Cloud Platform that wants to get a better grasp on DI for infrastructure.
An excerpt from Julia as a Second Language by Erik Engheim
This article covers:
What type of problems Julia solves.
The limits of statically-typed languages.
Why the world needs a fast dynamically-typed language.
How Julia increases programmer productivity.
Read it if you’re interested in the Julia language and its strengths and weaknesses.
An excerpt from Data Mesh in Action by Jacek Majchrzak, Sven Balnojan, and Marian Siwiak
This excerpt covers
● What is a “Data Mesh”? Our definition of a Data Mesh
● What are the key concepts of the Data Mesh paradigm?
● What are the advantages of the Data Mesh?
An excerpt from Publishing Python Packages by Dane Hillard
This article delves into what packages are exactly.
Read it if you want to learn more about Python packages.
An excerpt from Robotics for Software Engineers by Andreas Bihlmaier
This article explores several specialized software fields that are important for robotics.
Read this if you are a software developer who is interested in learning more about robotics.
From Hugo in Action by Atishay Jain
This article is all about adding LaTeX rendering to a static website built with Hugo.