Tag Archive: Bundle

The Deep Learning & Artificial Intelligence Introductory Bundle for $39

Companies Are Relying on Machines & Networks to Learn Faster Than Ever. Time to Catch Up.
Expires October 31, 2021 23:59 PST
Buy now and get 91% off

Deep Learning Prerequisites: Linear Regression in Python

KEY FEATURES

Deep Learning is a set of powerful algorithms that are the force behind self-driving cars, image searching, voice recognition, and many, many more applications we consider decidedly “futuristic.” One of the central foundations of deep learning is linear regression; using probability theory to gain deeper insight into the “line of best fit.” This is the first step to building machines that, in effect, act like neurons in a neural network as they learn while they’re fed more information. In this course, you’ll start with the basics of building a linear regression module in Python, and progress into practical machine learning issues that will provide the foundations for an exploration of Deep Learning.

  • Access 20 lectures & 2 hours of content 24/7
  • Use a 1-D linear regression to prove Moore’s Law
  • Learn how to create a machine learning model that can learn from multiple inputs
  • Apply multi-dimensional linear regression to predict a patient’s systolic blood pressure given their age & weight
  • Discuss generalization, overfitting, train-test splits, & other issues that may arise while performing data analysis

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: lifetime
  • Access options: web streaming, mobile streaming
  • Certification of completion not included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels, but you must have some knowledge of calculus, linear algebra, probability, Python, and Numpy
  • All code for this course is available for download here, in the directory linear_regression_class

Compatibility

  • Internet required

THE EXPERT

The Lazy Programmer is a data scientist, big data engineer, and full stack software engineer. For his master’s thesis he worked on brain-computer interfaces using machine learning. These assist non-verbal and non-mobile persons to communicate with their family and caregivers.

He has worked in online advertising and digital media as both a data scientist and big data engineer, and built various high-throughput web services around said data. He has created new big data pipelines using Hadoop/Pig/MapReduce, and created machine learning models to predict click-through rate, news feed recommender systems using linear regression, Bayesian Bandits, and collaborative filtering and validated the results using A/B testing.

He has taught undergraduate and graduate students in data science, statistics, machine learning, algorithms, calculus, computer graphics, and physics for students attending universities such as Columbia University, NYU, Humber College, and The New School.

Multiple businesses have benefitted from his web programming expertise. He does all the backend (server), frontend (HTML/JS/CSS), and operations/deployment work. Some of the technologies he has used are: Python, Ruby/Rails, PHP, Bootstrap, jQuery (Javascript), Backbone, and Angular. For storage/databases he has used MySQL, Postgres, Redis, MongoDB, and more.

Deep Learning Prerequisites: Logistic Regression in Python

KEY FEATURES

Logistic regression is one of the most fundamental techniques used in machine learning, data science, and statistics, as it may be used to create a classification or labeling algorithm that quite resembles a biological neuron. Logistic regression units, by extension, are the basic bricks in the neural network, the central architecture in deep learning. In this course, you’ll come to terms with logistic regression using practical, real-world examples to fully appreciate the vast applications of Deep Learning.

  • Access 31 lectures & 3 hours of content 24/7
  • Code your own logistic regression module in Python
  • Complete a course project that predicts user actions on a website given user data
  • Use Deep Learning for facial expression recognition
  • Understand how to make data-driven decisions

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: lifetime
  • Access options: web streaming, mobile streaming
  • Certification of completion not included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels, but you must have some knowledge of calculus, linear algebra, probability, Python, and Numpy
  • All code for this course is available for download here, in the directory logistic_regression_class

Compatibility

  • Internet required

THE EXPERT

The Lazy Programmer is a data scientist, big data engineer, and full stack software engineer. For his master’s thesis he worked on brain-computer interfaces using machine learning. These assist non-verbal and non-mobile persons to communicate with their family and caregivers.

He has worked in online advertising and digital media as both a data scientist and big data engineer, and built various high-throughput web services around said data. He has created new big data pipelines using Hadoop/Pig/MapReduce, and created machine learning models to predict click-through rate, news feed recommender systems using linear regression, Bayesian Bandits, and collaborative filtering and validated the results using A/B testing.

He has taught undergraduate and graduate students in data science, statistics, machine learning, algorithms, calculus, computer graphics, and physics for students attending universities such as Columbia University, NYU, Humber College, and The New School.

Multiple businesses have benefitted from his web programming expertise. He does all the backend (server), frontend (HTML/JS/CSS), and operations/deployment work. Some of the technologies he has used are: Python, Ruby/Rails, PHP, Bootstrap, jQuery (Javascript), Backbone, and Angular. For storage/databases he has used MySQL, Postgres, Redis, MongoDB, and more.

Data Science: Deep Learning in Python

KEY FEATURES

Artificial neural networks are the architecture that make Apple’s Siri recognize your voice, Tesla’s self-driving cars know where to turn, Google Translate learn new languages, and so many more technological features you have quite possibly taken for granted. The data science that unites all of them is Deep Learning. In this course, you’ll build your very first neural network, going beyond basic models to build networks that automatically learn features.

  • Access 37 lectures & 4 hours of content 24/7
  • Extend the binary classification model to multiple classes uing the softmax function
  • Code the important training method, backpropagation, in Numpy
  • Implement a neural network using Google’s TensorFlow library
  • Predict user actions on a website given user data using a neural network
  • Use Deep Learning for facial expression recognition
  • Learn some of the newest development in neural networks

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: lifetime
  • Access options: web streaming, mobile streaming
  • Certification of completion not included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: intermediate, but you must have some knowledge of calculus, linear algebra, probability, Python, and Numpy
  • All code for this course is available for download here, in the directory ann_class

Compatibility

  • Internet required

THE EXPERT

The Lazy Programmer is a data scientist, big data engineer, and full stack software engineer. For his master’s thesis he worked on brain-computer interfaces using machine learning. These assist non-verbal and non-mobile persons to communicate with their family and caregivers.

He has worked in online advertising and digital media as both a data scientist and big data engineer, and built various high-throughput web services around said data. He has created new big data pipelines using Hadoop/Pig/MapReduce, and created machine learning models to predict click-through rate, news feed recommender systems using linear regression, Bayesian Bandits, and collaborative filtering and validated the results using A/B testing.

He has taught undergraduate and graduate students in data science, statistics, machine learning, algorithms, calculus, computer graphics, and physics for students attending universities such as Columbia University, NYU, Humber College, and The New School.

Multiple businesses have benefitted from his web programming expertise. He does all the backend (server), frontend (HTML/JS/CSS), and operations/deployment work. Some of the technologies he has used are: Python, Ruby/Rails, PHP, Bootstrap, jQuery (Javascript), Backbone, and Angular. For storage/databases he has used MySQL, Postgres, Redis, MongoDB, and more.

Data Science: Practical Deep Learning in Theano & TensorFlow

KEY FEATURES

The applications of Deep Learning are many, and constantly growing, just like the neural networks that it supports. In this course, you’ll delve into advanced concepts of Deep Learning, starting with the basics of TensorFlow and Theano, understanding how to build neural networks with these popular tools. Using these tools, you’ll learn how to build and understand a neural network, knowing exactly how to visualize what is happening within a model as it learns.

  • Access 23 lectures & 3 hours of programming 24/7
  • Discover batch & stochastic gradient descent, two techniques that allow you to train on a small sample of data at each iteration, greatly speeding up training time
  • Discuss how momentum can carry you through local minima
  • Learn adaptive learning rate techniques like AdaGrad & RMSprop
  • Explore dropout regularization & other modern neural network techniques
  • Understand the variables & expressions of TensorFlow & Theano
  • Set up a GPU-instance on AWS & compare the speed of CPU vs GPU for training a deep neural network
  • Look at the MNIST dataset & compare against known benchmarks

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: lifetime
  • Access options: web streaming, mobile streaming
  • Certification of completion not included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels, but you must have some knowledge of calculus, linear algebra, probability, Python, and Numpy
  • All code for this course is available for download here, in the directory ann_class2

Compatibility

  • Internet required

THE EXPERT

The Lazy Programmer is a data scientist, big data engineer, and full stack software engineer. For his master’s thesis he worked on brain-computer interfaces using machine learning. These assist non-verbal and non-mobile persons to communicate with their family and caregivers.

He has worked in online advertising and digital media as both a data scientist and big data engineer, and built various high-throughput web services around said data. He has created new big data pipelines using Hadoop/Pig/MapReduce, and created machine learning models to predict click-through rate, news feed recommender systems using linear regression, Bayesian Bandits, and collaborative filtering and validated the results using A/B testing.

He has taught undergraduate and graduate students in data science, statistics, machine learning, algorithms, calculus, computer graphics, and physics for students attending universities such as Columbia University, NYU, Humber College, and The New School.

Multiple businesses have benefitted from his web programming expertise. He does all the backend (server), frontend (HTML/JS/CSS), and operations/deployment work. Some of the technologies he has used are: Python, Ruby/Rails, PHP, Bootstrap, jQuery (Javascript), Backbone, and Angular. For storage/databases he has used MySQL, Postgres, Redis, MongoDB, and more.

read more

November 1, 2016   /   by Marco   /   , , , , , , , ,

The Build Your Web Business Bundle for $39

The Build Your Web Business Bundle for $39

Forget the 9-to-5: Build a Productive, Lucrative Online Business with 40+ Hours of Training on Key Entrepreneur Skills
Expires August 10, 2021 05:00 PST
Buy now and get 95% off

Entrepreneurship: 8 Step Business Launch Formula®

KEY FEATURES

