Tag Archive: Business’

IllumiBowl 2.0 for $14

You’ve Got to Pee to Believe: A Motion-Activated Toilet Night Light
Expires July 02, 2020 23:59 PST
Buy now and get 25% off

KEY FEATURES

Let there be light in the bathroom. Now you can add any color of LED light to your toilet bowl and see it glow. That means no more stumbling around when you have to go at night. Simply snap it onto the rim and let it shine: it will automatically turn on when someone walks into the bathroom. There are eight color possibilities and patterned illuminations, making quite the show.

Featured on ABC’s Shark Tank!

  • Turns on & off automatically via motion sensors
  • Sets to the color of your choice or a color-rotate light mode
  • Easy to clean by wiping with a cloth
  • Snaps on in the perfect, splash-proof location
  • Fits any toilet
  • Battery powered & now w/ even better battery life
  • Perfect for potty training children
  • Includes a 3-stage dimmer
  • Features an improved motion sensor

PRODUCT SPECS

Details & Requirements

  • Weight: 0.8 oz
  • Dimensions: 2.2″L x 1.2″W x 2.2″H
  • Batteries: 3 AAA batteries required (not included)
  • Color: white
  • 8 Light color option
  • Material: plastic
  • Type of bulb: LED

Includes:

  • IllumiBowl Toilet Night Light (white)

Compatibility

  • Any size toilet bowl

SHIPPING DETAILS

  • Free shipping
  • Ships to: Continental US
read more

December 3, 2016   /   by Marco   /   , , , , , , , , , ,

The Deep Learning and Artificial Intelligence Introductory Bundle for $39

The Deep Learning and 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

Like what you’re learning? Try out the The Advanced Guide to Deep Learning and Artificial Intelligence next.

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

Like what you’re learning? Try out the The Advanced Guide to Deep Learning and Artificial Intelligence next.

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

Like what you’re learning? Try out the The Advanced Guide to Deep Learning and Artificial Intelligence next.

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

Like what you’re learning? Try out the The Advanced Guide to Deep Learning and Artificial Intelligence next.

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

December 2, 2016   /   by Marco   /   , , , , , , , ,

600+ Premium Photoshop Brushes from Layerform – only $14!

600+ Premium Photoshop Brushes from Layerform – only $14!

NOW ON: 600+ Premium Photoshop Brushes from Layerform – only $14!

Expires: December 9, 2016, 11:59 pm EST

Your Photoshop Brushes collection is about to overflow thanks to this Mighty Deal from Layerform. Made up of 12 unique sets of brushes, this deal gets you more than 600 premium Photoshop brushes at one insanely low price. Everything from sunbursts to watercolor to coffee stains are represented here in beautiful hi-res vector files.

 Highlights:

  • 604 professional Photoshop Brushes.
  • Megabundle made up 12 Premium Sets of Photoshop Brushes.
  • Wide range of styles – Sunbursts, Coffee Stains, Vintage, Splatter,
  • Watercolor, Woodblock, Geometric and more.
  • Vector files (.AI and .EPS) are highly customizable – easily change up color, details and size.
  • Great for all sorts of projects from signs to posters to company branding.

Previews:





Pricing:

Normally, this mega bundle sells for $29, but for a limited time only, you can get all 604 Photoshop Brushes for just $14! That’s a huge 50% savings off the already ludicrously low price!

Click the BUY NOW button to brush up on your deals today!

Deal terms:

  • Delivered as an instant download, after completing your purchase.
  • These are Photoshop brushes, which require Adobe Photoshop. Some brushes require Adobe Photoshop CS1 or higher.
  • May be used for both commercial and personal purposes.
read more

December 2, 2016   /   by Marco   /   , , , , , , , , ,

Front of House Hotel Management Bundle for $39

Front of House Hotel Management Bundle for $39

Learn the Core Competencies of the Hospitality Industry in This 4-Course Bundle
Expires March 01, 2017 23:59 PST
Buy now and get 98% off

Receptionist & Front of House Management Diploma

