AW Software Products ExcitingAds :: Exciting Ads

kahm-logo

Sitemap

 
"Learn and Understand C# Delegates fast by coding"
"Delegates arevery useful in C#, but the concept behind delegatesmight behard to fully understand, thereforecan be confusing for a lot ofC# developers.It is inevitable for a C# developer to notice the scenarios while coding, when the use of a delegate could come invery handy. I will be yourguide through your delegate learning path, and make it simple for you to understand through my logically builtexamples.This is my first course, which gives an introduction to the C# delegates.If you follow along, you will understand the delegate related topics much easier: Events, Lambda expressions, LINQ. Anonymous methods, Events, and Lambdas will be also covered in the future sections of this course!LINQ can make your C# code more powerful, and simpler, because it gives you an easy and concise way to query objects. But in order to use it, youfirst need to understand how delegates work.Why should you take this course instead of watching Youtube videos about delegates?Because this course will give you an in depth introduction to delegatesBecause one simple example may not be enough for you to recognize the situation for a delegate to be useful in software developmentBecause instead of declaring onesimple example, I'll coverlogically built, more realistic examples to make the topic simple for you to learn and understandYou will learn how Action<T>, and Func<T, TResult> work, which is inevitable to know for writingLINQ queriesWhat will you learn inthis course?You will learn what a delegate isYou will learn howto create and use delegatesYou will see the difference of direct method invocation and delegate invocationYou will see how useful delegatescan be through logical examplesHow to avoid code duplication by using delegatesHow to invoke multiple methods through delegatesHow delegate inference can help us to write simpler codeHow to use Action, Action<T>, Func<T, TResult>Why should every C# developer be familiar with the concept of delegates?Delegates are extremely critical part of the .NET FrameworkMight be the solution for a lot of problems when developing a softwareUsing delegates will allow better code reuse to your softwareYour code can become more flexible and powerful when using C#delegatesYou will very commonly use delegates, when using events, creating LINQ queries etc."
Price: 124.99

"Learn to Pole Dance with Complete Pole"
"Get your pole from Completepole.com!Complete Pole is the ONLY instructional series available today to feature ALL variations of Pole Dancing and Fitness. Feel stronger, sexier and have fun learning artistic pole dancing! Enjoy learning from industry champions and artistic masters! 'Complete Pole' is an instructional series developed to teach beginners, intermediate and advanced students a variety of pole dancing and fitness techniques. You will be entertained and challenged with easy to understand and professionally filmed content. Start your pole dancing adventure today! This Udemy course include:-Classic Pole Movement-Contemporary Pole Movement-Tricks and Trick Combos-Strength and Flexibility Conditioning-Chinese Pole with Steve Gale-Chinese Pole with Jacob 'Kujo' Lyons"
Price: 64.99

"From Writer to Author"
"You've always wanted to write a book. Maybe you've even started one. But for some reason you've never been able to finish.You have ideas. You have skills. You have a love of writing, and you certainly have the desire to be an author.What you don't have is a book--and you're ready to change that.The problemis that the real barriers to finishing a book are inside of you.""That's a stupid idea.""""Idon't feel like writing.""""This sucks.""Writers tell themselves these things all of the time. The secret is thatso do authors. Authors just keep going anyway.What's the difference between a writer and an author? The way I think of it, a writer is someone who dreams of writing a book; an author is someone who actually has.My name is Chad Frisk, and while I'm by no means a famous author, I have finished a number of books, including Direct Translation Impossible: Tales from the Land of the Rising Sun, and This is Not a Sutra: A Trial and Error Guide to Meditation for Secular Thinkers.I struggled immensely to do so. Most days,I didn't want to write. Most of the time,Ididn't know what was going to happen next. Iwas oftenconvinced that the books were so incoherent that my only choice was to give up.The fact is that I still don't want to write everyday.I still don't know what's going to happen next, and I still do want to scrap my books all of the time.With the help of a number of teachers, however,I've figured out a way to move forward anyway. In this course, we will dive deeply into the psychological barriers that stand between me (and you) and a finished book.More importantly, you will learn techniques I've developed to move past each of them.Here's a quick outline of the contents of the course.There are three modules with a total of 24 lectures. The modules are as follows:The Idea Phase--you'll learn about two common blocks that keep would-be authors from starting, and ways around them.Drafting--You'll learn three specific psychological challenges you may face during the drafting phase, and how to work with them.Revising--You'll learn three more mental obstacles that appear during the revision stage, and why they don't have to scuttle your project.The modules are mostly video lectures, with a few PDFs detailing specific techniques I've borrowed from other established creative professionals.I've also included a list of resources (books and pertinent blog posts) that have helped me go from aspiring writer to dedicated author. Feel free to peruse the list if you're looking to continue your exploration when this course is over.Who Shouldn't Take This CourseIt's important for me to say that this course will not appeal to everyone.Digging into your personal psychology can be very hard. It's painful to shine a light on your insecurities, and I totally understand why someone might not be ready or interested in doing so.This course, however, goes straight for those insecurities. The content can at times be unforgiving. It's not my intention to be cruel; it is, however, my experience that actually finishing books and becoming the author you are capable of becoming is a very challenging, often painful process. I think thatthe rewards are well worth the pain, but that might not be true for everyone.If you're prepared to look closely at your reasons for not finishing, and to do the work necessary to change that, this course willoffer youthe resources to do so.If that sounds like something you're interested in, then I'll beexcited to have you in this course! I'll do my best to give you the tools to take charge of your own writing process. What you do with them is then up to you.Hope toTalk Soon,Chad"
Price: 44.99

