AW Software Products ExcitingAds :: Exciting Ads

kahm-logo

Sitemap

 
"Introduction to 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."
Price: 114.99

"ETL for beginners : Learn to integrate data"
"A common problem that organizations face is how to gathering data from multiple sources, in multiple formats, and move it to one or more data stores. The destination may not be the same type of data store as the source, and often the format is different, or the data needs to be shaped or cleaned before loading it into its final destination.Extract, transform, and load (ETL) is a data pipeline used to collect data from various sources, transform the data according to business rules, and load it into a destination data store. SQL Server Integration Services (SSIS) is a useful and powerful Business Intelligence Tool . It is best suited to work with SQL Server Database . It is added to SQL Server Database when you install SQL Server Data Tools (SSDT)which adds the Business Intelligence Templates to Visual studio that is used to create Integration projects.SSIS can be used for:Data IntegrationData TransformationProviding solutions to complex Business problemsUpdating data warehousesCleaning dataMining dataManaging SQL Server objects and dataExtracting data from a variety of sourcesLoading data into one or several destinationsWhat You Will Learn ....How to install SQL Server Database How to download and attach a database to SQL ServerHow to download and install SQL Server Data ToolsHow to Create a New Integration Services ProjectHow to add and Configuring a Flat File Connection ManagerHow to add and Configuring an OLE DB Connection ManagerHow to add a Data Flow Task to the PackageHow to add and Configuring the Flat File SourceHow to add and Configuring the Lookup TransformationsHow to Create Integration Services TasksHow to Create New Connection ManagerHow to Write data to a SQL Server databaseHow to Execute a package from SQL Server Data ToolsHow to Control Data Flow for Flat FilesHow to test Packages"
Price: 109.99

"Web Scraping for Beginners with : Python Scrapy BS4"
"Web scraping is the process of automatically downloading a web page's data and extracting specific information from it.The extracted information can be stored in a database or as various file types. Basic Scraping Rules: Always check a website's Terms and Conditions before you scrape it to avoid legal issues. Do not request data from a website too aggressively (spamming) with your program as this may break the website. The layout of a website may change from time to time ,so make sure your code adapts to it when it does.Popular web scraping tools include BeautifulSoup and Scrapy.BeautifulSoup is a python library for pulling data (parsing) out of HTML and XML files.Scrapy is a free open source application framework used for crawling web sites and extracting structured datawhich can be used for a variety of things like data mining,research ,information process or historical archival. Web scraping software tools may access the World Wide Web directly using the Hypertext Transfer Protocol, or through a web browser. While web scraping can be done manually by a software user, the term typically refers to automated processes implemented using a bot or web crawler. It is a form of copying, in which specific data is gathered and copied from the web, typically into a central local database or spreadsheet, for later retrieval or analysis.Scraping a web page involves fetching it and extracting from it. Fetching is the downloading of a page (which a browser does when you view the page). to fetch pages for later processing. Once fetched, then extraction can take place. The content of a page may be parsed, searched, reformatted, its data copied into a spreadsheet, and so on. Web scrapers typically take something out of a page, to make use of it for another purpose somewhere else. An example would be to find and copy names and phone numbers, or companies and their URLs, to a list (contact scraping).Web scraping is used for contact scraping, and as a component of applications used for web indexing, web mining and data mining, online price change monitoring and price comparison, product review scraping (to watch the competition), gathering real estate listings, weather data monitoring, website change detection, research, tracking online presence and reputation, web mashup and, web data integration.Web pages are built using text-based mark-up languages (HTML and XHTML), and frequently contain a wealth of useful data in text form. . A web scraper is an Application Programming Interface (API) to extract data from a web site. Companies like Amazon AWS and Google provide web scraping tools, services and public data available free of cost to end users."
Price: 119.99

