Udemy Products ExcitingAds :: Exciting Ads

Pass the CPA in 3 weeks with Surgent CPA Review! Learn about our Premier Pass course!

Sitemap

 
"Bootstrap For Beginners: A Basic Introduction"
"Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive,mobile first projects on the web. Bootstrap is a framework that helps you create websites quickly.It has been used on thousands of sites and on many devices . It is fully customizable so you can only what you needThis course is a video based course that is less than 1 .5 hours .What you will learn in this course : How to get access to Bootstrap How to create a basic template for your projectsHow to create a simple website in 5 minutesHow to use the features of the Bootstrap frameworkHow to Create Various buttons using Bootstrap css classesHow to create a simple progress barhow to create a rotating image carousel"
Price: 54.99


"T-SQL For Beginners: Learn to Query SQL Server Databases"
"Welcome everyone to the T-SQL course. T-SQL is also popularly referefered to as T-Sequel .In this course you will learn all the basics of T-SQL. We will discuss the T-SQL features step by step. We will be using SQL Server Express 2014 (which is a free download). As a sample, we will use AdventureWorks 2014 as our database. Along the way, we will be creating our own t-SQL queries to get data into a database and also out of a database. But AdventureWorks 2014 will be our main focus. As far as T-SQL, we will start with the simple select statements and add new features as we go. I will introduce you to the data types available so you can make the appropriate selection when creating a column. Then, we will talk about joins, functions, tables, procedures, triggers, indexes, and much more. By the time you are done with this course, you will be very comfortable using T-SQL. This course will provide you with the basic knowledge and skills to create queries using Transact-SQL. It will teach you how to select, filter and sort data from multiple tables and how to use views and stored procedures. You will also be familiar with SQL Server Management Studio 2014 also known in the tech industry as SSMS. This is the tool you will use to write and see the output of your T-SQL queries.What You Will Learn in this course includes:Query Multiple Database TablesChange query output column names using case expressionsPerform Various table joinsFilter records and remove duplicatesWrite basic T-SQL StatementsUnderstand T-SQL TOP CommandUnderstand NormalisationKnow how to use SSMSCreate ViewsCreate Stored ProceduresUnderstand NULL ValuesData TypesFunctionsThis is a video based course of about hours with lots of practical hands on examples to follow along."
Price: 174.99


"Querying Microsoft SQL Server For Beginners"
"Welcome everyone to the course. SQL is also popularly referefered to as Sequel .In this course you will learn how to install step by step and communicate with SQL Server database. We will be downloading and installing SQL Server Express 2014 (which is a free download). As a sample, we will use AdventureWorks 2014 as our database. Along the way, we will be getting data from the database using T-SQL to write queries. But AdventureWorks 2014 will be our main focus. As far as T-SQL, we will start with the simple select statements and add new features as we go. We will cover grouping and filtering data as well as sorting data before it is read. This course will provide you with the basic knowledge and skills to install and query SQL Server database. You will also be familiar with SQL Server Management Studio 2014 which is the management tool used to administer and manage SQL Servers. What You Will Learn in this course includes: How to download and install SQL Server How to download and install Sample database How to download and install SQL Server Management Tool (SSMS) What is a database? How to make database records unique with a primary Key How to sort data How to group data How to filter data How to get data from a database How to count records This is a video based course of about 2 hours with lots of practical hands on examples to follow along."
Price: 124.99