"Learn Git by Doing: A step-by-step guide to version control"
"Learn Git By DoingThis course is designed to get students working with Git and Github as soon as possible. By the end of the course students will have hands-on experience working with Git and Github and will be able to use Version Control on any project. Course PrinciplesLearn By Doing -- We believe that the best way to learn is by doing. That is why all of the core videos are designed for you to be able to follow along and reinforce the concepts taught in the video by actually typing along. 80/20 Rule -- With most technologies it takes 20% of the knowledge about the technology to be able to accomplish 80% of the tasks you need to do with that technology. Therefore its important to start by learning that crucial 20% that allows you to get up and running with the technology quickly. We still believe that you should learn the rest as well so weve included that material in the Advanced Topics section and continue to add to it.I do, We do, You do -- We believe that the best way to learn a new technology is to first observe how it is used, then code along with someone, and finally use the technology yourself. This is why we have our videos along with assignments throughout the course that allow you to solidify what you learned from following along.Course StructureThe course is split into two main sections: Core Competencies and Advanced Topics. Within the Core Competencies we first go over using the Terminal for students who have absolutely no experience with the Terminal (this section can easily be skipped by those who already feel comfortable interacting with the Terminal). We teach students how to navigate their folder structure and create files and folders. We then jump straight into Git and teach students how to create repositories and commit changes. We then teach students how to go back in time with resetting and reverting before moving on to branching and merging. After teaching the basics of Git we add in Github to show students how to interact with a remote repository and then we go over the proper workflow for collaborating using a remote repository. After going through the Core Competencies we feel that the student will have a solid foundation to be able to use Git with collaborators on 80% of the tasks they may need to tackle.In the Advanced Topics section we periodically add content on some more advanced aspects of git including Rebasing, Stashing, advanced Merge scenarios, etc. to make sure that students always have a place to learn the advanced concepts that they may not see too often but still need to know. Sign up for the course and Learn Git Today!"
Price: 49.99