"Solidity and Blockchain for beginners"
"Solidity is an object-oriented, high-level language for implementing smart contracts. Smart contracts are programs which govern the behaviour of accounts within the Ethereum state.Solidity was influenced by C++, Python and JavaScript and is designed to target the Ethereum Virtual Machine (EVM).Solidity is statically typed, supports inheritance, libraries and complex user-defined types among other features.With Solidity you can create contracts for uses such as voting, crowdfunding, blind auctions, and multi-signature wallets.A contract in the sense of Solidity is a collection of code (its functions) and data (its state) that resides at a specific address on the Ethereum blockchain. Blockchain is a very powerful technology that allows everyday users to exchange sensitive data without a middleman. Programmers can leverage the blockchain in theirapplications using Solidity, a programming language for the Ethereum platform.This basic beginners course teaches you how to build a simple contract-based application with Solidity.What You will learn include:Blockchain terminologyBasic layout of a solidity source fileImporting other source filesUsing comments in solidityBasic solidity syntaxBasic structure of a solidity contractSolidity TypesEthereum Virtual Machine -EVMFunctions and Function ModifiersSolidity Function SyntaxSolidity CompilerSolidity EventsCreating a solidity contractSolidity OperatorsSolidity UnitsSpecial types of contractSpecial variables and FunctionsState variables"
Price: 104.99

"12 Weekend Coding projects for beginners from scratch"
"Programming languages are the building blocks for communicating instructions to machines, without them the technology driven world we live in today wouldnt exist. Programming can be fun as well as challenging. In this beginners course we will be learning to code using four very popular and high in demand programming languages:JavaPythonJavaScriptC#Java is a general purpose high-level, object-oriented programming language.Java is one of the most commonly used languages for developingand delivering content on the web. An estimated nine millionJava developers use it and more than three billion mobile phones run it.Java is an object-oriented language, which means that programmersdefine not only the data type of a data structure, but also the types of functions that can be applied to the data structure.Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together.JavaScript is a programming language for the web. It is supported by most web browsers including Chrome, Firefox, Safari, internet Explorer, Edge, Opera, etc. Most mobile browsers for smart phones support JavaScript too.C# is an elegant and type-safe object-oriented language that enables developers to build a variety of secure and robust applications that run on the .NET Framework. You can use C# to create Windows client applications, XML Web services, distributed components, client-server applications, database applications, and much, much more. The projects we will create are:Creating your own Music player with C#Create your own Paint drawing app with C#Create a database driven Login Form with C#Create an Image Upload App with C#Create a word count Tool with JavaCreate a Percentage Calculator Tool with JavaCreate a BMI tool with JavaCreate a Basic calculator with JavaScriptCreate a Todo App with JavaScriptCreate an Interactive Quiz App with JavaScriptCreate a digital clock with PythonCreate a Times Table Generator with Python"
Price: 109.99

"SSIS : Create a basic package and implement a lookup logic"
"SSIS allows you to perform a lookup on data in the course of a task, using referenced data from any OLE DB source. It is a useful feature that enables you to check on the validity of data, or interpret it before proceeding. There might be times when developing a SQL Server Integration Services (SSIS) package that you want to perform a lookup in order to supplement or validate the data in your data flow. A lookup lets you access data related to your current dataset without having to create a special structure to support that access.To facilitate the ability to perform lookups, SSIS includes the Lookup transformation, which provides the mechanism necessary to access and retrieve data from a secondary dataset. The transformation works by joining the primary dataset (the input data) to the secondary dataset (the referenced data). SSIS attempts to perform an equi-join based on one or more matching columns in the input and referenced datasets, just like you would join two tables in in a SQL Server database.Because SSIS uses an equi-join, each row of the input dataset must match at least one row in the referenced dataset. The rows are considered matching if the values in the joined columns are equal. By default, if an input row cannot be joined to a referenced row, the Lookup transformation treats the row as an error. However, you can override the default behavior by configuring the transformation to instead redirect any rows without a match to a specific output. If an input row matches multiple rows in the referenced dataset, the transformation uses only the first row. The way in which the other rows are treated depends on how the transformation is configured.The Lookup transformation lets you access a referenced dataset either through an OLE DB connection manager or through a Cache connection manager. The Cache connection manager accesses the dataset held in an in-memory cache store throughout the duration of the package execution. You can also persist the cache to a cache file (.caw) so it can be available to multiple packages or be deployed to several computers.In this course we will create an SSIS package and implement a lookup logic to it."
Price: 99.99

