Archive:

February 23, 2017   /   by Marco   /   , , , , , , , , , , ,

The Advanced Guide to Deep Learning and Artificial Intelligence Bundle for $42

The Advanced Guide to Deep Learning and Artificial Intelligence Bundle for $42

This High-Intensity 14.5 Hour Bundle Will Help You Help Computers Address Some of Humanity’s Biggest Problems
Expires November 28, 2021 23:59 PST
Buy now and get 91% off

Deep Learning: Convolutional Neural Networks in Python

KEY FEATURES

In this course, intended to expand upon your knowledge of neural networks and deep learning, you’ll harness these concepts for computer vision using convolutional neural networks. Going in-depth on the concept of convolution, you’ll discover its wide range of applications, from generating image effects to modeling artificial organs.

  • Access 25 lectures & 3 hours of content 24/7
  • Explore the StreetView House Number (SVHN) dataset using convolutional neural networks (CNNs)
  • Build convolutional filters that can be applied to audio or imaging
  • Extend deep neural networks w/ just a few functions
  • Test CNNs written in both Theano & TensorFlow

Note: we strongly recommend taking The Deep Learning & Artificial Intelligence Introductory Bundle before this course.

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, Numpy, and be able to write a feedforward neural network in Theano and TensorFlow.
  • All code for this course is available for download here, in the directory cnn_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.

Unsupervised Deep Learning in Python

KEY FEATURES

In this course, you’ll dig deep into deep learning, discussing principal components analysis and a popular nonlinear dimensionality reduction technique known as t-distributed stochastic neighbor embedding (t-SNE). From there you’ll learn about a special type of unsupervised neural network called the autoencoder, understanding how to link many together to get a better performance out of deep neural networks.

  • Access 30 lectures & 3 hours of content 24/7
  • Discuss restricted Boltzmann machines (RBMs) & how to pretrain supervised deep neural networks
  • Learn about Gibbs sampling
  • Use PCA & t-SNE on features learned by autoencoders & RBMs
  • Understand the most modern deep learning developments

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, Numpy, and be able to write a feedforward neural network in Theano and TensorFlow.
  • All code for this course is available for download here, in the directory unsupervised_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.

Deep Learning: Recurrent Neural Networks in Python

KEY FEATURES

A recurrent neural network is a class of artificial neural network where connections form a directed cycle, using their internal memory to process arbitrary sequences of inputs. This makes them capable of tasks like handwriting and speech recognition. In this course, you’ll explore this extremely expressive facet of deep learning and get up to speed on this revolutionary new advance.

  • Access 32 lectures & 4 hours of content 24/7
  • Get introduced to the Simple Recurrent Unit, also known as the Elman unit
  • Extend the XOR problem as a parity problem
  • Explore language modeling
  • Learn Word2Vec to create word vectors or word embeddings
  • Look at the long short-term memory unit (LSTM), & gated recurrent unit (GRU)
  • Apply what you learn to practical problems like learning a language model from Wikipedia data

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, Numpy, and be able to write a feedforward neural network in Theano and TensorFlow.
  • All code for this course is available for download here, in the directory rnn_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.

Natural Language Processing with Deep Learning in Python

KEY FEATURES

In this course you’ll explore advanced natural language processing – the field of computer science and AI that concerns interactions between computer and human languages. Over the course you’ll learn four new NLP architectures and explore classic NLP problems like parts-of-speech tagging and named entity recognition, and use recurrent neural networks to solve them. By course’s end, you’ll have a firm grasp on natural language processing and its many applications.

  • Access 40 lectures & 4.5 hours of content 24/7
  • Discover Word2Vec & how it maps words to a vector space
  • Explore GLoVe’s use of matrix factorization & how it contributes to recommendation systems
  • Learn about recursive neural networks which will help solve the problem of negation in sentiment 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: advanced, but you must have some knowledge of calculus, linear algebra, probability, Python, Numpy, and be able to write a feedforward neural network in Theano and TensorFlow.
  • All code for this course is available for download here, in the directory nlp_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

February 23, 2017   /   by Marco   /   , , , , , , , , ,

The Complete Introduction to R Programming Bundle for $49

The Complete Introduction to R Programming Bundle for $49

Learn to Apply R Programming Concepts for Effective Statistical Analysis & Big Pay-Days with 5 Courses & 3 E-Books
Expires February 06, 2022 23:59 PST
Buy now and get 91% off

Introduction to R Programming

KEY FEATURES

It seems like everything these days is driven by data, and statisticians and analysts across industries need to handle this data efficiently and tactfully. That’s where R comes in, a powerful programming language that helps developers solve even the most complex data problems. Data scientists are in constant demand, and this extensive course will give you your first taste of R, enabling you to make statistical inferences and run programs that solve important data problems and turn heads.

  • Access 50 lectures & 3.5 hours of content 24/7
  • Get introduced to the R Studio & programming concepts like variables, vectors, arrays, loops, & matrices
  • Visualize data using R’s base graphics
  • Learn the fundamentals of univariate & bivariate analysis, computing confidence intervals, interpreting p values, & working w/ statistical tests
  • Perform a full-scale data analysis project

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

Selva Prabhakaran is a data scientist with a large E-commerce organization. In his 7 years of experience in data science, he has tackled complex real-world data science problems and delivered production-grade solutions for top multinational companies. Selva lives in Bangalore with his wife.

Learning R for Data Visualization

