AW Software Products ExcitingAds :: Exciting Ads

kahm-logo

Sitemap

 
"Smile BombBasic Piano Lesson"
"By basic piano Lesson To learn how to play a piano & compose music. Total 12 Lesson program : Playing with one finger Finger number & finger simple training Playing by some way how to use with 5 finger How to read music score Let7s play with both hands let play a tune by feeling sight, sound, hearing, image Cords major cords & Diatonic scale Minor cords & some scale Playing by tension cords Some music theory Let play by free phrasing on music rule"
Price: 24.99

"The Gitlab and Tortoise Git Crash Course"
"With over 3000 students, this is one of the top selling courses on Gitlab!Whether you are a college student looking for a way to manage your repositories(for free) or an industry professional looking for a one stop shop to manage your entire DevOps cycle. Gitlab can handle everything from code versioning to issue tracking to continuous Integration.You will get a quick grasp on Gitlab. It is one of the best versioning platforms out there, with the ability to set up your own private projects for free. The course is divided into sections, each independently forms a module and a course in itself. Whether you are a college student looking to get some experience with version control or a professional looking for a tool to deploy and manage code you will find what you need here. Everything is well documented and separated, so you can find what you need.Gitlab BasicsWe will sign up and create a project together. We will go over some key features. After which, we will set up Git Bash for those on windows. This will provide a linux interface for them. Mac users already have terminal. We will then see how we can import a project from an existing versioning control platform like GitHub and work on it in Gitlab.Then we will go on to learn how to authenticate our machine using SSH keys with Gitlab. We will also go over how to manage documentation in Gitlab using Gitlab Wiki. It truly is a one stop shop for us developers!User management in GitlabIn this one we see the different types of permissions users can have and how you can import them from one project to another.Branches in GitlabYou cannot run any significant project without branches. And Gitlab has you covered. We will learn how to manage branches, and use the different features Gitlab exposes us to. We will also checkout the different levels of permissions we can assign to branches using Gitlab.We will learn how to use tags and commits. As well as assign and merge Merge Requests.CI/CD in GitlabIn this section we will jump into DevOps and learn how to use the different features of Gitlab for Continuous Integration and Deployment.We will use .YML files and demonstrate Gitlab features like Pipelines, Jobs, Environments all which make your day to day life managing code so much easier. We will also cover Gitlab's integration with Kubernetes.Issues in GitlabGitlab has something for everyone. So for all you project managers out there, welcome to Gitlab issues. This project management software is in built into Gitlab. We will see how to use Milestones and Labels to categorize your issues. And then how to use all the features in Gitlab to mark and track issues. We will even see how to associate issues with merge requests!This course will hand hold you through the basics and show you everything you need to get started with Gitlab.This course will give you a great understanding of all the major concepts of Gitlab. You will be pro before you know it. Let us get started!Tortoise GitGet set up by installing tortoise git. Then familiarize yourself with handy tools in Tortoise Git like using diffs and revision graphs. These will give you a clear picture of what is going on in the repository and who edited which file when. Get line by line details using Git Blame.You will learn to use Tortoise Git as a substitute for Git Bash."
Price: 19.99

"Master OpenAPI and the Swagger Framework"
"Whether you are a QA professional looking for a way to test API's or a developer looking for a one stop shop to manage your entire API design and development cycle Swagger has a solution for you . For business analysts Swagger can handle everything from API versioning to documentation.You will get a quick grasp on Swagger. It is one of the best set of API development tools out there, with the ability to design and document own projects for free. The course is divided into sections, each independently forms a module and a course in itself. Whether you are looking to get some experience with OpenAPI or a professional looking for a tool to standardize and document your API you will find what you need here. Everything is well documented and separated, so you can find what you need. Assignments and Quizzes will make sure you stay on track and test your knowledge.Swagger Hub UIWe will enter the Swagger Hub home page called ""My Hub"". We will go over some key features. After which, we will learn how to edit an API in the editor UI. This will also generate documentation for them. Learn how to search, filter and sort existing API's. We will then see how we can use keyboard shortcuts to get our swagger tasks done in seconds.Working with API's in SwaggerHubSo you've learnt how to navigate around the UI, now it is time to play with API's. Learn how to Create, Fork, Copy and Publish API's.Working with Versions in Swagger HubYou cannot run any significant project without versioning. And Swagger Hub has you covered. We will learn how to manage versions, and use the different features SwaggerHub exposes us to. We will also checkout the different ways to compare and merge API's.We will learn how to use tags and commits. As well as assign and merge Merge Requests. Also learn different ways to re-name an API as well as delete and download them in a variety of different ways.Master Open APIOpen API is the language(for lack of a better description) with Swagger Tools use to design, document and standardize API's. First you will get an overview with a sample API. Then we will delve into details of individual components. We will show you all the options and capabilities you get by using paths, servers, parameters, schema and responses. Learn how to use the different types of authentication.Intro to Swagger InspectorSign in and get set up on Swagger Inspector. This tools will help you test and reverse engineer API's. You will check out different features and authentication modes with us. Master navigating the UI of this handy tool. This course will hand hold you through the basics and show you everything you need to get started with Swagger.This course will give you a great understanding of all the major concepts of Swagger. You will be pro before you know it. Let us get started!"
Price: 19.99

