Showing 661–672 of 721 results

SSIS Database Maintenance Playbook
Database maintenance is an inescapable part of a database administrator's life. This course teaches you how to use SQL Server Integration Services (SSIS) to automate that work and save time.

Strategies for Microservice Scalability and Availability in ASP.NET Core
This course will teach you how to scale-out .NET Microservices to improve your software's performance and availability using stateless microservices with load balancers, queues, and caching.

Streaming API Development and Documentation
Explore best practices for developing and documenting streaming APIs for real-time data applications.

Streams, Collectors, and Optionals for Data Processing in Java 8
This course shows advanced patterns to process data in Java 8 using lambdas, streams, spliterators, optionals, and collectors. It shows how to build your own spliterators to connect streams to non-standard data sources, and to build your own collectors.

Structural Design Patterns in Kotlin
Patterns are the fundamental design and communication toolkit of programmers. This course will teach you the classic Gang of Four structural patterns with implementations in Kotlin.

Structuring a Growing Flask 1 Application
Production-ready Flask applications need a proper structure to grow. This course will teach you how to make your application modular and optimize the development workflow.

Style Transfer with PyTorch
This course covers the important aspects of neural style transfer, a technique for transforming images, and discusses Generative Adversarial Networks in order to efficiently create realistic images and videos.

TDD in Java
This course will teach you how to use Test Driven Development (TDD) to produce well-designed and well-tested code in small, verifiable and steps.

TDD using Spring 6 and JUnit
This course will teach you the principles of Test-Driven Development (TDD) using Spring and JUnit so you can develop reliable and robust applications.

Team Communication Techniques – Optimizing Information Sharing within Your Team
This course will provide you with a set of tools for outstanding communication and an easier approach to information sharing within the team.

Testing Complex Interfaces and Visualizations
Testing real user interfaces is hard. It's fairly easy to unit test the low-level details. Integration tests can cover a couple more layers. But it can be very hard to test that those details add up to something useful: an actual feature.

Testing Vue.js Components with Jest
Learn to write and run tests for Vue.js components using Jest, focusing on best practices and effective test strategies.