"Learn to code with Python from scratch."
"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 language due to it's flexibility.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 need to 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 visualisation,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 Python in a practical wayfrom the ground up. The course consist of over 30 hours of video over 300 lectures and several practical hands on projects.Topics covered include:How to download and install pythonInstalling text editors and PycharmInteracting with Python in various waysCommand line basicsPython OperatorsPython Data TypesData type castingPython String Methods and FormattingPython Data StructuresPython FunctionsPython DocStringsPython DecoratorsPython Control Flow StatementsPython Modules and PackagesWorking with external files in PythonWorking with dates and timesWorking with calendarsHandling exception errorsVersion control system with Git and GithubWeb scrapping with PythonPython and Machine LearningDjangoBootstrapPostgreSQL Relational Database Management SystemPython Object Oriented ProgrammingPolymorphismClasses and MethodsInheritanceEncapsulationAbstractionProjects we will create:Create a functional todo app and deploy to cloudCreate a functional portfolio appCreate a basic calculatorCreate a digital clockCreate a times table generatorCreate a weight conversion toolCreate a number guessing gameCreate a random number generatorCreate a vowel stripping programCreate a countdown timerCreate a lottery number simulator"
Price: 179.99

"Learn C++ from scratch"
"C++  is a compiled modern object -oriented programming language .The code you write in C++ has to be translated by a special program called a compiler into machine code .C++ is widely used for both systems and applications development, and  is available for virtually every operating system and has influenced and informed many derivative languages, including C# and Java. In this course,i will guide you through the nuts and bolts of this essential language. We will set up your environment for coding and dissects the anatomy of a basic C++ program. We will learn the essentialsstatements and expressions, variables, arrays, conditionals, switch, operators, loops, and functionsand  data structures, classes and objects. We will also learn data casting.Topics include:Setting up C++ development environment using code blocksDisplaying outputAccepting user inputsUsing code commentsUsing Escape sequenceStatements and expressionsCreating VariablesPointers and ReferenceConstantsLocal and global variablesString functionsArrays2D  ArraysConditionals ( if , else , else if , switch)Loops ( while, do-while, for)Looping through arraysNested l for oopsData typesOperatorsFunctionsClasses and objectsClass methodsClass membersAccessing class attributes and methodsOverriding class methodsInheritance Create a math application program."
Price: 114.99

"SQL Fundamentals for beginners"
"Almost all applications you interact with on a daily basis involves data which are stored in databases . Applications such as Facebook, Instagram, Whatsapp, Twitter, Hospitals ,Banks etc all interacts with data stored in databases.SQL is the language used to interact with the data inside these databases. SQL skills are always in demand due to the ever increasing use and reliance of data.In this beginners course, you will learn the building blocks of SQL by interacting with a PostgreSQL database. From creating a brand new table, up through organizing and aggregating data across multiple tables, you will learn the fundamental skills of SQL and youll be prepared to apply them right away.Topics include:Installing PostgreSQL Relational Database SystemConnecting to PostgreSQL Default DatabaseLoad sample databaseCreating database and tablesUsing constraintsRetrieving data from database tableUpdating data inside a tableDeleting data inside a database tableFiltering data returned from a database tableSorting data returned from a database tableRetrieving data using various operatorsCombining data from multiple tablesUsing aggregate functions to manipulate data.Using subqueries"
Price: 109.99

"Primavera P6 Professional For beginners"
"Oracle's Primavera P6 is one of the most powerful and comprehensive project management tools available on the market today. Simply put, Primavera is a project management software specifically designed to help manage complex projects. Oracle Primavera P6 stands out as one of the most easily recognized and useful tools in effective project management. Oracle Primavera P6 gives unparalleled control, monitoring, and insight to planners, project managers, schedulers, employers, stakeholders, and any others who are involved in a given project.Learn to use Primavera P6 to manage mid-size and large-scale projects successfully and efficiently.In this course i will introduce you to some key features in Primavera P6 professional I will demonstrate how to create a new project , enterprise project structure, assign roles and resources, update an un-resourced project, import and export project plans and much more.Topics include:Creating Enterprise Project StructureConfiguring preferencesCreating a ProjectAdding ActivitiesCreating RelationshipsSchedulingAssigning ConstraintsFormatting Schedule DataAssigning ResourcesMaintaining calendarsCreating a work breakdown structure (WBS)Creating and formatting a scheduleFormatting Gantt chartsAdding constraintsSetting a baselineAssigning resourcesHandling expensesPrinting reports"
Price: 104.99

