Tag Archive: deals
Complete C# Coding Bootcamp for $44
KEY FEATURES
Why should you learn C#? It’s highly in demand for employers, and gives you a great programming foundation applicable to Java, Objective-C, PHP, and more. This is a powerful, flexible language that underlies everything from business enterprise apps to compilers, making it a no-brainer to learn and master.
- Dive into C# programming w/ 2.5 hours of content
- Familiarize yourself w/ boxing, unboxing, type conversion & operators
- Build decision-making capabilities into your program
- Use access specifiers to describe the scope of a class member
- Organize & store related items of data w/ arrays & collections
- Utilize exception handling, classes & APIs
- Consolidate your knowledge w/ a final project
PRODUCT SPECS
Details & Requirements
- Length of time users can access this course: lifetime access
- Access options: web streaming, mobile streaming
- Certification of completion not included
- Redemption deadline: redeem your code within 30 days of purchase
- Experience level required: all levels
Compatibility
- Internet required
THE EXPERT
University of Geeks is composed of 4 developers that wants to help and inspire others to learn development. The team collectively possesses 3 bachelor’s degrees in computer science, a bachelor’s in design, and around 15 years of experience coding and teaching.
KEY FEATURES
How’s this for a 2-for-1 deal? You’ll learn the basics of the C# language and master use of the Microsoft Visual Studio programming environment. Not only will you add a valuable technical skill set to your repertoire, but you’ll also easily navigate a platform to build and deploy your apps by course’s end.
- Master C# basics & Microsoft Visual Studio w/ 17 hours of content
- Configure the layout of Visual Studio, define variables, interact w/ users, etc.
- Understand data types, data conversions & constants
- Check simple conditions w/ if/else blocks
- Utilize operators to evaluate & assign control structures
- Fully master the principles of object-oriented programming
PRODUCT SPECS
Details & Requirements
- Length of time users can access this course: lifetime access
- Access options: web streaming, mobile streaming
- Certification of completion not included
- Redemption deadline: redeem your code within 30 days of purchase
- Experience level required: all levels
Compatibility
- Internet required
THE EXPERT
Tom Oswiak has eight years’ experience as a teacher of mathematics, physics, statistics, and programming. He also worked for five years as a database programmer using various technologies such as .NET, Clipper, SQL, SQL Server, SAS, Excel, and more. Currently, he works as a math and computer science teacher at Mercy College in Dobbs Ferry, NY. For more details on the 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!
KEY FEATURES
This comprehensive C# course focuses on the C# language rather than the graphical aspects of Windows programming, and gives you a view of C# through web programming with Web Forms. This means you will also learn HTML, basic CSS, and how to use a variety of controls like buttons, text boxes, drop downs lists, and more. By the end of this course, you’ll have a solid understanding of the most important aspects of C#, Visual Studio, and object oriented programming.
- Learn C#, Visual Studio & object oriented programming w/ 148 lectures, 19 hours of content
- Study the Microsoft Visual Studio programming environment
- Start using C# to work w/ code & data
- Apply the fundamentals of object oriented programming to data
- Master the basics: create & run your first program, utilize variables, etc.
- Control program flow by utilizing if/else constructs, while loops & more
PRODUCT SPECS
Details & Requirements
- Length of time users can access this course: lifetime access
- Access options: web streaming, mobile streaming
- Certification of completion not included
- Redemption deadline: redeem your code within 30 days of purchase
- Experience level required: all levels
Compatibility
- Internet required
THE EXPERT
Tom Oswiak has eight years’ experience as a teacher of mathematics, physics, statistics, and programming. He also worked for five years as a database programmer using various technologies such as .NET, Clipper, SQL, SQL Server, SAS, Excel, and more. Currently, he works as a math and computer science teacher at Mercy College in Dobbs Ferry, NY. For more details on the course and instructor, click here.
KEY FEATURES
Ready to dig deep into the C# language? This course is the ticket, outlining advanced features frequently used to build real-world apps. From managing anomalous conditions in program execution using exception handling, to increasing code reusability and performance with generics, you’ll master powerful techniques to really bump your C# skills up a notch.
- Learn about advanced C# features w/ 17 hours of content
- Walk through an array of topics: generics, delegates, lambda expressions, etc.
- Utilize features to increase your code’s efficiency & performance
- Learn from an experienced instructor w/ 13 years of industry experience
- Effectively build upon your existing C# foundation
- Add valuable technical skills to your development toolkit
PRODUCT SPECS
Details & Requirements
- Length of time users can access this course: lifetime access
- Access options: web streaming, mobile streaming
- Certification of completion not included
- Redemption deadline: redeem your code within 30 days of purchase
- Experience level required: intermediate
Compatibility
- Internet required
THE EXPERT
Mosh Hamedani is a passionate, creative software engineer with a strong focus on pragmatism and simplicity. He started programming at the age of 7 on a Commodore 64. Since then, he has been involved in the design and implementation of many software projects, including modern web apps, mobile apps, desktop applications and frameworks. Mosh also teaches courses on C#, object-oriented programming, and more to pass on his knowledge to others. For more details on the 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!
KEY FEATURES
C# is a beautiful cross-platform language that can be used to build a variety of applications. Once you master the fundamentals of C# and programming with .NET framework, you’ll have lots of amazing career options in front of you. Every section of this course comes with a few bite-sized video lectures and a quiz or programming exercise to train your “programming brain”.
- Learn the fundamentals of C# & .NET Framework w/ 87 lectures, 5 hours of content
- Work w/ primitive types & expressions
- Work w/ non-primitive types (classes, structs, arrays and enums)
- Learn the difference between value types & reference types
- Control the flow of programs using conditional statements
- Use arrays & lists
- Work with files & directories
- Work w/ text
- Work w/ date & time
- Debug C# applications effectively
PRODUCT SPECS
Details & Requirements
- Length of time users can access this course: lifetime
- Access options: web streaming, mobile streaming
- Certification of completion not included
- Redemption deadline: redeem your code within 30 days of purchase
- Experience level required: beginner
Compatibility
- Internet required
THE EXPERT
Mosh (Moshfegh) Hamedani is a passionate software engineer and teacher with 13 years of experience building applications using C# (since the first release of .NET Framework in 2002). Mosh is a full-time developer, and what you are going to learn in this course is the result of his day-to-day work as a hardcore programmer along with years of studying, Mosh’s students describe him as a passionate teacher who knows how to take a student on a series of logical steps with a great mix of theory and practice.
For more details on this course and instructor, click here.
KEY FEATURES
Poorly written code is hard to understand, maintain, and test. But what separates poorly written code (aka code that smells) from beautiful code that talks? In this course, the expert instructor walks you through common code smells found in C# programs, and how to refactor them using ReSharper. Refactoring is changing the design of the existing code without changing its external behavior. This course is packed with techniques and is a must for any C# developer who wants to improve the quality of their code.
- Write clean code that is more readable w/ 21 lectures & 3 hours of instruction
- Spot the smells in your code
- Refactor your code using safe & fast refactoring techniques w/ ReSharper
- Break long methods into smaller, more maintainable ones
- Simplify nested / complex conditional blocks
- Design the proper signature for your methods
- Remove duplicated code
- Write C# code using the standard naming convention
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
Mosh (Moshfegh) Hamedani is a passionate software engineer and teacher with 13 years of experience building applications using C# (since the first release of .NET Framework in 2002). Mosh is a full-time developer, and what you are going to learn in this course is the result of his day-to-day work as a hardcore programmer along with years of studying, Mosh’s students describe him as a passionate teacher who knows how to take a student on a series of logical steps with a great mix of theory and practice.
For more details on this course and instructor, click here.
KEY FEATURES
Whether you want to use C# to build web apps, mobile apps, desktop apps or games, understanding C# classes, interfaces, and principles is crucial. This course combines theory and practice, including provided exercises at the end of each section, and the option to submit your code for review. The expert instructor provides a personalized review and tips to improve the quality of your code. You can’t get that sort of attention from a free YouTube tutorial.
- Take your C# skills to the next level w/ 45 lectures & 6 hours of content
- Work with classes, constructors, fields, properties, methods & indexers
- Use encapsulation to reduce the impact of change
- Improve the robustness of your code
- Reuse code using inheritance & composition
- Understand why composition is better than inheritance
- Build extensible applications using polymorphism
- Develop loosely-coupled, extensible & testable applications using interfaces
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
Mosh (Moshfegh) Hamedani is a passionate software engineer and teacher with 13 years of experience building applications using C# (since the first release of .NET Framework in 2002). Mosh is a full-time developer, and what you are going to learn in this course is the result of his day-to-day work as a hardcore programmer along with years of studying, Mosh’s students describe him as a passionate teacher who knows how to take a student on a series of logical steps with a great mix of theory and practice.
For more details on this course and instructor, click here.
KEY FEATURES
With 96 lectures included, this course is designed to cover all the essential concepts of C# and object oriented programming. You’ll learn to create functional and useful C# programs, as well as use other IDE’s (Integrated Development Environment) such as: Eclipse, Unreal Engine, Unity and more. After taking this class, you’ll be fully prepared to take on advanced topics, and even transition into other languages like Java or C++.
- Learn to create C# applications w/ over 96 lectures & 8 hours of content
- Apply the core concepts of object oriented programming
- Analyze, design, implement & organize around objects
- Apply code encapsulation for reusability & stability
- Write custom classes, interfaces, loops & methods
- Understand C# at a college-level
- Start a new career as a developer
- Understand syntax, logic & run-time errors
- Write fluent pseudocode & flowcharts
PRODUCT SPECS
Details & Requirements
- Length of time users can access this course: lifetime
- Access options: web streaming, mobile streaming
- Certification of completion not included
- Redemption deadline: redeem your code within 30 days of purchase
- Experience level required: beginner
Compatibility
- Internet required
THE EXPERT
Danny Boehm is a Computer Science/Mathematics Major with a minor in Game Development from California State University: Channel Islands. His programming background includes: Python, Java, C, C#, C++, Lua, Microsoft Visual Studio, Eclipse, Unity, and Android. As an instructor, he strives to engage all his students in hands-on projects. All his courses will include: vocabulary, concept lectures, examples inside programming environments, and homework projects to practice on your own time.
For more details on this course and instructor, click here.
KEY FEATURES
Most courses teach you how to write code, but not how to write fast code that can scale to thousands of users. In a series of lectures, this course will cover many common performance bottlenecks that slow C# coding down. He will introduce common problems, and then demonstrate and compare each possible solution. This course will give you an excellent foundation to answer any performance-related questions that may be thrown at you.
- Code faster & more efficiently w/ over 37 lectures & 4.5 hours of content
- Learn to write fast C# code from a certified Microsoft trainer
- Study memory management, intermediate code, array- and string optimizations & more
- Learn which is faster: arrays, collections or generic lists
- Choose between string & StringBuilder
- Understand whether you should use pointers in C#
- Dive into Common Intermediate Code (CIL), the language of the C# compiler
- Get a deeper understanding of the .NET Framework
PRODUCT SPECS
Details & Requirements
- Length of time users can access this course: lifetime
- Access options: web streaming, mobile streaming
- Certification of completion not included
- Redemption deadline: redeem your code within 30 days of purchase
- Experience level required: beginner & intermediate C# developers
Compatibility
- Internet required
THE EXPERT
Mark Farragher’s IT-career spans 20 years. He has worked in many different roles, including CTO, Online Marketing Specialist, Consultant, Corporate Trainer, Project Manager, and Software Developer. He is a serial entrepreneur and has launched two startups in the Netherlands. He also worked as a Microsoft Certified Trainer for many years, on the subjects of Visual Basic .NET, C#, ASPNET, SQL Server, Microsoft CRM, and Microsoft BizTalk. He trained developers at Philips, DHL, KPN, Océ, and many other large companies. With 15 years of experience with C# and the .NET framework, he has created these courses to share his knowledge with a worldwide audience.
For more details on this course and instructor, click here.
KEY FEATURES
If you’re looking to pursue a career as a Senior Application Architect, it’s essential that you know all fundamental design patterns by heart. In this course, you’ll learn the first 12 design patterns: 5 creational and 7 structural. You’ll then use these patterns to create new objects efficiently, and build structure in your application architecture. By the end of the course, you’ll be fluent in all 12 design patterns, and well on your way to becoming a Senior Application Architect.
- Learn fundamental C# skills w/ over 21 lectures & 4 hours of content
- Learn 12 fundamental C# design patterns
- Study factories, adapters, decorators, facades, singletons & much more
- Study the intent & benefits of each design pattern
- Use 12 included source code templates to copy & paste into your own apps
- Understand the pros & cons of using singletons, facades, and composites
- Follow along w/ real-world examples that use patterns to solve a business problem
PRODUCT SPECS
Details & Requirements
- Length of time users can access this course: lifetime
- Access options: web streaming, mobile streaming
- Certification of completion not included
- Redemption deadline: redeem your code within 30 days of purchase
- Experience level required: beginner & intermediate C# developers
Compatibility
- Internet required
THE EXPERT
Mark Farragher’s IT-career spans 20 years. He has worked in many different roles, including CTO, Online Marketing Specialist, Consultant, Corporate Trainer, Project Manager, and Software Developer. He is a serial entrepreneur and has launched two startups in the Netherlands. He also worked as a Microsoft Certified Trainer for many years, on the subjects of Visual Basic .NET, C#, ASPNET, SQL Server, Microsoft CRM, and Microsoft BizTalk. He trained developers at Philips, DHL, KPN, Océ, and many other large companies. With 15 years of experience with C# and the .NET framework, he has created these courses to share his knowledge with a worldwide audience.
For more details on this course and instructor, click here.
KEY FEATURES
In 1994, the “Gang of Four” published a book titled Design Patterns: Elements of Reusable Object-Oriented Software, containing 23 fundamental software design patterns. It’s regarded as the standard reference manual for object-oriented design theory and practice–and is a must-know for future application architects. This course will teach you all 11 behavioral design patterns from scratch. With this knowledge, you’ll be well on your way to becoming a Senior Application Architect.
- Take you career to the next level w/ over 18 lectures & 3.5 hours of content
- Learn 11 fundamental C# design patterns
- Study visitors, observers, mediators, interpreters, commands & much more
- Understand the intent & benefits of each design pattern
- Receive 11 source code templates to copy & paste into your own apps
- Understand the pros & cons of using observers, mediators, and the state pattern
- Go through real-world examples that use patterns to solve actual business problems
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
Mark Farragher’s IT-career spans 20 years. He has worked in many different roles, including CTO, Online Marketing Specialist, Consultant, Corporate Trainer, Project Manager, and Software Developer. He is a serial entrepreneur and has launched two startups in the Netherlands. He also worked as a Microsoft Certified Trainer for many years, on the subjects of Visual Basic .NET, C#, ASPNET, SQL Server, Microsoft CRM, and Microsoft BizTalk. He trained developers at Philips, DHL, KPN, Océ, and many other large companies. With 15 years of experience with C# and the .NET framework, he has created these courses to share his knowledge with a worldwide audience.
For more details on this course and instructor, click here.
SKEYE Hexa Drone for $34
KEY FEATURES
With its unique six propeller design, Hexa delivers ultimate control for flying in every direction and pulling off ridiculous stunts. Simply throw it in the air, and enjoy more than an 164-foot range for professional, precision control. Extra blades mean extra stability, and thanks to the six-axis flight control system, going from beginner to pro will be a cinch.
- Ready to fly (RTF) out of the box
- Fits in the palm of your hand
- Provides a three-level adjustable controller sensitivity for beginners, mid-level users & experts
- Includes a six-axis flight control system & adjustable gyro sensitivity
- Includes aerobatic functionality for flipping through the air
- Protects against crashes w/ propeller bumpers
- Navigates through the night w/ bright LED lights
PRODUCT SPECS
Details & Requirements
- Dimensions: 5.1″L x 5.1″W x 1.2″H
- Weight: 1.06 oz
- Gyro: 6-Axis Gyro
- Frequency: 2.4GHz
- Channels: 4
- Battery: 3.7V 250mAh
- Flight time: ~7-8 minutes
- Charging time: 30 minutes
- Controller Battery: 3 x AAA (not included)
- Remote-controlled Distance: Up To 50m
Includes:
- SKEYE Hexa Drone (orange)
- 4-Channel 2.4Ghz Transmitter (Mode 2)
- USB Charging Cable
- 6 Replacement rotor blades
SHIPPING DETAILS
- Free shipping
- Ships to: United States (including Alaska & Hawaii)
- Click here to view specific country-based shipping times
PhoneExpander for Mac for $9
KEY FEATURES
Clear your cache, delete unused apps, and dump all those unwanted photos with the PhoneExpander for Mac. You can select exactly what you want to clear out—or back up—and it takes only a few minutes to run, instead of the hours to do it all manually. You can reclaim your iOS space to get it running smoothly again—or finally have the room to download the latest update.
- Free up the space on your iPhone w/ just a few clicks
- Clear your cache (temporary files you don’t notice) w/ the Clean Temporary Files tool
- See how much space is taken up by each app & choose to delete or not w/ the Remove Apps tool
- Delete or back up videos & photos w/ the Remove Photos tool
- Pick which tool you want to use to clear up space
- Choose where you want files backed up
PRODUCT SPECS
Details & Requirements
- Version: 1.1.1
Compatibility
- Mac OS X 10.8 or later
- Optimized for iOS 7 or later, but will run on older iOS versions (5.1.1 and later)
SOFTWARE LICENSE DETAILS
- License redemption deadline: redeemw within 30 days of purchase
- Updates included
- Length of access: lifetime
CSS Hero WordPress Plugin: 1-Yr Starter Plan for $9
KEY FEATURES
With CSS Hero on your team, you can customize every single property of your WordPress theme to make it your own. Not to mention, its incredibly intuitive point-and-click interface makes custom content creation as easy as possible. From fonts to colors, special events to theme skins, your WordPress site will fit your vision without spending major cash and time.
“The best customizing WordPress Plugin ever.” WPDailyThemes
- Customize your WordPress site to make it look exactly the way you want (font, colors, etc.)
- Spice up your site elements with Hover Fx, Shadows, Transitions, and more
- Preview and customize the way your site looks on tablet and mobile devices
- Edit element sizes, margins & paddings
- Export CSS on any platform or source
- Keep track of edits & save presets
- Use pre-made editable style combinations & layouts
PRODUCT SPECS
Compatibility
- CSS Hero allows full control on every element of a number of natively Hero-Ready WordPress Themes and it works on many other WP Themes with Rocket Mode.
- Requires WordPress 4.0 or newer running on a Linux server required
SOFTWARE LICENSE DETAILS
- License redemption deadline: redeem within 30 days of purchase
- Updates included
- Restrictions: includes 1 license for 1 site
- Length of access: 1 year
- Includes easy export feature & CSS Hero Affiliation Program Membership
Digital Entrepreneur Bundle for $19
KEY FEATURES
Have you ever thought about starting your own SEO agency? When this course’s instructor set off to start his own agency, he faced many challenges, and spent many months trying to overcome them. Once he figured it all out, he created a system, repeated his actions, and watched the work roll in as a result. He created this course to share exactly how he did it, and provided the steps to start profiting from SEO and web design services.
- Get 4 hours of expert-led guidance
- Learn to start & build your own agency website w/ Wordpress
- Properly set up your business as an LLC
- Study methods for getting clients for your SEO agency
- Receive template emails & lead generation tools
- Walk through a live case study on how to find good prospects
- Start outsourcing all of your SEO work
- Learn how to close sales
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
John Shea is an entrepreneur, gamer, podcaster, metal music fanatic, and enjoys blogging in his free time. He’s always trying to stay-up-to-date with the latest trends and changes in the constantly growing world of SEO and Digital Marketing.
He’s also the host of the online marketing show Voices Of Marketing where he’s interviewed hundreds of successful online marketers and entrepreneurs. He originally started learning about online marketing as a way to generate additional income, but he truly enjoys connecting with others and helping people achieve their goals.
For more details on this course and instructor, click here.
KEY FEATURES
These days, you don’t need to build an e-commerce store from scratch to start selling online. In this course, you’ll learn how to build a profitable Amazon affiliate store that works and functions like an e-commerce site.
- Study Amazon affiliate store marketing w/ 5.5 hours of training
- Get focused & start organizing and planning tasks
- Set up your e-commerce website the right way
- Pick a niche & do keyword research for that niche
- Design your site & pick a theme
- Maximize conversions to get more buyers
- Get a basic overview of e-commerce SEO
- Promote your e-commerce site w/ social media & free or paid advertising
- Outsource to virtual assistants to work faster
- Learning basic email marketing
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
John Shea is an entrepreneur, gamer, podcaster, metal music fanatic, and enjoys blogging in his free time. He’s always trying to stay-up-to-date with the latest trends and changes in the constantly growing world of SEO and Digital Marketing.
He’s also the host of the online marketing show Voices Of Marketing where he’s interviewed hundreds of successful online marketers and entrepreneurs. He originally started learning about online marketing as a way to generate additional income, but he truly enjoys connecting with others and helping people achieve their goals.
For more details on this course and instructor, click here.
KEY FEATURES
Do you have the business structure in place to succeed, but not the clientele to match? In this course, you will discover a multitude of ways to generate more SEO leads for your digital marketing agency or business. The course includes modules dedicated to different types of lead generation tactics so you can start expanding your business today.
- Get the resources you need to expand your business w/ over 24 lectures & 2.5 hours of content
- Study various lead generation tools: freelancing, cold emailing & calling, job boards, social media & more
- Use LinkedIn & Facebook to generate business
- Get introduced to freelancing sites
- Understand the best ways to cold call or send emails w/ inquiries
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
John Shea is an entrepreneur, gamer, podcaster, metal music fanatic, and enjoys blogging in his free time. He’s always trying to stay-up-to-date with the latest trends and changes in the constantly growing world of SEO and Digital Marketing.
He’s also the host of the online marketing show Voices Of Marketing where he’s interviewed hundreds of successful online marketers and entrepreneurs. He originally started learning about online marketing as a way to generate additional income, but he truly enjoys connecting with others and helping people achieve their goals.
For more details on this course and instructor, click here.
KEY FEATURES
Do you want to learn how to rank your business higher in Google Search? This step-by-step course walks you through everything you need to know about boosting your visibility in the Google local map pack. In August of 2015, Google changed the “local 7 pack” to the “local 3 pack”, showing only 3 business results. It’s now more important than ever to be working on Local Search Optimization for your business.
- Master local search optimization w/ 2.5 hours of instruction
- Set up your website for local search
- Create a strong Google+ business page
- Add your business to important website directories such as Yelp
- Build social media profiles on Facebook, Twitter & LinkedIn
- Learn about several tools for tracking your rankings & auditing your business for search
- Understand the importance of content & how to optimize it
- Generate more reviews for your business on Google, Yelp & 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
John Shea is an entrepreneur, gamer, podcaster, metal music fanatic, and enjoys blogging in his free time. He’s always trying to stay-up-to-date with the latest trends and changes in the constantly growing world of SEO and Digital Marketing.
He’s also the host of the online marketing show Voices Of Marketing where he’s interviewed hundreds of successful online marketers and entrepreneurs. He originally started learning about online marketing as a way to generate additional income, but he truly enjoys connecting with others and helping people achieve their goals.
For more details on this course and instructor, click here.
KEY FEATURES
Pinterest is a great tool for promoting your business across many online groups. The instructor will take you through his own process of using Pinterest for promotion to provide a real life case study. He grew his Pinterest profile to over 5000 followers, and consistently sent new traffic to his shop as a result.
- Study Pinterest marketing w/ 1.5 hours of instruction
- Get started w/ a Pinterest business account
- Learn the basic of “Pinning”
- Study more advanced tactics like using group boards
- Add social sharing & widgets to your store
- Track your progess w/ analytics
- Automate Pinterest tasks w/ specific tools
- Hire a virtual assistant
- Use Promoted Pins for advertising
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
John Shea is an entrepreneur, gamer, podcaster, metal music fanatic, and enjoys blogging in his free time. He’s always trying to stay-up-to-date with the latest trends and changes in the constantly growing world of SEO and Digital Marketing.
He’s also the host of the online marketing show Voices Of Marketing where he’s interviewed hundreds of successful online marketers and entrepreneurs. He originally started learning about online marketing as a way to generate additional income, but he truly enjoys connecting with others and helping people achieve their goals.
For more details on this course and instructor, click here.
KEY FEATURES
Are you unhappy with your job? Have you ever dreamed of becoming your own boss? Do you come home every day wishing there was more to life than just working a 9-5 job? In this course, the instructor will walk you through the mindset changes you will need to make to become an entrepreneur. He will then show you what you can do outside of your job to start living like an entrepreneur.
- Learn to navigate the path to becoming an entrepreneur w/ 1 hour of training
- Walk through the instructor’s personal journey to becoming an entrepreneur
- Learn to stop thinking like most people who work normal 9-5 jobs
- Get ideas for building a business like blogging, affiliate marketing, teaching with courses, podcasting, freelancing & more
- Discover new productivity tools & learn to use them daily
- Understand why you must make sacrifices & have self discipline to succeed
- Get several recommendations for motivational books
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
John Shea is an entrepreneur, gamer, podcaster, metal music fanatic, and enjoys blogging in his free time. He’s always trying to stay-up-to-date with the latest trends and changes in the constantly growing world of SEO and Digital Marketing.
He’s also the host of the online marketing show Voices Of Marketing where he’s interviewed hundreds of successful online marketers and entrepreneurs. He originally started learning about online marketing as a way to generate additional income, but he truly enjoys connecting with others and helping people achieve their goals.
For more details on this course and instructor, click here.
KEY FEATURES
Google and other search engines crawl the pages of your site to determine what content is displayed in their index. If data is missing, broken or needs improvement, an SEO audit will help you make the improvements needed to see better results. In this course, the instructor will walk you through exactly how to go about creating very simple audits so you can improve your site’s SEO.
- Learn to to check the health of a site w/ a variety of different tools
- Understand when meta tags are too long, duplicated or empty
- Know when title tags are too long, duplicated or empty
- Find broken links & 404 pages
- Determine if a site is mobile-friendly
- Check if your website contains an XML site map
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
John Shea is an entrepreneur, gamer, podcaster, metal music fanatic, and enjoys blogging in his free time. He’s always trying to stay-up-to-date with the latest trends and changes in the constantly growing world of SEO and Digital Marketing.
He’s also the host of the online marketing show Voices Of Marketing where he’s interviewed hundreds of successful online marketers and entrepreneurs. He originally started learning about online marketing as a way to generate additional income, but he truly enjoys connecting with others and helping people achieve their goals.
For more details on this course and instructor, click here.
HomeSpot Dual Stream Bluetooth Audio Transmitter for $29
KEY FEATURES
While you may want your game or movie sound at full blast, the company you keep may not. Either way, the HomeSpot Dual Stream Bluetooth Audio Transmitter will deliver sound from your TV to your headphones, no questions asked. It turns your audio device into a Bluetooth-enabled streaming machine so that you can listen to whatever you want, whenever you want.
- Turns your stereo audio device into a Bluetooth-enabled, wireless streaming machine
- Delivers high-quality audio
- Minimizes lip sync latency w/ aptX-enabled device
- Plays full blast in your ear, but keeps quiet otherwise
- Connects to 2 Bluetooth devices simultaneously
- Syncs audio & video w/ aptX & aptX-LL supported devices
- Connects via 3.5mm audio jack, RCA for analog audio, or optical TOSLINK for digital audio
- Takes up minimal space w/ compact design
PRODUCT SPECS
Details & Requirements
- Dimensions: 2.2” x 1.2” x .6”
- Weight: 1 oz
- 3.5mm audio-out jack
- Connects to 2 Bluetooth devices simultaneously via 3.5mm audio jack, RCA, or optical TOSLINK
Includes:
- HomeSpot Bluetooth transmitter w/ S/PDIF (Optical) input
- Optical TOSLINK audio cable
- 3″ 3.5mm audio cable
- 3″ RCA cable
- 3″ micro USB cable
- Please note: HomeSpot BTADP-128-D only supports PCM audio signals and does not support Dolby AC-3, DTS, or other surround sound signals. Therefore, it is important that the digital audio output of your device defaults to or can be set to PCM/LPCM output. Otherwise, the sound output will be noise/static.
Compatibility
- Connects via 3.5mm audio jack, RCA, or optical TOSLINK for universal compatibility with TVs & other devices
STAMP Premium Music App for $4
KEY FEATURES
Whether you’re switching from Spotify to Apple Music or using multiple music services at once, STAMP lets you easily transfer all your favorite playlists without lifting a finger. Forget manually moving one song at a time and slowly recreating playlists from scratch, STAMP automatically searches for and imports your music for you.
- Moves your songs & playlists across various services
- Allows you to pause & restart the import whenever you want
- Saves at least 10 hours of continuous work when you move an average of 1200 songs
- Moves music to Apple Music, Google Play & Spotify
- Moves music from Spotify, Apple Music, GooglePlay, Rdio, YouTube, CSV & Deezer
PRODUCT SPECS
Details & Requirements
- Premium includes:
- Unlimited songs
- Unlimited playlists
- Email support
Compatibility
- Mac
- Windows
- Apple Music
- Google Play Music
- Spotify
- Rdio
- YouTube
- Deezer
- CSV
3-in-1 Mighty Stylus, Pen & 8GB USB Drive for $12
KEY FEATURES
The 3-in-1 Mighty Pen is a one-stop shop for the communication needs of today’s world. With just one gadget that easily slips into your pocket, you can share files and photos with the USB, jot down notes, and double-click and scroll with the stylus. Plus with 8GB of space—that’s 2 million pages of data—you can keep all your on-the-go files in one place.
- Acts as a stylus, pen & USB storage
- Stores up to 2 million pages of data w/ 8GB of space
- Hides the USB w/ its covert design
- Fits anywhere w/ sleek, compact design
- Compatible w/ Macs & PCs
To purchase in silver, see drop-down above.
PRODUCT SPECS
Details & Requirements
- Capacity: 8GB
- Color: black
Includes:
- 3-in-1 Mighty Stylus, Pen & 8GB USB Drive (black)
Compatibility
- Mac
- PC
LuminAID PackLite 16 Inflatable Solar Light for $17
KEY FEATURES
Whether you’re looking for an in-case-of-a-blackout light or a durable camping light to throw in your pack, LuminAID will go above and beyond the call of duty. LuminAID charges in the sun and provides up to 30 hours of light for up to 125 square feet of space. Just clip it on your bag or throw it in your first-aid kit, and never worry about electricity again.
- Made of a thick, durable, water-resistant TPU (PVC-free) material
- Features a flashing setting for emergencies
- Provides up to 16 hours of consistent LED light
- Easily recharges in the sun
- Includes two extra bright LEDs that provide over 65 lumens on the Extra Bright setting
- Folds up into a portable size & inflates to create a lantern
- Lights up an 125 sq. ft space
Also available in a two-pack. See drop-down above for details.
PRODUCT SPECS
Details & Requirements
- New & improved edition
- Dimensions: 8.25″ W x 12″L (when not inflated)
- Weight: 2.9 oz
- Push Red Button for Extra Bright, High, LOW, and Flashing settings
- 6 Hours LED light on Extra Bright setting
- 10 Hours LED light on High setting
- 30 Hours LED light on LOW setting
- Up to 32 Hours on FLASHING setting
- Recharges in 7 hours of direct sunlight
- High-efficiency ~19% monocrystalline solar panel
- Lithium-Polymer Ion battery with hundreds of recharge cycles
- Waterproof up to 1 meter deep and can float (IPX-7)
- Product is 100% PVC free and all components are lead-free and RoHs compliant
Includes:
- LuminAID LUM-PL16 PackLite 16 Inflatable Solar Light
Nipyata! Booze Piñata for $79
KEY FEATURES
Piñatas aren’t just for kids anymore. This colorful one is filled with nips of all your favorite liquors from Fireball to Schnapps and of course, tequila. They didn’t forget the candy, and the whole crew is there: Skittles, Starburst, Lollipops, and more. Take your guests back to their childhood party days, but reward them with delicious booze. Sounds like a party.
- 10 nips of assorted liquor
- 20 feet of rope
- Assorted candy: Skittles, Starburst, Gummy Lifesavers, Dots & Dum Dum Lollipops
- Nipyata! fortunes: naughty messages attached to each nip
- Customizable design: open it & reseal to add more items
- Blindfold & smashin’ stick
- Made in the USA
PRODUCT SPECS
Details & Requirements
- Maximum Capacity: 25 Nips
- Dimensions: 24″H x 5″W x 14″D
Includes:
- 10 Nips of liquor
- 20 Feet of hanging twine for your convenience
- Assorted candy
- Nipyata! fortunes
- Blindfold
- Smashin’ stick
SHIPPING DETAILS
- Free US Shipping
- Not available for delivery to: AL, AK, AR, GA, KY, LA, MD, MA, MS, MO, NH, ND, OH, OK, PA, SD, TX, UT, VT and WV.
Orders placed for delivery to these states will be canceled and the payment will be refunded.
FIXD Active Car Health Monitor for $34
KEY FEATURES
Fact: this compact sensor could save you thousands of dollars in car repairs. Just plug it into your car and connect to your phone via Bluetooth to get started. FIXD does everything from deciphering a “check engine” light to determining whether a problem is drivable or needs immediate attention. Even set it up with multiple cars, so no vehicle goes unprotected.
- Translates your check engine light in simple terms
- Tells you the severity & consequences of the car problem
- Reminds you when maintenance is needed
- Allows you to clear the check engine light
- Lets you remotely monitor all your family’s vehicles
PRODUCT SPECS
Details & Requirements
- Dimensions: 1.5″L x 2.5″W x 2.5″H
- Weight: 0.15 lb
- Material: ABS Plastic
- Finish: gloss
Includes:
- The FIXD Sensor
- User guide
Compatibility
- Most vehicles sold in the United States from 1996-present
- Apple iPhone 4s or later (iOS 8 or later)
- Android 4.0.3 or later
Agile/Scrum Certification Training for Project Managers for $44
KEY FEATURES
PMI® certifications aren’t just great to have, they’re often considered prerequisites for elite project management careers within Fortune 500 companies. Whether you’re looking to add another PM method to your toolbox or get started in the field, this training will prep you to pass the highly-regarded PMI-ACP exam. You’ll learn everything from how to manage multi-generational teams to the tools and techniques of Agile—all of which are crucial to your team and personal success.
- Prep for the PMI-ACP exam w/ an online course
- Learn w/ 20+ courses & 25 hours of content
- Learn to embrace complexity & thrive on rapid response times
- Master Agile principles & techniques
- Prepare to pass the PMI-ACP® exam
- Study many approaches to Agile such as Scrum, Kanban, Lean, extreme programming (XP) & test-driven development (TDD)
- Download the included printable study guides
- Understand concepts w/ labs, games & activities
*PMP, CAPM, PMBOK, PMI, PMI-ACP and the PMI Registered Education Provider logo are registered marks of Project Management Institute, Inc.
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
- This training does not include exam fees. Exam costs are separate.
- The PMI Agile Certified Practitioner (PMI-ACP)® exams are administered by Prometric. To locate the test center nearest you, please visit www.prometric.com.
Compatibility
- Internet required
THE EXPERT
LearnSmart has served the technology community with high-quality certification and skills training since 1997. LearnSmart has grown rapidly as a leading provider for individuals and corporations, serving clients from Fortune 500 companies to universities, government institutions, and the armed forces.
For more details on this course and instructor, click here.