Software Development
Showing 973–984 of 2653 results
Five Essential Tools for Building REST APIs
REST APIs are a great way to connect systems together. They are platform-independent and work on simple, well-established standards that are designed to support high performance, massive scale, and secure communication. This course presents a toolset for delivering better REST APIs that give clients what they need, run fast, scale well, and are easy to look after.
Five Services Every Developer Needs to Know
Don't miss the upcoming Microsoft Azure + AI event on December 8-10, 2020 in Las Vegas, Nevada.
FluentValidation Fundamentals
This course will teach you how to use FluentValidation library to perform validation in ASP.NET Core applications. FluentValidation is a free and open-source library developed by Jeremy Skinner at https://fluentvalidation.net
Format alphanumeric data for presentation in C#
Use C# to format strings with white space, special characters, padding, and alignment. Give context to numeric data like currency, percentages, and numbers with decimals.
Foundations of Functional Programming with purrr
Learn to easily summarize and manipulate lists using the purrr package.
Foundations of Git
Discover the fundamentals of Git for version control in your software and data projects.
Foundations of SaaS
Learn about Software as a Service (SaaS), including differences from traditional software, service-level agreement (SLA) and service-level objectives (SLO), security and compliance, and pricing models.
Fraud Detection with Python, TensorFlow and Linear Regression
Create a credit card fraud detection model! Learn predictive modeling, logistic regression, and regression analysis.
From Collections to Streams in Java 8 Using Lambda Expressions
This course shows the new patterns introduced in Java 8, based on lambda expressions, the functional interfaces, the Collection Framework and the Stream API.
From Zero To Hero: The Coder’s Archetypal Journey
Follow along as we describe the story of Steve, a new programmer in a world full of senior developers. While writing code, he notices more and more patterns begin to emerge.
Front-end Testing 101: Integration and End-to-end Testing
Learn the essentials of front-end testing, covering integration and end-to-end testing techniques for web applications.
Frontend End-to-End Testing with Cypress
Learn how you can improve the quality of your site and capture bugs before they reach production with the help of Cypress.