KEY FEATURES

Who is the first person you talk to when you enter a hotel? The receptionist. Receptionists, in many ways, are the faces of a hotel, and one of the most essential components to a hotel’s success. Therefore, well-trained receptionists are hot commodities, and this course will teach you the many, often overlooked tools that receptionists must use to make themselves stand out and deliver an outstanding experience to customers.

  • Access 17 modules & 10 hours of content 24/7
  • Examine the role of a receptionist, including an overview of duties, professional image, & dealing w/ a hectic schedule
  • Master communication essentials
  • Practice better, more professional telephone skills
  • Learn about sending formal & informal messages & issues of confidentiality
  • Understand database management, booking & reservation procedures, & more

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: 1 year
  • 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
  • Free technical support available 24/5 via email, telephone and online chat
  • Limit: 1 for you, unlimited as gifts

Compatibility

  • Mac
  • iPhone
  • iPad
  • Windows 7 or later
  • Android
  • Browsers supported: Internet Explorer 8 or later, Google Chrome, Safari 8, Mozilla Firefox

Note: If using Apple Safari, you must change your preferences. For more information, click here.

International Customer Service Diploma

KEY FEATURES

Customer service departments are hugely important in the hospitality industry as they’re on the front lines of any negative customer experience. Being able to get customers around these bad experiences to not just return to the hotel, but to return frequently, is an invaluable skill that hotels are constantly seeking. Over this 11 module course, you’ll learn how to be an effective customer service advocate in the hospitality industry and leverage your knowledge into a new career.

  • Access 11 comprehensive modules 24/7
  • Understand the role of customer service in creating satisfied customers
  • Learn how to retain customers & the importance of keeping existing clients on board
  • Deliver customer service in a face-to-face environment, over the phone, & online
  • Deal w/ difficult customers & overcome their negative experiences
  • Escalate calls & queries to relevant managers & agents

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: 1 year
  • 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
  • Free technical support available 24/5 via email, telephone and online chat
  • Limit: 1 for you, unlimited as gifts

Compatibility

  • Mac
  • iPhone
  • iPad
  • Windows 7 or later
  • Android
  • Browsers supported: Internet Explorer 8 or later, Google Chrome, Safari 8, Mozilla Firefox

Note: If using Apple Safari, you must change your preferences. For more information, click here.

EasyType Typing Tutor

KEY FEATURES

It’s often overlooked, but typing is a core qualification for many jobs, especially in the high-energy hospitality field. Hotel workers have to be able to jot information and communicate extremely quickly, which makes strong typing skills an absolute must. Over this course you’ll use the included exercises to drastically improve your typing.

  • Get to grips w/ the numeric keypad & how to touch type quickly & accurately
  • Learn how to use upper & lower case on the QWERTY keyboard w/ the help of 29 exercises
  • Work you way through a variety of hands-on exercises
  • Master single case letters which help you demonstrate a high standard of touch typing without the “Shift” key

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: 1 year
  • 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
  • Free technical support available 24/5 via email, telephone and online chat
  • Limit: 1 for you, unlimited as gifts

Compatibility

  • Mac
  • iPhone
  • iPad
  • Windows 7 or later
  • Android
  • Browsers supported: Internet Explorer 8 or later, Google Chrome, Safari 8, Mozilla Firefox

Note: If using Apple Safari, you must change your preferences. For more information, click here.

Microsoft Office 2016

KEY FEATURES

Microsoft Office is the most common office software on Earth, used by in just about every industry. It’s so common, that familiarity with the whole Microsoft Office Suite is often considered a base qualification for many jobs. In this course, you’ll get up to speed in the 5 core programs of Microsoft Office 2013 and 2016: Access, Excel, Outlook, PowerPoint, and Word.

  • Gain confidence storing & tracking information w/ Microsoft Access 2013 & 2016
  • Progress from beginner to advanced in the spreadsheet program Microsoft Excel
  • Explore the many organizational & communication functions of Microsoft Outlook
  • Create, view, & present professional-standard presentations in Microsoft PowerPoint
  • Get the most out of the word-processing program, Microsoft Word

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: 1 year
  • 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
  • Free technical support available 24/5 via email, telephone and online chat
  • Limit: 1 for you, unlimited as gifts