"How to Create Make build an Online Ecommerce Store Website"
"In mycourse, you're going to learnhow to create an online ecommercestore website. You'll buildan amazing, professional onlineboutique for under $60 and fully stock the store with zero out of pocket cost... and a whole lot more!Among the several things youll be learning, youll acquire these 3 powerful skills along the way:You'll be able to build a website that's ready to customize in just a few minutesYou'll be able to design abeautiful boutique andlogo without coding or any priordesign skillsYou'll be able to sell brand name clothing, accessories, jewelry etc.without spending money up front for stock.Build your own website yourself - Save thousands in development costs.One of the most valuable skills you can teach yourself today is how to makea website because if you want to create an business, essentially,all you need is a website and a logo. In this course, you'll learn how to build a bare bones website in under 10 minutes.After creating the site, you'll be able to customize the sites design yourself.How will you buildan ecommerce website without any prior knowledge of software or coding?In this course, I'm going to show youhow to design your whole site without using code. Iwill be providing minimal pieces of code to improve the style of the site. However, if you'd like to create your own online store, you'll quickly see that youwon't be required to code at all.You'll learnhow to use Wordpress. Wordpress is a website platform that allows beginners to completely create websites and operate them without any prior knowledge of software or coding. Wordpress has become the most popular platform for website creation. Because of it's popularity, you're able to find thousands of third party extensions that you can use to make your website do anything, including creating an ecommerce website.Sell any type of product you want - your own or brand name - without spending a dime for stock.Here are just a few types of products you can sell:Your own products that youve created yourself or product you alreadyownWholesale productsBrand name productsWith this course, youll be able to sell products you create yourself or already own. Youll also be able to sell products, even if you dont have stock. Ill show how to create an online store, and how to find millions of brand name products that you can sell without spending any money up front for stock.What exactly will you be learning?This course provides clear, step by step instructions for anyone who is interested in learning how to create an online store and stock it with products, even if you dont have products to sell yet.How to build a website in under 10 minutesHow to design awebsite without codingHow to use WordPressHow to use WoocommerceHow to design your own logoHow to make opt in formsHow to do Affiliate MarketingHow to do Drop ShippingHow to track your visitors using Google AnalyticsHow to do SEOHow to set up payment gatewaysPlus a whole lot moreSave yourself thousands of dollars in development fees and have tons of fun while youmakea professional, online store yourself.This will be the most amazing and profitable thing you'll learn this year. We stand behind Udemy's 30 day money back guarantee, so why not give it a try?To get started, click the button that saysTake This Course and Ill show you how to create an online store that people will love and that will make you money."
Price: 119.99

"Focus to Write: Time Management Essentials For Writers"
"How many times have you thought ""I'm really going to focus today"" but then found yourself getting sidetracked?In the 21st century, time is of the essence, as we need to prioritize in order to focus on the results we want to achieve for ourselves.Focus to Write is a productivity-boosting system specifically designed to help people who lead a busy life and are struggling to find enough time to write.""A useful course with plenty of practical guidance on how to get more focused and make best use of your time for writing... One thing I liked is Valerie shows us how she uses many of these tools herself. I can now see how she is able to work full-time as a doctor, run a home, publish a blog, write a novel -and also create an online course!"" Mervyn Smallwood""This course gave me great tools for managing my time more effectively... It was easy to go through and the concepts were clear. I loved the visuals. Great resources and bonus too."" Cherryl ChowBy taking this course, you'll learn proven techniques to increase your concentration, boost your energy and train your brain to create daily, and much more...This course is divided into three parts:Develop a Productive Mindset. You'll learn to create a powerful vision and set your writing goals.Get Ready to Focus. In these lectures, you'll set up your workspace, develop a morning routine, become aware of what distracts you and more.Kill Writer's Block With The Right Tools. An introduction to the best apps available for writing and task management,and how to stay motivated at all times.Throughout the course, you'll have an opportunity to complete short exercises that will help you to progress quickly. REMEMBER: 1hour ofplanning saves you 10 hours of doing!""This course is very complete, from A to z, and except for very specific few articles (like the Scrivener app or the Writer ""pain""), it will benefit everybody with a goal and a time management problem... I like the fact that Valerie stressed the importance of a routine in the morning, visualization, goal reminding, exercise, and also the importance of breaks and naps... In a nutshell, great course!"" JacquelineThis course doesn't end with the last lecture. It's an active journey to start making changes for a better life and for achieving your writing goals. Be prepared to reflect on your priorities and what you really want to become, so that you can ""make a dent in the universe""."
Price: 99.99

"Gestin de No Conformidades y Oportunidades de Mejora"
"Bienvenido a nuestro curso Gestin de No Conformidades y Oportunidades de Mejora. Este curso fue diseado por personal altamente calificado frente a temas de calidad y gestin empresarial, con ms de 10 aos de experiencia en diversos sectores e industrias. Este curso est dirigido a los lderes de procesos o personal encargado de gestionar las oportunidades de mejora que se identifiquen en cada una de las reas.En este curso encontrars material en video y artculos con el contenido necesario para garantizar la comprensin adecuada del tema. Asimismo se evaluarn, en pequeas actividades, el conocimiento adquirido buscando el afianzamiento de lo aprendido.Una vez finalices este curso tendrs la capacidad de identificar, redactar, analizar,hacer seguimiento y cerrar, con eficacia,las acciones correctivas, preventivas y de mejora en tu organizacin generndole un valor incalculable."
Price: 24.99

