AW Software Products ExcitingAds :: Exciting Ads

kahm-logo

Sitemap

 
"Introduction to Git and GitHub for beginners"
"Version control allows collaborative development which makes it easy for teams to work together on projects.The effective use of version control is important and a useful skill for developers to have in their tool kit.Git is a version control system which is like a series of snapshots of your code which can be referenced at any time.GitHub is a web based graphical interface where you can publish your Git repositories and collaborate with other people or teams. Git and GitHub has become the industry-standard version control and publishing platform . Git allows you to track changes and your development process and when used with GitHub it becomes an effective backup mechanism.This course is for absolute beginners and will introduce you to the basics of using a version control system called Git and a collaboration platform called GitHub . Although this course does not involve any programming students who have a basic knowledge of programming or simple HTML might find it easier to follow along . Also experience of using the command line might come in handy though not mandatory as the course is so basic anyone can follow along easily.What you will learninclude:Creating an account on GitHubInstalling GitConfiguration for GitCreating directoryCreating repositoryAdd file to repositoryAdd file to staging environmentCommit fileAt the end of this course students will understand the basics of Git and GitHub and be able to create repositories and commit files to them .I look forward to welcoming you to the course."
Price: 64.99

"Scala For Beginners"
"This is a very basic introductory course to the fundamentals of the Scala programming language for anyone new to the language.Scala was derived from Java which is one of the top-five programming languages in the world today. It is a versatile and elegant object oriented programming language. This means it is class based and treats everything as an object. It has a robust security . Java is the number one development environment for the enterprise. Almost 97% of all networked enterprise applications runs on Java. OVER 3 mobile devices use it.If you know Java then Scala will be much easier to learn.Java Virtual Machine or JVM makes it easy to run java built applications on any platform Most vendors have a version of JVM on their operating system which simplifies the portability of java applications.Scala runs also on JVM.Scala is object oriented and also a functional language which contains classes,objects , functions and other useful APis that all java built applications use.This makes it easy to run Scala and java on top any operating system hence making it platform independent and providing flexibility of choice for the user to select the operating system to use to run their java applications.What you will learn in this course includes:How to write and execute Scala code onlineHow to create scala variablesHow to create scala ArraysHow to create scala ListsHow to create scala functionsConcepts of objects and classesThis course does not require any software installations as we willbe writing and executing our Scala code using an online scala interpreter.I look forward to welcoming you to the course.Thank You"
Price: 64.99

"Data Warehouse For Beginners"
"This course is a beginners course that will show you how to implement enterprise data warehouse solution using Microsoft SQL Server ,Microsoft SQL Server Integration Services SSIS and Microsoft SQL Server Data Tools -SSDT.You will learn how to implement ETL ( Extract,Transform, Load) process using SQL Server Integration services .This course is unique as you will be using a fully functional and state of the art virtual lab in the cloud provided for free by microsoft. All you need to access the Microsoft virtual labs is an account on any microsoft product like hotmail and a modern web browser. There is nothing absolutely to install for this course.This course will show you how to design fact and dimension tables which are the two main types of table used in data warehouse . You will learn the star and starflake techniques used to design dimension tables.Topics you will learn includes:Differences between a relational database and data warehouseUnderstanding Star and Snowflakes techniques for schema designsIntroduction to big data conceptsImplementing ETL processDeveloping ETL process using SSIS and SSDTPhysical data warehouse design using SQL viewsDesigning a data warehouseImplementing a data warehouseThis course is completely video based and taught at a pace that makes it easy for you to follow along and understand.After completing this course you will be able to :Describe data warehouse .Design a data warehouseImplement Data warehouseDevelop ETL process.Implement ETL process using SSIS packages.Thank you and a warm welcome to the course :-)"
Price: 94.99

"Django For Beginners"
"Django is a fantastic web framework built with the Python programming language. With Django you can create websites and web apps very quickly and efficiently.Django was created by very experienced developers who have built into it several tools for rapid web application development.Django is very fast ,secure and scalable making it an attractive framework choice for thousands of developers.Django developers are in hot demand and command attractive wages. Some billion dollar companies like Instagram and Pinterest were created using the Django framework.This is a beginners Django course that will take you from absolute scratch to creating a simple Django web app. The course isa hands on course and i strongly advise you to follow along with me so you can gain a better understanding of the framework.What your will learn:How to install pythonHow to check for and upgrade PipHow to install virtual isolated environmentsHow to activate the virtual environmentHow to install DjangoHow to create Django projectHow to create Django appHow to create Django ModelHow to run Django commandsHow to use command line interfaceHow to run MigrationsHow to query Django databaseHow to register Django appHow to Administer Django appBasic crash course in PythonDjango is an extremely in-demand skill that pays quite well. Django is used by a lot of startups to build great applications.Instagram was once a startup that was built using Django and later sold to facebook for $1 billion ,Yes 1 billion dollars !just roughly two years after it was created.Django has a thriving community that you can engage with as you begin your Django journey.Welcome to Django for beginners Course. :-)"
Price: 174.99

