Software Development
Showing 1909–1920 of 2653 results
Node.js Microservices: Testing and Continuous Integration
Good test coverage is very important for continuous delivery of Node.js microservices. This course will teach you how to implement unit, integration, and end-to-end test coverage using Jest in your Node.js microservices so you can deliver quality code with confidence.
Node.js Testing Strategies
Tips and Techniques for creating simple, elegant tests with NodeJS and Mocha.
Null safety in C#
Learn coding practices to help prevent the occurrence of NullReferenceException.
NYUx: Network Security – Protocols
Learn more fundamentals of network security, including cryptographic algorithms used in networking protocols, TLS/SSL, IPSec Layer 2 Security and Wireless Security.
Object Oriented Programming in Salesforce
The Salesforce Lightning Platform provides incredible flexibility and extensibility through configurations and the Salesforce coding language, Apex. This course will teach you how to apply object-oriented principles using Salesforce Apex.
Object Oriented Programming with Kotlin 1
The Kotlin designers took the experience of Java and used it to make Kotlin a better OO language. For example, classes are 'public' and 'final' by default. This course shows you how to use such Kotlin features to create better objected oriented code.
Object-oriented Concepts in JavaScript
Classes and object-oriented design are frequently used in JavaScript. This course will teach you how to use JavaScript classes to create object-oriented designs, as well as the prototypes and constructor functions upon which classes are built.
Object-oriented Design with C#
Objects aren’t just an implementation mechanism, they’re every bit as important as artifacts of design. This course will teach you object oriented principles not merely as syntax, but as elements of your project’s design.
Object-Oriented PHP
This course will teach you the basic fundamentals of object-orientated programming using the PHP programming language.
Object-Oriented Programming Fundamentals in C#
This course takes you, step by step, through the principles and practices of object-oriented programming (OOP). The course provides you with the firm foundation in OOP that you need to progress to intermediate-level C# courses.
Object-oriented Programming in C#
C# is an object-oriented and strongly-typed language. This course will teach you how to design and build your classes and class hierarchies using OO principles.
Object-oriented Programming in Java
You know your way around Java’s basics, like variables, methods, and loops. Now it’s time to up your Java game. This course will teach you to work with objects and classes, applying crucial concepts like encapsulation, inheritance, and polymorphism.