"Discover Fortune Telling With Charms"
"Have you been seeking a quick and easy way to get answers to life's questions?Are you familiar with cartomancy, runes, or other forms of prediction and divination? In this course, you'll exploretreasure casting,a new brand of divination that'sas accurate as a tarot reading. You'lllearn to cast and interpret15 treasures or charms to perform your own readings in minutes.I designed this course to be easily understood by absolute beginners.First, you'llassemble the treasures in your set. Next, you'll watchtechniques for casting them to get the mostaccurate readings. Finally, you'll learn how to perform a reading in a step-by-step fashion by following me through sample readings. At the end of the course, you'll be adept at using your treasure casting set to perform readings forany question and on any topic, includinglove and relationship readings, career and moneyreadings, guidance and spiritual readings."
Price: 29.99

"Learn about Intermittent Fasting & Optimum Nutrition"
"Learn about Intermittent Fasting from aNutritional expert, Andy Fox B.Sc. Nut Med;Dip Ir.Transform yourself into a healthier and better looking YOU naturally!Has your 'get up and go got up and gone'?Do you feel Tired All The Time (TATT)?Do you have excess weight that you are finding hard to shift?Do you find it difficult to focus and concentrate?Are you struggling to beproductive?INTERMITTENT FASTING IS THE ANSWER!It is simple, natural and easy to apply.Thiscourse will help you to learn the skills needed to make Intermittent Fasting a success for you.Andy will guide you through the course coveringthe following topics:IntroductionWhat is Intermittent Fasting?How does Intermittent Fasting work?The Health Benefits of Intermittent FastingChoosing an Intermittent Fasting styleHow to apply Intermittent FastingIntermittent Fasting mythsMetabolism mythsFundamental Principles of Good NutritionProtein, Carbohydrate, Fat &Good Gut Bacteria10 Nutritional TipsResources include:Intermittent Fasting WorkbookQuizzesTemplatesFood listsJoin me and experience the wonderful health benefits that this simple eating lifestyle brings!"
Price: 24.99

"Accounting Fundamentals Using Quickbooks"
"This is a fundamentals of Accounting course. It explains the basic concepts and terminology of Accounting. It will give you a solid basis in Accounting, even if you have no prior experience at all. The first part of the course covers Accounting theory that will apply no matter what Accounting Software you use. If you are a business owner, student or even if you suddenly find yourself having to deal with Accounting issues this course will help you get started. In the second part of the course, we will install and learn the basics of working with, the most popular Accounting software for small businesses. You will be taken step by step through the creation of a new company and how to accomplish some of the more basic functions of the program. At the end of this course, you will be in a position to take more advanced Accounting lessons."
Price: 19.99

"7 1/2 steps to Radical Work-Life Balance"
"Do you spend your days in a high-pressure position (whether at-home or on-the-job) that involves taking care of others and their priorities? Do you find ita challenge to put in the hours, commitment, and drive necessary to excel in your position, and still have the well-being and fuel neededto take care of yourself and your family?I will cover simple, practical tips for finding that elusive, essentialbalanceto shine personally and professionally,and share simpleeffective tools for creating smallshifts in your daily life, enabling you to feelless overwhelmed, more focused and clear, and better equipped to live life with joy, efficiency, and time for others AND for yourself!"
Price: 19.99

"How to Fly for Free: Master the Points Game & Travel Cheap"
"Please note that this course is designed for United States residentsand anyone eligible to apply for credit cards in the U.S.All of thelessons focus onU.S. credit cards and U.S. airlines.In thistravel-hackingcourse, I'll teach you a few simple strategies I've used to earn hundreds of thousands of frequent flier miles. Inone hour, you'll learn exactly how to maximize the benefits of travel-reward credit cards, which cards to apply for, and how to keep earning points and miles year after yearallwith minimal impact on yourcredit score.Start Earning Free Flights Immediately with Quick, Practical AdviceIn this course, you'll learn:How to pick the best travel-reward cards for each airline.Which cards allow you to earn big sign-up bonuses again and again (and which don't).Secretsthetravel-hacking prosuse to make the most of their frequent-fliermiles.How using credit cards to earn free flightsreallyaffects your credit score.How to avoid the most common mistakes amateurs make when earning and redeeming miles.Most travel-hacking resources areoverly complicated. This course isn't one of them.Dozens of friends have told me they're overwhelmed by all the travel-hacking advice out there. These friends don't want to juggle dozens of credit cards so they canfly half way around the world every month. They just want to earn a few free flights a year or learnhow Ifly business class for free every time I go abroad. I designed this course with those friends in mind.If you're a beginner, this course will walk you step-by-step through exactly which cards to apply for (and in what order). By watching a series of short videos, you'll learn what frequent flier miles are really worth,the minimum value you should always get every time you apply for a new card, and how to spot a bad deal a mile away.In just underone hour, you'll emergea free-flight ninja ready to see the world for next to nothing."
Price: 39.99