"Visual Studio Code Crash Course 2020"
"Visual Studio Code is one of the leading code editing platforms out there gaining rapid adoption with developers across the world. It is cross platform and lightweight editor with a long list of features including IntelliSense, it's own extension marketplace and integrations with git and terminal.If you are looking for a modern day editor and an upgrade from something like Atom and Sublime then this course is for you. It will develop your skills and make youa more efficient developer. Even if you have never worked with a code editor before and are a beginner programmer this course is simple enough for you to understand.Questions are always welcome from students and can be asked in the Q&A section of the course.We try to respond within 24 hours so that we can create an engaging learning environment for our students and use our experience in the software industry to help you in your journey as a developer.What will we cover?Installation and SetupInstall and Setup VS Code on Windows/Mac and then set up a basic hello world program where you learn to just run through and debug with some extensions.Jumping into the User InterfaceLearn how to find your way around the UI and then use the command palette and different editing modes in VS Code. Learn how to change color themes and keyboard shortcuts to personalize VS Code to your liking!Code EditingA lot of software programming involves finding things other people wrote. Take advantage of VS Code's search abilities and then go on to learn about the extensions you can use to enhance your VS Code experience. Navigate your way around code by finding the definitions and implementations of different bits of code.Debugging and Integrating with GitMaster the art of debugging with powerful built in tools with VS Code and it's extensions. Then Integrate with Git, learn how to initialize a repo, clone, add, commit, and synchronize your code with that on your favorite version control platform.The only thing you should need to get started is the desire to learn and enjoy one of the latest editors out there!"
Price: 19.99

"The Gradle Crash Course 2020 (with Groovy)"
"Whether you are a college student looking for a way to build your code(for free) or an industry professional looking for a one stop shop to build your project or an upgrade from Maven. Gradle can handle everything from file management to build scans to integration with Continuous Integration Platforms like TeamCity.You will get a quick grasp on Gradle. It is one of the best build automation tools out there, with the ability to write fast and highly customizable builds in Groovy or Kotlin.The course is divided into sections, each independently forms a module and a course in itself. Each section is backed up by quizzes and assignments to keep you on track. Whether you are a college student looking to get some experience with automated builds or a professional looking for a tool to build and test code you will find what you need here. Everything is well documented and separated, so you can find what you need.The Install and SetUp of GradleWe will sign up and install java and HomeBrew(for the Mac). Then Mac users will install Gradle using HomeBrew while Windows users will use a manual installation process. Each step will be covered clearly so you have no doubts along the way. Then we will see how to use Gradle in an IDElike Eclipse and even run a couple of tasks from Eclipse. At this point we will give you an overview of what Gradle is.Basic GroovyInstall and Setup Groovy on Eclipse. Move on to learning Groovy basics like Maps, Lists and Loops. Also checkout how to use Groovy from the Command Line.The Basics of GradleWhat will you be leaning in this section: Do First and Do Last commands Use Loops and Operators Use Dependencies in build scripts Master Lifecycle tasks with the base plug in Learn how to use project level variables How to work with local variables How to use shortcut notation The basics of lists and maps Use Gradle Wrapper Create Build ScansLogging and File Management in GradleLearn how to use different types and levels of Logging in Gradle. Learn how to copy, move,zip and unzip files.Build Apps with GradlePractice everything we have learnt. Meanwhile also learn how to setup Gradle with Android Studio and create and build Java apps. End the course by learning about the Jacoco Plug in."
Price: 19.99

"The Complete Guide to Apache Airflow 2020"
"Whether you are a QA professional looking for a way to automate your tests or a developer looking for a one stop shop to manage your entire workflow design and development cycle Airflow has a solution for you . For business analysts Airflow can help you with the design of your ETL workflows.You will get a quick grasp on Apache Airflow. It is one of the best set of workflow management tools out there, with the ability to design and develop scalable workflows for free. Whether you are looking to get some experience with Airflow or a professional looking for a tool to design and development your workflow you will find what you need here. Everything is well documented and separated, so you can find what you need. Assignments and Quizzes will make sure you stay on track and test your knowledge.Installation and SetupInstall and Setup Python and AirFlow on Windows/Mac .Essential Concepts Learn the concepts you need to work with a workflow management system like Airflow.Hello Airflow!Create your first workflow and get a feel for the tool.Airflow UI!Spin up the Airflow WebServer and find your way through the User Interface.Airflow TechnicalsTake your first steps in AirBending as you learn different Airflow features in detail.Connection and IntegrationsIntegrate Airflow with other commonly used tools.Google Cloud ComposerMove your workflows to the Cloud!"
Price: 19.99