"Introduction to SharePoint For beginners"
"Share point is an amazing platform that is used by a lot of fortune 100 companies to create collaborative projects and developsolutions to address various business issues.There are two primary versions of SharePoint that practically do most things alike. There is the SharePoint server 2016 which is the latest stable version and Share point online which comes bundled with office 365 and accessed via a subscription based model. In this course we will be using the SharePoint online version for simplicity so we can be up running quickly with the course.We will create user accounts and also a site collection and lots more stuff.There is a lot you can do with SharePoint . You can create multiple websites with SharePoint,collaborate and store various documents types in SharePoint. Share-point can be used to develop applications that compliments Microsoft office products.SharePoint Server 2016, is normally installed on severs in your organization, but it could be installed on servers that your organization has in the cloud. This version of SharePoint, though, normally installed on physical servers that your organization owns, is also referred to as SharePoint on premises on prem. While share point online is mainly installed remotely or in the cloud on Microsoft data centers which have high bandwidth to improve performance.You can use site groups in share point to assign permissions to various sites or portals.This makes administration easierWhat You will learn include:What is share pointHow to create a trial office 365 accountHow to create user accountsHow to create share point site collectionHow differentiate between SharePoint versionsSharepoint GlossarySharepoint Browser supportSharepoint collaborationAdminister user accountsThis course is a practical video based course and i encourage you to follow along .Thank you and welcome to the course"
Price: 114.99

"Learn how to build bulk SQL queries using Excel"
"SQL is a very useful and important language in database development and manipulation . There are several ways to perform numerous task using SQL and it's always useful to share new ideas and ways to make us work more efficiently using SQL.A common task that you may have to perform in a live production environment is bulk updates, deletions or inserts . These tasks can be both time consuming and delicate if one is not focussed. By delicate I mean mistakes could be made that can cause problems in a live production environment if one is not switched on and focussed.Microsoft excel has been a very useful tool to me when i have had to do bulk updates ,deletions and inserts. It saves so much time and helps you avoid errors especially with bulk deletions. With excel i am able to quickly build simple to complex SQL queries that i can you execute various bulk sql tasks.In this course i will show you how to build SQL scripts from scratch step by step that you will use during the course to execute insert and update bulk tasks. The skills you will learn on this course will help you confidently approach any bulk SQL request task you in a live production environment.What you will learn includes:Download Oracle databaseInstall Oracle databaseDownload TOADInstall TOADDownload and Install JdkDownload and install Oracle SQL Developer ToolHow to build SQL Insert queries with ExcelHow to build SQL Update queries with ExcelHow to build SQL Update Delete queries with ExcelThis is a hands on practical course and I strongly encourage you to follow along with me to get the hang of it.Looking forward to seeing you in class :-)Have a great day!"
Price: 134.99

"Learn React JS from scratch: Create hands on projects"
"React.js is a an open-source JavaScript library for creating user interfaces React adopts a component based approach in developing applications.Every react app can considered a component or a collection of components which can be re-usable.This course is for absolute beginners to react and will teach you from scratch what you need to know to begincreating react based applications. React is fun and easy to learn.React.js is designed to make the process of building modular, reusable user interface components simple and intuitive. With React you can design simple views for each state of an application. You can also use React to efficiently update and render components when your data changes. I will walk you through how to create react components from scratch, review components properties, and component state, as well as the foundational parent/child relationships within React.js. I will also take you through the lifecycle of components . You will be transpiling JSX code using babel which is an in browser transpiler that converts JSX code into readable format.What you will learn includes:What is React.js?Who uses ReactAdding and accessing React LibraryAdding and accessing React DOM LibraryAdding and accessing Babel compilerUsing JSXCreating a React componentUsing propsProp TypesUsing props with childrenWorking with stateHandling eventsUsing RefsMounting componentsUn-Mounting ComponentsUpdating ComponentsCreating a React AppThis is a practical hands-on course and i encourage you to follow along as much as possible.Thank you and welcome to the course."
Price: 114.99

"17 Complete JavaScript projects explained step by step"
"The best way for a beginner to enhance their skills is by practicing building various projects.This course is a beginner course for those who have some basic knowledge of how HTML, CSS and JavaScript works.Some of the projects you will be creating in this practical hands on course include:Creating a functional calculatorCreating a digital clockCreating a word count toolCreating a button color changerCreating a percentage tip calculatorCreating a contact form with local storageHTML will be used to create the structure of these applications.CSS will be used to apply styling to make the applications look nice and presentable.Java script creates the functionality for the app and required HTML and CSS to be in place before it can do it's thing.They are are like a canvas for JavaScript to work on.In this course you will learn useful and practical steps to creating web based browser apps that will work when viewed with any modern web browser.I will be using google chrome for this project and i advise you do the same.A good text editor makes writing code fun and productive.I will be using sublime text editor for this course. It is a cross platform text editor that will work on any platform like windows and macs.It is free to download and use but recommend that you purchase a full license after trying it out if you enjoy using it.Another good cross platform text editor is brackets which is open source and completely free to use. By open source i mean developers from around the world can contribute to make it even better.By the end of this course you will be confident to build more useful projects ."
Price: 184.99