Compatibility

  • Mac
  • iPhone
  • iPad
  • Windows 7 or later
  • Android
  • Browser Supported: Internet Explorer 8 or later, Google Chrome, Safari 8, Mozilla Firefox

Note: If using Apple Safari, you must change your preferences. For more information, click here.

THE EXPERT

Vizualcoaching is an institution of passionate and talented educationists who support over 300,000 students all over the world.
The institution consists of over 180 individuals all specialising in their own aspects of combining education with technology. For more details on this course and instructor, click here.

read more

Sweatproof Bluetooth Headphones for $19

Power Through Your Workout with Top-Notch Music Streaming
Expires January 01, 2017 23:59 PST
Buy now and get 31% off

KEY FEATURES

Wireless headphones are ideal for running and exercising, but not all are immune to that hard-earned sweat dripping down the side of your head. Enter these Bluetooth headphones. Immune to sweat, they’ll deliver top quality, wireless sound right through your toughest workouts.

  • Sweatproof design makes them perfect for working out
  • Wireless Bluetooth design allows you to listen to audio without fumbling w/ wires
  • Battery life lasts for up to 6 hours, giving you a ton of listening time

PRODUCT SPECS

Details & Requirements

  • Sweatproof
  • Battery capacity: 120mAh
  • Music time: 5 hours
  • Talk time: 6 hours
  • Standby time: 150 hours
  • Charging time: 2 hours
  • Earphone weight: 19.1 g

Includes

  • Sweatproof Bluetooth Headphones (black)
read more

PDFpen 8: All-Purpose PDF Editor for Mac for $37

Full-Featured Editing at Your Fingertips: Merge, Markup, Even OCR PDF Documents—and More!
Expires December 08, 2016 23:59 PST
Buy now and get 50% off

KEY FEATURES

Take your PDFpen to the next level with the function-packed PDFpenPro. Enjoy advanced features like interactive forms, table of content creation, powerful exporting capabilities, and more.

“PDFpenPro is the crème de la crème of PDF editing and annotating applications,” Macworld

Pro-Only Features

  • Convert websites to multi-page PDFs, complete with hyperlinks
  • Create & edit cross-platform fillable PDF forms
  • Create & edit table of contents
  • Create form fields automatically in a non-interactive form
  • Export in Excel, PowerPoint & PDF Archive formats
  • Edit document permissions to restrict saving, printing, copying, etc.
  • Plus all PDFpen features!

PRODUCT SPECS

Details & Requirements

  • Version 8
  • Updates included
  • Available in English, Spanish, Japanese, German, Italian & French

Compatibility

  • macOS X 10.10 or later

SOFTWARE LICENSE DETAILS

  • Length of access: lifetime
read more

Rosetta Stone Language Box Set (Levels 1-4) for $139

Master a New Language with the Critically-Acclaimed Software CNN Calls “The Gold Standard”
Expires January 31, 2017 23:59 PST
Buy now and get 38% off

KEY FEATURES

If your dream is to master a foreign language, there’s not better teacher than Rosetta Stone. With its intuitive, immersive method, Rosetta Stone will have you reading, writing, and speaking like a natural in no time. You’ll start by matching words with images just like when you learned your native language as a child. Then you’ll move onto interactive lessons where speech recognition technology works to evaluate and improve your accent with instant feedback. The reviews don’t lie, Rosetta Stone is the best way to master a second, third, or fourth language from home.



PC Magazine Editors’ Choice Award: Best Language-Learning Software