"The PyCharm Crash Course 2020"
"PyCharm is one of the leading code editing platforms out there gaining rapid adoption with developers across the world. It is cross platform and lightweight editor with a long list of features including Intelligent Coding Assistance, Smart Code Navigation and integrations with git and Github.If you are looking for a modern day editor and an upgrade from something like Atom and Sublime then this course is for you. It will develop your skills and make you a more efficient developer. Even if you have never worked with a code editor before and are a beginner programmer this course is simple enough for you to understand.Questions are always welcome from students and can be asked in the Q&A section of the course.We try to respond within 24 hours so that we can create an engaging learning environment for our students and use our experience in the software industry to help you in your journey as a developer. All code snippets are available as downloadable resources.What will we cover?Installation and SetupInstall and Setup PyCharm and Python on Windows/Mac and then set up a basic hello world program where you learn to just run through and debug with your interpreter set up. Jumping into the User InterfaceLearn how to find your way around the UI  in PyCharm. Learn how to change color themes/background images and keyboard shortcuts to personalize PyCharm to your liking!Code EditingA lot of software programming involves finding things other people wrote. Take advantage of Pycharm's search abilities with variable search scope. Navigate your way around code by finding the definitions and implementations of different bits of code.Debugging and Integrating with GitMaster the art of debugging with powerful built in tools with PyCharm and it's packages. Then Integrate with Git, learn how to initialize a repo, clone, add, commit, and update your code with that on your favorite version control platform. At this point you will learn how to work with branches and merge conflicts.TestingLearn how to create test cases quickly and efficiently. We will use PyTest as well as Unit Tests. Go on to debug your tests when things go south.The only thing you should need to get started is the desire to learn and enjoy one of the latest editors out there!"
Price: 24.99

"Groovy Guru in less than 2 Hours!"
"Whether you are aCollege studentlearning the fundamentals of Groovy or anIndustry level professionalusing Groovy to build your next project/Gradle build script this course will help you accomplish your goals. This course will hand hold you through the basics and show you everything you need to get started with Groovy. Groovy is a JVM based language and don't stress if you have not worked with them before. We will guide you through every step of the way. Groovy has a syntax similar to languages like Java which make it easy to learn. But at the same time Groovy all the benefits and conveniences of modern scripting languages like Python. It's powerful features enable you to author DSL(Domain Specific Languages) and to work with Gradle builds.Questions are always welcome from students and can be asked in the Q&A section of the course.We try to respond within 24 hours so that we can create an engaging learning environment for our students and use our experience in the software industry to help you in your journey as a developer.This course will give you a great understanding of all the major concepts of Groovy programming. You will be pro before you know it. Let us get started!What will we cover?Installation and SetupInstall and Setup Groovy and Java on Windows/Mac and then set up a basic hello world program where you learn to just run through and debug with your IDE(Eclipse) set up. Also use Groovy from the command Line.The Basics Learn how to use Groovy Variables and Data Types, from Numbers, Strings to Boolean Data Types, you will practice and use everything. Even learn how to use the def keyword of Groovy. Then go on to apply these data types with operators.A Jab at DataStructures Figure out the Intricacies of Arrays, Lists and Maps, and use their in built functions. Understand their differences and use cases while also learning some Groovy specific features you won't get in Java.Conditionals and LoopsThe cornerstone of any language, conditionals and loops will help you advance to the next stage of Groovy. Learn how to use loops in Groovy and Java with their differences. How to work your way through switch case statements and if/else blocks. That's not all, you will use methods and create your own one's too. See how they differ from those in Java and why Groovy is a powerful scripting language."
Price: 19.99

"WebStorm (2020) at your FingerTips in less than 2 Hours!"
"WebStorm is one of the leading code editing platforms out there gaining rapid adoption with developers across the world. It is cross platform and lightweight editor with a long list of features including Intelligent Coding Assistance, Smart Code Navigation and integrations with git and Github.If you are looking for a modern day editor and an upgrade from something like Atom and Sublime then this course is for you. It will develop your skills and make youa more efficient developer. Even if you have never worked with a code editor before and are a beginner programmer this course is simple enough for you to understand.Questions are always welcome from students and can be asked in the Q&A section of the course.We try to respond within 24 hours so that we can create an engaging learning environment for our students and use our experience in the software industry to help you in your journey as a developer.If you have already taken a course on a JetBrains Editor/IDE this can be repetitive.What will we cover?Installation and SetupInstall and Setup WebStorm on Windows/Mac and then set up a HTML/JS Script where you learn to just run through and debug with your browser set up. Jumping into the User InterfaceLearn how to find your way around the UI in WebStorm. Learn how to change color themes/background images and keyboard shortcuts to personalize WebStorm to your liking! Code EditingA lot of software programming involves finding things other people wrote. Take advantage of WebStorm's search abilities with variable search scope. Navigate your way around code by finding the definitions and implementations of different bits of code.Debugging and Integrating with GitMaster the art of debugging with powerfulbuilt in tools with WebStorm and it's packages. Then Integrate with Git, learn how to initialize a repo, clone, add, commit, and update your code with that on your favorite version control platform. At this point you will learn how to work with branches and merge conflicts.TypeScriptCreate a basic project using TypeScript in WebStorm.The only thing you should need to get started is the desire to learn and enjoy one of the latest editors out there!"
Price: 19.99