"SQL/ETL Developer - T-SQL/Stored Procedures/ETL/SSIS"
"A common problem that organizations face is how to gathering data from multiple sources, in multiple formats, and move it to one or more data stores. The destination may not be the same type of data store as the source, and often the format is different, or the data needs to be shaped or cleaned before loading it into its final destination.Extract, transform, and load (ETL) is a data pipeline used to collect data from various sources, transform the data according to business rules, and load it into a destination data store. SQL Server Integration Services (SSIS) is a useful and powerful Business Intelligence Tool . It is best suited to work with SQL Server Database . It is added to SQL Server Database when you install SQL Server Data Tools (SSDT)which adds the Business Intelligence Templates to Visual studio that is used to create Integration projects.SSIS can be used for:Data IntegrationData TransformationProviding solutions to complex Business problemsUpdating data warehousesCleaning dataMining dataManaging SQL Server objects and dataExtracting data from a variety of sourcesLoading data into one or several destinationsWhat You Will Learn ....How to install SQL Server Database How to download and attach a database to SQL ServerHow to download and install SQL Server Data ToolsHow to Create a New Integration Services ProjectHow to add and Configuring a Flat File Connection ManagerHow to add and Configuring an OLE DB Connection ManagerHow to add a Data Flow Task to the PackageHow to add and Configuring the Flat File SourceHow to add and Configuring the Lookup TransformationsHow to Create Integration Services TasksHow to Create New Connection ManagerHow to Write data to a SQL Server databaseHow to Execute a package from SQL Server Data ToolsHow to Control Data Flow for Flat FilesHow to test PackagesSQL FunctionsT-SQL Stored proceduresExtracting data from multiple tables"
Price: 74.99

"Database Developer - SQL Server/T-SQL/Database Migration"
"One of the many roles of a database developer includes working with relational database servers,using T-SQL(Transact ) to interact with Microsoft SQL Server and also performing database migrations from one relational database management system to another. There are several tools available to perform database and data migration. In this course we will be using a free powerful tool by Oracle called Oracle SQL Developer to migrate a third party database from Microsoft SQL Server into Oracle.Database migration involves several steps specified below:Setting up a Migration Repository : The Migrations Repository is a database schema that stores themeta_data collected and transformed in the migration process.Configuring the Third Party Database Connection : You need to configure a database connection for the databasewhich you would like to migrate. There are two steps to this process:Download JDBC driver and Connecting to ThirdParty Database.Capturing Source Database :This step is used to capture a snapshot of the current stateof your third-party database and is necessary to provide SQL Developer with a ""point in time"" view of your database. Once this step is complete, the Migration wizard works on the meta-data stored in its repository, instead of issuing queries against your live database.Convert Captured Model to Oracle : The next step in the migration process is to convert the captured modelof the database to an Oracle-specific model.Translate Third Party SQL Objects to Oracle :The next step in the migration process is to translate theT-SQL objects - constraints, functions, procedures, triggers, views - to Oracle SQL objects.Generating Scripts to Create Target Database :Once the conversion process has completed, SQL Developer hasa model of what the converted database will look like. This is used to generate SQL scripts for the creation of the new Oracle Database schema(s) and to run these scripts.Move Data from Third Party Database to Oracle :The last step in the Migration Wizard is to move the data to the new database. Migrating the data is a process that copies the data from the third-party database to the new tablesin the Oracle database. The Migration Wizard uses the same Oracle database connection required to run the scripts as it does to move the data."
Price: 59.99

"Mobile App development for beginners - Android and Apple"
"Mobile app development can be both profitable and fun. In this beginners introductory course you will learn to create and deploy an app to a physical device. You learn how to setup development environments for both Android and Apple Apps.We will be using the MVC ( Model View Controller) design pattern which is commonly used in IOS app development and the Xcode integrated development environment to develop an app to run on an apple device. Xcode comes with virtual devices that you can use to test your app.Android powers the majority of smartphones on the planet and a growing number of devices, from Android Wear on your wrist to Android Auto for your car.This course is designed to teach anyone how to make a new Android app from scratch.Learn all the basics of the platform and all the skills an Android app developer needs to be successful. Topic include:Setting up development environment for Android using Android StudioSetting up development environment for Apple using XcodeCreate new projects in Android Studio and XcodeDesign AppCreate variablesCreate a dice rolling app in androidCreate a dice rolling app in AppleCreate arrayCode the app logicTest app on virtual devicesDeploy app to a real device"
Price: 109.99