KEY FEATURES

R is one of the top rising tools in the analytics world. At its core, R is a statistical programming language that provides excellent tools for data mining and analysis, but it also has high-level graphics and machine learning capabilities. In this course, you’ll learn how to harness those graphics techniques to represent complex sets of data in inspiring ways.

  • Access 31 lectures & 2 hours of content 24/7
  • Create basic plots like histograms, scatterplots & more
  • Import data in R from popular formats like CSV & Excel tables
  • Build a complete website to import & plot data
  • Learn how to the Shiny package to create fully-featured web pages directly from the R console

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

Dr. Fabio Veronesi obtained a PhD in digital soil mapping from Cranfield University and then moved to Zurich, where he has been working for the past three years as a postdoc at ETH. There, he is working on Geoinformation topics, ranging from the application of mathematical techniques to the improvement of shaded relief representations to the use of machine learning to increase the accuracy of wind speed maps.

During his PhD, he needed to learn a programming language, because commercial applications did not provide the ideal platforms to pursue his research work. Since R has a series of packages created specifically for the application of statistical techniques to soil science, he decided to teach himself this powerful language. Since then, he has been using R every day for his work.

R Graph Essentials

KEY FEATURES

R is an ideal tool for organizing and graphing huge datasets, which is especially valuable to businesses that handle a lot of users and financial details on a daily basis. In this beginner’s course to R graphics you’ll get a solid grounding in the “base” graphics package in R, as well as more sophisticated packages like lattice and ggplot2. By course’s end, you’ll be ready to extend your R knowledge to more advanced levels.

  • Access 41 lectures & 2 hours of content 24/7
  • Understand the basic functionality of R graphs
  • Explore different types of graphs for visualizing different types of variables
  • Cover bivariate plots, time series, & high dimensional plots
  • Learn the tips & tricks to the most efficient ways of drawing various types of graphs

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

Ehsan Karim is a statistics Ph.D. candidate at the University of British Columbia. His current research interest is in the methods that deal with time-dependent confounding in longitudinal observational studies. Additionally, he is interested in software implementation of methods related to causal inference. He has been a user of R for more than 15 years, and has more than 5 years of experience in teaching various statistical software packages.

Building Interactive Graphs with ggplot2 and Shiny

KEY FEATURES

Ggplot2 is one of R’s most popular packages, and is an implementation of the grammar of graphic in R. In this course, you’ll move beyond the basic, default graphics offered by R and shows you how to create more advanced and publication-ready plots. Soon enough, you’ll be separating from other data job seekers with more sophisticated and interactive graphing abilities.

  • Access 40 lectures & 2 hours of content 24/7
  • Start making elegant & publication-ready plots by learning ggplot2
  • Build statistical plots layer by layer
  • Understand how to combine elements to make new graphics
  • Customize your graphs & make interactive web pages to present your work or analyze your data

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

Christophe Ladroue has many years of experience in machine learning and statistics. Most of his work has been focused on developing tools for the analysis of biological data, from genetics to physiology, and his scientific publications span from medical journals to pure statistics. He has used and has been teaching R and ggplot2 for a few years and he occasionally posts related articles on his personal blog: http://chrisladroue.com/blog/

Learning Data with R Mining

KEY FEATURES

As the world continues to generate more and more data at a faster pace, the demand for data mining – generating new information by examining large databases – is growing rapidly as well. R is one of the top tools for data mining, and although data mining is a very broad topic, this course will get you up to speed with the mathematical basics. Once you’ve got that, you’ll be able to directly apply your knowledge to working to solve real-world problems with R.

  • Access 30 lectures & 2.5 hours of content 24/7
  • Understand the mathematical basics of data mining & working w/ algorithms
  • Learn how to solve real-world data mining problems
  • Explore the different disciplines of data mining & the algorithms within them

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

Romeo Kienzler is a Chief Data Scientist at the IBM Watson IoT Division. In his role, he is involved in international data mining and data science projects to ensure that clients get the most out of their data. He works as an Associate Professor for data mining at a Swiss University and his current research focus is on cloud-scale data mining using open source technologies including R, ApacheSpark, SystemML, ApacheFlink, and DeepLearning4J. He also contributes to various open source projects. Additionally, he is currently writing a chapter on Hyperledger for a book on Blockchain technologies.

R: Data Analysis and Visualization Book

KEY FEATURES

This enormous book will take you on a complete journey with the R programming language and its many applications to data analysis. Over five connected modules, you’ll dive into statistical reasoning, graphing with R, data mining, the quantitative finance concepts of R, and its machine learning capabilities. Across these lessons, you’ll have a fully-fledged, nuanced understanding of the many professional applications of R.

  • Access 1,738 pages 24/7
  • Describe & visualize the behavior of data & relationships between data
  • Handle missing data gracefully using multiple imputation
  • Create diverse types of bar charts using the default R functions
  • Familiarize yourself w/ algorithms written in R for spatial data mining, text mining, & more
  • Harness the power of R to build machine learning algorithms w/ real-world data science applications
  • Learn specialized machine learning techniques for text mining, big data, & 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

Packt’s mission is to help the world put software to work in new ways, through the delivery of effective learning and information services to IT professionals. Working towards that vision, it has published over 3,000 books and videos so far, providing IT professionals with the actionable knowledge they need to get the job done–whether that’s specific learning on an emerging technology or optimizing key skills in more established tools.