"Master's in GitKraken, SourceTree and BitBucket in 2020!"
"Whether you are a college student looking for a way to manage your repositories(for free) or an industry professional looking for a one stop shop to manage your repositories. GitKraken can handle everything from code versioning to issue tracking with Glo Boards.You will get a quick grasp on GitKraken. It is one of the best versioning platforms out there, with the ability to set up your own private projects for free. The course is divided into sections, each independently forms a module and a course in itself. Whether you are a college student looking to get some experience with version control or a professional looking for a tool to deploy and manage code you will find what you  need here. Everything is well documented and separated, so you can find what you need.GitKraken IntroSet up GitKraken on your machine and get a move on!GitKraken BasicsGet Familiar with the UI of GitKraken. Checkout one of the coolest features ever in Fuzzy Finder. Then get efficient with some keyboard shortcuts. Edit your code and commit!Kraken goes remoteWork with branches in your local repo and then push them over to your remote. Connect with your repo on the remote server, whether it's Gitlab/Github or anything else. Learn the different types of Pull requests and then leave your code with some good old Tags.Install and Setup SourceTree and BitBucketInstall and Setup SourceTree and Sync with BitBucket. Learn to get around the UI and create your first Repo!SourceTree DetailsLearn how to call the shots in Git. Pull, Add, Commit and Push. Create branches and then merge them back in. All you need to know."
Price: 19.99

"A Journey through YAML"
"Whether you are a DevOps professional looking for a way to configure your build or a developer looking for a one stop shop to document your entire API design and development cycle YAML is the language for you . Developers can also use YAML with Docker/Ansible/AWS configurations.You will get a quick grasp on YAML. It is one of the best configuration tools out there, with the ability to design and configure own  projects effortlessly. The learning curve should be quite flat and easy.The course is divided into sections, each independently forms a module and a course in itself. Whether you are looking to get some experience with YAML or a professional looking for a tool to standardize and document your API you will find what you  need here. Everything is well documented and separated, so you can find what you need. Assignments and Quizzes will make sure you stay on track and test your knowledge.IntroductionUnderstand where and why we use YAML. As you get familiar with the idea of YAML, checkout Gitlab and it's use of YAML for Continuous Integration and Deployment. Install Atom and configure it to read and show errors for YAML. This will enable you to move on to the following lectures.YAML DeetsTime to get into the details of YAML.  Learn how to use Boolean, Integer/Decimal, String mappings in different ways. Once you have mastered basic scaler types, start using Arrays and Maps. Even combine the two. Have some messages you want to leave for your fellow developers?  Try some comments! Then learn about the building blocks of YAML, in the form of sequences and mappings. Test yourself with Quizzes and Assignments. Use Anchors like variables and call upon them with aliases. Even extend on them with additional properties. Know what Tags are, but we won't go into depth with them. See YAML being used to document an API in Swagger Hub."
Price: 19.99

"Travis CI Tutorial"
"Travis CI is one of the most powerful and easy to use Continuous Integration Tools out there. It is widely used for Delivery and Automation as well.Whether you are a college student looking for a way to build your repositories(for free) or an industry professional looking for a one stop shop to manage your entire DevOps cycle. Travis can handle everything from notifications to Integration with docker.  It even integrates and sends alerts onto Slack! If you are looking to pickup a tool to manage your DevOps cycle or move on from another tool you have come to the right place!The course is divided into sections, each independently forms a module and a course in itself. Everything is well documented and separated, so you can find what you need.Introduction - Sign up and get your first script ready.Concepts - Why we use Continuous Integration and how that leads us to Travis CI.Builds - Set up your build with different stages, jobs and combine them to compose your build.Deployments - Create your own website and deploy it.Notifications -  Know what's going on with Integrations to Slack.PostMan - Automate Testing with an Integration between Travis and PostManMultiple Branches - Apply Continuous Integration to a real life scenario with multiple branches."
Price: 19.99

"Ski through SnowFlake : The Data WareHouse"
"Tired of having insufficient resources when you need them? Tired of managing servers and planning wayyyy in advance to storage and computation power? Welcome to SnowFlake.Whether you are a Software Architect looking for a way to switch over you're conventional databases to the cloud or a developer looking for a one stop shop to manage your entire data storage and computation framework SnowFlake is the solution for you. It's layered architecture gives it unique advantages which make it one of the best cloud database hosting platforms out there.You will get a quick grasp on SnowFlake. It is one of the best set of cloud database storage tools out there, with the ability to design and develop scalable databases for free. Everything is well documented and separated, so you can find what you need. Assignments and Quizzes will make sure you stay on track and test your knowledge. The course will have a combination of theory and practical examples.IntroductionSign In and Signup for SnowFlake. Get Familiar with the User Interface, so it doesn't look like a strange land to you as we continue on our journey.Setting up the Command LineInstall and Setup SnowFlake on the command line. Learn how to use some basic commands. In order to sign up you will need your account name, which we will help you figure out.SnowFlake ArchitectureUnderstand why we use SnowFlake, the multi tier architecture which gives SnowFlake an edge over traditional DataWarehousing.  SnowFlake uses the SAAS methodology, understand what that means and how it compares to it's competitors. (PAAS and IAAS).Net Session 1Ready to do your drills? Delve right into the heart of SnowFlake. Login, create databases and tables for your use. Create warehouses for computation power, which is flexible and scalable. Create a CSV file with some sample data, which you will load and query from in a database.Data TypesFirst familiarize yourself with why we use datatypes and what they are. Then use them while creating tables and inserting data. Everything from Strings, Numbers to Boolean types.Roles and PermissionsPermissions in SnowFlake are governed by roles and privileges. Create roles, and users and assign privileges to them."
Price: 19.99