The best way to learn is by example, and in this course you’ll follow real world business launch examples to gain an insight on how to lower your risk and accelerate your business’s success. The 8-step method taught in this course was crafted from the instructing organization’s own experience, with supplementary research provided from institutions like MIT, Y Combinator, and Stanford. If you’ve got a business idea and want to chase it, the steps preached in this course will help you make a successful launch.

  • Access 73 lectures & 7 hours of content 24/7
  • Choose from 3 specialization tracks: Services & Live Experiences, Physical Products, & Web Applications & Digital Technologies
  • Learn how to select a launch market & collect market research
  • Design a minimum viable product that you can use to validate your idea before taking it public
  • Build your first operational version of a business & gather your first customers
  • Craft the first iteration of your brand & business
  • Set yourself up to receive growth capital

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: lifetime
  • Access options: web streaming, mobile streaming
  • Certification of completion not included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels

Compatibility

  • Internet required

THE EXPERT

Eazl is a totally new approach to business education, offering practical business courses in HD that fuse animation, interviews, templates, and interactive exercises to achieve better outcomes for participants in the community. We deliver business tools based on research from institutions like MIT, Harvard, and Stanford in a beautiful format that is optimized for maximum learning and retention and our team responds to your questions to support your learning outcomes. Use Weekly Brain Boosts (Fridays at 10am PST) and our frequent live events to keep your business brain engaged. Learning is a lifelong journey, not a destination.

Eazl is led by Davis (Head of Product) and Ludell (Marketing Director) with contributions from Patton (animation), Agustín (analytics), and Deer (public relations).

The Complete Guide to Run a Web Development Business

KEY FEATURES

Web development, you’re probably not surprised to hear, is one of the fastest growing industries in the world. What you may not know, however, is how independent you can be as a web developer. You can only reach financial independence, however, if you know how to run a successful business. That’s what this course will teach you how to do. Regardless of your coding know-how, this course will teach you how to capitalize on the web development boom.

  • Access 97 lectures & 20 hours of content 24/7
  • Learn the step by step process of launching a web development business
  • Shorten your learning curve & protect yourself from making costly beginner mistakes
  • Grow your business fast & w/ fewer hiccups along the way
  • Discover techniques to tailor your business to your lifestyle
  • Use the library for included contract documents as a foundation for your legal needs
  • Review course materials anywhere, anytime when you download for offline viewing

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: lifetime
  • Access options: web streaming, mobile streaming, download for offline access
  • Certification of completion not included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels

Compatibility

  • Internet required

THE EXPERT

Evan Kimbrell is the founder and director of Sprintkick, a referral based full service digital agency based out of San Francisco. Over the last 4 years, he has overseen the development and launch of over 100 web and mobile apps. Clients range from 1-2 man startups bootstrapping their idea, to multibillion dollar Fortune 100s like Wal-Mart, Dick’s Sporting Goods, & GNC. Before founding Sprintkick, Evan worked as a VC for the LA-based Juvo Capital firm.

Online Residual Income Business Models

KEY FEATURES

Ever been curious about how people make a living online working from home? The answer is online residual income, and this course is designed for beginners who want to understand how these models work and what opportunities are available. You’ll learn the principles of creating digital resources so you can easily generate passive income. By course’s end, you’ll have a much clearer vision of how to start an online business.

  • Access 19 lectures & 2 hours of content 24/7
  • Understand how residual income works
  • Learn how compound interest in residual income models can take you to a 7 figure income in just 5 years
  • Identify the right model & starting point for you
  • Discover standard strategies for creating online residual income businesses
  • Explore critical mass, residual income models & more

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: lifetime
  • Access options: web streaming, mobile streaming, download for offline access
  • Certification of completion not included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: beginner

Compatibility

  • Internet required

THE EXPERT

Mark Timberlake runs a marketing company called SME Heroes, which specializes in training on all things to do with online course creation and online marketing. He has extensive experience with online business in various forms over the last 14 years and loves to share his hard one lessons and techniques for online business success. In addition, he also has over 12 years experience in online retail and over 6 years experience as a commercial photographer. This means he has a deep breadth of experience which comes through in his courses which are always designed to be easy to understand and to pass on the practical skills he has learned.

The Online Entrepreneur Survival Guide

KEY FEATURES

Everybody wants to be their own boss, but the prospect of going fully independent and working from home is a daunting one. Being an online entrepreneur comes with a unique set of challenges, both mentally and emotionally, and this course aims to help you navigate the difficulties of staying on top of your game while running your own internet business from your home. Not to mention, you’ll get some great insight on how to make your business thrive, directly from a successful online entrepreneur.

  • Access 13 lectures & 1 hour of content 24/7
  • Learn how to cope w/ the mental & emotional challenges of online business
  • Create a realistic vision for your business
  • Understand how to drive your business to success
  • Explore productivity secrets & learn how to avoid burnout
  • Navigate business catastrophes better & understand the importance of support & how to find it
  • Identify business opportunities better

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: lifetime
  • Access options: web streaming, mobile streaming
  • Certification of completion not included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels

Compatibility

  • Internet required

THE EXPERT

Mark Timberlake runs a marketing company called SME Heroes, which specializes in training on all things to do with online course creation and online marketing. He has extensive experience with online business in various forms over the last 14 years and loves to share his hard one lessons and techniques for online business success. In addition, he also has over 12 years experience in online retail and over 6 years experience as a commercial photographer. This means he has a deep breadth of experience which comes through in his courses which are always designed to be easy to understand and to pass on the practical skills he has learned.

Freelancing with YouTube, WordPress, Upwork, and Fiverr

KEY FEATURES

The best kind of work is the work you can do on your own time. Become your own boss when you learn to be an online freelancer using WordPress, YouTube, Upwork, and Fiverr simply by taking this course! You’ll learn to build a freelance system based on the instructor’s personal experience, and even master ways to bring clients to you.

  • Access 89 lectures & 6 hours of content 24/7
  • Build a complete system that works for you
  • Get an online hourly job w/ Upwork that pays more than what you are doing right now
  • Make your first $20 fast using Fiverr gigs
  • Easily show clients what you can do w/ YouTube & WordPress
  • Build a system for quickly hiring freelancers
  • Manage hundreds of clients & scale a freelancing business online

PRODUCT SPECS

  • Length of time users can access this course: lifetime
  • Access options: web streaming, mobile streaming
  • Certification of completion not included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels

Compatibility

  • Internet required

THE EXPERT

Jerry Banfield has been an online entrepreneur since 2011, having served hundreds of clients in over 20 countries and managed billions of Facebook ads. He has learned how to drive large amounts of organic Google and YouTube traffic to his website, and teaches online courses sharing his experience with students worldwide. A member of the MENSAsociety, Jerry holds degrees from the University of South Carolina and the University of South Florida.

Learn WordPress Website Creation & Web Design From Scratch

KEY FEATURES

WordPress is the most successful content management system on the web today. With WordPress you can build a site in five minutes – with no prior experience – and scale it to be one of the biggest websites in the world. This course starts with the basics as you go through the WordPress administration “backend” section. Then, later in the course, you’ll create a website in front of your eyes: pages, menus, sidebars, footers, themes, plugins, and more.

  • Access 25 lectures & 2.5 hours of content 24/7
  • Learn about the WordPress back-end administration section
  • Create new pages & blog posts
  • Customize the homepage to look exactly how you want
  • Create & edit a menu, a sidebar, footer, etc.
  • Understand SEO best practices
  • Understand design best practices, including changing, choosing & customizing a WordPress theme
  • Extend WordPress’s capabilities w/ plug-ins
  • Study WordPress security & site speed

PRODUCT SPECS

  • Length of time users can access this course: lifetime
  • Access options: web streaming, mobile streaming
  • Certification of completion not included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: beginner

Compatibility

  • Internet required

THE EXPERT

Rob Cubbon has over 20 years’ experience in graphic design, web design, and marketing. He has run his own business since 2005. He is an Amazon best-selling author of seven books, best-selling online course instructor, and, above all, is here to help you succeed in business.Being your own boss is an incredibly liberating experience, but it can be difficult as well. There never seems to be enough time for what we want to do. Rob is driven to help people experience the positive side of entrepreneurship, not the negative.

Freelance Business Kickstart

KEY FEATURES

Starting a freelancing business and being fully in charge of your own career may seem like a daunting venture. But this course aims to take the nerves out of it, providing you a blueprint for kickstarting a full-time freelance career, or a freelancing side job. Whether you’re looking to supplement your income, getting tired of the 9-5 grind, or just want to try a new career, this course will empower you to take off fast.

  • Access 45 lectures & 3.5 hours of content 24/7
  • Learn the basics of freelancing & how to choose your craft
  • Build your own website from scratch & find work
  • Join freelance networks & discover moonlighting best-practices
  • Define your goals & brand, & build a portfolio
  • Gain valuable business & tax tips

PRODUCT SPECS

  • Length of time users can access this course: lifetime
  • Access options: web streaming, mobile streaming, download for offline access
  • Certification of completion not included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: beginner

Compatibility

  • Internet required

THE EXPERT

Phil Ebiner’s passion is inspiring people through online courses. Since 2012, over 200,000 students have taken his online courses.
He graduated with a Bachelor’s Degree in Film and Television Production from Loyola Marymount University, Los Angeles. Over the past 5 years, he has shot and edited thousands of videos that have played everywhere from the movie screen and television to film festivals and YouTube.

read more

November 1, 2016   /   by Marco   /   , , , , , , , , , , , ,

Microsoft MCSE Server Admin Certification Training Bundle for $39

Microsoft MCSE Server Admin Certification Training Bundle for $39

These Comprehensive Practice Materials Will Prepare You to Earn One of the Most Coveted IT Certifications & Qualify for a High-Paying IT Career
Expires August 10, 2017 23:59 PST
Buy now and get 97% off

KEY FEATURES