"Practical SQL Skills For Jobs Businesses Enterpreneurs"
"SQL is everywhere, and I'm not saying that because I wantyou to use it. It's just a fact. I bet you have some in your pocket right now.All Android Phones and iPhones.SQL for several years and currently is the most in demand ITSkill requested by recruiters and employers. It is used anywhere there is adatabase present.It runs banks, hospitals, universities, governments, smallbusinesses, large ones, just about every computer and every person on theplanet eventually touches something running SQL. SQL is an incredibly successfuland solid technology that has been around for years and will be here for a longtime to come. By learning SQL, youactually will learn important theoretical and practical concepts that apply tonearly every data storage system past and present .SQL Skills will greatly improve your job prospects either asa contractor or full time employment. It is a useful skill that is always indemand due to its usefulness. Its everywhere there is a database. The skillsyou learn on this course will be enough to confidently work as an SQLprofessional.This is a practical hands on video based course with over 50lectures and over 4 hours of content.You will Learn how to : Manipulate Data from an oracle database table Modifying table contents Retrieve data with SELECT Remove rows with DELETE Protect data integrity with constraints Improve performance with indexes Add table rows with INSERT Change row content with UPDATE Sort the result with ORDER BY Create various types of Table Joins and get datafrom them"
Price: 194.99


"Learn Angular Js For beginners"
"Angular allows your application to have an expanded HTML library. Learn to add behaviour to your HTML and speed up your applications responsiveness. Angular js is famous for creating single page application which is known as SPA. There is a website called madewithangular that displays some of the projects and applications that have been created using Angular js. Angular js version 2 is currently still in testing and should be released sometime this year. Who is This Course for? This course is aimed at absolute beginners who want learn about Angular Js. Prerequisites Basic Knowledge of HTMLBasic Knowledge of CSSBasic Knowledge of JavaScript Angular Terminologies Angular js has a lot of big words that you will come across. Words like directives ,controllers ,scopes,modules,filters ,binding expressions MVC and much more. We will cover some of them in this course. What You will learn: What is Angular jsHow to download and reference Angular jsWhat is MVC and MV * ArchitectureWhat is a Module and how to create a ModuleWhat is a Controller and how to create a ControllerHow to register a controller with a moduleWhat is a ScopeWhat are binding expressionsWhat are directives and how to use themHow to use ng-app directive to bootstrap your application"
Price: 174.99


"Create Cross Platform Games and Apps using Canvas"
"Canvas is an HTML element that acts as a container or surface that you can draw2d and 3d graphics on using the javascript scripting language. Canvas behaves likeany HTML element in that you can assign attributes and css styling to it.Canvas is a fairly new technology of HTML5 and not supported in much older versionsof major web browsers. The more recent versions of the major web browsers supports the canvas element.Canvas is quite popular with developers as the development tools required to create canvasbased applications are free.Another cool thing with canvas is that you only have to create canvasapplications once and deployed to any device or medium that has a modern web browsers.This is a huge advantage over other apps that have to be deployed to the app store,google playor windows store.Canvas can be used in a variety of ways such as to create 2d and 3d games, Advertising,Data representation and reportingas well educational related projects.What You Will LearnWhat is CanvasWhy Canvas is popularWhat Browser's support CanvasWhat you can create with CanvasCreating your first canvasUnderstanding The CoordinatesCreating a simple graphic"
Price: 124.99


"Learn to Become A Frontend Web Developer: A Beginner Course"
"Thiscourse introduces the basics ofprogrammingfor the web using HTML, CSS, and JavaScript.Thisis a beginners course that teaches students how to buildthevisual and interactive components of a website. Studentslearnhow to create the structural foundation of a site(HTML),style it (CSS), and add logic to control the behaviour(JavaScript)of their website. Students gain an understandingofhow the web works and customize their sites using theirowndesigns and ideas. By the end of this course, studentsshouldbe able to: Explain how the web works Create the structure and style of awebsite using HTMLandCSS Apply interactivity to a site usingprogrammingfundamentalsin JavaScript Host a website on a server Know the basic technical vocabulary tocommunicatewithfront-end web developers"
Price: 124.99