"Crash Course Into Prometheus"
"Always have a hard time finding your error in the logs? Having a hard time configuring alerts and Kubernetes deployments with your outdated monitoring system?  Well time to switch to Prometheus!Whether you are a Software Architect looking for a way to switch over you're conventional logging mechanism to the next generation of tools or a developer looking for a one stop shop to manage your entire data/monitoring storage and computation framework, Prometheus is the solution for you.You will get a quick grasp on Prometheus. Originally built by SoundCloud, it is one of the best data monitoring tools out there, with the ability to design and develop queries using it's own query language called PromQL. You also great great visualization using tools like Grafana. Everything is well documented and separated, so you can find what you need. Assignments and Quizzes will make sure you stay on track and test your knowledge. The course will have a combination of theory and practical examples.IntroductionSign In and Signup for Prometheus. Get Familiar with the User Interface, so it doesn't look like a strange land to you as we continue on our journey. Setup Prometheus on your local machine, whether it's on a Mac/Windows or Linux.Tips and Tricks/ConceptsCheck your prometheus config files and restart your service from the command line/Terminal. Then move on to learn some essential Prometheus Specific Concepts.PromQLPrometheus has it's own query language and this is it! Learn all about it, with vectors, scalars, strings etc. Spend some time using operators.Grafana IntegrationTime to visualize our data. Push metrics data from Prometheus to Grafana and create some dashboards!Node Exporter/AlertingUse the prometheus node exporter to send data coming from your machine to prometheus. Query against it. Then send alerts to email/slack/pager duty when things go wrong.KubernetesMonitor your Kubernetes cluster with Prometheus."
Price: 19.99

"SonarSource (Qube, Cloud and Lint) Crash Course"
"Always have a hard time maintaining Code Quality? Having a hard time getting your developers to maintain the same standards across applications? Always have problems before a release? Whether you are a Software Architect looking to enforce standards or a developer looking for a one stop shop to manage your entire Devops cycle with configuration you setup, SonarSource has the solution for you!You will get a quick grasp on SonarSource Products. SonarQube is where you setup your standards, and quality checks, You then run scanners against your code which are compatible with 25+ languages. SonarCloud provides the same service from the Cloud. SonarLint Integrates with your IDE and fixes issues right at the source.Everything is well documented and separated, so you can find what you need. Assignments and Quizzes will make sure you stay on track and test your knowledge. The course will have a combination of theory and practical examples.IntroductionSign In and Signup for SonarQube. Get Familiar with the User Interface, so it doesn't look like a strange land to you as we continue on our journey. Setup SonarQube on your local machine, whether it's on a Mac/Windows or Linux. We will Install JDK 11.Architecture and ConceptsUnderstand the Architecture of SonarQube and the reason we use SonarSource products with the WaterLeak concept.First ProjectThe goal is to create a simple project which we can use to test our Sonar Scanner. We will be using Python, for those of you new to python, there are lectures explaining what you need. We run the scanner against our project to check for bugs/vulnerabilities/code smells.SonarQube EfficiencyDon't be slow, use keyboard shortcuts and get 10x faster. Also, learn about the use of Quality Profiles and Quality Gates.SonarCloud and CI IntegrationUse SonarCloud and Integrate it with the rest of your DevOps Cycle. We demonstrate the integration with Travis CI and Github.SonarLintIntegrate SonarLint with Eclipse and PyCharm. Integrate it with SonarQube."
Price: 19.99

"Grafana Tutorial"
"Always have a hard time visualizing data? Is debugging support issues a pain?  Well time to switch to Grafana! Grafana provides you with powerful editable visual dashboards representing your data. You write the queries and alerts, so when things get out of hands, you get notified with a visual dashboard of what went wrong.Whether you are a Software Architect looking for a way to switch over you're conventional logging mechanism to the next generation of tools or a developer looking for a one stop shop to manage your entire data/monitoring storage and computation framework, Grafana is the solution for you.You will get a quick grasp on Grafana. It's a great way of monitoring your infrastructure, linux or windows. You can even upgrade to the Cloud if you feel the need. Connect to a variety of data sources like Prometheus, Graphite, InfluxDB, MYSQL, MS-SQL etc.Everything is well documented and separated, so you can find what you need. Assignments and Quizzes will make sure you stay on track and test your knowledge. The course will have a combination of theory and practical examples.Introduction Setup and Install for Grafana. Get Familiar with both, Windows and Mac. Then go on to Concepts where you learn the terms we will be using going forward.Data SourcesSetup Prometheus as the Primary Data Source which we will be using. On the Windows and Mac machine. Then connect it to Grafana.DashBoards and VariablesStart by creating a basic dashboard and building a query. Then learn about variables and all the features that come along. Learn about Interpolation.DashBoard EfficiencyTime to heat things up. We don't want to you to be average, here you exploit Grafana for all its features. Start of by using Annotations to mark your graph, followed up by KeyBoard shortcuts to make you faster. Use Folders and PlayLists to organize your dashboards. Search and Share properly.AlertsDid something go wrong? Is the load on the server too high? Time to find out. Locate and Edit your grafana config file to be able to send mails. Create a notification channel as well as an alert. Do the same to setup a Slack notification channel. Create a Slack web-hook and sync it with Grafana."
Price: 19.99