"Introduction to Data Analysis and Reporting with SQL"
"There is a demand for people who can use data to perform reporting and analysis thus helping businesses and organizations make important and critical decisions.SQL stands for Structure Query Language. It is an internationally standard language used to communicate with various databases for data manipulation. SQL is vital for data analysis and reporting.Have you wondered how you the data you need? Do you wish you could retrieve it yourself? This course teaches you how to get the data you want by writing a bit of SQL code. You won't just be able to pull data out of the database; you'll be able to manipulate it: merging it, multiplying it, grouping it, and relabeling it to get just the report you want.You will learn how to design and write simple SQL queries for data reporting and analysis. Also you will learn how to filter, group, and sort data, using built-in SQL functions to format or calculate results.Discover how to perform more complex queries, such as joining data together from different database tables. Topic you will learn include:Setup a Database EnvironmentUnderstand Database ConceptsWrite SQL SyntaxUnderstand SQL Data TypesRetrieve Data using SELECTFilter Data search with SQL WHERE clauseSort SQL query result search with ORDER BY Transform SQL Search results with string functionsUse Alias to change query results headingsUse various functions for data reporting and analysisSQL can be used to help solve business problems like :Who are the top ten sales-reps in each region?How many employees in an organizationHow many employees earn less than 45K in an organizationHow many new employees joined the company in the past 18 monthsWhat goods are flying off the supermarket shelves and so on.."
Price: 124.99

"Build a Real Time Chat App with JavaScript and Firebase"
"Firebase is database service that is used to provide backend functionality for applications big and small.Firebase has three types of plans icluding a free plan that allows you real time data download and upload limits andalso storage facilities. Firebase on the free plan allow 100 simultaneous connections to your application.Firebase implementation in your application means you do not need to write any backend server code. It supports both web and mobile app deployments.In this beginner course we will be building a real time chat app that you can deploy using firebase static hosting and sharethe link with friends and family and begin to chat provided there are only 100 simultaneous connections. If you are expecting more than 100 simultaneous connections to your appyou will have to upgrade to a paid plan.We will be using the frontend tools like HTML ,CSS and JavaScript to build the app's user interface and functionality anduse firebase as the backend database server.In this course we will aslo be installing and using the Firebase CLI tool . This resourceful tool can be used to manage and administer your firebase project.The tool can be used to various task like:Login to firebaseAuthenticate usersInitialize firebase projectDeploy firebase projectWhat you will learn include:How to connect to firebase from your appHow to publish your app to firebase hosting serviceHow to store and work with objects in firebaseHow to save data to the firebase databaseHow to hook into real-time object updates with firebaseHow t use firebase supported authenication providersHow to validate data sent to firebaseHow to secure data from unauthorized access.Looking forward to you joining the course."
Price: 124.99

"Unposed: Learn How To Take Great Candid Photographs"
"Often, people are asking me about what ""style"" of photography I shoot, especially for weddings. The real question that they are asking is whether or not I will capture many candid photos of them and their guests. The answer is ""of course!"". No matter the style of photography that you typically shoot, candid photos are always a popular choice. Many times people feel that they look most authentic when they are not looking at the camera, or better yet, when they do not know that the camera is watching them. (Not in a creepy way!)If you want to master this popular style of photography, please sign up for my course as I am sure it will give you some insight into how candid photos can really mean a lot to people.In this course, I will unveil six tricks that I use when planning to capture people in their natural state. You will also learn my definition of ""candid"" photos as well as photo-journalism. I love answering any questions that my students may have, so feel free to use the discussion board within the course setting to learn additional tips.I look forward to teaching you about candid photography!"
Price: 24.99

"Mastering Twitter"
"Since I have around 650,000 follower on twitter, and I have had many people asking me to help them understand Twitter, I decided to produce this course on twitter. You will expand your knowledge of the most talked about social media platforms available to you, and learn the basics first, before you expand your knowledge through some of the more complex uses of twitter. Since learning the terminology, the twitter jargon, of twitter is important to understanding how it works, you will learn this first. Next, you will start learning the tools that will make your life easier and much more productive on twitter. Finally, you will learn how to enjoy twitter and have a blast on it as you make friends form around the world.You will be guided by videos and screen captures of the various tools so you will be given a hands on learning experience. You will also be able to ask questions which i will answer as quickly as time permits.You can use twitter for business and personal objectives, or even a mixture of the two, which I think is best. You will have a much larger reach on twitter than any other platform, reaching millions of people around the world using certain techniques I will be teaching. To increase your reach, your connections everywhere, there is no better social media platform than Twitter. As a business tool you will see this is the biggest net you can cast to fondle people into your pipeline that you need to build your business.I invite you to learn twitter and the real fun from being part of a fantastic world of people."
Price: 199.99