"Learn Advanced SQL For Oracle Databases"
"Learn the advanced SQL skills necessary to design and code complex queries against Oracle databases. Design, code and test the most efficient query to solve a given business problem. In this course you will have a choice of either using Toad or SQL developer to connect to the oracle database. The course will show you how to setup connection to the database. This advanced Oracle SQL course covers the design of more complex SQL statements and the strategies available for implementing them, it covers topics like SET operators and Analytic functions. It also introduces you to views because these are useful for hiding the complexity of queries and also can act as a security mechanismWho is This Course For?This course is designed for anyone who has some basic SQL knowledge and can write and understand simple SQL Queries. Also knowing the basics of relational database management systems (RDBMS) would be an advantage.What You Will Learn: How to Create ViewsHow to check the structure of a tableHow to use Flashback to Rollback DataHow to use Analytic FunctionsHow to use SET operators to query dataHow to set database environmentHow to connect to the databaseHow to write advanced SQL queries"
Price: 134.99


"HTML Forms For Beginners: A Basic Introduction"
"HTML Forms are one of the main points of interaction between a user and a web site or application. They allow users to send data to the web site. Most of the time that data is sent to the web server, but the web page can also intercept it to use it on its own. An HTML Form is made of one or more input elements. Those input elements can be text fields (single line or multiline), select boxes, buttons, checkboxes, or radio buttons. Most of the time, those input elements are paired with a label that describes their purpose. The main difference between an HTML form and a regular HTML document is that, most of the time, the data collected by the form is sent to a web server. In this introductory course you will learn how to create the following types of forms: Input with first name and last nameDropdown selection formGroup data formForm with submit button This course is video based and is less than 2 hours."
Price: 44.99


"Introduction to Basic Database Concepts"
"Databases are used in applications or devices with softwarethat stores and retrieves information. Applications likeFacebook, Twitter,Instagram,Pinterest,Snapchat,Google Hotmail Mobile phones and other portable devicesall have the ability to store and retrieve data. They all are able to achievethis using a database. Places like Banks,Hospitals,Airlines Supermarkets alluse databases to store and retrieve data or information. Things like yourSocial security number ,Hospital Records number or Bank account number are allstored in a database .There are several concepts associated withdatabases and we will explore some of them in this course. We will learn aboutprimary keys,foreign keys,schemas,Flat file database,hierarchial databases.We interact with databases daily in our lives likewhen we read our emails or post something on Facebook or twitter . This course will teach you the very basics of some database conceptsand the course is video based and less than1 hour. What You Learn in this course: What is a Client Server ComputingWhat you will learn includesWhat is a database What is a Flat file database What is a Flat hierarchical databaseWhat is a RDMSWhat is a Database schemaWhat is a Primary KeyWhat is a Foreign key"
Price: 44.99


"XML For Absolute Beginners: Learn to create your own tags"
"XML is a mark up language used to record data which isreadable to both people and also a range of software applications. XML is usedextensively in the publishing world to fill layouts with content and enablepeople with no database development skills to build data structures with ease.XML is a popular standard for exchanging databetween applications and organisations.This course will teach you the very basics of XMLfrom the syntax to document structure.The course is video based and less than 1 hourlong.What you will learn includes: How to write a proper XML syntax How to create your own custom tags How to set a root element How to create nested child elements How to create a document structure How to use comments"
Price: 74.99


"JSON For Beginners: A Very Basic Introduction"
"JSON stands for JavaScript Object Notation. It is a very popular and widelyused data format. It is platform neutral which means it will work with anyprogramming language and operating system.It is a light weight format with theability to convert to native JavaScript objects. JSON is a bit like XML but simpler and shorter to write. The syntax usedis similar to that used by JavaScript .Knowing some JavaScript will be useful hence I have included some lectures likeJavaScript variables, operators and functions. JSON can be parsed orinterpreted using JavaScript functions so having a basic understanding of JavaScriptfunctions will help when the functions are used to translate JSON.This is a short video based course of less than 90 minutes long tointroduce you to JSON and learn especially how to write and understand JSONsyntax. JSON isn't really a programming language in its own right,it's more of a data format so understanding some JavaScript concepts will helpyou understand JSON. A basic knowledge of JavaScript is advised but I haveincluded some useful JavaScript concepts like variables, functions and operators toguide you.What you will learn inthis course:What is JSONJSON SyntaxJavaScript VariableJavaScript OperatorsJavaScript FunctionsHow to create JSON objects"
Price: 64.99