"Learn DataDog Monitoring"
"Always have a hard time finding your error in the host of different servers? Having a hard time configuring alerts for when things go wrong?Need to manually investigate issues when a server/database runs out of space? DataDog will actually forecast these issues and tell you in advance. It is no wonder that DataDog's usage and acceptance grows day by day.Whether you are a Software Architect looking for a way to switch over your conventional logging mechanism to the next generation of tools or a developer looking for a one stop shop to manage your entire data/monitoring storage and computation framework, DataDog is the solution for you. DataDog is especially good for monitoring your Cloud based architecture.You will get a quick grasp on DataDog. It is one of the best data monitoring tools out there, with the ability to design and develop dashboards and it will let you add widgets to provide great visual representation into your entire ecosystem.Everything is well documented and separated, so you can find what you need. Assignments and Quizzes will make sure you stay on track and test your knowledge. The course will have a combination of theory and practical examples.The SetupSetup Datadog Agents on the Mac as well as Windows. Learn how to start and stop the agents as well. Then move on to integrating DataDog  with another tool like Prometheus. Learn efficient ways to edit your DataDog config files.DashBoards and WidgetsCreate simple TimeBoard Dashboards with different types of Widgets. Start with the timeseries widgets, where will see how to use one or multiple widgets. Use different display styles like Bars, lines, colors etc. Then use some more advance Widgets like the Change Widget, query widgets, group widget and notes widget.FunctionsLearn how to use different functions that comes with single or multiple metrics inside the widget. Use simple arithmetic functions like cumulative sum or calculate the rates of different metrics per second or per minute. Even learn to use Interpolation with a variety of metrics.IntegrationsTwo points here. The first is that you must integrate with other systems like Slack. Slack is a messaging platform. When things go wrong we can send alerts here. Configure alerts so they can be used later on in Monitors as well.MonitorsDon't want to manually check if there is an issue? In come Monitors. Different types of monitors are appropriate for different types and combinations of metrics. For simple metrics with stable values you could just set a threshold. And send a slack alert when it is crossed.But this does not always work. For metrics that have patterns you want your monitor to predict the pattern and not just send spam alerts when a threshold gets crossed. For this we have other types of monitors with in built algorithms to detect seasonal patterns. Anomaly and forecast widgets help you here."
Price: 19.99

"Learn DynaTrace Monitoring"
"Always have a hard time finding your error in the host of different servers? Having a hard time configuring alerts for when things go wrong?Need to manually investigate issues when a server/database runs out of space? Dynatrace will actually test your apps globally with synthetic tests, like real users across the globe.And that too, on a schedule. It is no wonder that Dynatrace's usage and acceptance grows day by day.Whether you are a Software Architect looking for a way to switch over your conventional logging mechanism to the next generation of tools or a developer looking for a one stop shop to manage your entire data/monitoring storage and computation framework, DynaTrace is the solution for you. DynaTrace is especially good for monitoring your Cloud based architecture.You will get a quick grasp on DynaTrace. It is one of the best data monitoring tools out there, with the ability to design and develop dashboards and it will let you add widgets to provide great visual representation into your entire ecosystem.Everything is well documented and separated, so you can find what you need. Assignments and Quizzes will make sure you stay on track and test your knowledge. The course will have a combination of theory and practical examples.The IntroductionSetup DynaTrace Agents on Windows machines and servers. Create an account and see why we use Dynatrace. Learn about all the good stuff Dynatrace offers. Learn how to sync DynaTrace with your  Amazon Web Services Account.DashBoardsLearn how to create a dashboard and then share it to investigate metrics in your organization. You can even customize charts and pin them to these dashboards.Synthetic MonitorsWhat path is the user taking? What part of your website is more frequently being used. Is it performing everywhere? Create HTTP and Browser tests to figure all this out. Click path tests let you mock user test cases that you can run from anywhere.Dynatrace IntegrationsDid something break? Did you find out? If you were using Dynatrace...yes! Integrate with Slack to send messages to your channels. Don't use slack? Well, then send out emails. Have a great support team? Send alerts to PagerDuty!LoggingAdd custom files for logging. And then access these files from the DynaTrace UI. DynaTrace has certain conditions for logging, you can't just make up any file and decide its going to contain your logs for DynaTrace. So understand these conditions and apply them. Like naming your files correctly.Monitoring ApplicationsCreate a basic HTML/JavaScript App. No that's not all. Then have it monitoring without an agent. Yes, without an agent. Plug in some JS code in your app and it will just get monitored! Voila! Then see it on the UI!Management Zones and TagsToo many servers! Is it broken in Asia or Europe?! Well, if you had DynaTrace you would know immediately since you could use Tags or Management Zones to segment your apps.APIMaking your own App? Well you have to be able to access the DynaTrace API. So let's do that. In a simple way. Then go make your app on your own. We will be using PostMan to test the api to I will show you how to set that up.OneAgent SDKThis is for the more technically oriented. Got some custom apps in Python or C++ or C or Java or something else you need monitored? Well we will show you how."
Price: 19.99