“Rosetta Stone TOTALe may be the next best thing to living in a country.” Wall Street Journal


  • Learn a new language w/ the award-winning interactive software & proprietary speech-recognition technology that analyzes the words you say 100 times per second
  • Develop your command of the language–read, write, speak & understand
  • Learn basic conversational skills like shopping, ordering, taking a taxi, etc.
  • Move onto advanced language skills like sharing opinions & discussing pop culture
  • Enhance your learning on-the-go w/ Rosetta Stone mobile apps (3-month trial included)
  • Play language-enhancing games & take live online lessons w/ the included headset/microphone
  • Take levels 1-4 to go from beginner to advanced
  • Use the advanced speech engine to compare your accent to native speakers
  • Get 12 live tutoring sessions w/ a native speaker

Customers will receive both a digital code to redeem online & a physical DVD. The digital code can be found with the software box upon arrival.

PRODUCT SPECS

  • Includes access for up to 5 family members, 2 computers
  • Learn at your own pace – this course that never expires!

Compatibility

  • Windows 2000 or later
  • Mac OS X 10.4.11 or later
  • 1 GHz or faster CPU
  • 512 MB RAM
  • 600 MB free hard-drive space (per level)
  • Internet or phone connection for activation
  • 16X CD-ROM (includes codes for activation if you are without a CD ROM)

Includes

  • CD-ROM Disks (4) – Spanish Levels 1-4
  • Headset with microphone
  • Serial code for digital download of product
  • 90-day access to mobile language learning product
read more

MCSE Server Infrastructure for $49

Gain the Skills to Become a System Administrator & Save Companies Big Money
Expires January 30, 2017 23:59 PST
Buy now and get 95% off

KEY FEATURES

System administrators make big money because their expertise can quite literally be worth millions of dollars. If a corporate network infrastructure lags or shuts down, they start leaking money. In this course, you’ll learn how to install, configure, and maintain Windows Server 2012, all the while gaining the knowledge you need to pass all necessary MCSE Server Infrastructure exams.

  • Access 5 comprehensive training modules 24/7
  • Get a free Microsoft Cloud Computing Certification
  • Install & configure Server 2012 including basic hardware & user permissions configuration
  • Learn networking concepts including VPNs, Network Policy Server, & Network Access Protection
  • Understand the benefits of using Network Load Balancing & failover clustering for maximum resource availability
  • Perform successful server upgrades & migrations
  • Plan, build, deploy, & manage virtual machines using System Center 2012

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: 12 months
  • Access options: web streaming, mobile streaming
  • Certification of completion included
  • Experience level required: all levels
  • Limit: 1 for you, unlimited as gifts
  • Redemption deadline: redeem your code within 30 days of purchase
  • Course log-in details and instructions will be emailed to you within 3 working days of redemption
  • Free technical support available 24/5 via email, telephone and online chat
  • No software included
  • Browser settings need to be changed when using a Mac. For more information, click here.

Compatibility

  • Windows 7, 8
  • Mac
  • iOS
  • Android
  • Internet Explorer 8 or later
  • Google Chrome
  • Safari 6 or later
  • Mozilla Firefox

THE EXPERT

e-Careers comprises of passionate and talented educationalists who support over 325,000 students all over the world. The institution consists of around 200 individuals, who all specialize in their own aspects of combining education with technology. e-Careers has established relationships with many awarding bodies, instructors and educational institutions to bring its students training and qualifications in an e-Learning format. For more details on this course and instructor, click here.

read more

MCSE SQL Business Intelligence for $49

Master the Tools to Put Yourself on the Forefront of Essential Data-Driven Business Decisions
Expires January 30, 2017 23:59 PST
Buy now and get 95% off

KEY FEATURES