The Microsoft Certified Solutions Expert (MCSE): Server Infrastructure Expert certification is one of the most highly regarded IT certifications, and demonstrates you have the expertise to work professionally as a network engineer, computer support technician, information security specialist and more. It’s a difficult certification to obtain, but one that can be extremely financially rewarding. This bundle includes complete training for Microsoft Windows Server 2012 R2 certification exams, 70-410, 70-411, 70-412, 70-413, and 70-414.

  • Access over 100 hours of content 24/7
  • Prepare for Microsoft Windows Server 2012 R2 certification exams 70-410 through 70-414
  • Understand configuring Hyper-V & more
  • Learn how to manage group policy & more
  • Use labs, games, activities, assessments & printable study guides to gauge your progress
  • Communicate w/ other students taking the course via social learning

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: 1 year
  • Access options: web streaming, download for offline viewing
  • Certification of completion included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels

Compatibility

  • Android
  • iPad
  • iPhone
  • Mac
  • Windows
  • Processor: 1 gigahertz (GHz)
  • RAM: 1 GB
  • Operating systems: Windows Vista, Windows 8, iOS
  • Browsers: Internet Explorer 10 or above, Google Chrome, Safari 6 or above, Mozilla Firefox

THE EXPERT

LearnSmart has served the technology community with high-quality certification and skills training since 1997. LearnSmart has grown rapidly as a leading provider for individuals and corporations, serving clients from a broad range of Fortune 500 companies, as well as universities, government institutions and the armed forces. LearnSmart is recognized by Microsoft, Project Management Institute, and CompTIA as a registered partner or authorized training provider. For more details on this course and instructor, click here.

read more

November 1, 2016   /   by Marco   /   , , , , , , , , ,

Enterprise COBOL Programming Bundle for $19

Enterprise COBOL Programming Bundle for $19

These 2 Comprehensive Courses Will Prepare You For a Lucrative Career in Enterprise Programming
Expires April 17, 2017 23:59 PST
Buy now and get 96% off

Enterprise COBOL Programming Part 1

KEY FEATURES

COBOL stands for COmmon Business-Oriented Language, and is one of the oldest programming languages. It is used extensively in industries such as banking, insurance, and retail, and many experts estimate that it runs over 70 percent of the world’s business transactions. In this course, you’ll be introduced to the basics of COBOL application development, so you can start training to add this valuable skill to your resume.

  • Access over 7 hours of content 24/7
  • Describe & code the layout of a basic COBOL program
  • Code COBOL programs w/ conditional & repetitive processing
  • Write COBOL programs that read & write sequential files
  • Compile, link & run COBOL programs using JCL

PRODUCT SPECS

  • Length of time users can access this course: 12 months
  • Access options: web streaming, mobile streaming
  • Certification of completion included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels, but basic z/OS JCL for JES2 or JES 3, and TSO/ISPF would be helpful

THE EXPERT

At GogoTraining, their mission is to help you master the world by unlocking your full potential. They do that by working with technology masters to create curriculum paths in key technologies. These paths allow you to jump in at the level that is right for you so you can master the technology.

Mary Abdill is the founder and president of Creative Data Movers, Inc., and brings to her company rich and diverse technical and training experience. Mary is a consultant, IT instructor, courseware developer, and popular stand-up instructor with specialized skills in the area of application design and development. She brings to her students a rich and diverse technical and training experience. A skilled and enthusiastic instructor, Mary teaches a wide variety of mainframe and web application development courses and workshops for IT developers, support personnel and end users.

For more details on this course and instructor, click here.

Enterprise COBOL Programming Part 2

KEY FEATURES

This second part of the Enterprise COBOL Programming course will further your understanding of COBOL basics, while shoring up an excellent foundation for a career in COBOL programming. You’ll focus on various types of sequential I/O, and report writing, as well as intrinsic functions and table processing. By course’s end, you’ll have a certification that will give you a leg up in many industries.

  • Access over 7 hours of content 24/7
  • Code & run COBOL programs that process raw data or stored data
  • Make appropriate use of copybooks
  • Create new data sets using Transaction Master Logic
  • Build complex reports such as multi-level control break reports
  • Code tables, indices, subscripts, intrinsic functions, & appropriate compile options
  • Search tables using SEARCH, SEARCH ALL, & PERFORM

PRODUCT SPECS

  • Length of time users can access this course: 12 months
  • Access options: web streaming, mobile streaming
  • Certification of completion included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels, but basic z/OS JCL for JES2 or JES 3, and TSO/ISPF would be helpful

Compatibility

  • Internet required

THE EXPERT

At GogoTraining, their mission is to help you master the world by unlocking your full potential. They do that by working with technology masters to create curriculum paths in key technologies. These paths allow you to jump in at the level that is right for you so you can master the technology.

Mary Abdill is the founder and president of Creative Data Movers, Inc., and brings to her company rich and diverse technical and training experience. Mary is a consultant, IT instructor, courseware developer, and popular stand-up instructor with specialized skills in the area of application design and development. She brings to her students a rich and diverse technical and training experience. A skilled and enthusiastic instructor, Mary teaches a wide variety of mainframe and web application development courses and workshops for IT developers, support personnel and end users.

For more details on this course and instructor, click here.

read more

November 1, 2016   /   by Marco   /   , , , , , , , , , ,

The Ruby on Rails Coding Bundle for $41

The Ruby on Rails Coding Bundle for $41

Dive into 49 Hours of Instruction to Learn This Important Web Development Tool & Give Your Resume a Powerful Boost
Expires August 16, 2021 23:59 PST
Buy now and get 94% off

Ruby on Rails for Web Development

KEY FEATURES

Ruby on Rails can seem overwhelming at first, but it doesn’t have to be! In this course, you’ll follow along with step-by-step instructions for building your first web app in minutes. You’ll be amazed how quick and easy it is to create very professional looking websites, even if you have no programming or web design experience at all. You don’t even need to know the Ruby programming language to get started–so what are you waiting for?

  • Learn to use Ruby on Rails for web development w/ 24 videos & 5 hours of content
  • Watch the creation of a Pinterest website
  • Follow along & build your own clone of the Pinterest site
  • Get a solid understanding of Ruby on Rails & how to use it to build awesome web apps
  • Watch the videos at your own pace
  • Post questions along the way if you get stuck

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: lifetime
  • Access options: web streaming
  • Certification of completion not included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: beginner

Compatibility

  • Internet required
  • Some web programming knowledge such as HTML & CSS suggested

THE EXPERT

John Elder is a pioneer in Internet Marketing who created one of the first Internet advertising networks back in 1997. He sold it to a publicly traded company at the height of the dot com boom and then went on to create the best-selling Submission-Spider search engine submission software that’s been used by over 3 million individuals and small businesses in over 45 countries.

Today he teaches Web Development courses at Codemy the online code school he founded. John graduated with honors with a degree in economics from Washington University in St. Louis where he was an artsci scholar.

BDD with Ruby on Rails: Using RSpec 3 & Capybara

KEY FEATURES

This unique course provides a thorough introduction to using Behavior Driven Development (BDD) to build web applications with Ruby on Rails. Why? The advantages go on and on– for example the feature specs used extensively in BDD read like plain English. This allows end users and developers to easily communicate with each other, and even allows end users to write the features themselves.

  • Learn Behavior Driven Development w/ 102 lectures & 13 hours of content
  • Gain essential RSpec & Capybara experience for automated testing
  • Emulate browser-based user behavior to complete a business process from beginning to end
  • Give your resume a boost
  • Build two complex & functional web apps
  • Learn to work w/ external JavaScript libraries for charts & date pickers
  • Study migrations, one-to-many & many-to-many associations
  • Utilize Rails 4.2

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: lifetime
  • Access options: web streaming
  • Certification of completion not included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: intermediate

Compatibility

  • Basic understanding of Rails suggested
  • Internet required

THE EXPERT

Mashrur Hossain has been a technology professional for over a decade and holds degrees in both Computer Science and Economics. He has worked with Enterprise Software Systems throughout his career with roles in analysis, development, and management. He is very passionate about web application development, and believes Ruby on Rails has proven to be a very strong force in this field. Join him for his comprehensive Ruby on Rails Developer courses as he guides you through the world of web application development using Rails.

Emmanuel Asante studied mining engineering and information systems at the University of South Africa. While working in the mines, he developed various mining, rock mechanics, and geological applications using languages ranging from Perl, Turbo Pascal to C#, Java and Ruby. In particular, he developed a mining production information management system, as well as a pit crew performance management system, both for Thompson Creek Metals (Endako Mines). Also noteworthy was his client management application for Snowden Mining Industry Consultants.

Ruby On Rails for Beginners

KEY FEATURES

Unfamiliar with Ruby on Rails? Time to get with the program: Rails is the framework of choice for big-name tech companies, including Soundcloud and Kickstarter. In this course, you’ll learn to connect databases and accept user input, ending your lessons with the ability to build stunning apps faster than you’ve dreamed. That, and you’ll be able to slap “Ruby on Rails” onto your resume–something you’ll appreciate when employers come knocking.

  • Dive into Ruby on Rails w/ 5 hours of content
  • Install & set up your programming environment
  • Master Rails fundamentals: models, controllers, views, etc.
  • Connect databases to Rails apps
  • Complete a challenging course project
  • Create fully interactive Rails apps & websites

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: lifetime access
  • Access options: web streaming, mobile streaming
  • Certification of completion not included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels

Compatibility

  • Internet required

    THE EXPERT

    Stone River eLearning was founded in 2011, and calls itself the Online Technology Bootcamp. It has taught over 250,000 students through its website and reseller partners since its founding, with a focus on developing high quality video training in all areas of the tech field.

Advanced Ruby Programming: 10 Steps to Mastery

KEY FEATURES