R: Unleash Machine Learning Techniques Book

KEY FEATURES

Machine learning is one of the most important new frontiers in technology, and the R programming language is one of the best ways to optimize machine learning to solve a diverse range of challenges. Starting with a refresher in R, and then delving into real world problems, this course introduces you to an exciting new way to glean information and answer questions with R.

  • Access 1,123 pages 24/7
  • Implement R machine learning algorithms from scratch
  • Solve real-world problems using machine learning algorithms
  • Write reusable code & build complete machine learning systems from the ground up
  • Evaluate & improve the performance of machine learning models
  • Learn specialized machine learning techniques for text mining, social network data, big data, & 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

Packt’s mission is to help the world put software to work in new ways, through the delivery of effective learning and information services to IT professionals. Working towards that vision, it has published over 3,000 books and videos so far, providing IT professionals with the actionable knowledge they need to get the job done–whether that’s specific learning on an emerging technology or optimizing key skills in more established tools.

Data Visualization: Representing Information on Modern Web Book

KEY FEATURES

One of the most important things any good data science expert or analyst must know how to do is creative intelligent visualizations. Through this book, you’ll learn how to effectively design and present large amounts of data to demonstrate key insights. You’ll learn how to visualize with HTML5, JavaScript, and D3, three of the top technologies for creating interactive visualizations on the web.

  • Harness the power of D3 by building interactive & real-time data-driven web visualizations
  • Find out how to use JavaScript to create compelling visualizations of social data
  • Apply critical thinking to visualization designs & get intimate w/ your dataset to identify its potential visual characteristics
  • Explore the various features of HTML5 to design creative visualizations
  • Discover what data is available on Stack Overflow, Facebook, Twitty, & Google+

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

Packt’s mission is to help the world put software to work in new ways, through the delivery of effective learning and information services to IT professionals. Working towards that vision, it has published over 3,000 books and videos so far, providing IT professionals with the actionable knowledge they need to get the job done–whether that’s specific learning on an emerging technology or optimizing key skills in more established tools.

read more

February 22, 2017   /   by Marco   /   , , , , , , , , ,

150 Massive Business Cards Bundle from Marvel Media – only $17!

150 Massive Business Cards Bundle from Marvel Media – only $17!

NOW ON: 150 Massive Business Cards Bundle from Marvel Media – only $17!

Expires: March 1, 2017, 11:59 pm EST

Need some new business cards for yourself or a client? This Mighty Deal is just what the doctor ordered then! You’ll get 150 hi-res, print-ready professional business cards for one ridiculously low price. Fully customizable through nicely organized and named Photoshop layers, these bad boys are print ready with CMYK color mode and 300 DPI high resolution.

Highlights:

  • 150 professional, print-ready business cards.
  • Fully editable via layered Photoshop files (PSD).
  • CMYK Color Mode, 300 DPI high resolution.
  • Final print sizes: 2×3.5 / 2×2 /3.5×2 inches.
  • Easy to customize – change up text, font, colors, logo, layout.

Previews:






















































































































































Pricing:

Normally, this business card bundle sells for $900 but for a limited time only, you can get all 150 cards for only $17! That’s a massive savings of 98% off the regular price.

Click the BUY NOW button to get in business today!

Deal terms:

  • Delivered as an instant download, after completing your purchase.
  • The files are delivered in Photoshop PSD format. Note: The files are compatible with all versions of Adobe Photoshop.
  • This deal includes the Extended License. The graphics can be used for both personal or commercial use for yourself or on behalf of a client, on their own or as part as a different project. They can also be printed as physical products that will be resold.
  • Cannot be resold, shared, sublicensed, transferred or redistributed on it’s own, in digital format.
  • The fonts are not included, however, all fonts used are free and the fonts download links can be found inside the help file included.
read more

February 22, 2017   /   by Marco   /   , , , , , , , ,

BK SPORT Bluetooth 4.0 Headphones for $16

BK SPORT Bluetooth 4.0 Headphones for $16

Add a Soundtrack to Your Active Lifestyle with These Wireless Buds
Expires April 21, 2017 23:59 PST
Buy now and get 66% off

KEY FEATURES

Whether in the gym or on the road, you’ll get an unparalleled listening experience with the BK Sport Bluetooth Earbuds. These wireless earbuds will play any audio in optimal quality and block out distracting noises with their cutting-edge sound reduction technology. Durable and tangle-proof, they’ll take everything you throw at them–and more.

  • Wirelessly stream music from your device
  • Enjoy top-notch sound quality
  • Easily operate the simple multimedia controls
  • Use anywhere: on the go, in the gym, etc.
  • Eliminate distractions w/ ambient noise reduction
  • Wear securely w/ snugly fitting rubber eartips & ear stabilizers
  • Make & take calls w/ the built-in microphone
  • Enjoy the convenience of tangle-proof wires

PRODUCT SPECS

Details & Requirements

  • Weight: 0.19 lb
  • Bluetooth 4.0 + EDR
  • Working range: 30 ft
  • Talk time: 5 hrs
  • Music time: 4.5 hrs
  • Standby time: 150 hrs
  • Charge time: 2 hrs

Includes:

  • BK Sport Bluetooth Earbuds (black)
  • USB charging cable
  • 2 pairs of extra ear tips
  • Protective carry pouch

Compatibility

  • Most Bluetooth devices
read more

February 22, 2017   /   by Marco   /   , , , , , , , , , , , ,