"How to Write Your Memoirs"
"With hundreds of request per month to write someone's story, the need to help others tell their story is staggering. This course is a step by step guide to help you write your story, the pages of your life. The process is a simple method of putting your thoughts together in an organized fashion, using many exercises for you to complete. Again, this is your story and no one else, and as such you have complete freedom to write as you wish. These exercises are intended to help you move along at a steady pace.So ask yourself these questions. Do you have a legacy that needs to be preserved?Would you like to see your life told in the form of a novel?Or made into a movie?Making you both rich and FamousWhat words of wisdom do you want to leave for your family?Would you like to have your life's work validated?Or the record set straight?In RealityWhen will you write your memoirs?Tomorrow, or the next or . . ."
Price: 199.99

"Writing a query letter that avoids pitfalls and gets results"
"This course is all about making your hard work of producing a book pay off by getting the attention of an agent or editor. It involves using the right keywords that an agent is looking for, and avoiding those that will definitely turn them off. It is all about making a connection with the agent or editor so that a great working relationship is established. Learning to write is a skill that takes years. Writing a novel or a non-fictional project can take years in producing it and editing it to where a publisher will want to take it on. With all of this energy, time and money invested in producing a creative piece of work completed, it now comes time to become a business person and market your work. Writing a query letter is never easy. Let's face it, it means taking a complete novel and boiling it down to one page. And on this page, you have to connect with the agent or editor, sell yourself, pitch the story-line, and ask them to give you a chance. Each paragraph has a specific purpose. This short course will lead you through the main pitfalls, and offer you what must be covered in a few words. After all of the work put into writing the book, the query letter has to be perfect, and you should do everything you can to make it so. This course is broken down to piece by piece lectures where I go over the key elements of the four major paragraphs that all query letters should have. These key elements have to be precise, yet strong enough to grab the interest of the agent or editor. Trying to write a query letter is hard and getting rejection letters even harder. To avoid this painful situation, take the time to learn how to write a query letter properly, and take your hard work, your baby, to the next level and become a published author."
Price: 199.99

"Clickbank Affiliate Marketing"
"This course is all about understanding Clickbank affiliate marketing and how to make money using the Clickbank system. Making money on-line is very possible with all of the explosion in the internet happening around the world. You do not have to develop a product, you simply direct people to the sales pages of the vendors on Clickbank, and get paid when they buy. It is as simple as that.This course is taught in simple terms using live lectures of Johnny Ray discussing the various aspects of Clickbank, plus screen captures of the various Clickbank pages which includes helpful discussions . Everyone has limited time these days. Learning Clickbank affiliate marketing was designed to be completed in under 2 hours.Many people have heard of, or have previously attempted to, make money on Clickbank. This course will highlight what Johnny Ray has learned from years of being a professional internet marketer."
Price: 199.99

"Gain Prosperity, Success & Good Fortune by Sanskrit Chanting"
"Do you want to change your life? Do you want more prosperity, success, good fortune and bliss in your life? We all are seeking happiness, prosperity and success in life. Bliss and prosperity are showered when we are prayerful and grateful. Sanskrit Chants/ prayers have sound vibrations that uplift/ purify individual and collective consciousness and spread happiness.If you're online and reading this, then you really have the commitment and determination to be prosperous and successful. Most people dont take the time out to educate themselves the way you have. Thats why this course is perfect for people like you. Its specifically for people like you, who want to be prosperous, successful and happy because we have the secret spelled out for you in Lord Ganesha Sanskrit chants. Sanskrit is one of the most ancient languages in the world. It's still pure even now. There's a huge amount of research on the Sanskrit chants, pronunciations, sound vibrations, its frequencies and the effect they have on human body/ mind and overall environment. There is a great amount of interest in Sanskrit all over the world. It's taught in several schools/ colleges and universities across the world. In this course you will learn Sanskrit chants of Ganesha. Lord Ganesha is the Divine/ God of happiness, prosperity and intellect. I am so grateful to Divine for choosing me to spread happiness and prosperity. You will learn how to chant with proper rhythm and pronunciation as well as meaning of the chants. I have provided downloadable files for your reference and practice. So are you ready to learn something new and exciting? Are you willing to sincerely commit yourself on path to happiness and prosperity? Then, let's join this enriching journey...What are the requirements?Open mind and willingness to learn.Discipline and commitment to practice chanting once learnt, on daily basis.Dedication and patience :-)What am I going to get from this course?Over 23 lectures with duration over 56 minutesSignificance and benefits of Sanskrit chantsSanskrit Chants in Devnagari and English scriptsPronunciation and rhythm of ChantsChant meaning explained in a simple wayDownloadable files of Chants, which can be referred for practice offline What is the target audience?People who want to be happy and successfulPeople who are willing to learn ancient secrets leading to happiness"
Price: 24.99

