Facebook

Courses

We found 340 courses available for you
See

Angular Foundations eLearning

31 Lessons
Intermediate

Course Description: This online training course is a high level …

What you'll learn
Better understanding of Angular and why it was made
Skills to install git and Node.js
Better understanding of Node.js commands to create and anatomy of repository
Understanding of Angular tables and how they’re used
How to handle JSON data responses
How to store data objects in a repository that can be later accessed by components

React Foundations eLearning

33 Lessons
Intermediate

Course Description: This online training course is a high level …

What you'll learn
Be able to describe React and understanding how to setup a React development environment
Understand the advantages and disadvantages of React
Understand components, how they’re defined and rendered
State and setState
Understand JSX, props in JSX, and what not using JSX does
React data flow
Understand DOM Events, component Events, and preventDefault
Understand Form elements, libraries, and validation

Node.js Foundations eLearning

73 Lessons
Intermediate

Course Description: This online training course is a high level …

What you'll learn
Setting up a computer to write and run Node code
Create your first program and learn various aspects of Node app creation
Learn about the REPL terminal and how to execute different types of expressions
Understand what the node package manager is and how to use it for your applications
Learn how to respond to use callbacks to respond to events and drive app behavior
Explore event driven applications and see how apps are executed in Node
Understand the Node.js Event Emitter
Learn the different functionality offered by Node.js for Buffer interaction
Node.js streams
Creating, reading, and manipulating files with Node
Number representation and manipulation in JavaScript
Understanding how to use the Node.js web module to create and maintain a web server
Learn the basic usages of the express framework in your Node apps
Understand the various aspects of REST and how to build a REST compliant API
JavaScript methods

CSS Foundations eLearning

22 Lessons
Intermediate

Course Description: In front-end web development, there are three key …

What you'll learn
Style rules
How to add CSS
Class and ID selectors
Descendent and Grouping selectors
Background images

HTML Foundations eLearning

26 Lessons
Intermediate

Course Description: No technology is more essential to the operation …

What you'll learn
Structure of a HTML page
head, p, spa, em, and strong elements
Parent and child relationships
Tables, forms, and special characters
Headers and footers

Java Foundations eLearning

29 Lessons
Intermediate

Course Description: This online training course is a high level …

What you'll learn
Setting up a computer to utilize JDK
Create programs and learn various syntactical rules
Define and use Java classes and other object
Java constructors
Creation and manipulation of data types
Understanding of variable types
Understanding modifier types
Knowledge about operators and how to use them
Ways to loop data structures and objects
Number representation and manipulation
String creation, manipulation, and deletion
Array creation and manipulation
Java methods
Understand how to interact with the operating system to collect input and output data
Inner classing and why it’s helpful
Raise, catch, and work with exceptions within your Java application
Object orientation
Creation and manipulation of common data structures
Object serialization
Socket networking
Creation and interaction with multi thread applications
Understand how Java applets work and how to create and embed them

C# Foundations eLearning

86 Lessons
Intermediate

Course Description: This online training course is a high level …

What you'll learn
The basics of Visual Studio
Create and edit source code
Compile source code for use by the JIT
Installation and updating of Visual Studio
The basics of .NET development
Introduction to CLI, GC, JIT, and FCL
Syntax
Use of Types
Strings
Object Orientation
Events
Execution Flows

Ruby Foundations eLearning

28 Lessons
Intermediate

Course Description: This online training course is a high level …

What you'll learn
Setting up computer to utilize the Ruby technology
Create your first program
Utilize various syntactical rules
Define and use various attributes of a Ruby class
Understand how various supported data structures are created and manipulated in Ruby
Conditional logic statements
Modules in Ruby
String creation, manipulation, and deletion
Array creation and manipulation
Hash creation and manipulation
Common iterators
Object orientation
DBI
Plain text and HTML emails from a Ruby application
GUI programs
Multithreading