Pay What You Want: World Travel Hacker 2017 Bundle for $1

Pay What You Want: World Travel Hacker 2017 Bundle for $1

Make Money While Exploring the World After 40+ Hours of Travel & Digital Employment Tips
Expires February 21, 2022 23:59 PST
Buy now and get 99% off

Mastering AirBnB

KEY FEATURES

Want to get paid to go on vacation? Because that’s what you’re going to learn from this course. Evan Kimbrell is San Francisco’s top Airbnb host and makes thousands every month just by leaving his apartment. Over this course, you’ll learn how to operate a successful Airbnb account by renting out your spare rooms or your whole living space for a couple days at a time. Seriously, you’ll be getting paid to go on vacation.

  • Access 115 lectures & 16.5 hours of content 24/7
  • Learn how to rent a spare room for up to $5,000/month, or your whole space for up to $10,000/month
  • Scope out your competition, create a plan, & land on the first page of search
  • Perfect your listing, from photographs to thumbnails
  • Limit your rental-related work to 3-4 hours/week
  • Understand how to become a SuperHost & join the elite of Airbnb hosts

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

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.

For more details on Evan’s Airbnb story, click here.

Conversational Spanish Made Easy

KEY FEATURES

Miss the boat on high school language classes? No fear! Over this 4.5-course, you can learn conversational Spanish in your time, gaining the ability to converse your way through Spanish-speaking countries comfortably. If you were ever nervous about reinvesting time into learning a language, overcome that fear with this simple, accessible course!

  • Access 115 lectures & 4.5 hours of content 24/7
  • Learn how to order food, follow directions, & other important skills in Spanish
  • Use practice videos & quizzes to iron down your learning
  • Gain better comprehension by listening to native speakers from different Spanish-speaking countries
  • Print PDF study guides to further your learning when you don’t have internet access

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

Esteban Perez Rodriguez is passionate about learning and teaching languages. Originally from Costa Rica, he now lives in San Francisco, California. He has a degree in Business Management and has studied music theory and music recording.

He focuses on creating high-quality online language courses and a fun, interesting, and easy-to-follow environment that keeps his students motivated and makes the learning process an enjoyable experience.

He strives to give his students practical knowledge and language skills that will enrich their personal and professional lives.

Conversational French Made Easy

KEY FEATURES

Miss the boat on high school language classes? No fear! Over this 5.5-course, you can learn conversational French in your time, gaining the ability to converse your way through French-speaking countries comfortably. If you were ever nervous about reinvesting time into learning a language, overcome that fear with this simple, accessible course!

  • Access 95 lectures & 5.5 hours of content 24/7
  • Learn how to order food, follow directions, & other important skills in French
  • Use practice videos & quizzes to iron down your learning
  • Gain better comprehension by listening to native speakers from different French-speaking countries
  • Print PDF study guides to further your learning when you don’t have internet access

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

Esteban Perez Rodriguez is passionate about learning and teaching languages. Originally from Costa Rica, he now lives in San Francisco, California. He has a degree in Business Management and has studied music theory and music recording.

He focuses on creating high-quality online language courses and a fun, interesting, and easy-to-follow environment that keeps his students motivated and makes the learning process an enjoyable experience.

He strives to give his students practical knowledge and language skills that will enrich their personal and professional lives.

Learn to Speak: Conversational French

KEY FEATURES

French is one of the most popular romance languages and learning it may give you a major boost on your next vacation. In this audio-based course, you’ll be supported with on-screen transcripts for easier learning and better retention. Before you know it, you’ll be conversational in French and ready to travel the world!

  • Master conversational French w/ 3.5 hours of content
  • Receive instruction from an experienced bilingual instructor
  • Learn phrases to use in different scenarios: while greeting others, getting around town, dining out & more
  • Benefit from on-screen transcripts facilitating easier learning & retention
  • Use printable vocabulary guides to learn on-the-go

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

Scott McElroy is an experienced teacher of French & Spanish and dedicated eLearning instructor. His experience covers primary and secondary teaching, as well as teaching adults of all ages.

After a 2 year period spent teaching English abroad, he returned to the UK and was convinced that teaching was what he wanted to do, so he went to university and made it happen.

Spanish Tenses Simplified: Master the Main Tenses Fast!

KEY FEATURES

To master Spanish, you have to get a firm grasp on tenses, which is not exactly an easy affair. It’s also fairly boring if you follow “traditional” methods. In this course, however, you’ll get a handle on the most important tenses in the fastest, most efficient, and most fun way possible. Plus, with lifetime access, you can always come back and fortify your learning.

  • Access 14 lectures & 3 hours of content 24/7
  • Learn how each tense is formed, when it is used, & its English equivalent
  • Test what you’ve learned at the end of each section
  • Gain an understanding of an incredibly important aspect of Spanish

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

Scott McElroy is an experienced teacher of French & Spanish and dedicated eLearning instructor. His experience covers primary and secondary teaching, as well as teaching adults of all ages.

After a 2 year period spent teaching English abroad, he returned to the UK and was convinced that teaching was what he wanted to do, so he went to university and made it happen.

How to Become a Successful Digital Nomad: The Complete Guide

KEY FEATURES