Go beyond the basics of this extremely popular programming language by diving into advanced concepts. Based on the instructor’s book The Book Of Ruby, this course provides all source code as you explore a deeper understanding of this dynamic language.

  • Take your Ruby skills to the next level w/ 13 hours of content & 37 lectures
  • Experiment w/ included source code
  • Get into the advanced features of Ruby like blocks & procs, threads, regular expressions, exception handling, singletons & metaprogramming
  • Follow along w/ the supplied course notes
  • Become an expert at the language used by some of the most popular websites
  • Learn to write easily maintainable code

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: lifetime
  • Access options: web streaming, mobile streaming
  • Certification of completion not included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: intermediate

Compatibility

  • Internet required
  • Knowledge of Ruby basics required

THE EXPERT

Huw Collingbourne is a programmer with over 30 years’ experience, and a published technology writer. He is the technology director at SapphireSteel Software, which created the Ruby in Steel Ruby programming environment. He has written about numerous coding languages, and is most notably the author of the Little Book of Ruby.

Learn Ruby on Rails by Building Projects

KEY FEATURES

Projects in Ruby On Rails is for developers looking to upgrade their skills without enrolling in a full time coding institution. Primarily taught in Linux, this course also includes tutorials to help you get started in Windows if needed. The following projects have been selected and created for this course, and will not only help you understand the core concepts of Ruby on Rails, but also teach you essential best practices for web development.

  • Upgrade your Ruby on Rails skills w/ over 47 lectures & 13 hours of content
  • Install Ruby on Rails & MySQL to build a simple web app
  • Create a complete blog management system like WordPress while mastering Ruby technique
  • Explore professional Ruby techniques while creating a Ruby image gallery
  • Extend your code to make a shopping cart
  • Learn to use Ruby code effectively in commercial projects
  • Study best software development practices

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: lifetime
  • Access options: web streaming
  • Certification of completion not included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: intermediate

Compatibility

  • Internet required
  • Basic knowledge of Ruby and Rails & Linux suggested

THE EXPERT

Eduonix creates and distributes high-quality technology training content on the web! Their team of industry professionals have been training manpower for more than a decade, and aim to teach technology the way it’s used in the professional world. They have a professional team of trainers for technologies ranging from mobility to web to enterprise to database and server administration.

read more

November 1, 2016   /   by Marco   /   , , , , , , , ,

The Big Data Bundle for $45

The Big Data Bundle for $45

64.5 Hours of Hadoop, MapReduce, Spark & More to Prepare You For One of Today’s Fastest-Growing IT Careers
Expires August 17, 2021 23:59 PST
Buy now and get 93% off

From 0 to 1 : Hive for Big Data Processing

KEY FEATURES

Hive is a Big Data processing tool that helps you leverage the power of distributed computing and Hadoop for analytical processing. Its interface is somewhat similar to SQL, but with some key differences. This course is an end-to-end guide to using Hive and connecting the dots to SQL. It’s perfect for both professional and aspiring data analysts and engineers alike. Don’t know SQL? No problem, there’s a primer included in this course!

  • Access 86 lectures & 15 hours of content 24/7
  • Write complex analytical queries on data in Hive & uncover insights
  • Leverage ideas of partitioning & bucketing to optimize queries in Hive
  • Customize Hive w/ user defined functions in Java & Python
  • Understand what goes on under the hood of Hive w/ HDFS & MapReduce

    PRODUCT SPECS

    Details & Requirements

    • Length of time users can access this course: lifetime
    • Access options: web streaming, mobile streaming
    • Certification of completion not included
    • Redemption deadline: redeem your code within 30 days of purchase
    • Experience level required: all levels, but knowledge of SQL and Java would be helpful

    Compatibility

    • Internet required

    THE EXPERT

    Loonycorn is comprised of four individuals—Janani Ravi, Vitthal Srinivasan, Swetha Kolalapudi and Navdeep Singh—who have honed their tech expertises at Google and Flipkart. The team believes it has distilled the instruction of complicated tech concepts into funny, practical, engaging courses, and is excited to be sharing its content with eager students.

Learn By Example: Hadoop & MapReduce for Big Data Problems

KEY FEATURES

Big Data sounds pretty daunting doesn’t it? Well, this course aims to make it a lot simpler for you. Using Hadoop and MapReduce, you’ll learn how to process and manage enormous amounts of data efficiently. Any company that collects mass amounts of data, from startups to Fortune 500, need people fluent in Hadoop and MapReduce, making this course a must for anybody interested in data science.

  • Access 71 lectures & 13 hours of content 24/7
  • Set up your own Hadoop cluster using virtual machines (VMs) & the Cloud
  • Understand HDFS, MapReduce & YARN & their interaction
  • Use MapReduce to recommend friends in a social network, build search engines & generate bigrams
  • Chain multiple MapReduce jobs together
  • Write your own customized partitioner
  • Learn to globally sort a large amount of data by sampling input files

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: lifetime access
  • Access options: web streaming, mobile streaming
  • Certification of completion not included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels

Compatibility

  • Internet required

THE EXPERT

Loonycorn is comprised of four individuals–Janani Ravi, Vitthal Srinivasan, Swetha Kolalapudi and Navdeep Singh–who have honed their tech expertises at Google and Flipkart. The team believes it has distilled the instruction of complicated tech concepts into funny, practical, engaging courses, and is excited to be sharing its content with eager students.

From 0 to 1 : Spark for Data Science in Python

KEY FEATURES

Analysts and data scientists typically have to work with several systems to effectively manage mass sets of data. Spark, on the other hand, provides you a single engine to explore and work with large amounts of data, run machine learning algorithms, and perform many other functions in a single interactive environment. This course’s focus on new and innovating technologies in data science and machine learning makes it an excellent one for anyone who wants to work in the lucrative, growing field of Big Data.

  • Access 52 lectures & 8 hours of content 24/7
  • Use Spark for a variety of analytics & machine learning tasks
  • Implement complex algorithms like PageRank & Music Recommendations
  • Work w/ a variety of datasets from airline delays to Twitter, web graphs, & product ratings
  • Employ all the different features & libraries of Spark, like RDDs, Dataframes, Spark SQL, MLlib, Spark Streaming & GraphX

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: lifetime
  • Access options: web streaming, mobile streaming
  • Certification of completion not included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels, but some knowledge of Python and Java are assumed

Compatibility

  • Internet required

THE EXPERT

Loonycorn is comprised of four individuals—Janani Ravi, Vitthal Srinivasan, Swetha Kolalapudi and Navdeep Singh—who have honed their tech expertises at Google and Flipkart. The team believes it has distilled the instruction of complicated tech concepts into funny, practical, engaging courses, and is excited to be sharing its content with eager students.

Scalable Programming with Scala & Spark

KEY FEATURES

The functional programming nature and the availability of a REPL environment make Scala particularly well suited for a distributed computing framework like Spark. Using these two technologies in tandem can allow you to effectively analyze and explore data in an interactive environment with extremely fast feedback. This course will teach you how to best combine Spark and Scala, making it perfect for aspiring data analysts and Big Data engineers.

  • Access 51 lectures & 8.5 hours of content 24/7
  • Use Spark for a variety of analytics & machine learning tasks
  • Understand functional programming constructs in Scala
  • Implement complex algorithms like PageRank & Music Recommendations
  • Work w/ a variety of datasets from airline delays to Twitter, web graphs, & Product Ratings
  • Use the different features & libraries of Spark, like RDDs, Dataframes, Spark SQL, MLlib, Spark Streaming, & GraphX
  • Write code in Scala REPL environments & build Scala applications w/ an IDE

    PRODUCT SPECS

    Details & Requirements

    • Length of time users can access this course: lifetime
    • Access options: web streaming, mobile streaming
    • Certification of completion not included
    • Redemption deadline: redeem your code within 30 days of purchase
    • Experience level required: all levels, but some knowledge of Java or C++ is assumed

    Compatibility

    • Internet required

    THE EXPERT

    Loonycorn is comprised of four individuals—Janani Ravi, Vitthal Srinivasan, Swetha Kolalapudi and Navdeep Singh—who have honed their tech expertises at Google and Flipkart. The team believes it has distilled the instruction of complicated tech concepts into funny, practical, engaging courses, and is excited to be sharing its content with eager students.

Learn by Example: HBase – The Hadoop Database

KEY FEATURES

For Big Data engineers and data analysts, HBase is an extremely effective databasing tool for organizing and manage massive data sets. HBase allows an increased level of flexibility, providing column oriented storage, no fixed schema and low latency to accommodate the dynamically changing needs of applications. With the 25 examples contained in this course, you’ll get a complete grasp of HBase that you can leverage in interviews for Big Data positions.

  • Access 41 lectures & 4.5 hours of content 24/7
  • Set up a database for your application using HBase
  • Integrate HBase w/ MapReduce for data processing tasks
  • Create tables, insert, read & delete data from HBase
  • Get a complete understanding of HBase & its role in the Hadoop ecosystem
  • Explore CRUD operations in the shell, & with the Java API

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: lifetime
  • Access options: web streaming, mobile streaming
  • Certification of completion not included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels, but some knowledge Java is assumed

Compatibility

  • Internet required

THE EXPERT

Loonycorn is comprised of four individuals—Janani Ravi, Vitthal Srinivasan, Swetha Kolalapudi and Navdeep Singh—who have honed their tech expertises at Google and Flipkart. The team believes it has distilled the instruction of complicated tech concepts into funny, practical, engaging courses, and is excited to be sharing its content with eager students.

Pig for Wrangling Big Data

KEY FEATURES

Think about the last time you saw a completely unorganized spreadsheet. Now imagine that spreadsheet was 100,000 times larger. Mind-boggling, right? That’s why there’s Pig. Pig works with unstructured data to wrestle it into a more palatable form that can be stored in a data warehouse for reporting and analysis. With the massive sets of disorganized data many companies are working with today, people who can work with Pig are in major demand. By the end of this course, you could qualify as one of those people.

  • Access 34 lectures & 5 hours of content 24/7
  • Clean up server logs using Pig
  • Work w/ unstructured data to extract information, transform it, & store it in a usable form
  • Write intermediate level Pig scripts to munge data
  • Optimize Pig operations to work on large data sets

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: lifetime
  • Access options: web streaming, mobile streaming
  • Certification of completion not included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels, but some knowledge of SQL, Hadoop, and MapReduce is assumed