Business Intelligence seems like a pretty important concept for companies to pursue, right? Yes, right. Business intelligence analysts and reporting engineers represent the front lines of data crunching for businesses and play pivotal roles in business decisions. In this course, you’ll learn how to implement Microsoft SQL Server 2012 effectively in an enterprise environment and become an essential member of any business development team.

  • Access 5 comprehensive training modules 24/7
  • Get a free Microsoft Cloud Computing Certification
  • Work w/ large datasets across multiple platforms
  • Build Online Analytical Processing cubes & support structures like pivot tables
  • Design business intelligence solutions that meet current & future performance & scalability needs
  • Use Excel Services & Sharepoint Reporting integration to improve data analysis

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: 12 months
  • Access options: web streaming, mobile streaming
  • Certification of completion included
  • Experience level required: all levels
  • Limit: 1 for you, unlimited as gifts
  • Redemption deadline: redeem your code within 30 days of purchase
  • Course log-in details and instructions will be emailed to you within 3 working days of redemption
  • Free technical support available 24/5 via email, telephone and online chat
  • No software included
  • Browser settings need to be changed when using a Mac. For more information, click here.

Compatibility

  • Windows 7, 8
  • Mac
  • iOS
  • Android
  • Internet Explorer 8 or later
  • Google Chrome
  • Safari 6 or later
  • Mozilla Firefox

THE EXPERT

e-Careers comprises of passionate and talented educationalists who support over 325,000 students all over the world. The institution consists of around 200 individuals, who all specialize in their own aspects of combining education with technology. e-Careers has established relationships with many awarding bodies, instructors and educational institutions to bring its students training and qualifications in an e-Learning format. For more details on this course and instructor, click here.

read more

Essential Microsoft MCSE Certification Exams Training for $49

Beef Up on Enterprise Networking Solutions & Become a Microsoft-Certified IT Specialist
Expires January 30, 2017 23:59 PST
Buy now and get 95% off

KEY FEATURES

Larger companies require advanced network messaging systems, which is why many turn to Windows Server 2012 and Microsoft Exchange Server 2013 to deliver enterprise solutions. Of course, they also need qualified IT specialists to install, configure, and maintain these systems, which is where Microsoft’s MCSE certifications come in. Through this course, you’ll learn every concept and technique you need to pass MCSE Messaging exams and take the first step towards a lucrative new career in IT.

  • Access 5 comprehensive training modules 24/7
  • Get a free Microsoft Cloud Computing Certification
  • Configure key OS services including file sharing, print serving, & networking
  • Improve data access whilst maintaining security using File Server Resource Manager, Distributed File Systems, & file & disk encryption
  • Install & manage Windows Server 2012 in a virtualized environment
  • Deploy & manage Exchange Server 2013 & use the tools provided to monitor, maintain, & troubleshoot a server instance
  • Build a Unified Messaging solution that improves business-wide communications

PRODUCT SPECS

Details & Requirements

  • Length of time users can access this course: 12 months
  • Access options: web streaming, mobile streaming
  • Certification of completion included
  • Experience level required: all levels
  • Limit: 1 for you, unlimited as gifts
  • Redemption deadline: redeem your code within 30 days of purchase
  • Course log-in details and instructions will be emailed to you within 3 working days of redemption
  • Free technical support available 24/5 via email, telephone and online chat
  • No software included
  • Browser settings need to be changed when using a Mac. For more information, click here.

Compatibility

  • Windows 7, 8
  • Mac
  • iOS
  • Android
  • Internet Explorer 8 or later
  • Google Chrome
  • Safari 6 or later
  • Mozilla Firefox

THE EXPERT

e-Careers comprises of passionate and talented educationalists who support over 325,000 students all over the world. The institution consists of around 200 individuals, who all specialize in their own aspects of combining education with technology. e-Careers has established relationships with many awarding bodies, instructors and educational institutions to bring its students training and qualifications in an e-Learning format. For more details on this course and instructor, click here.

read more

Zuli Smartplug Presence 3-Pack (Refurbished) for $99

Control Your Home’s Lighting & Temperature with These Smart, Adaptive Plugs
Expires January 30, 2017 23:59 PST
Buy now and get 37% off

KEY FEATURES

“There’s no place like home” takes on brand new meaning with Zuli Smartplugs, the genius invention that lets you control your home’s lighting, temperature, music, and more, all from your iPhone. Beyond that, with Zuli Presence your smartplugs will accurately pinpoint your location within the home, automatically adapting any phone with a smartplug inside to your pre-set preferences. Want to relax at the end of a long day without putting in any real effort? This Zuli Presence pack is for you.

