From Data Analysis with Python and PySpark by Jonathan Rioux
This article covers window functions and the kind of data transformation they enable.
Exploring Software Telemetry is a free eBook with chapters selected by Jamie Riedesel.
Team Good Code is a free eBook with chapters selected by Tom Long.
From Learn dbatools in a Month of Lunches by Chrissy LeMaire, Rob Sewell, Jess Pomfret, Cláudio Silva
This article focuses on saving data to the place that SQL Server DBAs feel most comfortable keeping data: a table in an SQL Server database!
You’ll learn different ways to write data to an SQL Server table using dbatools.
From Spring Boot in Practice by Somnath Musib This article explores Rsocket and how it interacts with Spring Boot. Take 35% off Spring Boot in Practice by entering fccmusib into the discount code box at checkout at manning.com. In this… Continue Reading →
From Unity in Action, Third Edition by Joseph Hocking This article is an excerpt from chapter 8, in which the reader learns to program movement controls for a character that has been imported into Unity. Take 35% off Unity in… Continue Reading →
From The Programmer’s Brain by Felienne Hermans
When you program, there are a lot of different types of things that you might be doing. In this article we dive into these different activities that you perform as you program.
From Learn dbatools in a Month of Lunches by Chrissy LeMaire, Rob Sewell, Jess Pomfret, Cláudio Silva
In this article you’ll learn about a few commands and four of the common dbatools parameters: SqlInstance, SqlCredential, ComputerName and Credential.
From Build an Orchestrator in Go by Tim Boring
This article covers
The evolution of application deployments
Classifying the components of an orchestration system
From The Well-Grounded Python Developer by Doug Farrell
This article, excerpted from chapter 10, covers
§ Persisting Data
§ Database Systems
§ Database Structures
§ Modeling Data with SQLAlchemy