Everybody dreams of being their own boss. Given the flattening of the world and continued globalization, that goal is more achievable than ever, and this course will teach you how to get there. Whether you’re an employee, freelancer, or entrepreneur, you’ll learn how to strategically transition your job into a location-independent career that will allow you to thrive on your own terms, anywhere on earth that there’s an internet connection.

  • Access 63 lectures & 6.5 hours of content 24/7
  • Learn how to use your strengths & passions to transform your career while keeping a steady income
  • Study dozens of interviews from real-life digital nomads
  • Discover different types of digital nomad programs
  • Understand how to manage your money while living on a traveler’s budget

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

Charles Du led the design of NASA’s first iPhone app (10+ million downloads, 2+ million hits per day, NASA’s Software of the Year Award) and co-founded the Airbnb for cars.

He is an award-winning product manager, UX designer, lecturer, and international keynote speaker. Charles has taught product management at Stanford, UCLA, Art Center, and General Assembly and has mentored teams at NASA, Live Nation, and Apple.

The Abroaders Guide to Points & Miles

KEY FEATURES

It’s no secret that traveling is expensive, but there are ways to take advantage of rewards and loyalty programs to improve the quality and frequency of your vacations. Banks, airlines, and frequent flyer programs have created a huge opportunity for savvy travelers to reduce the cost of flights by 90%. In this fast track course, you’ll get expert help in picking the right rewards cards, making the most efficient plans, and building the perfect strategy to save on not just your next trip, but every one to come.

  • Access 31 lectures & 4 hours of content 24/7
  • Build & maintain healthy credit
  • Choose the right travel loyalty programs
  • Earn points from your everyday spending
  • Find & book flights with points

    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

    Erik Paquet and AJ Dunn have been helping travelers earn and redeem points for travel since 2011. Their company, Abroaders, manages over 100 million frequent flyer points and books hundreds of international flights each year.

    Erik and AJ also host of one of the the top-rated travel podcasts on iTunes. Each Wednesday, the Abroaders Travel Podcast covers the latest news and strategies for earning and redeeming loyalty points.

read more

February 22, 2017   /   by Marco   /   , , , , , , , , ,

Universal Travel Adapter and USB Charger for $29

Universal Travel Adapter and USB Charger for $29

Charge Up to 4 Devices Simultaneously on 5 Types of World Outlets
Expires February 21, 2024 23:59 PST
Buy now and get 61% off

KEY FEATURES

Any world traveler worth their salt knows that power outlets change depending where you are, and this universal travel adapter will ensure you’re able to charge your devices anywhere you go. Built for use on US, Australian, European, UK, and Canadian outlets, and with 4 USB ports included, this handy adapter will keep all of your devices charged and ready to go at a moment’s notice.

  • Charge up to 4 devices simultaneously on 5 different types of outlets
  • Prevent damage to your devices w/ overheating protection & a fire resistant plastic construction
  • Carry easily in your carry on bag

PRODUCT SPECS

Details & Requirements

  • 4 USB ports
  • Input: 110-240V
  • Output: 5V/2.4A

Compatibility

  • US, AUS, EUR, UK, and CAN plugs

Includes

  • Power adapter
  • User manual
  • Service card
read more

February 22, 2017   /   by Marco   /   , , , , , , , , ,

The 2017 iOS 10 Complete App Builder Bundle for $39

The 2017 iOS 10 Complete App Builder Bundle for $39

With 250+ Hours of Instruction & An Array of App Templates & Tools, This Is the Best Bundle to Start Your iOS Coding Odyssey
Expires July 02, 2017 23:59 PST
Buy now and get 91% off

iOS 10 & Swift 3: From Beginner to Paid Professional

KEY FEATURES

250 hours. That’s what you’re getting with this course. 250 hours of comprehensive, hands-on coding bootcamp to get you up to speed with Apple’s newest releases, iOS 10 and Swift 3. Regardless of your iOS programming skill level, this massive course will give you the instruction and practice you need to start taking advantage of the new features in iOS 10 and Swift 3. Before you know it, you’ll be coding in your sleep, and rolling in the dough.

  • Access 70 lectures & 250 hours of content 24/7
  • Build iOS 10 & Swift 3 apps from scratch
  • Understand & work fluently w/ Swift 3 & iOS 10 programming & basic algorithms
  • Learn how to apply to Jr. iOS development jobs & work as an iOS contractor
  • Submit apps to the App Store

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

  • Mac

THE EXPERT

Mark Price is a veteran mobile developer, having built over 57 mobile apps for iOS and Android. He owned two tech consulting companies that were highly successful. He has worked on Call of Duty and other top titles and companies, such as Logitech, Yellow Pages, the LDS Church, Cookie Dough Bites, and many more.

He spends most of his days now as a professional engineering instructor – changing the lives of students throughout the world – going from being broke to making up to 85k+ a year within 6 months.

His passion is helping people reveal hidden talents and guide them into the world of startups and programming.

Build a Chess Game Using iOS 10 & Swift 3

KEY FEATURES

The best way to learn is by doing, right? In this project-based course, you’ll learn iOS 10 coding essentials by building a Chess game from scratch that you can drop into your portfolio. Enhance your career prospects by learning the core principles to coding with Apple’s Swift and Xcode through this hands-on instruction.

  • Access 18 lectures & 6.5 hours of content 24/7
  • Create a Chess game from scratch
  • Learn about the official Apple coding language & development framework Swift 3 & Xcode
  • Add in a simple AI to your app

    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, some familiarity with Xcode required

    Compatibility

    • Internet required
    • Mac with Xcode (free to download) required

    THE EXPERT

    John Bura has been programming games since 1997 and teaching since 2002. John is the owner of the game development studio Mammoth Interactive. This company produces XBOX 360, iPhone, iPad, android, HTML 5, ad-games and more. Mammoth Interactive recently sold a game to Nickelodeon! John has been contracted by many different companies to provide game design, audio, programming, level design and project management. To this day John has 40 commercial games that he has contributed to. Several of the games he has produced have risen to number 1 in the Apple’s app store. In his spare time John likes to play ultimate Frisbee, cycle and work out.