"10 Point Motivation Model that can CHANGE YOUR LIFE!"
"Do you feelyou are not good enough/ confident enough?bored/frustrated/ have had enough?you hate your job but need it for that paycheck?!feel drained of energy even in early morning?!anxiety about the outcome of work you undertake?that when you try to take up something, people try to put you down?If you can relate to these problems, this course is for YOU!What are the secrets of most successful people in any field? Do you think they have not had any failures in life, did they not feel low or down at any point in life? What did they do? How did they sustain the motivation and drive to achieve what they wanted in life? If you're online and reading this, then you really have the commitment and determination to reach your goals. Most people dont take the time out to educate themselves the way you have. Thats why this course is perfect for people like you. Its specifically for people like you, who want to be inspired and motivated day in and day out because we have the secret spelled out for it in a step by step approach. I have shared the secrets to motivation and inspiration in this course for you. In this course, you are not just going to learn theory, you will receive methods and tools which you can apply systematically and get and stay motivated in life!This course includes29 lectures, 9 assignments to apply your learning, 9 quizzes to have fun when you learn, exclusive Energizers and a Guided Meditation for internalization!So while you will learn some tools they teach in B schools, you will also be able to have a hands on experience in applying methods to have that awesome motivation! I have over 23 years of diverse experience, in coaching/ training/ leading/ management/ strategic planning, creativity & innovation, stress management and happiness coaching in large corporates as well as on individual level. I have received several awards in the corporate world for institutionalizing innovation, cultural transformation,handling big teams and leading complex programs. I have done MBA from one of the top B schools in India.I am excited to share with you some secrets of motivation. This course covers 10 point motivation model to get motivated and achieve goals in any area of life! I look forward to taking this exciting journey with you!What are the requirements?Pen, paper, markers, sticky notesMS Office installed on your PC/ laptop for some exercisesOpen mind, drive to learn, assimilate and put to use techniques in the courseCommitment, sincerity and patience to practice and perfect the techniques learnt in the course What am I going to get from this course?: At the end of the course you will be able toInspire and Motivate yourself and othersIdentify and use intrinsic drivers and extrinsic drives to be self-inspired or self-motivatedBattle procrastination and win victory over itAchieve your goals in financial, emotional, health, relationship areasHandle challenging situations and come out as a winnerIncrease your energy, enthusiasm, will power, efficiency and productivityApply a pioneering 10 point motivation model and Transform yourself to gallop towards successLead people by inspiring and influencing themGet fully recharged, ready to take on lifeWhat is the target audience?Course should be taken by anyone whois looking for maximizing his/ her potential of becoming his/ her bestis lazy or has a habit of procrastinating or lacks motivationhas a habit of starting something new but giving up too earlywants to attack challenging situations and come out as winnerwants to increase their efficiency and productivitywants to lead employeeswants to learn some cool fun exercises to get and stay inspired or motivatedwants to see an upgraded version of themselvesYou can be a leader or manager in corporate or an entrepreneur or a housewife or a student or anyone who wants to lose weight or start exercising or quit bad habits such as smoking/ alcohol.This course is not for people whoAre not willing to try new methods and take action on them.Think that they know everything about motivation. Are not willing or ready to change."
Price: 99.99

"AngularJS - Entwickle eigene Angular Webapplikationen"
"AngularJS komplett:Hinweis: In diesem Kurs geht es um Angular 1.x!In diesem Kurs lernt ihr alles was ihr bentigt, um Ihre Anwendung in AngularJS zu entwickeln. Ich glaube, das Beste ist, wenn ihr bei einem solchen Tutorial nicht nur 1:1 die Beispiele nachprogrammiert. Daher bringe ich euch auch das Konzept bei, welches hinter dem Framework steckt. Natrlich gibt's dazu dann noch umfangreiche Beispiele. Dadurch lernt ihr nicht nur den Umgang mit dem Framework, sondern versteht auch, wie es funktioniert. Dies hilft euch bei eurer eigenen Programmierung, da ihr nur dann in der Lage seid, einen Fehler genauer zu untersuchen. In diesem Kurs werdet ihr lernen:Wofr AngularJS entwickelt wurdeWie ihr eure eigenen, wiederverwendbaren Elemente (genannt: directive) entwickeln knntWie ihr eure eigenen JavaScript - Anwendungen programmieren knntWie AngularJS - Routing funktioniert, ihr also mehrere Unterseiten innerhalb eurer AngularJS - Anwendung haben knntAnschlieend werdet ihr fit fr euer Projekt sein, sei es fr euren Job oder eure eigene Startup-Idee."
Price: 59.99

"Der komplette NodeJS Kurs - Vom Anfnger zum Profi"
"Der Einstieg in NodeJS ist am Anfang oft ein bisschen ungewohnt, da JavaScript komplett anders programmiert wird als Java oder PHP. Dennoch macht es Sinn, Webserver in NodeJS zu programmieren, JavaScript ist unglaublich performant. Dank NodeJS knnen wir z.B. problemlos einen Chat programmieren, der mit 10000+ Benutzern gleichzeitig klarkommt.In diesem Kurs werdet ihr alle Grundlagen lernen, die ihr bentigt, um eure Anwendungen in NodeJS zu programmieren. Ihr werdet lernen:wie ihr NodeJS verwendetwas die Gedankengnge hinter den Funktionen von NodeJS sindund wie es genau funktioniertDadurch werdet ihr nach diesem Kurs nicht nur ein super NodeJS - Entwickler sein, sondern werdet auch verstanden haben, warum NodeJS so funktioniert wie es funktioniert. Ihr programmiert also nicht einfach nur 1:1 nach, sondern lernt auch das Konzept hinter dem Tool. Dadurch seid ihr in der Lage, dieses langfristig zu verstehen und auch anderen spter zu erklren.Ich bin fest davon berzeugt, das hier ist der Beste Kurs fr deinen Einstieg in die Welt von NodeJS. Starte jetzt, und fange an deine Apps in NodeJS zu entwickeln!"
Price: 99.99