"Manage Everything with Monday in 2020"
"This course is designed for those of you who are sick of projects skipping deadlines, on unplanned events ruining your plans. It's time to be organized and improve your strategic planning with the best tool out there. Welcome to Monday. We're gonna make your Monday so much better. Whether you are a real estate agent or a PM at a software outfit, Monday will help you. It can even be applied to help organize school timetables.You will get a quick grasp on Monday. It is one of the best project management tools out there, with the ability to design and develop dashboards that give you great visibility into your entire ecosystem.Everything is well documented and separated, so you can find what you need. Assignments and Quizzes will make sure you stay on track and test your knowledge. The course will have a combination of theory and practical examples.Build the first DashboardWe will first sign up and create a basic board, start from scratch and get a company's HR schedule sorted. They have one really incompetent employee, so you need to pick up the slack. This board can't be created using a template so you will do everything yourself. Add members, columns and send out notifications.Try different views.Working with multiple usersOnce you've done that we will move on to more interesting features. Like exporting and importing from excel. Learnt the concept of guests and shareable boards. This will let you have people who can access boards with the right amount of rights and privileges.IntegrationsI'm sure you already have many apps in your ecosystem. Slack for communication or GitHub/Gitlab for version control. Send notifications to these systems, or make Monday sensitive to what is going on in them.Get the ingredientsLearn all the expert tips and tricks. Switch to the timeline view, and then use the search everything functionality. Understand what it means to be a subscriber, and perform actions on sets of data, rather than individual rows. Use the activity log to find the culprit who ruined your board :P. Combine boards by using a column from one board in another and then tying it to a key, kind if like a SQL join. Automate tasks, like alerts when things get done..(or not)."
Price: 19.99

"Take more vacations, use Notion for Project Management"
"This course is designed for those of you who are sick of projects skipping deadlines, on unplanned events ruining your plans. It's time to be organized and improve your strategic planning with the best tool out there. Welcome to Notion. Whether you are a real estate agent or a PM at a software outfit, Notion will help you. It can even be applied to help organize school timetables.You will get a quick grasp on Notion. It is one of the best project management tools out there, with the ability to design and develop dashboards that give you great visibility into your entire ecosystem.Everything is well documented and separated, so you can find what you need. Assignments and Quizzes will make sure you stay on track and test your knowledge. The course will have a combination of theory and practical examples.Everything is well documented and separated, so you can find what you need. Assignments and Quizzes will make sure you stay on track and test your knowledge. The course will have a combination of theory and practical examples.Setup and InstallInstall and Setup Notion on the Mac or Windows. Notion can be used of any browser as well, but having it on your local machine offers obvious advantages. We will see all the features you are about to explore and learn in upcoming sections. The objective of the section is to get your setup and ready to go.What we are building: A Car DealershipCreate a basic inventory of cars, with a database to store their information and  a landing page for visitors. Use some fancy columns and sort out the cars by cost. We need to determine how to maximize profit!Get your TeammatesYou need to convince your teammates to switch over from traditional methods like excel. Learn how to leave comments and share pages/databases. We will create templates everyone can use. Import old excel files in, and also learn how to export databases/pages into other formats. Got teammates on Slack? Let's ping them all day :)Advanced SkillsYou will learn particularly useful skills here. From setting countdown timers to scare people into getting things done to joining table information with relations. Aggregate information with Rollups. The Dark Mode/Database Lock make you cooler. Use the version history function to find out who messed up the page.Efficiency SkillsGotta be fast. Learn to use powerful and quick keyboard shortcuts. From basic to advanced we will cover everything. You can use shortcuts for everything from adding images to youtube videos. Add to-do lists and the lot. The @ command will tag people and pages alike.Building Projects  Time to checkout some case studies. Build a database for a Purchase Team. Use the calendar view and make use of templates. Filter out the items to be purchased on cost. Sort the rest.Product LaunchWe are going to launch a new product. Product X. Yes it's mysterious.  But we will use google docs for the presentation. Show your customers the way, use google maps! You can add locations and directions!"
Price: 19.99

"DynaTrace Associate Certification Mock Exams"
"This course is meant for students looking to take Dynatrace Associate Certification Exam. The questions here are of a similar type as what you would see on the real test. The time limit and number of questions is also the same. So it should give you good practice.The test assumes you have basic working knowledge of Dynatrace. Reading though the docs will help as well.The exam has 70 questions that should take you 1 hour 45 min. You will answer multiple choice and multiple response questions.We suggest you don't refer the docs while taking the exam, since you won't be able to do that during the real thing.The breakup of the test will be similar to what you will get on the real thing 23% on Capabilities and Monitoring 9% on Architecture16% on DEM20% on Install and Configure14% on Problems and Resolution18% on Reporting and AnalysisWe have tried to achieve these percentages, though it may not be exact and some questions may overlap."
Price: 19.99

