[Dometrain] From Zero to Hero: Unit testing in C#

Dometrain – From Zero to Hero: Unit testing in C# [FCO] Mastering the bedrock of testing There is a reason why Unit Testing is the bottom layer in the testing pyramid. You can only build a solid testing suite on a robust foundation. Nothing is more reassuring when working on a codebase than knowing that […]

[O’REILLY] GitOps And Kubernetes Video Edition

  Description A really great book for understanding and implementing GitOps! Matthieu Evrin, AddÉnergie Technologies GitOps and Kubernetes introduces a radical idea—managing your infrastructure with the same Git pull requests you use to manage your codebase. In this in-depth tutorial, you’ll learn to operate infrastructures based on powerful-but-complex technologies such as Kubernetes with the same […]

[Code With Mitch] Kotlin Multiplatform Mobile

  What is this course? Learn how to use Kotlin Multiplatform Mobile (KMM) to build both an Android client and an iOS client with a shared Kotlin codebase.   Shared Components 1. Ktor (Network Client) 2. SQL Delight (Caching Client) 3. Kotlinx.datetime 4. Kotlinx.serialization   Android Specific Components 1. Jetpack Compose 2. Jetpack Compose Navigation […]

[MANNING] Object Design Style Guide [Videos + eBook]

  Video Description Objects are the central concept of languages like Java, Python, C#. Applying best practices for object design means that your code will be easy to read, write, and maintain. Object Design Style Guide captures dozens of techniques for creating pro-quality OO code that can stand the test of time. Examples are in […]

[PacktPub] The Complete Flutter and Dart App Development Course [Video]

  Learn Flutter – Google’s mobile development framework – and build Flutter iOS and Android apps using a single codebase   Video Details ISBN 9781800563322 Course Length 21 hours 30 minutes   What You Will Learn • Find out how you can build any iOS and Android apps of your choice • Develop full-fledged apps […]

[Pluralsight] Working with Git Branches

By Craig Golightly Git branches help you manage your daily tasks easier. If you’re working in a shared codebase, then branching is essential. Packed full of demos, this course will guide you through Git branches and the tools available to help you along the way. Course info Level: Intermediate Updated: Jan 31, 2020 Duration: 1h […]