"SQL Essentials For Beginners Using Command Line Interface"
"SQL ( Structured Query Language) is used to query and interact with various types of database systems. Most applications we interact with daily has a database component which SQL can query and manipulate.In this course we will use MySQL which is a relational database management system that comes with some sample database when installed.We will perform the essential operations that occur frequently on any database system using the MySQL Client Tool which is a command line interface utility.The most essential operations on any database system is called CRUDCreate Read  Update DeleteYou will learn how to create database and table ; also how to insert some data into the table ,update records and the delete records."
Price: 19.99

"Build 17 Beginner's Projects with : Python JavaScript C#"
"Learning to code can be both fun and rewarding. It is exciting to be able to write some code that gives the computer a bunch of tasks to perform.This course is packed with hands-on projects in three popular and in demand programming languages : Python JavaScript and C#.I have included a brief crash course in these three languages for those who have no exposure to them at all.You will learn how to setup your development environment for these programming languages then build the following projects step by step:Build a music playerBuild a paint drawing programBuild a screen saver programBuild a currency converter programBuild a web browserBuild a C# calculatorBuild a word count programBuild an image slider appBuild a todo list appBuild an interactive quiz appBuild a loan calculatorBuild a JavaScript CalculatorBuild a digital clockBuild a weight conversion programBuild a countdown appBuild a calculator with PythonBuild a lottery number simulator programAfter completing the projects in this course you should be equipped with enough skills to be creative and build more projects."
Price: 19.99

"Object Oriented Programming for beginners - Using Python"
"Object-oriented Programming, or OOP for short, is a programming paradigm which provides a means of structuring programs so that properties and behaviors are bundled into individual objects.For instance, an object could represent a person with a name property, age, address, etc., with behaviors like walking, talking, breathing, and running. Or an email with properties like recipient list, subject, body, etc., and behaviors like adding attachments and sending.Put another way, object-oriented programming is an approach for modeling concrete, real-world things like cars as well as relations between things like companies and employees, students and teachers, etc. OOP models real-world entities as software objects, which have some data associated with them and can perform certain functions.Object-oriented programming is based on the imperative programming paradigm, which uses statements to change a program's state. It focuses on describing how a program should operate.OOP uses the concept of objects and classes. A class can be thought of as a 'blueprint' for objects. These can have their own attributes (characteristics they possess), and methods (actions they perform).In this course you will learn the key concepts of object oriented programming which includes:ClassesMethodsInstantiatingInheritancePolymorphismEncapsulationAbstraction"
Price: 19.99

"Introduction to Python Control Flow Statements"
"Control flow statements are an essential part of the Python programming language.A control flow statement is a block of programming that analyses variables and chooses a direction in which to go based on given parameters. In simple sentence, a control structure is just a decision that the computer makes. So, it is the basic decision-making process in programming and flow of control determines how a computer program will respond when given certain conditions and parameters. It determines the  order in which the programs code executes.They are decision Making Statements  that allow the program to take the decision as which statement should be executed next.Decision Making statements are used when we want a set of instructions should be executed in one situation and different instructions should be executed in another situation .Decision making can be implemented in python using:if statementselse statementselif statementswhile loopsfor loops"
Price: 19.99

"Introduction to Python Data Structures for beginners"
"Data structures are an essential part of the Python programming language.They are a way of organizing and storing data so that they can be accessed and worked with efficiently. They define the relationship between the data, and the operations that can be performed on the data. This course will introduce the core data structures of the Python programming language. When working with data, we need ways to store it in variables so we can manipulate it. Python has the following built-in  data structures:ListTupleSetDictionaryIn this course you will learn about some of the methods you can use with the data structures"
Price: 19.99

"Introduction to Python Functions for beginners"
"Functions are an essential part of the Python programming language.A function is a block of code which only runs when it is called.You can pass data, known as parameters, into a function and a function can return data as a result.Functions are a convenient way to divide your  code into useful blocks, allowing us to order our code, make it more readable, reuse it and save some time.Also functions are a key way to define interfaces so programmers can share their code.Functions provide better modularity for your  application and a high degree of code reusing.You  can use functions in programming to bundle a set  of instructions that you want to use repeatedly or that, because of their complexity, are better  self-contained in a sub-program and called when needed. That means that a function is a piece of code written to carry out a specified task.To carry out that specific task, the function might or might not need multiple inputs.When the task is carried out, the function  can or can not return one or more values.There are three types of functions in Python:Built-in functions, such as help() to ask for help, min()  to get the minimum value, print() to print an object to the terminal.User-Defined Functions (UDFs), which are functions that users create to help them outAnonymous functions, which are also called lambda functions  because they are not declared with the standard def keyword."
Price: 19.99