"Python Bootcamp: Der Einstiegskurs"
"Info fr Ungeduldige: Schon nach 15 Minuten hast du dein erstes Python - Programm geschrieben!Dieser Kurs ist der perfekte Anfngerkurs fr Python 3, und Python ist die perfekte Programmiersprache fr Programmieranfnger. Sie ist einfach aufgebaut, aber gleichzeitig unglaublich mchtig und wird daher fr unzhlige Anwendungszwecke verwendet: Internet-of-Things, Webserver, wissenschaftliches Rechnen, numerisches Programmieren, usw.Du fngst zuerst ganz einfach bei einem ""Hallo Welt"" an, und lernst anschlieend Schritt fr Schritt alle wichtigen Konzepte von Python kennen:Einfache ProgrammeListenList ComprehensionsUnterschied zwischen Strings, Integern und FloatsFunktionenLambda FunktionenObjektorientierungAbfangen von Fehlern...Du fngst wirklich sofort an, Python zu lernen. Dadurch steigst du sofort in die Programmiersprache ein und sammelst wertvolle Praxiserfahrung. Spter installieren wir auch noch Python bei euch lokal, sodass ihr auch ohne Internet eure Programme weiter programmieren knnt."
Price: 99.99

"PHP-Bootcamp: Vom Anfnger zum PHP-Entwickler"
"Sehr gut gemachter Kurs! [...](, Ren Frst)UPDATE: Jetzt mit praxisorientierten Beispielen!ErstelledynamischeWebseiten und Webanwendungen mit PHP! Dieser praxisorientierterKurs ist frEinsteiger sowie Fortgeschrittene, die sichumfangreiches Wissen in der PHP Programmierung aneignen mchten.PHP gehrt mit zu dem am hufigsten verwendeten Programmiersprachen weltweitund jederEntwickler sollte sie in dem eigenen Toolkit haben!Im diesemKurs geht es um:PHP programmieren -von den Grundlagen bis zur ObjektorientierungSchnell und einfach dynamische Webseiten entwickelnSchritt-fr-Schritt-Anleitungen mitBeispielen und bungenBasics, Formulare, Datenbanken, MVC und Co.Nach diesem Kurs wirst du in der Lage sein, PHP - Frameworks sehr viel schneller zu verstehenund ""sauberen Code"" zu schreiben- wichtigfr den professionellen und privaten Einsatz als auch dein nchstes Jobinterview!___Rechtlicher Hinweis, da ich 2 UdemyAccounts habe: Der Verkauf erfolgt durch Udemy. Die Videos habe ich ber das Account ""JannisSeemann"" bereitgestellt, der Kundensupporterfolgt durch das Account ""Jannis Seemann (CodingCourses.TV)""."
Price: 144.99

"Data Science & Maschinelles Lernen in Python - am Beispiel"
"Kurs zuletzt aktualisiert:09.03.2017!Data Scientists landen richtig gut bezahlte Jobs, mit einem durchschnittlichen Gehalt von ~80.000 (Quelle:GehaltsvergleichsportalGlassdoor), in Amerika sogar noch mehr.Und das ist nur der Durchschnitt. Aber es geht nicht nur ums Geld - der Job ist auch noch verdammt spannend!Wenn du schon etwas programmieren kannst, wird dir dieser Kurs alles beibringen, was du zum Thema Data Science und Maschinellem Lernen wissen musst. Sei es, um das wissen fr ein eigenes Projekt anzuwenden, oder um einen Einstieg in dieses Gebiet zu finden.Dieser umfassendeKurs besteht aus 68 Lektionen, gut 9 Stunden Video, und zu vielen Themen gibt es praktische Python Codebeispiele, damit du direkt siehst, wie diese Algorithmen verwendet werden knnen.Die Themen dieses Kurses sind die Themen, die wirklich fr einen Job in diesem Feld bentigt werden. In verstndlicher deutscher Sprache wirst du die verschiedenen Mglichkeiten kennenlernen:Lineare und PolynomialeRegressionsanalyseK-Means - AlgorithmusHauptkomponentenanalyseTrain/Test, KreuzvalidierungsverfahrenBayes'sche MethodenEntscheidungsbume, Random ForestsMultivariante RegressionSupport Vector MachinesBestrkendes LernenEmpfehlungssystem:Kollaboratives FilternK-Nchster-NachbarBias /Varianz - DilemmaEnsemble LearningVolltextsuche mit Hilfe von TF-IDFWie wird ein Experiment durchgefhrt?AB-Tests... und noch viel mehr. Zudem lernst du in einem kompletten Kapitel, wie maschinelles Lernen mit Apache Spark funktioniert. Mit Hilfe von Spark kannst du die Berechnungen auf mehrere Computer aufteilen und so massive Datenmengen verarbeiten.Wenn du noch nicht mit Python programmiert hast, kein Problem - am Anfang gibt es einen kurzen Crashkurs. Wenn du vorher schonmal was programmiert hast, reicht das locker aus. In diesem Kurs zeige ich dir auch die Installation unter Windows, wobei die Beispiele auch unter Mac oder Linux ausgefhrt werden knnten - beiProblemen die mit dem Betriebssystem zusammenhngenkann ich dich aber nur bei Windows untersttzen.Jedes Thema wird in normaler deutscher Sprache erklrt, ohne verwirrende mathematische Fachwrter. Anschlieend lernst du, wie du mit Python den Algorithmus verwenden kannst.Wenn du schonmal was programmiert hast, und dich mit der Auswertung von Daten beschftigen mchtest, dann ist der Kurs genau das Richtige fr dich. Du lernst in diesem Kurs all die Grundlagen, die du brauchst, wenn du Daten im echten Leben auswerten mchtest. Ich glaub, der Kurs wird dir gefallen!:-)"
Price: 124.99

