Category: pluralsight.com

pl_sql_p2

Oracle PL/SQL Fundamentals – Part 2

In this course, we will take an in-depth look at Procedures, Functions, and Packages. These named program units are powerful programming constructs which can greatly enhance and optimize your code. In this course, we will learn how to create, compile,...

pl_sql

Oracle PL/SQL Fundamentals – Part 1

Get coding quickly and effectively with Oracle PL/SQL, Oracle’s database development language. This course is the first of a two part series, covering the essentials and fundamentals of Oracle PL/SQL. In this course you will learn about the fundamentals of...

angularjs

AngularJS In-Depth

“AngularJS In Action” author Lukas Ruebbelke dives into AngularJS, an intuitive framework that makes it easy to organize code by incorporates concepts like two-way binding, dependency injection and views which results in very testable code.   Source Files: Here  

cpp

Learn How to Program with C++

If you’ve never programmed before, and you think you’d like to learn C++, why not learn it first? This course covers what you need to start writing real applications in C++. C++ has a reputation for being a very difficult...

javascript

JavaScript the Good Parts

JavaScript has bad parts that many times overshadow it’s good parts. Douglas claims JavaScript has, “some of the best parts of any programming language ever created.” He explains why in this course, quizzes you on functional programming and covers the...

introduction to jquery

Introduction to JavaScript & jQuery

Karl Swedberg, author of Learning jQuery and the jQuery API Documentation (api.jquery.com), teaches you what you need to know about the JavaScript language before diving into jQuery; including closures, anonymous functions, and implicit versus explicit iteration. If you missed out...

c++

C++ 11 Language Features

This course will provide you with detailed information about all of the changes made to the language since C++98/03. GCC 4.8 is the first version of the compiler to have complete support for all the C++ features added in the...