"SQL For Beginners: Learn to communicate with databases"
"Why Learn SQL?We live in a data-driven world: people search through data to find insights to inform strategy, marketing, operations, and a plethora of other categories. There are a ton of businesses that use large, relational databases, which makes a basic understanding of SQL a great employable skill not only for data scientists, but for almost everyone.Almost all applications you interact with on a daily basis involves data which are stored in databases . Applications such as Facebook, Instagram, Whatsapp, Twitter, Hospitals ,Banks etc all interacts with data stored in databases.SQL is the language used to interact with the data inside these databases. SQL skills are always in demand due to the ever increasing use and reliance of data.In this  beginners course, you will learn the building blocks of SQL by interacting with a MySQL database. From creating a brand new table, up through organizing and aggregating data across multiple tables, you will learn the fundamental skills of SQL and youll be prepared to apply them right away.Topics include:Creating database and tablesRetrieving data from database tableUpdating data inside a tableDeleting data inside a database tableFiltering data returned from  a database tableSorting data returned from a database tableRetrieving data using various operatorsCombining data from multiple tablesUsing aggregate functions to manipulate data.Using subqueriesTake-Away Skills:In this course, youll learn how to communicate with relational databases through SQL."
Price: 19.99

"Python Operators For Beginners"
"Python is a popular programming language .Python can be used for :web development (server-side),software development,mathematics,system scripting.Operators are used to perform operations on variables and values.Python divides the operators in the following groups:Arithmetic operatorsAssignment operatorsComparison operatorsLogical operatorsIdentity operatorsMembership operatorsBitwise operatorsIn this course you learn how to install Python and practice interacting with various types of Python Operators ."
Price: 24.99

"SQL CRUD Operations with PostgreSQL"
"PostgreSQL is a very popular , advanced, open-source object-relational database management system  used by a lot of organizations.It is a very robust database management system.Any software or a web application will typically do these set of operations called C.R.U.D. CRUD Stands forCreate (Insert)Read (Select)UpdateDeleteIn this course we will be using SQL and PostgreSQL to perform CRUD operations .What we will learn include:How to install PostgreSQL Database ServerHow to Load a sample database into PostgreSQL ServerHow to Create a database and tableHow to insert data into a tableHow to query and retrieve data from a tableHow to update existing data inside a tableHow to delete data from a tableHow to sort retrieved data from a tableHow to Filter data using WHERE clauseHow to remove duplicate data How to use subqueries to query and retrieve dataHow to group data using GROUP BY clauseHow to use the HAVING clause to group data"
Price: 24.99

"Gatsby.js for beginners"
"Gatsby is a free and open source framework based on React that helps developers build blazing fast websites and apps. Gatsbys rich data plugin ecosystem lets you build sites with the data you want .Gatsby.js is a static PWA (Progressive Web App) generator. You get code and data splitting out-of-the-box. Gatsby loads only the critical HTML, CSS, data, and JavaScript so your site loads as fast as possible. Once loaded, Gatsby prefetches resources for other pages so clicking around the site feels incredibly fast.Gatsby.js is Internet Scale. Forget complicated deploys with databases and servers and their expensive, time-consuming setup costs, maintenance, and scaling fears. Gatsby.js builds your site as static files which can be deployed easily on dozens of services.Gatsby.js builds the fastest possible website. Instead of waiting to generate pages when requested, pre-build pages and lift them into a global cloud of servers ready to be delivered instantly to your users wherever they are.What you will learn includes:Installing GatsbyCreating a Gatsby siteBuilding componentsUsing sub componentsCreating and using layout componentsModifying pagesUsing propsLinking between  pagesUsing Gatsby PluginsUsing Global StylingStyling Gatsby componentsDeploying Gatsby Sites"
Price: 29.99