"IT-Sicherheit: Entwickle sicherere Anwendungen!"
"Lerne, wie du sichere Anwendungen programmierst!Diesen Kurs habe ich entwickelt, weil ich dir beibringen mchte, wie du sichere Anwendungen programmierst. Das ist ein unglaublich wichtiges Thema, wenn du professioneller Softwareentwickler werden mchtest. Dieser Kurs bietet dir einen berblick zum Thema IT-Sicherheit.Wie ist dieser Kurs aufgebaut? Dieser Kurs besteht sowohl aus Beispielen, als auch einem verallgemeinerten Teil. In Teilen zum Thema Buffer Overflow (Programmiersprache: C)und Sicherheit von Webseiten (PHP /JavaScript)mchte ich dir einen konkreten berblick darber geben, was du bei der Entwicklung genau beachten musst.Anschlieend gehen ich noch auf die Grundlegenden Konzepte der IT-Sicherheit ein, damit du auch bei einem eigenen Projekt in der Lage bist, die Sicherheit der Software zu gewhrleisten. Hierzu stelle ich dir die grundlegenden Konzepte vor, damit du einen umfassendenLeitfaden hast, den du universell anwenden kannst - sowohl auf deine eigenen Programmierprojekte, als auch in deinem Job oder fr Kundenprojekte.Fr wen ist dieser Kurs? Damit du das Meiste aus diesem Kurs herausholen kannst, solltest du auf jeden Fall schon etwas programmiert haben. Sonst wirst du Probleme haben, die Codebeispiele, etc. zu verstehen.Dieser Kurs ist nicht fr dich, wenn du noch nie programmiert hast!"
Price: 39.99

"Das Java - Bootcamp: Lerne Java fr Hobby, Beruf & Studium"
"Neu: Mit vielen bungen und Beispielen!Lerne jetzt Java - fr Hobby, Beruf & Studium!Nach Abschluss dieses Kurses kannst du eigene, kleinereProgramme in Java schreiben. Zudem hast du die perfekte Grundlage gelegt, wenn du dich anschlieend mit der Entwicklung von Programmen fr Android - Smartphones beschftigen mchtest.Du bist noch Student und musst whrend deines Studiums Programme in Java programmieren?Auch dann bereitet dich dieser Kurs darauf richtig schnell vor.Was lernst du alles hier im Kurs?Primitive Datentypen (float, double, int, long, char, boolean, ...)Strings (Strings ausgeben, einlesen, etc.)ArraysObjektorientierungVererbungInterfacesComparableGetter, SetterCollections (Listen, Maps, Sets)XML einlesen und verarbeitenViele Beispiele &bungen!"
Price: 99.99

"Angular 4: Entwickle tolle Webseiten und Apps"
"Neu! Lerne jetzt Angular 4 und entwickle schnelle undinteraktive Webseiten und Apps!Angular 4 wurde erst vor Kurzem verffentlicht. Deswegen ist jetzt genau der richtige Zeitpunkt, dich damit zu beschftigen!Dieser Kurs beginnt bei der Installation der bentigten Tools. Anschlieend beschftigen wir uns mit dem grundlegenden Aufbau der Anwendung, und schauen uns dann Konzepte wie Components, Directives, Services,Routing, Module, TypeScript, und noch viel mehr an. Dazu entwickeln wir im Kurs verschiedene Projekte, du siehst als auch, wie du diese Konzepte in die Praxis bertragen kannst.Alle Konzepte werden in verstndlichem Deutsch erklrt, englische Fachbegriffe werden bersetzt und erklrt.Es ist auch noch viel mehr fr dich dabei:Nach dem Kurs kannst du eine Angular 4 - Anwendung auf einem NodeJS/ExpressJS- Server zum Laufen bringen. Zudem zeige ich dir, wie du mit deinem Wissen nach Abschluss des Kurses in der Lage bist, eigenstndig Apps fr iPhones / Android - Smartphones zu entwickeln.Wenn du im Laufe des Kurses mal nicht weiterweit, auch kein Ding - du kannst mir jederzeit eine Frage stellen, und ich helfe dir weiter.Was genau wirst du alles in diesem Kurs lernen?Wie wird eine Anwendung in Angular 4 entwickelt?Grundlagen (Variablen, Schleifen, etc) in Angular 4Wie funktionieren Components, wie werden Components Daten bergeben?Was hat es mit ""two-way data-binding"" auf sich?Wie du eine Seite mit mehreren Unterseiten programmierst (Routing)Was hat es mit Modulen auf sich?Wie funktioniert das Laden der Angular 4- Anwendung?Am Ende des Kurses hast du verschiedene Projekte umgesetzt, darunter eine NodeJS + ExpressJS+ Angular - Anwendung sowie eine App fr iPhones /Android - SmartphonesUnd vieles mehr!Was musst du wissen, um diesen Kurs belegenzu knnen?Du solltest schonmal ein bisschen was mit HTML /CSSund JavaScript programmiert haben. Du brauchst hierbei kein Experte zu sein, ein bisschen rumprobiert haben reicht schon aus.Ich freue mich, dich in meinem Kurs begren zu drfen :)"
Price: 99.99