"Ajax for Beginners: A Very Basic Introduction"
"Ajax, shorthand for Asynchronous JavaScript and XML, is a set of technologies that allows you to create Web applications that don't need to refresh Web pages in the browser. Who is it for? This course is for you if you are interested in using Ajax on your web pages to create advanced, dynamic, feature-rich web pages. AJAX is an important front-end web technology that lets JavaScript communicate with a web server. It lets you load new content without leaving the current page, creating a better, faster experience for your web site's visitors. In this course, you'll learn how AJAX works .As Ajax works with JavaScript you learn about JavaScript variables.functions,operators and data types to help you understand Ajax better. This short AJAX course is hands-on and easy to follow along. The course is video based and will take you from knowing nothing about ajax to understanding Ajax and how it works. You will also at the end of the course understand what API and XMLHttpRequest object do. You may have come across http and https before and if not at the end of this course you will know the differences between them.I have added some JavaScript and jQuery refresher lectures . What you'll learn Know about AjaxHow Ajax worksUnderstand HttpRequest ObjectUnderstand APIKnow difference between HTTP AND HTTPSWrite Ajax SyntaxUnderstand VariablesUnderstand FunctionsUnderstand Data Types This course should be fun and I look forward to welcoming you ."
Price: 64.99


"Real World Oracle SQL Queries Examples"
"Data is so vital and we interface with it in our daily lives.Data is stored in databases which in turn stores the data in tables that contains rows and columns.There are several database applications available to handle the storage and management of data examples include Oracle, Microsoft SQL and MySQL. We need a way to communicate with these database applications and the language used in doing that is SQL which stands for structured query language.This course is a hands-on practical course that will build your confidence using SQL. All the queries used in this course are from a real world live production environment except that the tables database and schema are different.This course is video based and under 2 hours long with easy to follow real world query examples.The example real world queries in this course includes:Creating various reports using SQLCreating a new table in a schemaPerforming count operations on a tableAdding new record into a databaseDeleting records from a databaseSorting query results in descending or ascending orderReading and filtering data from a database"
Price: 54.99


"Learn MariaDB From Scratch"
"If you are new to databases MariaDB might be a good place to start learning about them. MariaDB is a free and open source relational database management system. By open source it means people can contribute and make it even better.It was developed by some of the original developers that created another famous database management system known as MySQL which has since been acquired by the database giant oracle.MariaDB is used by some very famous internet juggernauts like Facebook, Google and Wikipedia just to mention a few.It has a lot of similarities with MySQL . The current version of MariaDB is 10.1 and it can be installed on several platforms like windows ,Mac os and Linux.When MariaDB IS installed it also installs HeidiSQL which is a useful administrative tool that you can use to communicate with the MariaDB databases .Some of the tasks that can be performed using HeidiSQL includes the following:Creating new databasesCreating TablesCreating ViewsCreating stored proceduresCreating user accounts and managing accessGenerating queriesGenerating reportsProviding an editor for queries to be writtenIn this very basic beginners course you will learn:How to download and install MariaDB on a windows 7 operating systemHow to create a session and connect to the MariaDB database using HeidiSQLHow to use HeidiSQLHow to create a TableHow to populate a TableHow to update a tableHow to delete rowsThis is a video based course with easy to follow examples.I look forward to welcoming you on the course.Thank You"
Price: 54.99


"Introduction To Java Programming For Beginners"
"This is a very basic introductory course to the fundamentals of the java programming language to anyone new to the language. Java 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. 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. Java platform contains classes and other useful APis that all java built applications use.This makes it easy to run 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 download and install Java JDK How to setup environment variable path to java What is a compiler What is a Interpreter What isa Variable What is Java programming language What is Java Virtual Machine What is Java platform"
Price: 44.99