CodeRunner 2 for Mac

KEY FEATURES

One of the most important steps of any type of programming is quality assurance. With CodeRunner, you can edit and run code in 23 programming languages with just a single click to ensure it is up to snuff. This highly flexible editor supports full IDE-level code completion while still remaining lightweight and clutter-free. If you want to start coding at a high level, you’re going to need a high level editor, and that’s where CodeRunner delivers.

  • Write & test code, run scripts, work w/ algorithms & more in 23 programming languages
  • Perform IDE-level code completion for many languages, including fuzzy-search, tab-selectable placeholders, & documentation snippets
  • Run multi-file projects without any manual setup
  • Extend CodeRunner to test additional languages by simply entering its terminal command
  • Set breakpoints & step through code line by line to debug more efficiently

PRODUCT SPECS

Details & Requirements

  • Version 2.2.2
  • Updates included
  • Supported languages include AppleScript, C, C++, C#, Go, HTML/CSS, Java, JavaScript, LaTeX, Lua, Markdown, Node.js, Objective-C/C++, Perl, PHP, Python, Ruby, Rust, Shell Script, Swift, and user-added languages.
  • For a full list of supported languages and features, please visit coderunnerapp.com.

Compatibility

  • Mac OS X 10.7 or later

SOFTWARE LICENSE DETAILS

  • Redemption: must redeem purchase within 30 days
  • Restrictions: for use on 1 computer

Armature for Mac

KEY FEATURES

Building user interfaces is a ton simpler with Armature, the app that allows you to create interfaces in the tool you already designed in. Conceptualize web and mobile layouts quickly and efficiently by simply adding objects to any art board. The well-organized, fully searchable library contains headers, footers, menus, tabs, toggles, and much more – all optimized for Illustrator, Photoshop, Sketch, and more.

  • Create perfect user interfaces within your design tool of choice
  • Build interfaces for desktop, mobile, & tablet views
  • Access a wide variety of common elements, form elements, buttons, & more
  • Integrate full interface layouts to your app designs w/ ease

PRODUCT SPECS

Details & Requirements

  • Version: 1.0.1
  • Updates included

Compatibility

  • Mac OS X 10.10 or later, 64-bit processor

SOFTWARE LICENSE DETAILS

  • Redemption: must redeem purchase within 30 days
  • Restrictions: for use on up to 2 computers

Ghost Ship Massive Mobile UI Kit

KEY FEATURES

Building prototypes, apps, or other iOS projects in lightning speed with this extensive UI kit. Containing 100 templates, 8 categories, and 180 budicon icons, this retina-ready collection makes designing and creating scalable apps for any-sized device an absolute breeze. It’s as easy as drag and drop.

  • Drag UIs to a new canvas, an iPhone template, or whatever else you want to design apps quickly
  • Find file names, folders, & layers in an easily accessible layout
  • Scale to fit any device thanks to retina-ready, PSD vector graphics

PRODUCT SPECS

Details & Requirements

  • 100 UI templates
  • 8 categories
  • 180 budicon icons

Compatibility

  • Internet required

SOFTWARE LICENSE DETAILS

  • Redemption: must redeem within 30 days of purchase
  • Royalty-free
  • Unlimited personal and commercial projects
  • You may not sublicense, resell, share, transfer, or otherwise redistribute, or use in a product offered for sale where the item contributes to the core value of the product being sold. You may not include kit in a wireframing or design application where the application allows a user to create wireframes or designs

Eventika: iOS 10 Events App Template

KEY FEATURES

Eventika is a universal iOS app template which allows users to create and share events from all over the world. As admin of the app, you can oversee and manage a massive network of event sharing while customizing to your own specifications throughout. App building is a whole lot easier when you’re simply administering and customizing the ones that are already made!

  • Approve user submitted apps by changing a boolean in your Parse Dashboard
  • Integrate w/ native iOS Calendar app to allow push notifications to users
  • Open event’s address in iOS Maps & allow users to share it on social apps within their devices
  • Customize app interface, events, & graphics
  • Implement AdMob banners into your app to generate revenue
  • Submit your own event’s details via the app, share events on social apps, Mail, & SMS

PRODUCT SPECS

Compatibility

  • Mac OS X 10.10 or later
  • Xcode 8.1
  • Image editing software to edit .psd files
  • Active iOS Developer account to publish on the App Store

SOFTWARE LICENSE DETAILS

  • Redemption: must redeem within 30 days of purchase

Circles: iOS 10 Game App Template

KEY FEATURES

Circles is a universal iOS game template in which you have to turn four circles on the screen to match the color of falling dots when they collide with those circles. The object? Rise to the top of the leaderboard! Building and customizing this game is easy with the Swift 3 code and Xcode nativity. Share with your friends and see who is the top!

  • Customize a Game Center Leaderboard for top scorers
  • Implement AdMob banners into your app to generate revenue
  • Share scores on social apps, Mail, & SMS
  • Build seamlessly w/ the included user guide & PSD files