4/5 Stars, CNET

4.5/5 Stars, Tech Hive

  • Complete control of connected devices is easy w/ the free iPhone app
  • Monitoring energy consumption for all of your appliances at a glance is simple
  • Scheduling lights & appliances w/ just a few taps lets you come back to a cozy home
  • Dimming lights, setting space heaters on a schedule, & viewing your home’s energy use is simple
  • Reduces energy usage & cuts costs simply by plugging in your lamps or appliances
  • Zuli Presence instantly adapts any room w/ 3 or more Zuli Smartplugs to your personal lighting & temperature preferences

PRODUCT SPECS

Details & Requirements

  • Bluetooth Smart
  • Refurbished, like new

Compatibility

  • Free app available for iOS 7.1 or later, and Android 5.0 or later
  • Nest Thermostat
  • Philips Hue

Includes

  • 3 Zuli Smartplugs
read more

The Comprehensive Android Development Bundle for $20

Take Advantage of the Incredible Android Platform & Start Building Best-Selling Apps with 83 Hours of Training
Expires May 25, 2017 23:59 PST
Buy now and get 97% off

Complete Android Programming with KitKat 4.4

KEY FEATURES

The KitKat 4.4 OS for Android is polished, immersive, and packed with a ton of amazing features. Learning KitKat is a great first step for any budding Android coder, and allows devs to build interactive apps for the consumer experience. This course will introduce SQLite, basic animation, the OpenGL-ES 3D library, and more programming essentials needed to code for KitKat 4.4. By the end of this course, there will be very little that can be done to an Android device that you don’t know something about.

  • Access 86 lectures & 11 hours of content
  • Discover the Model-View-Controller design pattern & how it applies to Android apps
  • Use SQLite to create databases, model data in an app’s classes & provide data to controls
  • Understand active & passive controls, and user interaction tools
  • Explore audio & video capabilities, and the supported file formats/file storage
  • Introduce yourself to OpenGL-ES
  • Learn the essentials of debugging & preparing for deployment to the Google Play 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

  • Internet required

THE EXPERT

The EDUmobile Academy was founded in 2008 as a bootstrapped initiative of Vishal Lamba, who has been actively involved in the technology space since 1989. They’re very passionate about creating courses that have world class standards, and providing heroic support to our community of learners. Every course is created by USA based, technologically qualified mentors, having an absolutely clear diction and command over spoken English. Over the years we’ve provided guidance and training to a developer community of over 80,000. For more details on this course or instructor, click here. This course is hosted by StackSkills, the premier eLearning destination for discovering top-shelf courses on everything from coding—to business—to fitness, and beyond!

Projects in Android

KEY FEATURES

Android is the world’s most installed mobile platform and Google is investing heavily to build on that distinction. As it extends into wearables, cameras, and many other devices, now is the perfect time to learn how to develop for Android and cash in on this growth phase. In this course, you’ll gain the skills you need to begin a lucrative career in Android development by building 10 apps with varying functions.

  • Access 59 lectures & 11 hours of content
  • Introduce yourself to the Android native application, Gradle projects & incorporating Junit tests to projects’ source code
  • Learn the Maven build tool & Spring Framework
  • Discover the Google Maps Android API v2 & Google Play services
  • Incorporate SQLite & write simple Object Relational mapping in native Java & SQL
  • Access the Parse API to configure the Parse user service
  • Set up complex fragment views using the Android Supportv4 library
  • Create bitmaps w/ Android’s Drawables types
  • Understand how to set up & access the YouTube API, and manage YouTube streams/objects
  • Discover the Sherlock extension of the Android Supportv4 library

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

THE EXPERT

Eduonix creates and distributes high-quality technology training content. Their team of industry professionals has been training manpower for more than a decade. They aim to teach technology the way it is used in the industry and professional world. They have a professional team of trainers for technologies ranging from Mobility, Web and Enterprise, and Database and Server Administration.