"Splunk Core Certified User Practice Tests"
"This course is meant for students looking to take theSplunk Core Certified User Exam. The questions here are of a similar type as what you would see on the real test. The time limit and number of questions is also the same. So it should give you good practice.The test assumes you have basic working knowledge of Splunk. Reading though the docs will help as well.The exam has 65 questions that should take you 57min. You will answer multiple choice and multiple response questions.We suggest you don't refer the docs while taking the exam, since you won't be able to do that during the real thing.The breakup of the test will be similar to what you will get on the real thing22% on Basic Searching20% on Using Fields in Searches15% on Search Language Fundamentals15% on Using Basic Transforming Commands12% on Creating Reports and Dashboards6% on Creating and Using Lookups5% on Creating Scheduled Reports and AlertsWe have tried to achieve these percentages, though it may not be exact and some questions may overlap."
Price: 19.99

"Yoga Psychology Chakra Flow"
"On this path of Self discovery, take your practice further as we develop the pillars of physical and emotional health through the 4 first chakras:Learn to recognise when you're in fear and find grounding and safety in the physical bodyLearn to switch on your inspiration and reconnect to your creativity through flow, in the body and also in the mental processEmpower yourself by strengthening your core Find courage to access love, dare to be vulnerable and learn to live wholeheartedly"
Price: 19.99

"Chinese chatting words for beginners - Small talk easily"
"If you would like to learn Chinese in an entertaining and practical way , also in well structured modules which cover daily life words, emotion words, verbs, then this series of Chinese class for you ,which contains small videos , recording audios and slides with given words, you will feel easy to repeat after these videos and audios , most important , it is easy to remember those words ."
Price: 19.99

"Matriser XMind en moins d'une heure !"
"XMind est devenu, au fil du temps, le logiciel de rfrence enMind Mapping. Outre sa gratuit en version de base, XMind propose des fonctionnalits bien pratiques comme le classeur, les marqueurs etc. Pour vous aider matriser XMind, je vous propose une formation en ligne intitule : Matriser XMind en moins dune heure. Ce tutoriel XMind est compos de 14 vidos sous la forme de screencasts, cest dire des enregistrements dcran. Alors, prt matriser XMind en moins dune heure ?"
Price: 39.99

"Organisez un projet de A Z avec le mind mapping"
"Grez vous des projets ? Si oui, vous navez probablement pas besoin dune mthodologie complexe. Le mind mapping est la technique idale pour grer simplement vos projets. Dailleurs, le mind mapping est dsormais au programme du BTS gestion de projets.Je vous propose une formation en ligne intitule Organiser un projet de A Z avec le mind mapping. Cette eformation est compose de 14 vidos sous la forme de screencasts cest dire des enregistrements dcran.Dans cette formation en ligne, jutilise XMind 8. Il prsente lavantage de proposer une version gratuite en version de base. Toutefois, la mthodologie de projet prsente nest pas limite un logiciel en particulier. Vous pouvez lappliquer avec tout autre logiciel de mind mapping.Alors prt grer vos projets simplement avec le mind mapping ?"
Price: 39.99

"Best Trading Course for Bitcoin, Altcoins, Stocks and Forex"
"You can be successful trader after finish this course ! I am sharing with you years of experience you don't need to try by yourself strategies or mistakes I already did a lot of mistakes and tried hundreds strategies and you gonna learn directly successful strategies from who successful trader.Since 3 years I do trading on crypto and stocks, when in the beginning I was lucky I did really good profits and when Bitcoin falls I lost. I thought ""what I did wrong ?, I should improve myself"" and then I started to learn technical analysis, fundamental analysis and I tried to make best strategy for me using with indicators and trend... I worked so hard and tried a lot of things. Finally I found best signal(screener) and best profitable indicators and then almost %80 of my trades I did really good profits."
Price: 49.99

"How to Write Your Perfect Wedding Vows"
"This course will teach you everything you need to know to write your perfect wedding vows! Ihave married over 70 couples in 4 countries over the past 5 years as a wedding celebrant. And Iam here to share my hard-earned knowledge with you. No need stress, spend hours googling, or even plagiarize your vows. Instead, follow my tutorial, which will take you step by step from developing good vow material, to structuring your vows, to delivering it with gusto. Ensure your wedding vows are perfect, just like your wedding itself!"
Price: 49.99

"How to Write Your Perfect Wedding Speech"
"Does the idea of standing up in front of your family and friends terrify you less than the idea of standing up in front of them to give a speech?Or do you love to be the center of attention, but don't have a clue how to construct your wedding speech?Or do you just really want to impress your partner, family, and friends with an unforgettable speech?If you said yes to any or all of these questions then you definitely want to be watching How to Write Your Perfect Wedding Speech.At the end of this course you will have all the tools and tips you need to create and deliver you perfect wedding speech. We will discuss how to define the purpose of your speech, then present an adaptable speech framework. From there we will discuss how to structure your writing process so that it is actually a fun experience. From there I will share how to bring it all together and some important stumbling points to avoid. Following this I will share my tips for preparing and delivering on the big day. Finally, I will wrap everything up with some inspiration on how to take your speech to the next level.Who am I to be teaching this to you? Over the past 5 years I have conducted over 70 weddings in 4 different countries with couples from all over the world. Not only do I marry couples, but I have been asked to speak at nearly a dozen weddings and I have also helped numerous couples develop their own wedding speech. I am here to share my hard earned knowledge with you!"
Price: 39.99

"- Instagram"
"6 57 . . . , - - - - - - / - - . , . , 1-2-3. - ."
Price: 199.99