"Xcel Project Manager-An Awesome Project Management Tool!"
"Introduction:Project managers today are asked to take on increasingly challenging responsibilities. In an era of limited budgets and risk averse organizations, project managers (PMs)must be able to cut costs while managing many complex projects andmultiple staff members while adapting on the fly to challenging business conditions. If you can relate,Xcel Project Manager (XPM) is for you.There are software systems that attempt to do what XPM can do. Unfortunately they are often expensive and have too many varied tools to be practical for the average PM. XPM is is perfect because it is simple in its construction and is highly adaptable to new staff, changes in salary and cost, and changing resource assignments. Through this course you will make a complex yet simple tool that you can refine to your needs over time.If you don't have time to take the course right now, you may download the finished product in the last section and use the videos as a tutorial for how to use it!What XPM can do:XPM tracks projects on a weekly basisMeasures task and project costs weekly based upon staff resources assigned to themTabulates costs for multiple projects into resource summary rows in each project sheet. This allows for the PM to make changes while keeping track of overall allocation.Can be used to project far into the futureAllows for justification for new hiring (or force reduction) based upon projected resource needsPresents an easy mechanism to add new projects and write new proposals with immediate recognition of impacts to staff resourcesAllows for immediate response to changes in allocation on a weekly basis or for changes in salary or costIt is completely adaptable to your needs once you learn the simple mechanisms of connecting separate spreadsheets through formulasThe following is a course outline:Section 1: Welcome!Section 2:Create a weekly project tracking spreadsheetSection 3:Create a staff resources accounting spreadsheetSection 4:Tie weekly project tracking spreadsheet to accounting (staff cost sheet)Section 5:Establishsummary project and staff resources spreadsheetsSection 6:Add new projectsSection 7:Improve readability (and attractiveness of sheets). Also managestaff resources and project budgets. Learn to manage a project proposal.To take this course you only need a willingness to learn and access to Microsoft Excel (I use 2016 but 2013 is very similar).Thank you for taking the course! Iwill be responding to questions and keeping track of any issues that students may have. This course should establish skills that will be immediately usable for all project managers in any field.Ian Dowdy, MBA"
Price: 19.99

"Intro to Docker for Beginners"
"Docker is the latest in Automation in virtualization of Servers. Many of the top companies like PayPal, eBay, lyft, groupon and many others are starting to implement Docker in production. Even though Docker is new, it is already a sought after skill for System Administrators, Developers and anyone looking to setup any kind of web server, you are going to need Docker. Your skills and experience after taking this course will get you ready to use Docker from development to production. You will be able to automate the entire process from development to production.In this course you will begin with Installing Docker and getting your pc ready for Docker. Then you will learn about pulling Docker images and we will go though the Docker commands and start creating web servers like tomcat and nginx. Docker is easy to setup and run especially if you are using Kitematic."
Price: 19.99

"Learn R By Intensive Practice"
"Learn R By Intensive Practice.Take a look at these top-rated reviews...""This course has delivered on what it's title describes. A+""-Alejandro Suarez ""Your course has helped me a ton to grasp the basics of R language.""- Surbhi Arya""One of the best course for beginners to learn R!""- Manoj PoojaryThis Course Also Comes With: Numerous End-of-Lesson Challenges Real Data Manipulation Project and Grand Test Lifetime Access to All FutureUpdatesFast &Friendly Support in the Q&A sectionUdemy Certificate of Completion Ready for Download A30 Day ""No Questions Asked"" Money Back Guarantee!R is known to have a steep learning curve and the explanations in most tutorialsare often vague and high level. But this course is different. The conceptsarestructured in a step-by-step fashion where one concept leads to the next logical topic and build on it. All topics close with an associated coding challenge similar to what you'll encounter in real world.By the end of the course, you will not only understand how they work but you will feel comfortable to do any sort of data manipulationyou can imagine. This kind of ability requires a lot of practice. Studies show that if you practice what you learnt within 24 hours of learning it, your understanding lasts longer and you gain the ability to instinctively apply what you learnt in the real world.That is why at the end of most lessons, you are posed a coding challenge and asked you to solvebefore moving to the next topic. I sincerely hope you take these challenges seriously. It matters less if you get the answer in a minute or an hour. What matters is that you make an honest attempt. Besides, I reveal the answer at the end of the videos."
Price: 199.99