PRODUCT SPECS

Compatibility

  • Mac OS X 10.10 or later
  • Xcode 8.1
  • Image editing software to edit .psd files
  • Active iOS Developer account to publish on the App Store

SOFTWARE LICENSE DETAILS

  • Redemption: must redeem within 30 days of purchase

FameCam: iOS 10 Social Photo App Template

KEY FEATURES

FameCam is a universal iOS app template with custom camera controller, collage frames, and editing tools to edit your pictures quickly and easily. It also includes a feature called Wall of Fame, where users can post their edited photos and get more likes in order to climb to the top. While the world has Instagram, you and your friends can have your very own photo sharing app to yourselves.

  • Use custom camera controller w/ exposure slider to edit photos in app & use Apple’s CorelImage Filters
  • Manage the Wall of Fame w/ profile, login, & sign up controllers
  • Make collage frames
  • Share pictures on social apps, Mail, & SMS
  • Implement AdMob banners into your app to generate revenue
  • Customize the app w/ included user guide & PSD graphics

PRODUCT SPECS

Compatibility

  • Mac OS X 10.10 or later
  • Xcode 8.1
  • Image editing software to edit .psd files
  • Active iOS Developer account to publish on the App Store

SOFTWARE LICENSE DETAILS

  • Redemption: must redeem within 30 days of purchase

5 Letters: iOS 10 Word Game App Template

KEY FEATURES

5 Letters is a universal iOS word game template in which you have to unscrambles as many words as you can before time expires. Every time you match a word, you get a few more seconds of time to keep playing and up your score. Included in the game is the capability to add multiple languages and set up word lists for different languages. This template allows you to run your very own game in the vein of Words With Friends.

  • Find out where your players are from w/ localization & multi-language support
  • Organize the Game Center Leaderboards to see the top players
  • Share best scores on social apps, Mail, & SMS
  • Implement AdMob banners into your app to generate revenue
  • Customize the app w/ included user guide & PSD graphics

PRODUCT SPECS

Compatibility

  • Mac OS X 10.10 or later
  • Xcode 8.1
  • Image editing software to edit .psd files
  • Active iOS Developer account to publish on the App Store

SOFTWARE LICENSE DETAILS

  • Redemption: must redeem within 30 days of purchase
read more

February 22, 2017   /   by Marco   /   , , , , , ,

Mastering Airbnb for $30

Mastering Airbnb for $30

Learn Money-Making Hacks From San Francisco’s Top Airbnb Host
Expires October 10, 2021 23:59 PST
Buy now and get 81% off

KEY FEATURES

Want to get paid to go on vacation? Because that’s what you’re going to learn from this course. Evan Kimbrell is San Francisco’s top Airbnb host and makes thousands every month just by leaving his apartment. Over this course, you’ll learn how to operate a successful Airbnb account by renting out your spare rooms or your whole living space for a couple days at a time. Seriously, you’ll be getting paid to go on vacation.

  • Access 115 lectures & 16.5 hours of content 24/7
  • Learn how to rent a spare room for up to $5,000/month, or your whole space for up to $10,000/month
  • Scope out your competition, create a plan, & land on the first page of search
  • Perfect your listing, from photographs to thumbnails
  • Limit your rental-related work to 3-4 hours/week
  • Understand how to become a SuperHost & join the elite of Airbnb hosts

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

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.

For more details on Evan’s Airbnb story, click here.

read more

February 21, 2017   /   by Marco   /   , , , , , , , , , ,

iMemStick 3.0 MFi-Certified Lightning Flash Drive for $74

iMemStick 3.0 MFi-Certified Lightning Flash Drive for $74

Make Data Transfer & Management Between iOS & PC Devices Easier with 64GB of Portable Space
Expires April 20, 2017 23:59 PST
Buy now and get 42% off

KEY FEATURES

Instantly free up space on your your devices with the outstanding transfer speed of iMemStick 3.0. Packing transfer speeds of up to 100 MB/s this 2-in-1 cable acts as a convenient flash drive and a super portable charging cable for iOS devices. Moving files between PC and iOS devices is a breeze, with a 4GB HD video transferring from the iMemStick in just about a minute. Keeping your important files organized and with you when you need them has never been easier.

  • Free up space on your iOS devices & PC w/ a portable 64 GB
  • Transfer files between iOS devices & PC at lightning speeds of up to 100 MB/s
  • Charge your iOS devices on-the-go when connecting to a computer
  • Browse contents on your flash drive from your iOS device w/ the free app to backup what you need fast

PRODUCT SPECS

Details & Requirements

  • MFi-Certified
  • Capacity: 64 GB
  • Computer transfer speed: 100 MB/s
  • Computer writing speed: 65 MB/s
  • iOS transfer speed: 30 MB/s
  • iOS writing speed: 25 MB/s
  • Flash drive dimensions: 0.55″ x 1.71″ x 0.26″
  • Charging cable dimensions: 0.22″ x 0.10″ x 6″
  • Weight: 0.29 oz

Compatibility

  • iPhone 5 or later
  • iPad
  • iPad mini
  • Mac
  • PC

Includes

  • iMemStick 3.0 MFi-Certified Lightning Flash Drive (black)
read more

February 21, 2017   /   by Marco   /   , , , , , , , , ,

Computer Science Programming Languages 2017 Bootcamp for $34