Compatibility

  • Internet required

THE EXPERT

Loonycorn is comprised of four individuals—Janani Ravi, Vitthal Srinivasan, Swetha Kolalapudi and Navdeep Singh—who have honed their tech expertises at Google and Flipkart. The team believes it has distilled the instruction of complicated tech concepts into funny, practical, engaging courses, and is excited to be sharing its content with eager students.

From 0 to 1 : The Cassandra Distributed Database

KEY FEATURES

Data sets can outgrow traditional databases, much like children outgrow clothes. Unlike, children’s growth patterns, however, massive amounts of data can be extremely unpredictable and unstructured. For Big Data, the Cassandra distributed database is the solution, using partitioning and replication to ensure that your data is structured and available even when nodes in a cluster go down. Children, you’re on your own.

  • Access 44 lectures & 5.5 hours of content 24/7
  • Set up & manage a cluster using the Cassandra Cluster Manager (CCM)
  • Create keyspaces, column families, & perform CRUD operations using the Cassandra Query Language (CQL)
  • Design primary keys & secondary indexes, & learn partitioning & clustering keys
  • Understand restrictions on queries based on primary & secondary key design
  • Discover tunable consistency using quorum & local quorum
  • Learn architecture & storage components: Commit Log, MemTable, SSTables, Bloom Filters, Index File, Summary File & Data File
  • Build a Miniature Catalog Management System using the Cassandra Java driver

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: lifetime
  • Access options: web streaming, mobile streaming
  • Certification of completion not included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels, but some knowledge of SQL, Hadoop, and MapReduce is assumed

Compatibility

  • Internet required

THE EXPERT

Loonycorn is comprised of four individuals—Janani Ravi, Vitthal Srinivasan, Swetha Kolalapudi and Navdeep Singh—who have honed their tech expertises at Google and Flipkart. The team believes it has distilled the instruction of complicated tech concepts into funny, practical, engaging courses, and is excited to be sharing its content with eager students.

Oozie: Workflow Scheduling for Big Data Systems

KEY FEATURES

Working with Big Data, obviously, can be a very complex task. That’s why it’s important to master Oozie. Oozie makes managing a multitude of jobs at different time schedules, and managing entire data pipelines significantly easier as long as you know the right configurations parameters. This course will teach you how to best determine those parameters, so your workflow will be significantly streamlined.

  • Access 23 lectures & 3 hours of content 24/7
  • Install & set up Oozie
  • Configure Workflows to run jobs on Hadoop
  • Create time-triggered & data-triggered Workflows
  • Build & optimize data pipelines using Bundles

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: lifetime
  • Access options: web streaming, mobile streaming
  • Certification of completion not included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels, but some knowledge of Hadoop and MapReduce is assumed

Compatibility

  • Internet required

THE EXPERT

Loonycorn is comprised of four individuals—Janani Ravi, Vitthal Srinivasan, Swetha Kolalapudi and Navdeep Singh—who have honed their tech expertises at Google and Flipkart. The team believes it has distilled the instruction of complicated tech concepts into funny, practical, engaging courses, and is excited to be sharing its content with eager students.

Flume & Sqoop for Ingesting Big Data

KEY FEATURES

Flume and Sqoop are important elements of the Hadoop ecosystem, transporting data from sources like local file systems to data stores. This is an essential component to organizing and effectively managing Big Data, making Flume and Sqoop great skills to set you apart from other data analysts.

  • Access 16 lectures & 2 hours of content 24/7
  • Use Flume to ingest data to HDFS & HBase
  • Optimize Sqoop to import data from MySQL to HDFS & Hive
  • Ingest data from a variety of sources including HTTP, Twitter & MySQL

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: lifetime
  • Access options: web streaming, mobile streaming
  • Certification of completion not included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels, but knowledge of HDFS, HBase, and Hive shells is required

Compatibility

  • Internet required

THE EXPERT

Loonycorn is comprised of four individuals—Janani Ravi, Vitthal Srinivasan, Swetha Kolalapudi and Navdeep Singh—who have honed their tech expertises at Google and Flipkart. The team believes it has distilled the instruction of complicated tech concepts into funny, practical, engaging courses, and is excited to be sharing its content with eager students.

read more

November 1, 2016   /   by Marco   /   , , , , , , , , , , , ,

Pay What You Want: Complete Developer Bundle for $1

Pay What You Want: Complete Developer Bundle for $1

Beat the Average Price for A Comprehensive Education in Front-End Web, Game & Mobile Design
Expires April 18, 2017 23:59 PST
Buy now and get 99% off

Web Design Course

KEY FEATURES

Take your knowledge of web design to new heights with this 20-hour course. You’ll learn skills essential to entering the web design profession like HTML and CSS, and even explore specific industries like e-commerce. Learn to integrate you designs into social media sites and make them SEO friendly, so your designs aren’t just beautiful but drive overall growth.

  • Explore the world of web design w/ 20 hours of instruction
  • Study 18 beautifully designed course units from some of the world’s best writers on web design
  • Understand HTML5, CSS3 & advanced WordPress templating
  • Learn web design specifically for e-commerce, SEO & social media purposes
  • Participate in interactive exercises including a locally-hosted HTML emulator
  • Receive downloadable editable files (eg wireframes) to use directly for your own project
  • Take a test to measure your knowledge

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: 12 months
  • Access options: web streaming, mobile streaming
  • Certification of completion included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels

Compatibility

  • Internet required

THE EXPERT

Both authors, Wendy and Lisa, have an outstanding reputation for explaining essential web design concepts clearly. They have jointly written this course with a practical focus explicitly in mind. The course is also constantly updated with responses to customer requests and updates in web technology – all this is included with your course.

For more details on this course and instructor, click here.

App Design Course

KEY FEATURES

Why waste your time with theory when you can get right to the nitty gritty of app design? This course does just that by teaching you the major platforms for developing apps for Android (Android SDK) and Apple (Xcode). Follow along with 15 hours of instruction, and learn to create your own app in just a few weeks!

  • Understand the basics of app design w/ 15 hours of instruction
  • Learn from expert instructors w/ real life experience
  • Study the source code from the instructor’s app Alice for the iPad
  • Get authentic tips covering design, programming & marketing
  • Get your app on Google Play or the Apple App Store
  • Develop a great app idea from scratch
  • Get introduced to Apple’s Xcode & the Android SDK

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: 12 months
  • Access options: web streaming, mobile streaming
  • Certification of completion included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels

Compatibility

  • Internet required

THE EXPERT

The writers, editors and commentators of this course, test, exercises, and videos are experienced app developers. The chief writer is Chris Stevens, who has shipped over half-a-million mobile apps, and is the designer behind multiple number one apps. He has been featured in Apple’s global TV ad campaigns for the iPad, and won a Guardian Media Award for his work as a journalist.

For more details on this course and instructor, click here.

Game Design Course

KEY FEATURES

The gaming industry is booming, and it’s time you bring your great idea to the screen. This course is taught by experts in the field so you’ll understand what truly goes into coding, designing, and deploying a game. You’ll learn to build a game from scratch using Unity3D and watch your hard work come to life.

  • Study gaming w/ 15 hours of expert instruction
  • Learn from Chris & Max, co-founders of multi award-winning games studios
  • Learn from real experience & success rather than pure theory
  • Understand the history, climate & principles of game design
  • Use Unity 3D to create, program & refine your own mobile game
  • Release your game to the Apple, Google & Windows app stores
  • Understand the different platforms
  • Know how to test & deploy games

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: 12 months
  • Access options: web streaming, mobile streaming
  • Certification of completion included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels

Compatibility

  • Internet required
  • Suggested: Apple Xcode & iOS operating system or Android SDK & Android operating system

THE EXPERT

The writers, editors and commentators of this course, test, exercises, and videos are experienced app developers. The chief writer is Chris Stevens, who has shipped over half-a-million mobile apps, and is the designer behind multiple number one apps. He has been featured in Apple’s global TV ad campaigns for the iPad, and won a Guardian Media Award for his work as a journalist.

For more details on this course and instructor, click here.

Basic WordPress Course

KEY FEATURES

Over 20% the Web utilizes WordPress for web publishing and content needs, and for good reason. This powerful platform provides the flexibility to easily get a web page up with zero experience, or completely customize a page with handwritten code. Begin this course, and learn to create a beautiful, dynamic website from scratch. The instructor will make sure you have all the tools to build a page you’re proud of.

  • Learn to use WordPress w/ 20 hours of instruction
  • Create a powerfully-functioning website that gives you complete control over your online presence
  • Successfully install & set up your WordPress account
  • Study the basics of managing content
  • Learn to maintain & update your site
  • Explore crucial plug-ins & incorporate them into your site

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: 12 months
  • Access options: web streaming, mobile streaming
  • Certification of completion included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels

Compatibility

  • Internet required

THE EXPERT

Wendy Willard has an outstanding reputation for explaining essential web design concepts, clearly, having co-authored a best-selling Web Design course. She has jointly written this course with a practical focus explicitly in mind. The course is also constantly updated with responses to customer requests and updates in web technology – all this is included with your course..

For more details on this course and instructor, click here.

read more

November 1, 2016   /   by Marco   /   , , , , , , , , , ,

Intensive Wall St. Certification Bundle for $79

Intensive Wall St. Certification Bundle for $79

3 Courses & Exam Materials to Earn Finance Certifications Demanded on Wall St.
Expires April 19, 2017 23:59 PST
Buy now and get 86% off

Intensive Accounting Bootcamp