"Power BI for beginners"
"Power BI is a business analytics solution that lets you visualize your data and share insights across your organization, or embed them in your app or website. Connect to hundreds of data sources and bring your data to life with live dashboards and reports.Discover how to quickly glean insights from your data using Power BI. This formidable set of business analytics toolswhich includes the Power BI service, Power BI Desktop, and Power BI Mobilecan help you more effectively create and share impactful visualizations with others in your organization.In this beginners course you will learn how to  get started with this powerful toolset.  We will  cover topics like  connecting to and transforming web based data sources.  You will learn how to publish and share your reports and visuals on the Power BI service.You will learn  how to import data, create visualizations, and arrange those visualizations into reports. You will learn how to how to pin visualizations to dashboards for sharing. You  will also learn how to use  DAX  language( Data Analysis Expressions) to perform calculations on data models.Topics include:Connecting to SQL Server and PostgreSQL DatabasesConnecting to Microsoft Access Database FileCreating reports with data visualizationsModifying existing reportsCreating and managing data dashboardsCreating Power BI datasets, dashboards, reports, and workbooksConnecting to web based data sourceConnecting to Excel datasetUsing Query EditorJoining tables and creating tablesFormulating via DAX logicUsing quick measures and dynamic measuresUsing conditional statementsPerforming various transformation on connected dataset"
Price: 64.99

"BI Developer : Learn ( Power BI SSIS SSRS SSASDWT-SQL )"
"Power BI is a business analytics solution that lets you visualize your data and share insights across your organization, or embed them in your app or website. Connect to hundreds of data sources and bring your data to life with live dashboards and reports.Discover how to quickly glean insights from your data using Power BI. This formidable set of business analytics toolswhich includes the Power BI service, Power BI Desktop, and Power BI Mobilecan help you more effectively create and share impactful visualizations with others in your organization.In this beginners course you will learn how to  get started with this powerful toolset.  We will  cover topics like  connecting to and transforming web based data sources.  You will learn how to publish and share your reports and visuals on the Power BI service.You will learn  how to import data, create visualizations, and arrange those visualizations into reports. You will learn how to how to pin visualizations to dashboards for sharing. You  will also learn how to use  DAX  language( Data Analysis Expressions) to perform calculations on data models.Topics include:Connecting to SQL Server and PostgreSQL DatabasesConnecting to Microsoft Access Database FileCreating reports with data visualizationsModifying existing reportsCreating and managing data dashboardsCreating Power BI datasets, dashboards, reports, and workbooksConnecting to web based data sourceConnecting to Excel datasetUsing Query EditorJoining tables and creating tablesFormulating via DAX logicUsing quick measures and dynamic measuresUsing conditional statementsPerforming various transformation on connected datasetHow to implement a data warehouse solutionDebug and Troubleshoot SSIS packages.Cleansing data by using Data Quality Services.Extend SSIS with custom scripts and components.How to create ETL (Extract,Transform, Load) processHow to deploy SSIS PackageHow to create SSIS package using SQL Server Integration ServicesHow to download and install SQL Server Data ToolsHow to perform data analysis with SQL Server Analysis Server - SSASHow to create reports using SQL Server Reporting ServicesHow to download and install SQL ServerLearning some key operations using T-SQLBI developers are expected to have a variety of skills that will enable them perform tasks such as: design, implementation and maintenance of structured query language (SQL) databases. They may work as database or web developers, depending on the specific position. SQL developers often spend many work hours seated in front of computers.As a BI developer, you should have strong analytical, communication, and problem-solving skills. A knowledge of SQL servers, SQL Server Analysis Services -SSAS, SQL Server integration services (SSIS) and server reporting services (SSRS) is also important."
Price: 139.99

"Learn Coding: C++ & Python"
"Python is undoubtedly the most popular programming language and the ideal choice when starting to explore code. Not only is it easy to understand and follow, its also great for achieving quick results and its astonishingly powerful. Were using Python 3, which is the latest version of the language and with it, youre able to create everyday useful software, graphical games, text adventures and interactive programs that can be fashioned for use at home or at work. Python is a fantastic language and we will help you master the basics to set you on your way to becoming an accomplished Python programmer.C++ is one of the most powerful, high-performing and efficient programming languages you can learn. Web browsers, games, applications and even entire operating systems are coded and created using C++; which makes understanding it a highly sought after skill to have.  You will learn  how to get started with c++ , exploring  the whole process from entering a few lines of code that will generate something on your screen, through to data types and user interaction."
Price: 109.99