Website – www.eduonix.com

For more details on this course and instructor, click here. This course is hosted by StackSkills, the premier eLearning destination for discovering top-shelf courses on everything from coding—to business—to fitness, and beyond!

The Ultimate Android Marshmallow Tutorial

KEY FEATURES

Android Marshmallow represents the latest and greatest technology from the Android platform. Through this massive course you’ll learn everything you need to develop the ultimate commercial Android app, from design and social media integration to AQuery library and syncing with Google Maps. Whether you need some help getting an app off the ground or are an experienced programmer mentor looking to keep your skills on the cutting edge, you’ll love this course.

  • Access 390 lectures & 40 hours of instruction 24/7
  • Gain a comprehensive understanding of Android Studio
  • Delve into newly added sections on the latest Facebook API, Google Maps, Google Accounts & Geofences
  • Use Google Cloud Messaging services to incorporate notifications into your app
  • Integrate your app w/ Facebook, Twitter, Pinterest & more
  • Discover third party libraries like AQuery to supplement your app development
  • Build your app out for commercial purposes to promote your business or just monetize your development
  • Test your knowledge w/ projects at the end of every section

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

LearningKart is a premier destination for learning and upgrading your skills. With a Team of Professional Trainers with expertise in the fields we teach, ourr asset lies in teaching at the root level. Through our experience , we have learned what truly connects with learners. For more details on this course or instructor, click here. This course is hosted by StackSkills, the premier eLearning destination for discovering top-shelf courses on everything from coding—to business—to fitness, and beyond!

Advanced Android App Development – From Padawan to Jedi

KEY FEATURES

They say it takes 10,000 hours to master something. We’re here to tell you that’s wrong. By focusing the full course on building a single team-streaming app, you’ll get the basics of Android development right through to the advanced design principles that will allow you to fully customize apps. This is the end-to-end comprehensive course that will prepare you to build creative, polished apps on your own.

  • Access 42 lectures & 6 hours of content
  • Delve into Google’s Material Design to design your app
  • Discover advanced app design components like RecyclerView
  • Understand the Android Support Library
  • Learn design Patterns like 48dp Rhythm, Navigation Drawer & many 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: intermediate

Compatibility

  • Internet required

THE EXPERT

Software developer and founder of ZENVA, since 2012 Pablo Farias Navarro has been teaching online how to create games, apps and websites to over 150,000 students through the Udemy and Zenva Academy platforms, and created content for companies such as Amazon and Intel.

Pablo is a member of the Intel Innovator Program in the Asia Pacific, and has run live programming workshops in San Francisco, Brisbane and Bangalore. Pablo holds a Master in Information Technology (Management) degree from the University of Queensland (Australia) and a Master of Science in Engineering degree from the Catholic University of Chile.

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

Mastering Android Programming

KEY FEATURES

Learning how to program for mobile platforms can consist of a lot of monotony. This course, fortunately, will give you comprehensive training in Android app development via a step-by-step, fun methodology that will keep you engaged creating many programs and applications. After this course you should be able to execute any Android project successfully, making you that much more qualified for high-paying development positions.

  • Access 63 lectures & 15 hours of content
  • Learn Android programming w/ Android SDK, Java, OpenGL & SQLite
  • Discover core concepts like control flow, data types & arrays
  • Understand modifiers, generics, streams & inheritance in Java
  • Learn Android services & debugging
  • Explore UI constructs, Android layouts & events
  • Use advanced Android features like handling resources, localizing, security & configuration management
  • Build persistence in your app for file handling, networking & more
  • Discuss best practices for product release

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

The EDUmobile Academy was founded in 2008 as a bootstrapped initiative of Vishal Lamba, who has been actively involved in the technology space since 1989. They’re very passionate about creating courses that have world class standards, and providing heroic support to our community of learners. Every course is created by USA based, technologically qualified mentors, having an absolutely clear diction and command over spoken English. Over the years we’ve provided guidance and training to a developer community of over 80,000. For more details on this course or instructor, click here.

read more