"SQL Server Database Administrator: Learn SQL DBA Skills"
"Becoming a database administrator (DBA) can be a very rewarding and fulfilling career.The path is relatively easy compared to other technical careers.Microsoft SQL Server is among the top 3 relational database management systems in the worldand getting the skills to becoming an SQL Server DBA will serve you well and open many job opportunities .Microsoft SQL Server Database Administrators (DBA) can earn $700 or more a day dependingon their experience and skills. It is also possible for a new DBA to start earning from $300 - $400 a day with the skills they will gain from this course in combination with their determination.The advantage of this course is the amazing virtual labs facilities that is available for free from Microsoft. The virtual labs comes with Microsoft Server 2012 and also Microsoft SQL Server 2016 and various instances of SQL Server like SQL Server Analysis Server (SSAS), SQL Server Reporting Service (SSRS),SQL Server Integration service (SSIS). The virtual labs is ideal because it is free and gives you an environment that mirrors a real world production SQL Server environment. I strongly urge you to take advantage of this opportunity as I do not know how long Microsoft will have these virtual labs available for. All you require to access the virtual labs is a web browser . It does not matter if you are using a mac , Pc or Linux and there is absolutely nothing for you to install. The lab exercise you will perform in this course using the virtual labs are similar to a real world SQL Server production environment.What you will learn in this course includes:How to use Microsoft TechNetMSDN Virtual LabsT-SQL quick GuideImporting and Exporting DataHow to use Activity monitorHow to use Performance monitorHow to backup databaseHow to restore databaseHow to monitor databaseHow to improve performanceHow to Authenticate users and groupsHow to set up PermissionsHow to setup AuditingI look forward to seeing on the course.Thank You"
Price: 94.99


"MySQL Made Simple For Beginners"
"The MySQL relational database is used to store data that can be manipulated using queries. It is used a lot in web development and other areas. In this course we are only covering the basics which should enable you write your own queries to get data from a database.MySQL is currently owned and supported by the database giant Oracle. There is a commercial licensed version of MySQL that can be purchased that comes with premium support.MySQL is a popular ,reliable and scalable relational database management system that is used by lots of companies and establishments all over the world. For example the social networking site Pinterest and The Space company Nasa just to mention a couple. In this basic beginners course, we'll introduce the concepts of relational database management systems in general, and how they relate to MySQL in particular.This is a practical hands on course where I strongly encourage you to type along with me as I write some basic MySQL queries using the SELECT statement. At the end of this short course you will have the confidence and skill to write your own MySQL basic SELECT statements.Here is what you will learn:How to download and Install MySQLWhat is MySQLWhat are Database Concepts What is MySQL WorkbenchHow to write syntax for SELECT StatementHow to write your own basic MySQL SELECT StatementI look forward to welcoming you to this MySQL for beginners course."
Price: 64.99


"PL /SQL For Beginners"
"PL /SQL is Oracle database's version of the standard SQL .The PL in the SQL stands for Procedural language and combines it's programming abilitieswith SQL to make Oracle database's robust and run more efficiently.It includes the standard SQL language as well as Oracle's proprietary extensions to the standardSQL language.PL/SQL is high performance and portable.PL/SQL can also be accessed from the command line using oracle's database built in SQL*Plus.PL/SQL is closely integrated with SQL and supports various data types.PL/SQL can also be used in developing web applications and supports object -oriented programming.PL/SQL allows you to create procedures ,functions ,cursors and Triggers.In this course we will setup a test environment from scratch by downloading and installing sample oracle database and TOAD.Once we have our lab fully setup we will then start writing proper PL/SQL syntax.What You Will Learn in this course:How to write PL/SQL syntaxHow to write proceduresHow to create functionsHow to create cursorsHow to create TriggersHow to insert PL/SQL commentsThe SQL in the PL/SQL is similar to how the standard SQL is used. The way you write a standard Create, Read (Select),update and delete is similar.Oracle's procedural language is used to add extra functionalities to the SQL language.At the end of this course you should have the basic skills to write PL/SQL syntax and create procedures,triggers,cursors and functions.Youwill also know how to use the delimiters.Welcome to the course."
Price: 54.99