KEY FEATURES

Accounting doesn’t come naturally to everyone, but it’s a valuable skill that can net you high-paying jobs, as well as improve your personal finance management. This bootcamp removes the tedium from accounting, aiming instead to tell a story by illustrating what the numbers mean through interesting, real-world examples. Geared towards students with little to no accounting background, it’s an excellent tune up for more complicated courses.

  • Access 11 hours of content 24/7
  • Gain an overview of the importance of accounting
  • Learn ten ways to cook the books & how to spot them from a financial point of view
  • Understand Detailed Income Statements, Detailed Balance Sheets, & Detailed Cash Flow Statements
  • Practice w/ a hands-on, interactive case study creating major financial statements
  • Compute, compare & contrast a variety of performance measures

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: 6 months
  • Access options: web streaming, mobile streaming
  • Certification of completion not included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels

Compatibility

  • Internet required

THE EXPERT

In the spirit of Dean Choi’s never ending devotion to education, with permission from his family, we continue to offer our Accounting content with his name and likeness. We are forever grateful for the impact he has made and will go on to make on his students through his work.

Frederick D.S. Choi is Dean Emeritus and Distinguished Service Professor of Business at New York University Stern School of Business. He served as Vice Dean and Dean of the Undergraduate College at Stern from 1995–2004. He is currently the Chair of the Accounting Department. He has authored numerous books including International Accounting (Prentice-Hall), International Finance and Accounting Handbook (John Wiley), International Capital Markets in a World of Accounting Differences (Irwin) and Globalization of Financial Accounting and Reporting (FEI). He has published in many journals including Journal of Accounting Research, Accounting and Business Research, Financial Analysts Journal, Journal of Accountancy, and the Journal of International Financial Management and Accounting.

For more details on this course and instructor, click here.

Accounting & Financial Statement Integration

KEY FEATURES

In this course, you’ll enhance your understanding of financial accounting basics, including the major financial statements, and the most important components of each as it relates to financial analysis. Learning to integrate financial statements will allow you to make better, more informed financial decisions and make you more attractive to potential employers.

  • Access 2.5 hours of content 24/7
  • Define & explore the components of Income Statements, Balance Sheets, & Cash Flow Statements
  • Understand how financial statements are interrelated
  • Discover major financial ratios, including liquidity, asset management, debt management, profitability, & market value ratios
  • Analyze, compare & contrast financial statements of various companies

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: 6 months
  • Access options: web streaming, mobile streaming
  • Certification of completion upon passing the included exam
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels

Compatibility

  • Internet required

THE EXPERT

In the spirit of Dean Choi’s never ending devotion to education, with permission from his family, we continue to offer our Accounting content with his name and likeness. We are forever grateful for the impact he has made and will go on to make on his students through his work.

Frederick D.S. Choi is Dean Emeritus and Distinguished Service Professor of Business at New York University Stern School of Business. He served as Vice Dean and Dean of the Undergraduate College at Stern from 1995–2004. He is currently the Chair of the Accounting Department. He has authored numerous books including International Accounting (Prentice-Hall), International Finance and Accounting Handbook (John Wiley), International Capital Markets in a World of Accounting Differences (Irwin) and Globalization of Financial Accounting and Reporting (FEI). He has published in many journals including Journal of Accounting Research, Accounting and Business Research, Financial Analysts Journal, Journal of Accountancy, and the Journal of International Financial Management and Accounting.

For more details on this course and instructor, click here.

How to Analyze a 10-K

KEY FEATURES

In its most basic terms, a 10-K is an annual report required by the U.S. Securities & Exchange Commission that gives a comprehensive summary of a company’s financial performance. This course focuses not just on the financial statements of a 10-K, but teaches you how to read critically the footnotes, and the management discussion and analysis contained in the report. It’s a complex task, but this course will help you parse what is most important, and how to perform a proper, fully-realized financial analysis.

  • Access 2 hours of content 24/7
  • Understand the difference between a 10-K & an Annual Report
  • Learn the major components of a 10-K filing
  • Discover in detail the Management Discussion & Analysis section
  • Explore the major footnotes & how to analyze & interpret them
  • Discuss the Proxy statement
  • Use a group project to analyze, compare & contrast the 10-K’s of various companies

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: 6 months
  • Access options: web streaming, mobile streaming
  • Certification of completion upon passing the included exam
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels

Compatibility

  • Internet required

THE EXPERT

In the spirit of Dean Choi’s never ending devotion to education, with permission from his family, we continue to offer our Accounting content with his name and likeness. We are forever grateful for the impact he has made and will go on to make on his students through his work.

Frederick D.S. Choi is Dean Emeritus and Distinguished Service Professor of Business at New York University Stern School of Business. He served as Vice Dean and Dean of the Undergraduate College at Stern from 1995–2004. He is currently the Chair of the Accounting Department. He has authored numerous books including International Accounting (Prentice-Hall), International Finance and Accounting Handbook (John Wiley), International Capital Markets in a World of Accounting Differences (Irwin) and Globalization of Financial Accounting and Reporting (FEI). He has published in many journals including Journal of Accounting Research, Accounting and Business Research, Financial Analysts Journal, Journal of Accountancy, and the Journal of International Financial Management and Accounting.

For more details on this course and instructor, click here.

Certification Exams for “Accounting & Financial Statement Integration” & “How to Analyze a 10-K”

KEY FEATURES

Wall St. Training is proud of the standards they have set in the financial industry and, therefore, have high standards for certification. By passing these quizzes and exams for the “Accounting & Financial Statement Integration,” and “How to Analyze a 10-K” courses, you will receive a vaunted certification that will greatly improve your job prospects in the financial industry.

PRODUCT SPECS

  • Financial model submissions will be given a PASS/FAIL grade
  • A passing grade is determined as NO MORE than 5 incorrect cells IN ANY worksheet
  • A failing grade is determined as MORE than 5 incorrect cells IN ANY worksheet
  • You are allowed a maximum of 2 submissions. If the first submission is PASS, then a second submission is not required. If the first submission is FAIL, then Wall St. Training will provide you with a marked copy of your submission.

THE EXPERT

The Wall St. Training Certificate can be granted to both classroom training and self-study clients who have successfully completed our financial modeling, valuation, M&A and LBO courses. It is an official document that confirms your completion of WST courses, as well as certifies that you have a full understanding and solid grasp of our finance topics, application of modeling, and valuation skills. For more details, click here.

read more

November 1, 2016   /   by Marco   /   , , , , , , , , , ,

Accredited ITIL Certification Training Bundle for $69

Accredited ITIL Certification Training Bundle for $69

7 Internationally Accredited Courses & 49.5 Hours to Put You on The IT Career Path
Expires April 21, 2017 23:59 PST
Buy now and get 98% off

KEY FEATURES

The Information Technology Infrastructure Library (ITIL) is a collection of best practices used for the management and delivery of IT services and IT infrastructure recognized by thousands of organizations throughout the world. In this EXIN and AXELOS accredited seven course bundle, you’ll study the lifecycle components essential for IT professionals working on IT processes and are responsible for IT service management implementation.

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: 12 months
  • Access options: web streaming, mobile streaming
  • Certification of completion included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels

Compatibility

  • Internet required

THE EXPERT

At GogoTraining our mission is to help you master the world by unlocking your full potential. We do that by working with technology masters to create curriculum paths in key technologies. These paths allow you to jump in at the level that is right for you so you can master the technology and unlock your full potential. For more details on this course and instructor, click here.

read more

Ultimate PC Data Security Suite Bundle feat. Folder Lock 7 for $19

Secure All Your Storage Devices with This Bundle Featuring the Award-Winning Folder Lock 7
Expires October 31, 2016 23:59 PST
Buy now and get 83% off

Folder Lock 7

KEY FEATURES

Data security has never been as essential as in this day of advanced hacking and phishing techniques. Folder Lock 7 is the all-in-one award-winning security solution for Windows preferred by over 25 million users to keep your files under complete lock and key. Password protect your files, folders and drives; encrypt your most important files easily; back files up in real-time; protect portable drives; shred files and drives and more with Folder Lock.

“Folder Lock is as fast and secure as encryption software gets, and the best we reviewed.” 9.43/10, TopTenReviews

Editor’s Choice at PC Mag

  • Lock files & folders w/ the click of a button
  • Encrypt confidential files & folders in portable Lockers quickly & easily
  • Backup & sync your encrypted files to a secure Cloud
  • Create portable, self-executable Lockers in USB Drives, CDs/DVDs & emails
  • Make digital wallets to securely save real-life Cards like credit cards & Social Security
  • Shred files on your computer permanently so they are unrecoverable
  • Clean Windows history, tracks of PC activity & redundant files

PRODUCT SPECS

Details & Requirements

  • Version 7.6.1
  • Updates included

Compatibility

  • Windows 10, 8, 7, Vista, XP
  • Processor: Pentium 2 or higher
  • 250 MB RAM
  • 10 GB hard disk space

SOFTWARE LICENSE DETAILS

  • For use on 1 device

USB Block

KEY FEATURES

It may sound like something from a movie: somebody inserts a USB drive to a computer and steals all the important data they can find. But in real life, this is a serious threat, and one you may regret not preventing. USB Block allows you to white-list your own USB drives and devices to not only prevent unauthorized access by USB, but also by CD/DVD and network computers. Don’t be a movie character, prevent data theft today!

100% Clean Award from Softpedia

5 Stars from SnapFiles

  • Block unauthorized devices like USB flash drives, CDs/DVDs, non-system drives & network drives
  • Prevent data leak using USB-Block’s patented password-protection security
  • Protect against data loss w/ tamper-proof & hack-proof data
  • Resist plagiarism, illegal distribution & copying of your data
  • Monitor & record the names of unauthorized devices w/ Illegal Log Activity feature

PRODUCT SPECS