": (Kotlin) (201711 )"
"$10 :EVENT-01 2011 . ,(JVM) . , . 5 18 . . .MVP TDD . :) GitHubtaehwandev/Kotlin-Udemy-Sample ."
Price: 89.99

"Employer Branding for Talent Acquisition"
"Recruiting is becoming more like marketing each day. Talent acquisition teams now need to have a strategy for everything from video to SEOto social media, or else risk getting left behind.More than that, individuals must learn about these new trends in the recruiting space or risk having their own careers stagnate.This course is first and foremost for HRand talent acquisition professionals who want to master employer branding in order to help their organizations attract the best talent, and to propel their own careers.In this course, we'll cover why employer branding matters in the age of transparency, how organizations can build their brands both with large and small budgets, and how to track the effectiveness of your employer branding efforts."
Price: 24.99

"Build Your First Home Studio- A Step-By-Step Guide!"
"This course is designed to help you buildyour first high quality home studio! We look at a variety of topics including:what gear you need to have a fully functioning home studio,experience based recommendations on what gear might be best for you,step-by-step instructions on how to set everything up, what you are looking for in setting up your specific recording space, how to avoid room reflections,studio monitors, troubleshooting common issues, and more! If you have ever wanted to build a studio and begin recording high quality music from homethen this course is for you!A Note From Dean (Course Instructor): ""This course was createdout of my experience ofwriting and recording formore than a decade in my home studio where I write/record/produce/mix original music, teach classes on songwriting/musicproduction, andproduce musicforpaying clients... ALL using the same gear,set up, and techniquesthat I share with you in this course!"""
Price: 99.99

"CompTIA A+ 220-901 Certification Prep Course"
"CompTIA A+ training teaches students fundamental competence in areas such as installation, preventative maintenance, networking, security, troubleshooting, customer service and communication to work with clients. In order to achieve your CompTIA A+ certification you will need to pass two exams - 220-901 & 220-902. After completing the CompTIA A+ 220-901 course, students will know hardware, laptops, motherboards, processors, memory, CPU, troubleshooting theory, preventative maintenance techniques, Windows XP, Windows Vista, Windows 7, Windows 8, mobile operating systems Android and Apple iOS, cables, connectors, network types, security concepts, security technologies, viruses, malware, communication and professionalism.CompTIA A+ 220-901covers the fundamentals of computer technology, installation and configuration of PCs, laptops and related hardware, and basic networking.CompTIA A+ 220-902covers the skills required to install and configure PC operating systems, as well as configuring common features (e.g. network connectivity and email) for mobile operating systems Android and Apple iOS.As a CompTIA Partner,our course curriculum is either CAQC (CompTIA Authorized Quality Curriculum) or in the process of becoming CAQC, ensuring you receive the training and knowledge needed to succeed. According to CompTIA, A+ certifications are held by 900,000 IT professionals. This certification is a proven starting point to your career in IT - with whatever path you may choose."
Price: 199.99

"CompTIA A+ 220-902"
"CompTIA A+ training teaches students fundamental competence in areas such as installation, preventative maintenance, networking, security, troubleshooting, customer service and communication to work with clients. In order to achieve your CompTIA A+ certification you will need to pass two exams - 220-901 & 220-902. After completing the CompTIA A+ 220-901 course, students will know hardware, laptops, motherboards, processors, memory, CPU, troubleshooting theory, preventative maintenance techniques, Windows XP, Windows Vista, Windows 7, Windows 8, mobile operating systems Android and Apple iOS, cables, connectors, network types, security concepts, security technologies, viruses, malware, communication and professionalism.CompTIA A+ 220-901covers the fundamentals of computer technology, installation and configuration of PCs, laptops and related hardware, and basic networking.CompTIA A+ 220-902covers the skills required to install and configure PC operating systems, as well as configuring common features (e.g. network connectivity and email) for mobile operating systems Android and Apple iOS.As a CompTIA Partner,our course curriculum is either CAQC (CompTIA Authorized Quality Curriculum) or in the process of becoming CAQC, ensuring you receive the training and knowledge needed to succeed. According to CompTIA.org, A+ certifications are held by 900,000 IT professionals. This certification is a proven starting point to your career in IT - with whatever path you may choose."
Price: 199.99

