Software Development
Showing 241–252 of 2824 results
Behavior-driven Development (BDD) with SpecFlow
Learn to craft clear BDD scenarios, integrate with .NET, and execute effective tests, building robust software with collaborative, behavior-driven development.
Behavior-driven Development Testing with Appium and Specflow
This course will teach you how to create executable specifications using Appium and SpecFlow.
Behavior-driven Development: Fundamentals
This course will teach you the basics of Behavior-driven Development (BDD), from user stories and Gherkin language to effective collaboration using BDD frameworks
Behavior-driven Development: The Big Picture
This course will teach you how to approach implementing Behavior-driven development practices within your team, engage business representatives and improve your delivery process.
Behavioral Design Patterns in Kotlin
Patterns are the fundamental design and communication toolkit of programmers. This course will teach you the classic Gang of Four behavioral patterns but with implementations in Kotlin.
Best practices for Java apps on Azure
Start here and learn how you can:
Best Practices in ASP.NET Core 5: Entities, Validation, and View Models
Are you struggling when dealing with entities, validation, and models inside your .NET applications? This course will teach you pragmatic best practices for using entities, validation, and models in ASP.NET Core projects.
Best Practices in Implementing Container Image Promotion Pipelines
In this talk, we will compare different approaches, compile a wish-list of features and create a pipeline that checks all the boxes using free and open-source tools.
Bidirectional communication between services using Jakarta
Learn how to implement bidirectional communication between microservices using Jakarta. Explore how to create real-time, interactive systems where services can send and receive messages, improving the efficiency of service interactions in cloud-native architectures.
Blockchain and Cryptocurrencies for Beginners
Learn to create real world blockchain and crypto currency solutions
Blockchain dApp Development (Ethereum, Solidity & Web3.js)
Integration of Solidity Smart Contract based Decentralised Applications with Web3.js on Ethereum Blockchain
Branch the flow of code using the switch-case construct in C#
Learn how to add branching logic that matches one variable or expression against many possible values.