Details & Requirements

  • Version 1.6.2
  • Updates included

Compatibility

  • Windows 8, 7, XP
  • Processor: Pentium 2 or higher
  • 250 MB RAM
  • 10 GB hard disk space

SOFTWARE LICENSE DETAILS

  • For use on 1 device

USB Secure

KEY FEATURES

Store data on a lot of different devices? USB Secure lets you password protect all your USB drives, SSD drives, external drives and memory cards so nobody can access your data but you. Fast, easy, and allowing for secure plug and play on any PC, USB Secure is all of the security with none of the hassle.

5 Stars from Download3K

  • Compatible with all portable drives, like thumb drives, memory sticks & external hard-drives
  • PC independent for true plug & play protection
  • One click protection for your files & folders using the latest technology in data security
  • Multiple layers of security prevent criminals from accessing your receptive files & folders
  • Virtual drive interface lets you view or modify your protected files & folders securely

PRODUCT SPECS

Details & Requirements

  • Version 2.0.5
  • Updates included

Compatibility

  • Windows 10, 8, 7, XP
  • Processor: Pentium 2 or higher
  • 250 MB RAM
  • 10 GB hard disk space

SOFTWARE LICENSE DETAILS

  • For use on 1 device
read more

November 1, 2016   /   by Marco   /   , , , , , , , , , , , , ,

Pay What You Want: Programming Into the Future Bundle for $1

Pay What You Want: Programming Into the Future Bundle for $1

Angular 2, Node.js, Docker & More in 32.5 Hours of Training to Keep Your Skills Ahead of the Curve
Expires August 23, 2018 23:59 PST
Buy now and get 99% off

Node.js: From Zero to Web Apps

KEY FEATURES

Node.js is an event-driven, I/O server-side JavaScript environment that can be used to create real time web apps, build APIs, stream applications, and much more. It’s a very versatile, in-demand language that will be a valuable addition to your coding skill set. In this course, you’ll develop your own Node web app, learning to incorporate Bootstrap, Gulp and other frameworks and databasing services to gain a complete understanding of the Node development process.

  • Access 48 lectures & 3 hours of content 24/7
  • Code a Node.js project w/ an online IDE
  • Learn how Node.js works w/ Gulp, Bootstrap, GIT, Express, & NPM Bower
  • Add a NoSQL database to a Node.js project
  • Understand routing, packages, templating engines, UI dependences & more
  • Gain a thorough knowledge of web development w/ Node.js

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: lifetime
  • Access options: web streaming, mobile streaming
  • Certification of completion included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels

Compatibility

  • Internet required

THE EXPERT

At Stone River eLearning, technology is all we teach. If you’re interested in programming, development or design – we have it covered.

Check out our huge catalog of courses and join the over 300,000 students currently taking Stone River eLearning courses. We currently offer 125+ different technology training courses on our Stone River eLearning website and are adding new courses on hot and trending topics every month. A subscription option is available for those with a real passion for learning.

Angular 2 Crash Course

KEY FEATURES

Angular 2 is the latest version of the powerful JavaScript library, AngularJS. Learning Angular 2 will give you a competitive edge in UI/UX design, web development, and scaling apps and programs across platforms. This course will give you a crash course in the development and streamlining capabilities of the AngularJS framework and lead you directly into all the new features of Angular 2. Regardless of skill level, this course will afford you valuable, new web development skills that will set you apart from the pack.

  • Access 71 lectures & 5 hours of content 24/7
  • Code an Angular2 project w/ an online Integrated Development Environment
  • Learn to code w/ TypeScript & use its data typing features
  • Understand & use Angular2’s component paradigm
  • Use Angular2’s powerful data binding features & improved pipes to transform displayed data
  • Implement interfaces & services in Angular 2
  • Integrate w/ web services using reactive extension’s observables
  • Compose components w/ Angular2’s component nesting capabilities

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: lifetime
  • Access options: web streaming, mobile streaming
  • Certification of completion included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels

Compatibility

  • Internet required

THE EXPERT

At Stone River eLearning, technology is all we teach. If you’re interested in programming, development or design – we have it covered.

Check out our huge catalog of courses and join the over 300,000 students currently taking Stone River eLearning courses. We currently offer 125+ different technology training courses on our Stone River eLearning website and are adding new courses on hot and trending topics every month. A subscription option is available for those with a real passion for learning.

Google Go Programming for Beginners

KEY FEATURES

Meet Go: an open-source language developed by Google that has roots in C and C++. It’s used in many Google (and non-Google) apps, and is fairly easy to learn if you have some programming experience. Though not as well-known as Ruby or Python, Go is still a powerful language to learn–one certain to boost your employment credentials (including with Google itself!).

  • Learn & apply Go fundamentals w/ 4 hours of content
  • Dive into Go’s features, functions, structures & interfaces
  • Understand advanced concepts like polymorphism, encryption & concurrency
  • Develop your knowledge of programming fundamentals
  • Craft a solid foundation from which to learn more advanced languages

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: lifetime
  • Access options: web streaming, mobile streaming
  • Certification of completion included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels

Compatibility

  • Internet required

THE EXPERT

At Stone River eLearning, technology is all we teach. If you’re interested in programming, development or design – we have it covered.

Check out our huge catalog of courses and join the over 300,000 students currently taking Stone River eLearning courses. We currently offer 125+ different technology training courses on our Stone River eLearning website and are adding new courses on hot and trending topics every month. A subscription option is available for those with a real passion for learning.

Learn Python Django From Scratch

KEY FEATURES

Django is the preferred framework for the world’s most complex, data-driven websites, like Instagram, Pinterest, Mozilla, and many more. That’s because Django arms web applications that are backed by a database that permits interactivity through a browser. This course will teach you how to build a website through the Django framework, while using the world’s most common general purpose programming language, Python. By course’s end, you’ll have built a fully functional website from scratch, and have a skill that will make your resume much more attractive to web-based companies.

  • Access 50 lectures & 6.5 hours of content 24/7
  • Create a website from scratch using Django
  • Learn Django from beginner through to fully functional levels
  • Build authentication systems, map integration, web services, & more
  • Test & de-bug your site
  • Familiarize yourself w/ Python, PyCharm, & Git
  • Create web applications to solve a variety of problems & needs

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: lifetime
  • Access options: web streaming, mobile streaming
  • Certification of completion not included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels

Compatibility

  • Internet required

THE EXPERT

At Stone River eLearning, technology is all we teach. If you’re interested in programming, development or design – we have it covered.

Check out our huge catalog of courses and join the over 300,000 students currently taking Stone River eLearning courses. We currently offer 125+ different technology training courses on our Stone River eLearning website and are adding new courses on hot and trending topics every month. A subscription option is available for those with a real passion for learning.

Python Web Programming

KEY FEATURES

Python is considered by many experts to be the ideal learning language for first time programmers because it is syntactically fairly straight-forward and has an enormous reach of applications. It’s an excellent stepping stone for other, more complex languages, yet Python programmers are also in constant demand. This course dives into all aspects of web programming with Python, and will be the perfect first step for your coding odyssey.

  • Access 58 lectures & 6 hours of content 24/7
  • Acquire an in-depth understanding of Python web programming
  • Get hands on experience working w/ Python files & building programs
  • Access & parse the web w/ Python
  • Manage a database & a remote server
  • Create a basic website w/ Python
  • Run code via a Virtual Private Server

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: lifetime
  • Access options: web streaming, mobile streaming
  • Certification of completion included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: beginner

Compatibility

  • Internet required

THE EXPERT

At Stone River eLearning, technology is all we teach. If you’re interested in programming, development or design – we have it covered.

Check out our huge catalog of courses and join the over 300,000 students currently taking Stone River eLearning courses. We currently offer 125+ different technology training courses on our Stone River eLearning website and are adding new courses on hot and trending topics every month. A subscription option is available for those with a real passion for learning.

Beginning Web Components with Dart

KEY FEATURES

Staying ahead of the web development curve is difficult considering how fast the programming world is innovating. Learning Google’s new programming language, Dart, however, will help by eliminating many lines of code, implementing complex features with a few clicks, and streamlining the time it takes to create top web components. Dart was specifically designed for building web, server, and mobile apps fast, and by mastering it now, you can set yourself apart from the competition for years to come.

  • Access 62 lectures & 4 hours of content 24/7
  • Simplify code & boost web development efficiency
  • Compose custom web components alongside existing ones
  • Learn Google’s new Dart programming language
  • Use web components from Google & other powerhouses
  • Future-proof your programming skills

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: lifetime
  • Access options: web streaming, mobile streaming
  • Certification of completion included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels

Compatibility

  • Internet required

THE EXPERT

At Stone River eLearning, technology is all we teach. If you’re interested in programming, development or design – we have it covered.

Check out our huge catalog of courses and join the over 300,000 students currently taking Stone River eLearning courses. We currently offer 125+ different technology training courses on our Stone River eLearning website and are adding new courses on hot and trending topics every month. A subscription option is available for those with a real passion for learning.

Introduction to Docker

KEY FEATURES

Docker automates the deployment of apps inside software containers using Linux features so you can move all of the components of a software program from one machine to another. It significantly simplifies the programming process, especially in corporate environments. Over this course, you’ll create and run a fully functional WordPress site using Docker, marking a valuable addition to your portfolio, and to your resume.

  • Access 25 lectures & 2 hours of content 24/7
  • Learn what Docker is & how to use it
  • Familiarize yourself w/ the Linux operating system & learn how to install Docker infrastructure on OS X & Windows
  • Explore Docker Hub
  • Create your own WordPress site w/ Docker

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: lifetime
  • Access options: web streaming, mobile streaming
  • Certification of completion included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: beginner

Compatibility

  • Internet required

THE EXPERT

At Stone River eLearning, technology is all we teach. If you’re interested in programming, development or design – we have it covered.