"CompTIA Network+ N10-006"
"CompTIA's Network+ N10-006 is a vendor-neutral certification that validates technical competency in networking administration and support. The Network Plus certification confirms a technician's critical knowledge of media and topologies, protocols and standards, network implementation and network support. The exams also cover domains such as security, safety and environmental issues and communication and professionalism.The CompTIA Network+ N10-006 Certification Training Course measures the necessary competencies for an IT professional with approximately nine months experience in network support or administration. Students will learn the knowledge and skills needed to install, manage and troubleshoot a variety of networks on any platform.Our Network Plus training course follows the CompTIA objectives, ensuring you receive the training and knowledge needed to succeed."
Price: 199.99

"CompTIA Advanced Security Practitioner (CASP)"
"CompTIA's CASP - CompTIA Advanced Security Practitioner, is a vendor-neutral certification that validates IT professionals with advanced-level security skills and knowledge. This certification course covers the technical knowledge and skills required to conceptualize, design, and engineer secure solutions across complex enterprise environments. It involves applying critical thinking and judgment across a broad spectrum of security disciplines to propose and implement solutions that map to enterprise drivers, while managing risk.There is no required prerequisite for this course however, the CASP certification is intended to follow CompTIA Security+ or equivalent experience and has a technical, hands-on focus at the enterprise level.This CASP training course follows the CompTIA authorized objectives, ensuring you receive the training and knowledge needed to succeed."
Price: 199.99

"CompTIA Security+ SY0-401"
"CompTIA's Security+is a vendor-neutral certification that validates the competency of security professionals working in the IT industry. The Security Plus Certification confirms a technician's critical knowledge of communication security, infrastructure security, cryptography, operational security, and general security concepts. Because human error is the number one cause for a network security breach, CompTIA Security+ is recognized by the technology community as a valuable credential that proves competency with information security.The CompTIA Security+ Certification Training Course measures the necessary competencies for an IT professional with approximately two years networking experience. Students will learn the knowledge and skills needed to protect your business from the theft or destruction of information or disruption of communication.This Security Plus training course follows the CompTIA authorized curriculum, ensuring you receive the training and knowledge needed to succeed.Security+ is government approvedSecurity+ is globally recognisedSecurity+ provides substantial earnings potentialSecurity+ is industry supported"
Price: 199.99

"CompTIA Cloud+ (CVO 001)"
"CompTIA's Cloud+ is a vendor-neutral certification that validates technical competency in methodology required to securely implement and maintain cloud technologies. The Cloud+ certification validates the knowledge and best practices required of IT practitioners working in cloud computing environments, who must understand and deliver cloud infrastructure.Jobs that use CompTIA Cloud+ include: Project manager, cloud computing services, cloud engineer, Manager, data center SAN and Business analyst, cloud computing.Our Cloud+ training course follows the CompTIA objectives, ensuring you receive the training and knowledge needed to succeed."
Price: 199.99

"Microsoft 70-331: Core Solutions of SharePoint Server 2013"
"The new SharePoint Server 2013 Core Solutions Exam 70-331 course provides the knowledge and skills to configure and manage a SharePoint Server 2013 environment. This course will provide the necessary knowledge and skill sets to configure SharePoint Server 2013. In addition, you will gain guideline, consideration and best practices understanding concerning SharePoint Server 2013.This new course will assist IT Professionals who are interested in learning how to install, configure, deploy and manage SharePoint Server 2013 installations in the cloud and/or the data center. For those admininstering line-of-business projects working side-by-side internal business customers would see benefit from learning how to manage SharePoint Server 2013 as well. For those of you who are new to SharePoint Server 2013, this exciting course will provide you some benefit as well.This course brings together all the features of using the Core Solutions in SharePoint Server 2013.Some of the skills you will learn in this class are:Monitor and Maintain a SharePoint 2013 environmentConfigure enterprise searchConfigure user profilesManage taxonomySecure a SharePoint 2013 deploymentConfigure authentication for SharePoint 2013Manage users and permissionsPlan and configure service applicationsCreate web applications and site collectionsInstall and configure SharePoint Server 2013Design logical and physical architecturesDesign an information architectureDescribe the key features of SharePoint 2013"
Price: 199.99