"Ethical Hacking & Bug Hunting: Buffer Overflow For Beginners"
"The primary goal of this course is to provide you with practical exposure to the world of bug hunting. After taking this course, you will have a better understanding of the approaches (reverse engineering, exploit development) that bug hunters use to find security vulnerabilities. You will learn how to exploit Buffer Overflows on Windows systems. This is an initial course and begins from the very basics of exploitation and is beginner-friendly. The difficulty is that most IT professionals do not have the general software development background required to begin the subject of buffer overflow. This course cuts down the technical subjects of computer memory management, controlling code, and data inside of a working program, and exploiting poor quality software into terms that IT people with no software development knowledge can understand. A buffer overflow is a popular software coding error that an intruder could use to take control over your system. To efficiently decrease buffer overflow vulnerabilities, it is necessary to understand what buffer overflows are, what threats they act to your applications, and what methods attackers use to successfully exploit these vulnerabilities.In this course, you will learn how to use different tools such as Immunity Debugger, Mona library for Immunity Debugger, Metasploit, msfvenom, Spike, File Fuzz and much more. This course is intended to be practical.In this course, we will answer the following questions:What is Buffer Overflow?How do buffer overflow attacks work?How to find buffer overflow vulnerabilities?How to write a buffer overflow exploit?Syllabus:Reverse engineering.Fuzzing applications. Using a debugger to examine the crash. Identifying error conditions using debugging. Targeting the EIP register. Identifying bad characters. Locating the vulnerable module. Creating final exploit code. Exploit development.Gain Remote Code Execution on Windows.With this course you'll get 24/7 support, so if you have any questions you can post them in the Q&A section and we'll respond to you within 10 hours.NOTE: This course is created for educational purposes only."
Price: 199.99

"Office 365 Email Security"
"This course is designed to improve your understanding of the additional steps that you can take to protection Exchange Online beyond what is provided by default. You'll learn about enabling full mailbox auditing, managing deleted item retention times as well as has to tighten email forwarding and enable email encryption. The course assumes that you are comfortable with connecting to Office 365 using PowerShell as well as running scripts which are provided in the lessons. If you are not comfortable using PowerShell with Office 365 it is recommended that you do not take this course until you are.Inside the lessons you will find a video lesson along with a range of additional resources you can take advantage of to further improve your security skills. You be given the PowerShell commands that will allow you to easy implement what is covered in the lesson on one or more tenants.By the end of this course you will have the knowledge and skill to greatly improve the email security within Office 365 by simply using what Microsoft already makes available but typically doesn't enable by default."
Price: 49.99

"Shell Script na Prtica"
"Curso totalmente Hands-on onde atravs de um estudo de caso da empresa AGT iremos desenolver um script de atualizao de aplicao rodando em tomcat, abordaremos no curso a criao do menu principal, script de atualizao, restore, verificao e restart da aplicao da AGT.Se seu interesse aprender a utilizar na prtica o shell script este curso para voc e foi desenvolvido inteiramente para utilizao da linguagem.Seja muito bem vindo"
Price: 99.99

"FL Studio 20: Customize FL Studio for Mac & PC"
"In This FL Studio 20: Customize FL Studio for Mac & PC, I will show you how to customize FL Studio in just one day. Did you know that FL Studio is now supported by both Windows & Mac?We're going to cover everything from how to customize the looks & feels of FL Studio to workflow tips and tricks that will make your life a lot easier when producing music with FL Studio 20!This course is created for the absolute beginner as well as advanced users who wants to expand their knowledge in music production. We are covering all of the techniques that the biggest music producers are currently are using as well as limiting ourselves to create music. Everything that is done in this course is made in the box only - so all you need is a laptop such as MacBook Pro or a desktop computer such as an iMac or a Windows computer.We are also including 10+ Sample Packs that will improve your productions as you can use them for free in your own tracks - all royalty free.This course is designed for every skill level from Beginners to Advanced. If you never used FL Studio before, that's totally fine as well. We will include a brief overlook of FL Studios interface in this course.Improve Your Music Production Techniques and Start Making Professional Music With Quality in No Time!Regardless of what your level of experience is or what type of music you are creating, this course will take you knowledge to a whole another level. I will show you step-by-step how to create a full Music Production with FL Studio with Mixdown and Mastering included.Unlike other Music Production courses, this course will cover everything from scratch and improve your overall music production level as well as getting you motivated to finish your music instead of letting your music ideas die within your project file.About the instructor:Martin Svensson started producing music since 2005 and teaching since 2016, and now has over 80,000 happy students on Udemy learning music production and other related topics viewed from a Music Producers perspective. Martin has been working with different producers around the world as well as co-created a few very well known tracks with other musicians. Martin is based in Stockholm, Sweden"
Price: 99.99