Check out our huge catalog of courses and join the over 300,000 students currently taking Stone River eLearning courses. We currently offer 125+ different technology training courses on our Stone River eLearning website and are adding new courses on hot and trending topics every month. A subscription option is available for those with a real passion for learning.

Bootstrap 4: Exploring New Features

KEY FEATURES

Twitter Bootstrap has become one of the most commonly used frameworks for quickly building responsive websites, and the new version, 4.0, aims to improve on all the functionality of the previous. Bootstrap easily and effectively scales websites and applications with a single code base, making it an essential tool for any programmer worth their salt. This course will get you all caught up on Bootstrap 4.0 so you can stay ahead of the curve.

  • Access 11 lectures & 1 hour of content 24/7
  • Learn how to build a website using Bootstrap 4.0
  • Understand new features & functionality in Bootstrap 4.0
  • Implement Bootstrap 4.0 alpha code
  • Design & create your own website

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: lifetime
  • Access options: web streaming, mobile streaming
  • Certification of completion included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels

Compatibility

  • Internet required

THE EXPERT

At Stone River eLearning, technology is all we teach. If you’re interested in programming, development or design – we have it covered.

Check out our huge catalog of courses and join the over 300,000 students currently taking Stone River eLearning courses. We currently offer 125+ different technology training courses on our Stone River eLearning website and are adding new courses on hot and trending topics every month. A subscription option is available for those with a real passion for learning.

Introduction to Sass for CSS

KEY FEATURES

CSS is arguably the most popular language for web designers, but many designers have yet to discover the enormous benefits of incorporating Sass into their code. This course, intended for designers, developers, and anyone else with a working knowledge of CSS, will teach you how to optimize Sass’s features to create more organized, readable CSS code while maintaining the sleek, professional look of your web designs.

  • Access 10 lectures & 1 hour of content 24/7
  • Compile & work w/ core features of Sass
  • Learn a stylesheet language compatible w/ any CSS version
  • Organize your CSS to make it more readable
  • Configure Sass for development & master CSS efficiency

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: lifetime
  • Access options: web streaming, mobile streaming
  • Certification of completion included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: beginner

Compatibility

  • Internet required

THE EXPERT

At Stone River eLearning, technology is all we teach. If you’re interested in programming, development or design – we have it covered.

Check out our huge catalog of courses and join the over 300,000 students currently taking Stone River eLearning courses. We currently offer 125+ different technology training courses on our Stone River eLearning website and are adding new courses on hot and trending topics every month. A subscription option is available for those with a real passion for learning.

read more

November 1, 2016   /   by Marco   /   , , , , , , , , , ,

Adobe Photoshop & Editing Mastery Bundle for $41

Adobe Photoshop & Editing Mastery Bundle for $41

31 Hours of Training Is the Difference Between a Photoshop Beginner & Expert with This Pro-Taught Course
Expires June 07, 2021 23:59 PST
Buy now and get 86% off

Learn Adobe Photoshop CS6 & CC From Scratch

KEY FEATURES

Adobe Photoshop is the choice image editing software for industries as diverse as fashion and design to web and game development. Whether you’re an amateur photographer interested in editing techniques, or you’re aspiring to a career using Photoshop, this course will immerse you in all of the key tools available in Photoshop CS6 and CC. Through a series of mini-projects, you’ll be up to speed on how to optimize Photoshop in no time.

  • Access 54 lectures & 4 hours of content 24/7
  • Cover Photoshop’s extensive tools, from the magic wand & magic eraser to crop & brush tools
  • Master Photoshop’s powerful vector tools
  • Learn how to navigate the Photoshop toolbar effectively
  • Use the blur, sharpen & smudge tools to shape & color backgrounds
  • Add text to your images to create flyers, ads, and much more

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: lifetime
  • Access options: web streaming, mobile streaming
  • Certification of completion not included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels

Compatibility

  • Internet required

THE EXPERT

Richard Sneyd (1st Class B.A Hons.) is founder and CEO of CyberMyth Games. In the performance of his duties within the company, he must wear many hats, including that of a programmer, designer, digital 2D & 3D artist, sound designer, scriptwriter, texture artist, leader, marketer and business man.

He is also a fully registered, qualified, and highly experienced lecturer. His speciality subjects include 3D Modelling & Animation, Computer Game Programming, 2D Image Processing, Game Design, Desktop Audio, Psychology, Consumer Behavior, Human Resources & Business Management.

Richard is enthusiastic about his work, with students and colleagues noting that he is a highly dedicated and accomplished teacher. All of his courses are characterized by a steady, incremental flow of information, and a lucid teaching style which is easy to understand and follow for all.

Adobe Photoshop Elements 14 Made Easy

KEY FEATURES

Chances are you’ve seen incredible images that were produced with Adobe Photoshop Elements 14. It’s one of the most powerful photo softwares on earth, and an excellent tool for any photographer, from amateur to professional, to know. This extensive course starts right at the beginning, from how to install PE14, and will guide you right through to expert techniques.

  • Access 125 lectures & 15 hours of content 24/7
  • Learn how to use Photoshop Organizer efficiently
  • Gain full coverage of the basic functions in Photoshop Elements 14
  • Discover where to get great content & print professional looking photos
  • Work miracles w/ the Editor & accelerate projects w/ Quick Mode
  • Understand practical retouching & enhancing techniques

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: lifetime
  • Access options: web streaming, mobile streaming
  • Certification of completion not included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: beginner

Compatibility

  • Internet required

THE EXPERT

Since 2008, individuals, small businesses, and Fortune 500 companies with thousands of employees have benefited from the easy and hands-on software training offered by Simon Sez IT. With 70+ courses and 3,500+ video tutorials on a range of software programs, Simon Sez IT ensures stress-free e-learning and enhanced employee productivity – whether you’re implementing new software or a technological upgrade for your workplace. With over 225,000 Udemy students in over 180 countries, Simon Sez IT is the preferred e-learning choice for individuals and businesses everywhere.

Black & White Photography in the Digital Age

KEY FEATURES

Black and white photography is a timeless medium that is always in demand by art enthusiasts. With Photoshop, you can seamlessly convert color photos into trendy, vintage black and white photographs that will be great additions to your portfolio and may even find a buyer. Using the high-quality image base provided, you’ll receive complete instruction on how to produce gorgeous black and white photos using some of the best photo editing software available.

  • Access 31 lectures & 4.5 hours of content
  • Use Adjustment Layers to speed up the editing process
  • Master the Curves tool to flexibly edit your photos
  • Learn how to evaluate tonal range in your images using the Histogram tool
  • Understand how the RGB additive color model works & apply it to your work
  • Fix common photography issues like low contrast, lack of definition or texturing

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: lifetime
  • Access options: web streaming, mobile streaming
  • Certification of completion not included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels
  • Photoshop CC free trial required

Compatibility

  • Internet required

THE EXPERT

Kasia Zmokla is a digital artist, graphic designer and a photographer with 20 years experience working in the Graphic Design industry. That consists of working full time for design studios in Poland, Ireland and Malta and independently as an artist, photographer and freelance designer. She has received formal training at the Eugeniusz Geppert Academy of Art and Design in Wroclaw, Poland and graduated as a Master of Fine Arts in 2003.

Her Fine Art photography prints are available at several international fine art galleries, amongst others at Asia Contemporary Art Buyer and Saatchi Art, and she is an active contributor at many stock agencies including the prestigious world’s largest stock photo collection – Alamy and Stockimo. Links to her professional portfolio are available in the last Lecture of the Course.

Photo Colorization in Photoshop

KEY FEATURES

Colorization is a great asset for any photographer, and can completely change the look and feel of an image. In this course, you’ll learn how to effectively use color in photos by colorizing historical black and white photos. Before you know it, you’ll have a firm grasp of coloring practices in the free trial of Photoshop you get through the course.

  • Access 18 lectures & 2.5 hours of content 24/7
  • Set up the Photoshop project for colorization
  • Choose the right brush settings & add color to images
  • Colorize skin, hair, eyes, backgrounds & more
  • Save & share images easily
  • Practice on the included practice photos, Photoshop templates, coloring cheat sheet & skin tone charts

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: lifetime
  • Access options: web streaming, mobile streaming
  • Certification of completion not included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels

Compatibility

  • Internet required

THE EXPERT

Phil Ebiner’s passion is inspiring people through online courses. Since 2012, over 200,000 students have taken his online courses.
He graduated with a Bachelor’s Degree in Film and Television Production from Loyola Marymount University, Los Angeles. Over the past 5 years, he has shot and edited thousands of videos that have played everywhere from the movie screen and television to film festivals and YouTube.

Photoshop Accelerated For Beginners

KEY FEATURES

Learning Adobe Photoshop can be a great asset for photographers of all skill levels, granting a greater degree of creative liberty, and even setting you up to take your photography skills to a professional level. This course will teach you how to organize and use Photoshop efficiently to create dazzling photo effects in no time.

  • Access 44 lectures & 5 hours of content 24/7
  • Create a layout for your own specific work tendencies
  • Learn keyboard shortcuts for each major menu section
  • Understand how to effectively resize images & canvases
  • Discover the curve tool
  • Manipulate text effects to spice up your designs

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: lifetime
  • Access options: web streaming, mobile streaming
  • Certification of completion not included
  • Redemption deadline: redeem your code within 30 days of purchase
  • Experience level required: all levels

Compatibility

  • Internet required

THE EXPERT

Brett Romero is a software engineer and entrepreneur who has started several businesses. Bitesizebschool.com is his latest business, where he writes about applying business principles to the real world and solving technology issues that every online business faces. He has also written desktop applications in languages running from Delphi to C# winforms/WPF, as well as built ASP.NET webforms and MVC based applications. He is also an iOS developer and currently has seven apps in the iTunes App Store.

read more