"Cisco 300-101 - ROUTE - Implementing Cisco IP Routing"
"The CCNP Routing & Switching course provides full coverage of the knowledge and skills required to implement, plan, troubleshoot and verify local and wide-area enterprise networks and work on advanced security, voice, wireless and video solutions.This new course provides you the needed training for advanced IP addressing and routing in implementing scalable and highly secure Cisco routers that are connected to LANs, WANs, and IPv6 as well as the configuration of highly secure routing solutions to support branch offices and mobile workers.This course brings together all the features of CCNP Routing & Switching.Some of the skills you will learn in this class are:Network PrinciplesLayer 2 TechnologiesLayer 3 TechnologiesVPN TechnologiesInfrastructure SecurityInfrastructure Services"
Price: 199.99

"300-115 - Implementing Cisco IP Switched Networks - SWITCH"
"The CCNP Routing & Switching course provides full coverage of the knowledge and skills required to plan, configure, and verify the implementation of complex enterprise switching solutions that use the Cisco Enterprise Campus ArchitectureThis new course provides you the needed training for advanced switching knowledge and skills to pass the Cisco SWITCH EXAM 300-115.This course brings together all the features of CCNP Routing & Switching.Some of the skills you will learn in this class are:Layer 2 TechnologiesInfrastructure SecurityInfrastructure Services"
Price: 199.99

"Microsoft Office 2013: Access"
"Microsoft Access is a database management system (DBMS) from Microsoft that combines the relational Microsoft Jet Database Engine with a graphical user interface and software-development tools. It is a member of the Microsoft Office suite of applications, included in the Professional and higher editions or sold separately.Microsoft Access stores data in its own format based on the Access Jet Database Engine. It can also import or link directly to data stored in other applications and databases.Microsoft Office 2013 is a version of Microsoft Office, a productivity suite for Microsoft Windows.Our MOS Access 2013 training course provides students with the knowledge and skills that are needed to use the advanced software features, and integrate the Office programs with other software. When you pass the Access 2013 Exam 77-424, you achieve Microsoft Certified Application Specialist (MOS) status in Access 2013.The Microsoft Certified Application Specialist Certification, (MOS) recognizes business professionals who have demonstrated expertise in Microsoft Office 2013."
Price: 199.99

"Microsoft Office 2013: Outlook"
"Microsoft Outlook is by far one of the most popular email applications used by millions of professionals and students all over the world. Microsoft Outlook 2013 provides better organization, search capabilities, communication and social networking features. With this Microsoft Outlook 2013 training course, you will learn the four major components of outlook including contacts, email, calendars and tasks.This course covers all the basics ofOutlook 2013.Our MOS Outlook 2013 training course provides students with the knowledge and skills that are needed to use the advanced software features, and integrate the Office programs with other software. When you pass the Outlook 2013 Exam 77-423, you achieve Microsoft Certified Application Specialist (MOS) status in Outlook 2013.The Microsoft Certified Application Specialist Certification, (MOS) recognizes business professionals who have demonstrated expertise in Microsoft Office 2013."
Price: 199.99

"CISSP - Certified Information Systems Security Professional"
"The CISSP: Certified Information Systems Security Professional Certification certification training packagecovers topics such as Access Control Systems, Cryptography, and Security Management Practices, teaching students the eight domains of information system security knowledge. The new eight domains are:Security and Risk ManagementAsset SecuritySecurity EngineeringCommunications and Network SecurityIdentity and Access ManagementSecurity Assessment and TestingSecurity OperationsSoftware Development SecurityThe CISSP Certification is administered by the International Information Systems Security Certification Consortium or (ISC). (ISC) promotes the CISSP exam as an aid to evaluating personnel performing information security functions. Candidates for this exam are typically network security professionals and system administrators with at least four years of direct work experience in two or more of the ten test domains. As the first ANSI ISO accredited credential in the field of information security, the Certified Information Systems Security Professional (CISSP) certification provides information security professionals with not only an objective measure of competence, but a globally recognized standard of achievement."
Price: 199.99