Learn to harness the power of multithreading and async/await to get maximum speed from your code with C# Concurrency.
Build your skills with essential modern C++ features hands-on by completing eight interesting coding projects.
An excerpt from Publishing Python Packages by Dane Hillard
This article discusses using GitHub Actions inside of CI workflows, using the example of a Python package software product.
Read it if you want to learn more about CI and Python packages.
An excerpt from Blazor in Action by Chris Sainty
This article covers
§ Using templates to define specific regions of UI
§ Enhancing templates with generics
Read it if you’re a full-stack C# and .NET web developer who wants to learn more about Blazor.
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.
From Data-Oriented Programming by Yehonathan Sharvit
This article explores how data-oriented programming deals with retrieving data from a database.
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 Publishing Python Packages by Dane Hillard This article covers the pieces of the Python build system itself, so you can learn how packages are built from scratch. Take 35% off Publishing Python Packages by entering fcchillard2 into the discount… Continue Reading →
From Parallel and High-Performance Computing by Robert Robey and Yuliana Zamora
This article takes a deep dive into GPUs.
In this video, Jort Rodenburg explains what C# and .NET are, and how you can best use idiomatic C# in conjunction with object-oriented design principles.