"Build The Ultimate Professional Website with WordPress- 2017"
"Step-by-step guide to build the most amazing and professional website with WordPress.*Build a $3000+ website in a day or less!*The course has already got 11 5-Star ratings only after the first month of release!*The course price is expected to go up soon, hurry upThe most up-to-date and comprehensive web design course on how to create your own state-of-the-art, professional and responsive website with WordPress is now here!This course is designed to teach anyone how to build custom, responsive, professional and uniquely designed websites with the simplest yet most professional and common software, WordPress. In this course, I will walk you through the process of creating the most amazing and professional looking and functioning website you will ever come across from beginning to end. This course is action-oriented; meaning you will be building your website along side with me and step by step. You will learn how to build your website within just a day or less! A website that you will always be proud of, and one that you will have created all by yourself.Here are some of the things you will learn in this course:Get your own domain name and web hosting account.Learn how to install and configure WordPress on your domain name.Learn what themes and plugins are and how to use them.Get an amazing $49 theme for FREE and install it on your domain name.Build your website from A-Z all by yourself.Make your own logo, for FREE.Learn how to Optimize your website's performance and security.Publish your Website with better search engine optimization (SEO).This course is definitely for you if:You're interested in starting a new profitable career in web design and making up to $5000 for each website you create,You have a business and you're looking to increase your productivity and make more money by having a $5000-website,You have an idea that you want to spread to the world online,You need a personal website for yourself,You heard about WordPress Content Management System (CMS) and want to master it,Or you don't even know what WordPress is. Go ahead and get started! Click ""Take This Course"" button and join the winners the on the other side."
Price: 99.99

"Getting Started With SharePoint Online"
"This course will give you an introduction on how to use both SharePoint Online Team Sites and OneDrive for Business that are part of Office 365. The course material is aimed at people using Office 365 inside a business. Each lesson generally contains a short video tutorial focused on a particular topic, downloadable PDF material and well as a list of additional resources. The course should take about 4 hours or so to complete and will give you the skills and confidence to use SharePoint Online Team Sites and OneDrive for Business more effectively and productively every day."
Price: 39.99

"SharePoint Online - Level 1"
"This course takes you beyond the basics of SharePoint Online. It will show you how to use the more advanced features of SharePoint Online such as lookup and site columns, views, subsites, advanced document management as well as use advanced desktop tools including Microsoft Access, InfoPath and SharePoint Designer. The course includes a video tutorial as part of each lesson that is focused on a particular topic along with course notes and additional resources for further discovery. This course should take about 4 hours or so to complete and is designed to take you from a basic knowledge of SharePoint Online to using and implementing the more advanced features, thereby making SharePoint Online a far more effective tool for you. It will give you greater skills and confidence to use SharePoint Online more effectively and productively every day."
Price: 49.99

"Introduction Azure Backup"
"This course will take through all the availableAzure backup services. From basic files and folders all the way through to using Azure Site Recovery to do full server recovery. This course is aimed at the ITProfessional who has little experience withazure backup but is looking to understand how it can protect their data to the Microsoft Cloud. The course includes 14 video lessons that take you through step by step setting up each services as well as backing up and recovering information.The course is broken out into section based on the different Azure backup services and you should allow 2 - 3 hours to work through all the material. The majority of the course focuses on deployment using the new Azure Resource Manager technology.This course is also a great introduction to the power of MicrosoftAzure and can fast track your adoption of the latest Microsoft technologies."
Price: 49.99

"Create Your Brand, Create Your Life!"
"In the coursewe will explore the who, what, why and how of creating anauthentic voice andpersonal ""brand""that is sustainable, marketable and true to who you are. In my opinion, your brand is the ""heart"" of your company. Many people look at the branding as calculated, cold, and without thought or feeling. Now days, with social media and the internet, if your brand isn't authentic to who you are, it is unsustainable and easily ""found out.""Through this course, I will take you through a series of simple questions designed to help you uncover your true passion within what you do. In other words, uncover your heart or brand."
Price: 49.99