Computer Science Programming Languages 2017 Bootcamp for $34

Keep Your Coding Chops Sharp with 10 Courses on the Newest Developments in Computer Science
Expires June 20, 2017 23:59 PST
Buy now and get 96% off

KEY FEATURES

Programmers know it’s essential to stay up to date on the newest developments in programming languages and tools, and this course is designed to do just that. With ten complete modules on some of the newest updates in computer science, this course is ideal for veterans trying to refresh their craft, or noobs looking to get off on the right foot. Regardless of skill level, you’ll expand your skill sets to be a more accomplished, more employable programmer.

  • Access 10 complete units of study 24/7
  • Learn Ruby programming, C#, & Docker essentials
  • Build modern web layouts w/ the new CSS Flexbox
  • Dive into Pascal programming
  • Explore the new features of Bootstrap 4
  • Discover brand new programming languages like Erlang, Google Go, & Julia
  • Learn MEAN Stack

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

e-courses4you’s mission is to provide forward thinking training with you in mind. Whether you want to advance up the career ladder, are looking to start a new job, are thinking about a home based business or want to improve your general health and fitness, e-courses 4 you, will deliver you training to improve EVERY aspect of your life.

Their courses are provided by leading experts in their fields. Celebrity partners include Brian Tracy, Tony Robbins, and Stephen Covey and their business packages are partnered by Microsoft to bring you content which is not just average but outstanding!

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

read more

February 21, 2017   /   by Marco   /   , , , , , , , ,

The Complete Digital Marketing Course 2017 for $19

The Complete Digital Marketing Course 2017 for $19

Dive Into SEO, Facebook, YouTube, Copywriting, Google Analytics, AdWords, & More – It’s 12 Courses In 1!
Expires March 02, 2022 23:59 PST
Buy now and get 90% off

KEY FEATURES

Get down to brass tacks with this proven formula to grow a business (your own, or the one you work at) fast! Digital marketing is one of the most important aspects of companies of all sizes, but especially in smaller and mid-sized ones. This massive course combines twelve courses to give you almost 20 hours of lectures, quizzes, and hands-on practice with the most important digital marketing tools available. From SEO to Google AdWords, you’ll get a complete education in building a powerful, profitable campaign that will set either your business or your resume apart.

  • Access 169 lectures & 19.5 hours of content 24/7
  • Explore marketing fundamentals & best practices of market research
  • Create your own WordPress website & get email subscribers fast
  • Write copy that sells & increases search engine traffic
  • Learn social media marketing techniques for YouTube, Facebook, & Twitter
  • Become an authority on Quora marketing
  • Design a data-driven approach to growth w/ Google AdWords & Analytics

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

More than 90,000 students have taken Daragh Walsh’s courses, leaving more than 9,000 top-rated reviews. As a Google Certified Marketer, Daragh has worked with Amazon, Hertz, Callaway Golf and grown his own successful business online. He teaches proven marketing strategies that are designed to make an impact and increase your income. He is based in Ireland and loves connecting with people all over the world.

read more

February 21, 2017   /   by Marco   /   , , , , , , , , , , , ,

So You’ve Always Wanted to Become a Commercial Film Director? for $29

So You’ve Always Wanted to Become a Commercial Film Director? for $29

Learn How to Make a Commercial From One of the Industry’s Brightest
Expires February 19, 2024 23:59 PST
Buy now and get 95% off

KEY FEATURES

While they may be most in the spotlight just during the Super Bowl, commercials are a ubiquitous part of culture and commercial directors are constantly hard at work telling stories that are just 30 seconds to a minute long. This challenging, deeply creative endeavor is not only financially lucrative, but personally rewarding as well. In this course, you’ll learn the entire process of developing, casting, and producing a commercial, both through instructional videos and by “going on set” digitally to see first hand how these complex productions are completed, and learn how you can start doing it yourself.

  • Discuss what it is a commercial director actually does
  • Understand concepts & storyboards
  • Learn the pre-production process
  • Explore necessary equipment & how to get the right shots
  • Discover budgeting, casting, & editorial processes
  • Go through a table read w/ actors, blocking, lighting, camera angles & coverage, screen direction, & more
  • Cover commonly made mistakes & solutions

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: 1 year
  • 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 Kohl is a successful, innovative, cutting-edge Director and Cinematographer in the world of television and feature films. He has shot features for Francis Ford Coppola’s American Zoetrope production company and served as the Director of Photography on Aaron Spelling’s “Safe Harbor”. In addition Mark has directed and shot over 130 episodes of “America’s Most Wanted”, lensed over 15 films such as “Lonely Hearts” with John Travolta and James Gandolfini and HBO’s “Recount” with Kevin Spacey and Dennis Leary. In between, Mark Kohl has managed to deliver more than 2000 commercials to hundreds of agencies and clients such as McDonald’s, Honda, Ford, AT&T, Pizza Hut, Carnival Cruise Lines and Dick’s Sporting Good’s.

Kohl keeps reinventing his craft by bringing unparalleled energy, experience and creativity to every project. In the last 27 years Mark has developed the kind of versatile skills that allow him to take on any project, at any place, anytime. Mark takes the time to customize the style and substance of each project he works on tailoring it to the client’s specification.

Kohl has been recognized nationally including Addys, Tellys and also granted many film festival prizes. He takes the most pride in knowing he is serving his clients, one at a time.

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

read more