"Introduction To Python for beginners"
"Python is a dynamic modern object -oriented programming language that is easy to learn and can be used to do a lot of things both big and small.Python is what is referred to as a high level language.That means it is a language that is closer to humans than computer.It is also known as a general purpose programming languagedue to it's flexibility.Python did not get it's name from the snake but rather from the British comedygroup known as Monty Python.Python is object -oriented means it regards everything as an object.An object in the real world could be a person or a car.Python is an interpreted language that does not needto be complied like for example java programming language.It is interpreted and run on the fly the same time.Python has been used in a lot of places like in creating games,for statistical data and visualization,speech and face recognition.Some of the biggest websites on this planet earth use python in one way or another. Examples inlude:GoogleYoutubeFacebookNasaDisneyPixarRedditPinterestInstagramSpotifySurvey MonkeyYahoo MapsIn this absolute beginners course you will learn:How to download and install pythonHow to interact with the python IDLEHow to use Python ShellHow to use the python editor How to create variablesHow to edit variable values once they have been createdHow to call a variableHow to create a Mutable ListHow to edit a list elementHow to add to a listHow to remove from a listHow the Index referencing works in a listHow to create a simple python programThe course is video based with easy to follow practical examples."
Price: 74.99


"SQL Developer Skills For Beginners"
"SQL Developers are in demand due to the increasing reliance on data.Becoming a SQL developer can be a very rewarding and fulfilling career.The path is relatively easy compared to other technical careers.Microsoft SQL Server is among the top 3 relational database management systems in the worldand getting the skills to becoming an SQL Server developer will serve you well and open many job opportunities .The advantage of this course is the amazing virtual labs facilities that is available for free from Microsoft. The virtual labs comes with Microsoft Server 2012 and also Microsoft SQL Server 2016 and various instances of SQL Server like SQL Server Analysis Server (SSAS), SQL Server Reporting Service (SSRS),SQL Server Integration service (SSIS). The virtual labs is ideal because it is free and gives you an environment that mirrors a real world production SQL Server environment. I strongly urge you to take advantage of this opportunity as I do not know how long Microsoft will have these virtual labs available for. All you require to access the virtual labs is a web browser . It does not matter if you are using a mac , Pc or Linux and there is absolutely nothing for you to install. The lab exercise you will perform in this course using the virtual labs are similar to a real world SQL Server production environment.What you will learn in this course includes:How to create databasesHow to create TablesHow to deseign databasesHow to design TablesHow to create flat file databaseHow to use SSMS ToolHow to write basic T-SQL QueriesI look forward to seeing on the course.Thank You"
Price: 119.99


"Introduction To Big Data"
"Big data is a big buzz word and everyone seems to be talking about it, but what exactly is big data ? Where is this data coming from, how is it being processed, and how are the results being used?What is big data? Big data can be characterised as data that has high volume,high variety and high velocity. Data includes numbers, text, images, audio, video, or any other kind of information you might store on your computer. Volume, velocity, and variety are sometimes called ""the 3 V's of big data."" What kind of datasets are considered big data? Examples includes social media network analyzing their members' data to learn more about them and connect them with content and advertising relevant to their interests, or search engines looking at the relationship between queries and results to give better answers to users' questions. How is big data analyzed? One of the best known methods for turning raw data into useful information is by what is known as MapReduce. MapReduce is a method for taking a large data set and performing computations on it across multiple computers, in parallel. It serves as a model for how program, and is often used to refer to the actual implementation of this model. MapReduce consists of two parts. The Map function does sorting and filtering, taking data and placing it inside of categories so that it can be analysed. The Reduce function provides a summary of this data by combining it all together. What You Will Learn What is big data What is high volume What is high variety What is high variety Googles Big Data Approach What is Cluster What is a Node What is GFS What is Big Table What is MapReduce What is Hadoop"
Price: 64.99


"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


"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