Вернуться   Бухгалтерский форум www.nado.in > Различный софт > Различный софт

Ответ
 
Опции темы
Старый 14.07.2021, 15:00   #65746
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 107,495
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Creating a Map for Strategy Games, Unity 3D


MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 30 lectures (7h 42m) | Size: 4.6 GB

Moving an object along a curved line, Level Map and data structure

What you'll learn:
Unity, C#, Creating a Level Map

Requirements
You can start from scratch

Description
How to create a map where the hero can move from level to level? This is a fairly common question. The answer to this question seems simple. However, there are a few nuances worth discussing. This course will cover all these nuances in detail to save your time. During this course you are going to learn how to create a map where a player can choose levels moving a hero from one level to another. A hero will move along the curved road so you are gonna learn how to move gameobjects along the curved line. The knowledge you will gain in this course can be used for other genres as well, for example, for the genre of tower defense where monsters must move according to certain rules. Each video will be either practical or theoretical. You can skip the theoretical videos if you already know the topic of the lecture well.

The topics covered:

Ideas shared:

How to teach a hero to move along a curved line?

How to distinguish completed levels from uncompleted levels?

How to manage scripts?

How to structure the data correctly?

How to make an arrow fly in an arc?

Unity and C# topics

Basics of OOP

Animations

Else-If Statements

Variables, Types

Classes and Objects

Canvas and Images, anchors and aspect ratio

Prefabs

Arrays multi-dimensional array, jagged array

Scriptable Objects

C# Methods, ref, out, in

etc

The course is good for those who wants to save time . The course will be updated frequently for additional ideas.

Who this course is for
For beginners and experienced game developers



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/bd643f1c936f36f913d12336a3f96975/vkrgm.Creating.a.Map.for.Strategy.Games.Unity.3D.part1.rar.html https://rapidgator.net/file/0c4566c2226b327cc55f6cdb940b2641/vkrgm.Creating.a.Map.for.Strategy.Games.Unity.3D.part2.rar.html https://rapidgator.net/file/d255f042486d5d04ddfb3f4ce587c500/vkrgm.Creating.a.Map.for.Strategy.Games.Unity.3D.part3.rar.html https://rapidgator.net/file/c1f876bfdcef5945ebb3dc56024cf0a7/vkrgm.Creating.a.Map.for.Strategy.Games.Unity.3D.part4.rar.html https://rapidgator.net/file/228f48bd4e555ee1fa4ae446815957ed/vkrgm.Creating.a.Map.for.Strategy.Games.Unity.3D.part5.rar.html nitroflare_com: https://nitroflare.com/view/9EBF31B39E9ACA8/vkrgm.Creating.a.Map.for.Strategy.Games.Unity.3D.part1.rar https://nitroflare.com/view/8DA3CC828DE6854/vkrgm.Creating.a.Map.for.Strategy.Games.Unity.3D.part2.rar https://nitroflare.com/view/60838D5D66EDA21/vkrgm.Creating.a.Map.for.Strategy.Games.Unity.3D.part3.rar https://nitroflare.com/view/C5B7CD921B79177/vkrgm.Creating.a.Map.for.Strategy.Games.Unity.3D.part4.rar https://nitroflare.com/view/6D3CE68C3E9CE09/vkrgm.Creating.a.Map.for.Strategy.Games.Unity.3D.part5.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 14.07.2021, 15:01   #65747
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 107,495
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Dapp 30 - Build 30 Ethereum Dapps with Solidity, Truffle and Web3


MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 133 Lessons (29h) | Size: 5.46 GB

Become a Blockchain Developer by building an impressive portfolio of 30 Ethereum Dapps

How to get your first Blockchain developer job?

1. You need to know how to build decentralized applications on the Blockchain (Dapps)
2. And you need to convince company that you know 1.
Most people think that you need to start from 1., and move your way to 2. But that's not the most effective way...after all, what's the point of studying all this Blockchain stuff if you can't monetize it?

So... let's reverse engineer the problem, and start from 2.

The good news is that there IS a simple method to convince Blockchain companies to hire you...
However, most Blockchain development course won't teach you this...

The solution, my friend, is to...

Build a portfolio of Blockchain applications (Dapps)

There is nothing more effective that a portfolio of projects to demonstrate your technical skills.

No need to over-optimize your CV, or exaggerate your past achievements. This does not work. Just show your code.

Ok great, but... what should you build?

A good portfolio is like a good wardrobe: you have a little bit of everything to cover different use-cases.

For Ethereum Dapps that means:
Financial applications (Manipulate Ether, ERC20, ICO...)
Good knowledge of tokens (ERC20, ERC721)
Governance (DAO)
Game (ERC721, Crypto-collectibles)
Generate randomness
Importing data to the Blockchain (oracles)
Low-level knowledge of the EVM (assembly)

Your portfolio should also demonstrate that you know how to:
Write safe Solidity smart contracts => smart contracts manipulate money, safety is VERY important
Test your Solidity code => smart contracts can't be updated, so tests are VERY important
Integrate smart contracts with your frontend by using Web3
Integrate frontend with wallets like Metamask
Have a modern reactive UI, by using frontend Dapp framework like Drizzle
Know how to use modern development tools of Ethereum

Phew! That's a lot to take in... So... how are you going to come up with a Dapp portfolio that not only satisfies all the above conditions BUT also which starts simple and increase in difficulty, so that you have the time to learn progressively?

Dapp 30, a stunning collection of 30 decentralized applications

Dapp 30 is a course for Blockchain development where we build 30 decentralized applications (Dapps) on the Ethereum Blockchain.
This course will teach you:
How to develop advanced smart contracts with Solidity and Remix
How to tests your smart contracts like a pro with Truffle and Openzeppelin testing utilities
How build stunning & reactive frontend UI connected to your smart contracts, using Truffle, Web3, Metamask, React & Drizzle
I built Dapp 30 by using the portfolio of Dapps I used myself to learn Ethereum and get my first Blockchain job paid 100k USD / year (remote).

In Dapp 30, we start with very simple smart contracts and Dapps, like Split payments or Wallets. Then we progressively increase the difficulty with Dapps like Multisig wallets, DAO, all the way up to advanced Dapps like decentralized Ebay, Twitter, and ERC20 ICO.

You can find the full list of Dapps if you scroll down and click on the down arrow to expand the full curriculum.

It's important to have a nice Dapp portfolio, but it's also important to use the right tools and technologies. Otherwise, if you use outdated tech, it's going to be difficult to be hired.

Dapp 30 covers all the modern technologies of Blockchain & Ethereum

Solidity, the most popular language of smart contracts
Remix, and easy to use IDE for Solidity
Truffle, the most popular framework for Solidity smart contracts
Openzeppelin, a secure library for Solidity
Web3, a library to integrate frontends with smart contracts
Drizzle, a library to keep your frontend up-to-date with smart contracts (reactive UI)
Javascript, React

For all these techs, we use the latest versions. Many course are outdated, but Dapp 30 regularly receives updates. For example, Dapp 30 uses Solidity 0.5 and web3 1.2, whereas many other courses use Solidity 0.4 and web3 0.x...

Are you a builder (#BUIDL)?

There are 2 kind of developers:
#1 The scholars
#2 The builders

Scholars like to study programming...but they don't build much, and they generally don't have the best jobs (or no job at all!!).

Builders prefer to build stuffs. They learn better by building, but they also love the process of building. And, last but the least, they get way better jobs.

This course is definitely for builders.

There is no long introduction with boring theoretical explanations. It starts straight with your first smart contract, and give you the explanations you need as we progress.

Because the course is progressive, you are never overwhelmed with too much difficulty. Knowledge is delivered just when it's needed.

What are the pre-requisites?
This is not a beginner course. You need to have at least 1 year of experience as a web developer.
On the other hand, you don't need to be a frontend expert to follow. You just need to understand the basics of web development (html, css and Javascript).

On the Blockchain side, no experience is required.

Details of what you will learn

For each Dapp, the tutorials will be broken down in:
Smart contract
Tests
Frontend

Smart contracts (Solidity)

Develop Solidity smart contract with the Remix IDE
Deploy and Interact with smart contracts in Remix IDE
Run a local development Blockchain in Remix IDE
Structure of smart contracts
Variables: string, integers, arrays, structs...
Functions: view, public, private
Calls vs Transactions
Storage vs Memory variables
Security considerations
Test smart contracts
Remix
Solidity

Tests

How to tests your Solidity smart contract with Truffle
How to do advanced tests like time-sensitive tests
How to use advanced testing libraries for Solidity development, like the oppezelllin test helper
How to test ERC20 and ERC721 tokens, and many more
Truffle
Solidity

Frontend

How to integrate a smart contract using Web3
How to integrate the frontend of a Dapp with Metamask
How to deploy to public testnet (ex: Ropsten) or Mainnet
Truffle
Web3
Infura
Javascript
React
Drizzle

When you buy this course you get access to
30 high-quality video tutorials for Ethereum decentralized applications from simple to advanced level
Covers smart contract development (Solidity, OpenZeppelin), smart contract tests and integration with frontend UI (Truffle, Web3, React)
Complete source code of all tutorials (git repo)
Access to a private Telegram with other students of Dapp 30
Lifetime support from the instructor, Julien
Bonus 1: mini-course on smart contract security
Bonus 2: mini-course on smart contract debugging
Bonus 3: lifetime access for course updates



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/f06d2a128af50aa8fe40a84a83030c06/s2xy9.Dapp.30..Build.30.Ethereum.Dapps.with.Solidity.Truffle.and.Web3.part1.rar.html https://rapidgator.net/file/e93fdecbe09c1020926f9ded7d52ce12/s2xy9.Dapp.30..Build.30.Ethereum.Dapps.with.Solidity.Truffle.and.Web3.part2.rar.html https://rapidgator.net/file/3379b0003719e90c418aaced380afdba/s2xy9.Dapp.30..Build.30.Ethereum.Dapps.with.Solidity.Truffle.and.Web3.part3.rar.html https://rapidgator.net/file/cdb1b4e6221ff41a3e5de582313dbf2c/s2xy9.Dapp.30..Build.30.Ethereum.Dapps.with.Solidity.Truffle.and.Web3.part4.rar.html https://rapidgator.net/file/677074f4bdd1cc21c48a9061cdab0e9a/s2xy9.Dapp.30..Build.30.Ethereum.Dapps.with.Solidity.Truffle.and.Web3.part5.rar.html https://rapidgator.net/file/4bb791829a75a9d86ef0116b67449845/s2xy9.Dapp.30..Build.30.Ethereum.Dapps.with.Solidity.Truffle.and.Web3.part6.rar.html nitroflare_com: https://nitroflare.com/view/7F2C2A947CEDDC3/s2xy9.Dapp.30..Build.30.Ethereum.Dapps.with.Solidity.Truffle.and.Web3.part1.rar https://nitroflare.com/view/F0388FEC537BB9F/s2xy9.Dapp.30..Build.30.Ethereum.Dapps.with.Solidity.Truffle.and.Web3.part2.rar https://nitroflare.com/view/ADB6059619B41F3/s2xy9.Dapp.30..Build.30.Ethereum.Dapps.with.Solidity.Truffle.and.Web3.part3.rar https://nitroflare.com/view/6D8CBCE8D8D1794/s2xy9.Dapp.30..Build.30.Ethereum.Dapps.with.Solidity.Truffle.and.Web3.part4.rar https://nitroflare.com/view/BBDCF4DD92E58D2/s2xy9.Dapp.30..Build.30.Ethereum.Dapps.with.Solidity.Truffle.and.Web3.part5.rar https://nitroflare.com/view/AE8ED0AFA413744/s2xy9.Dapp.30..Build.30.Ethereum.Dapps.with.Solidity.Truffle.and.Web3.part6.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 14.07.2021, 15:03   #65748
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 107,495
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Data Literacy: Essentials of Azure Synapse Analytics


Duration: 41m | Video: .MP4, 1280x720 30 fps | Audio: AAC, 48 kHz, 2ch | Size: 896 MB
Level: Beginner | Genre: eLearning | Language: English

Are you preparing for Azure Data Fundamentals, DP-900 exam? This course will introduce you to Azure Synapse Analytics, its services, and how to use its integrated platform to build a Modern Data Warehouse architecture.
Azure Synapse Analytics is a unified & integrated platform for building analytical solutions. In this course, Data Literacy: Essentials of Azure Synapse Analytics, you'll learn about the Azure Synapse Analytics platform and it will cover the objectives of the Azure DP-900 exam, related to Azure Synapse. First, you'll see various components and their roles in Azure Synapse Analytics, and how it can be used to build a Modern Data Warehouse architecture. Next, you'll learn how you can set up the Synapse workspace. Followed by this, you'll discover how to ingest and transform data using Synapse Pipelines. Then, you'll learn how to use different compute options, like Dedicated SQL Pools and Apache Spark Pools in Synapse to transform the data. Finally, you'll see how to model and serve data using Serverless SQL Pool. By the end of this course, you'll have the skills and knowledge of Azure Synapse Analytics needed to get started on the platform.

Screenshots



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/09ba8b3664b87966b957419ab0a69d0e/sb5b1.Data.Literacy.Essentials.of.Azure.Synapse.Analytics.rar.html nitroflare_com: https://nitroflare.com/view/A987F9C112E0873/sb5b1.Data.Literacy.Essentials.of.Azure.Synapse.Analytics.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 14.07.2021, 15:32   #65749
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 107,495
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Data Literacy: Essentials of Microsoft Azure Cognitive Services


Duration: 37m | Video: .MP4, 1280x720 30 fps | Audio: AAC, 48 kHz, 2ch | Size: 71 MB
Level: Beginner | Genre: eLearning | Language: English

Azure Cognitive Services are a set of tools and components that allow you to enrich applications with AI. This course teaches you the major features of the toolset as well as guidelines to deploy Azure Cognitive Services at Enterprise scale.
Developing an efficient and reliable AI capability on a global scale requires leveraging first-class Cloud tools. In this course, Data Literacy: Essentials of Microsoft Azure Cognitive Services, you'll learn the major features of these Azure tools as well as global guidelines to streamline your deployment. First, you'll explore the different types of AI capabilities available in Azure Cognitive Services. Next, you'll discover how to Plan Cognitive services and also the principles for a responsible AI Solution. Finally, you'll learn how to Manage Cognitive services for Enterprise applications. When you're finished with this course, you'll have the skills and knowledge of Azure Cognitive Services needed to successfully start to use and leverage that fantastic set of Azure tools.

Screenshots



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/ac5a2b62ed7dfe69f75e51eff267763b/oiz75.Data.Literacy.Essentials.of.Microsoft.Azure.Cognitive.Services.rar.html nitroflare_com: https://nitroflare.com/view/6AB88E27C10CDFE/oiz75.Data.Literacy.Essentials.of.Microsoft.Azure.Cognitive.Services.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 14.07.2021, 15:34   #65750
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 107,495
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Data Literacy: Understanding Data Warehousing with Azure


Duration: 38m | Video: .MP4, 1280x720 30 fps | Audio: AAC, 48 kHz, 2ch | Size: 85 MB
Level: Advanced | Genre: eLearning | Language: English

This course will teach you the high-level topics and services used in DP-900 exam in the Azure Data Warehouse services section.
Azure has brought data warehousing to a new level. In this course, Data Literacy: Understanding Data Warehousing with Azure, you'll learn the high-level overview of a modern data warehouse using Azure Data Warehouse services. First, you'll explore Azure data storage options. Next, you'll discover ingestion techniques using Azure Data Factory. Finally, you'll learn how to produce insights with analytical, machine learning, and visualization tools. When you're finished with this course, you'll have the skills and knowledge to answer the Data Warehouse questions needed to pass the DP-900 exam.

Screenshots



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/50940d3eccec4002584acf93ce53f4c6/r176d.Data.Literacy.Understanding.Data.Warehousing.with.Azure.rar.html nitroflare_com: https://nitroflare.com/view/00829C4EA546316/r176d.Data.Literacy.Understanding.Data.Warehousing.with.Azure.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 14.07.2021, 15:34   #65751
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 107,495
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию DaVinci Resolve Fundamentals


MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Skill Level: Beginner | Genre: eLearning | Language: English + srt | Duration: 6h 50m | Size: 7.2 GB

Learning DaVinci Resolve

Are you new to DaVinci Resolve? Are you intrigued by the power of this digital video media creation tool? Do you find the power of this tool intimidating or confusing? Then this title is for you. Join instructor and professional colorist Patrick Inhofer in this course designed to get you up to speed in as little time as possible. This course includes a 60-second commercial for you to work with so you can get comfortable with the layout and workflow as you follow along. Patrick starts with the process of importing your media, using both manual and automated tools, before showing how to start building a rough cut in Resolve. He then explains how to refine your rough cut using trim tools and adding titles and transitions, details the important aspects of color correction, and shows how to organize and mix sound clips. Patrick finishes the course covering the export process, showing how to use preset templates as well as how to create your own reusable custom templates.



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/9f63f4ddf232a4c9b5875399ff305548/jn952.DaVinci.Resolve.Fundamentals.part1.rar.html https://rapidgator.net/file/50bdf3a5d793a903f25bc27b830febb8/jn952.DaVinci.Resolve.Fundamentals.part2.rar.html https://rapidgator.net/file/ac36763c750579e2e76bfd7634004450/jn952.DaVinci.Resolve.Fundamentals.part3.rar.html https://rapidgator.net/file/ce0b760d74a0713a11109535eee5722c/jn952.DaVinci.Resolve.Fundamentals.part4.rar.html https://rapidgator.net/file/bb373daf5ca2ab25f7791e598ea73a55/jn952.DaVinci.Resolve.Fundamentals.part5.rar.html https://rapidgator.net/file/2854e724a2b05ab37514b4dd65f8e227/jn952.DaVinci.Resolve.Fundamentals.part6.rar.html https://rapidgator.net/file/cb6cecb999a6eb8a3cc325ee1ebfe8bd/jn952.DaVinci.Resolve.Fundamentals.part7.rar.html https://rapidgator.net/file/cf8c6a5ae1b74e3fe0664f56147918d2/jn952.DaVinci.Resolve.Fundamentals.part8.rar.html uploadgig_com: https://uploadgig.com/file/download/72DBD67e165ad785/jn952.DaVinci.Resolve.Fundamentals.part1.rar https://uploadgig.com/file/download/4a4446a642742718/jn952.DaVinci.Resolve.Fundamentals.part2.rar https://uploadgig.com/file/download/bC5726bb07b02D54/jn952.DaVinci.Resolve.Fundamentals.part3.rar https://uploadgig.com/file/download/86cfb1d25A15c63E/jn952.DaVinci.Resolve.Fundamentals.part4.rar https://uploadgig.com/file/download/4d5f5a8c628f37B1/jn952.DaVinci.Resolve.Fundamentals.part5.rar https://uploadgig.com/file/download/4E38A6b3734f0ce0/jn952.DaVinci.Resolve.Fundamentals.part6.rar https://uploadgig.com/file/download/0e37F340ec5De7a3/jn952.DaVinci.Resolve.Fundamentals.part7.rar https://uploadgig.com/file/download/5ad55d198c2F07C4/jn952.DaVinci.Resolve.Fundamentals.part8.rar nitroflare_com: https://nitroflare.com/view/38BE30234E06E44/jn952.DaVinci.Resolve.Fundamentals.part1.rar https://nitroflare.com/view/5CB5984F1A67749/jn952.DaVinci.Resolve.Fundamentals.part2.rar https://nitroflare.com/view/6FCC9534FEB0D78/jn952.DaVinci.Resolve.Fundamentals.part3.rar https://nitroflare.com/view/D577A5DF22917A5/jn952.DaVinci.Resolve.Fundamentals.part4.rar https://nitroflare.com/view/5EFB245CD00F411/jn952.DaVinci.Resolve.Fundamentals.part5.rar https://nitroflare.com/view/7D2ED137D4ADE65/jn952.DaVinci.Resolve.Fundamentals.part6.rar https://nitroflare.com/view/8FEA9106BFC3098/jn952.DaVinci.Resolve.Fundamentals.part7.rar https://nitroflare.com/view/1A5F60FF8208555/jn952.DaVinci.Resolve.Fundamentals.part8.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 14.07.2021, 15:35   #65752
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 107,495
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию DAX / Power BI - Customer and Sales Analysis Deep Dive


MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 26 lectures (4h 36m) | Size: 2.34 GB

Improve your DAX / Power BI customer and sales analysis skills in this deep dive course

What you'll learn:
Techniques for performing customer, sales and purchase analysis
Cohort analysis
Customer segmentation
Cluster analysis
Ranking sales on multiple columns
Cross-selling analysis
Tracking trends in sales

Requirements
Some familiarity with Power BI and DAX will be helpful

Description
Power BI and DAX provide some impressive capabilities which allows us to perform many types of sales / purchase analysis and customer analysis. We will see much of that in this course.

Basically, a sales analysis is a detailed report, or set of reports, that shows a business's sales performance, as well as customer data and generated revenue, profits, and profit margins. The report defines the strengths and weaknesses of products and sales efforts by referencing historical and current metrics to detect emerging trends that are most relevant to a company.

Sales and customer analysis provides critical values from which analysts can make important business decisions. This enables management to make data-driven decisions rather than relying on guesswork. With insights into various sales channels, companies can discover where their most-profitable customers lie, where additional promotions are needed, and which products need quicker turnover or retirement.

A suite of customer and sales reports gives businesses the ability to pinpoint performance weaknesses and make effective improvements to promote sales, revenue, and profits.

There are at many types of customers, sales, and purchase analysis methods. Power BI and DAX have the breadth and depth of functionality to allow us to perform analysis such as:

· Sales Trend Analysis

· Sales Performance Analysis

· Predictive Sales Analysis

· Product Sales Analysis

· Customer churn (retention)

· Cluster Analysis

· Cohort Analysis

· Segmentation Analysis

· Pareto Analysis

In this course you will learn how to perform all of these types of analyses and much more. And you will get to work on a fun project at the end of the course.

Who this course is for
DAX and Power BI developers needing to understand how to using DAX and Power BI to perform customer, sales and purchase analysis



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/146a8b69a0451e902718da18fca0c552/g78kp.DAX..Power.BI..Customer.and.Sales.Analysis.Deep.Dive.part1.rar.html https://rapidgator.net/file/ded118b740297be516de0917ffeff8a2/g78kp.DAX..Power.BI..Customer.and.Sales.Analysis.Deep.Dive.part2.rar.html https://rapidgator.net/file/a35a9df81c4eb5f82990a94c309cf7bb/g78kp.DAX..Power.BI..Customer.and.Sales.Analysis.Deep.Dive.part3.rar.html uploadgig_com: https://uploadgig.com/file/download/df6efe71f70761c7/g78kp.DAX..Power.BI..Customer.and.Sales.Analysis.Deep.Dive.part1.rar https://uploadgig.com/file/download/f9093dBd128d2A18/g78kp.DAX..Power.BI..Customer.and.Sales.Analysis.Deep.Dive.part2.rar https://uploadgig.com/file/download/78B1feeD3eDa4934/g78kp.DAX..Power.BI..Customer.and.Sales.Analysis.Deep.Dive.part3.rar nitroflare_com: https://nitroflare.com/view/C8A52E646BE182A/g78kp.DAX..Power.BI..Customer.and.Sales.Analysis.Deep.Dive.part1.rar https://nitroflare.com/view/4DDE2747C526DAF/g78kp.DAX..Power.BI..Customer.and.Sales.Analysis.Deep.Dive.part2.rar https://nitroflare.com/view/E755C31144AF204/g78kp.DAX..Power.BI..Customer.and.Sales.Analysis.Deep.Dive.part3.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 14.07.2021, 15:37   #65753
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 107,495
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Deploying Applications in Azure Kubernetes Service (AKS)


Duration: 33m | Video: .MP4, 1280x720 30 fps | Audio: AAC, 48 kHz, 2ch | Size: 91 MB
Level: Intermediate | Genre: eLearning | Language: English

Azure Kubernetes Service is a platform-as-a-service offering that provides you with a Kubernetes service in the Azure cloud. This course will teach you how to deploy applications in Azure Kubernetes Service.
Applications in Azure Kubernetes Services can be deployed with a multitude of options, like container images coming from your own container registry, pods using different kinds of storage types, and securables being stored in external vaults rather than being part of your Kubernetes Cluster or your application itself. In this course, Deploying Applications in Azure Kubernetes Service (AKS), you'll learn to deploy workloads in AKS. First, you'll explore how to build and integrate container images in AKS with the Azure Container Registry. Next, you'll discover how to configure storage for your applications in Azure Kubernetes Services. Finally, you'll learn how to secure your application deployments using Azure Key Vault. When you're finished with this course, you'll have the skills and knowledge about Azure Kubernetes Service to build and deploy workloads in AKS.

Download link:
Код:
rapidgator_net: https://rapidgator.net/file/0f39de0148fd2c9128fa200c424e7361/7mz6l.Deploying.Applications.in.Azure.Kubernetes.Service.AKS.rar.html uploadgig_com: https://uploadgig.com/file/download/Bb3863120b853578/7mz6l.Deploying.Applications.in.Azure.Kubernetes.Service.AKS.rar nitroflare_com: https://nitroflare.com/view/8B62343B43B903E/7mz6l.Deploying.Applications.in.Azure.Kubernetes.Service.AKS.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 14.07.2021, 15:38   #65754
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 107,495
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Deploying Applications with TeamCity


Duration: 1h 36m | Video: .MP4, 1280x720 30 fps | Audio: AAC, 48 kHz, 2ch | Size: 266 MB
Level: Intermediate | Genre: eLearning | Language: English

This course will teach you how to use TeamCity to deploy applications with an automated continuous delivery pipeline.
Manually deploying software is time-consuming and error-prone. In this course, Deploying Applications with TeamCity, you'll learn to automate the deployment of software using JetBrains TeamCity. First, you'll explore how to use snapshot and artifact dependencies to chain build configurations into build pipelines. Next, you'll discover how to automate deploying a website to a public web server. Finally, you'll learn how to trigger each part of the build pipeline to achieve a fully automated process. When you're finished with this course, you'll have the skills and knowledge of TeamCity needed to deploy your software to both staging and production environments.

Screenshots



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/5359d8111a62c0837f37c4451782a466/3cucv.Deploying.Applications.with.TeamCity.rar.html uploadgig_com: https://uploadgig.com/file/download/6736b92060fe4E09/3cucv.Deploying.Applications.with.TeamCity.rar nitroflare_com: https://nitroflare.com/view/347B6B897433CF5/3cucv.Deploying.Applications.with.TeamCity.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 14.07.2021, 15:39   #65755
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 107,495
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Designing Digital Assistants The Big Picture


Duration: 1h 6m | Video: .MP4, 1280x720 30 fps | Audio: AAC, 48 kHz, 2ch | Size: 121 MB
Level: Beginner | Genre: eLearning | Language: English

Talk to the system as if you're talking to someone you know! If you're curious to know the principles of writing and designing digital assistants, you're in the right place. This course will teach you to design a conversation-based experience.
Create a digital assistant app with meticulous care for users to get a service at their doorstep. In this course, Designing Digital Assistants: The Big Picture, you'll learn to design a human-centric content strategy. First, you'll explore conversational design. Next, you'll discover the right balance of voice and tone of the digital assistant. Finally, you'll take your writing skills to the next level to make significant and helpful conversation. When you're finished with this course, you'll have the skills and knowledge needed to design and write conversations for chatbots or voice assistants to engage your audience.

Screenshots



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/f4f5bceae36391cebc244fa2fa77936b/vck56.Designing.Digital.Assistants.The.Big.Picture.rar.html nitroflare_com: https://nitroflare.com/view/FF64E71F9CAEC41/vck56.Designing.Digital.Assistants.The.Big.Picture.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 14.07.2021, 15:40   #65756
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 107,495
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию DevOps Hands-on for Beginners


MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 18 lectures (3h 30m) | Size: 1.14 GB

Join this DevOps hands-on series to get hands-on experience on creating a fully automated assembly line with DevOps

What you'll learn:
DevOps CICD
Use Jenkins as an Orchestration tool for CICD Pipeline
Docker Build in Jenkins pipeline
Slack Integration
Performance Testing with Blazemeter
Learn multiple topics of DevOps
Install Jenkins in Virtual Machine, Install Docker
Install SonarQube in Docker in AWS EC2
Static Code Analysis with SonarQube and Jenkins. JFrog Integration with Jenkins
Create DevOps Pipeline. Docker Image build and publish to Docker Hub with Jenkins
Install Tomcat in AWS EC2. Jenkins CI CD to deploy web app into tomcat
Selenium functional test automation with Jenkins
Jenkins CI CD to create an automated build and deployment pipeline
Jenkins Configuration to Integrate JFrog, Slack
Install Nexus repository manager in Ubuntu
Pull artifact from NEXUS and deploy to tomcat using JENKINS
Create Webhook in GitHub to trigger Jenkins job

Requirements
No prerequisites

Description
Join this DevOps hands-on series to get hands-on experience on creating a fully automated assembly line with DevOps tools and techniques starting from code quality analysis to production deployment.

This course is designed for the quick hands-on reference for the DevOps developers who are working in DevOps projects.

Learn multiple topics of DevOps.

Slack Integration with JIRA GitHub and Jenkins.

Install Jenkins in Virtual Machine, Install Docker.

Install SonarQube in Docker in AWS EC2.

Static Code Analysis with SonarQube and Jenkins. JFrog Integration with Jenkins.

Create DevOps Pipeline. Docker Image build and publish to Docker Hub with Jenkins.

Install Tomcat in AWS EC2. Jenkins CI CD to deploy web app into tomcat

Performance Testing with Blazemeter.

Selenium functional test automation with Jenkins.

Jenkins CI CD to create an automated build and deployment pipeline

Jenkins Configuration to Integrate JFrog, Slack.

Blazemeter, Selenium, and others. Install Nexus repository manager in Ubuntu.

Integrate Nexus with Jenkins. Pull artifact from NEXUS and deploy to tomcat using JENKINS.

Create Webhook in GitHub to trigger Jenkins job.

For any query please write your questions in the question section. Please share your feedback and course rating.

Check out the AWS CIDE Complete Reference course for a Production-ready system. Please join the social channels of awstechguide on facebook , youtube, and Twitter. We encourage the technology enthusiasts to join our subject matter expert form.

Who this course is for
DevOps Engineer
Software Engineer
Developers
IT Analyst
Solutions Architect



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/b6e4b94987f23099e2b9b05944ce1f32/itdg1.DevOps.Handson.for.Beginners.part1.rar.html https://rapidgator.net/file/2497daa2caa7f674e790f76a5f5ef396/itdg1.DevOps.Handson.for.Beginners.part2.rar.html uploadgig_com: https://uploadgig.com/file/download/43Ad216782007D29/itdg1.DevOps.Handson.for.Beginners.part1.rar https://uploadgig.com/file/download/5227eaad915647A9/itdg1.DevOps.Handson.for.Beginners.part2.rar nitroflare_com: https://nitroflare.com/view/F97FBB767D7C7E0/itdg1.DevOps.Handson.for.Beginners.part1.rar https://nitroflare.com/view/099DF39BF399E5E/itdg1.DevOps.Handson.for.Beginners.part2.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 14.07.2021, 15:41   #65757
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 107,495
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Django | Build a Weather Web App


Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 744 MB | Duration: 1h 31m
Learn Django By Creating Weather Web App

What you'll learn
How to install Python
Create Python files
Run Python files
Run Django app
Use HTML & CSS in Django
Get data from API
Make HTTP requests
Present data to users
Redirect users to different pages
Create Django paths/url

Description
This courses will teach you How to Build a Complete Weather Web App Using Django Framework. Python was described as the language that is capable of doing anything and everything. And web apps are no exception. The good news about this course is that you do not need advanced knowledge in Python, all you need is just simple knowledge of how to create simple Python functions/scripts.

Being able to create Python web applications on your own is so important if you want to take your Python skills to the next level and specialize in web app development. Moreover, this course gives you the opportunity to accomplish that by honing in on a Pythons Django Framework. It is a super powerful yet simple framework that is capable of creating awesome web apps quickly.

By the end of this course you will have built a website using Python programming language specifically using Django.

Why should you take this course?

There are many reasons why this course is extremely important.

First and most prominently is that you will learn one of the most amazing Python capabilities.

Secondly you will improve your python skills by creating a complete project.

Third you can highlight this particular skill in your CV which would potentially make you stand out from the crowd.

What you will learn in this course?

1. How to install Python.

2. How to get started with Django Framework.

3. How to create urls.

4. How to return data to users.

5. How use HTML and CSS in Django.

6. How to make HTTP requests.

7. How to use JSON in Django.

8. How to display data to users.

9. And much more...

Screenshots



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/4ad3689d1fefccb4eb1b28c45e5b92a4/x9rmw.Django..Build.a.Weather.Web.App.rar.html nitroflare_com: https://nitroflare.com/view/74A287F56B4FAED/x9rmw.Django..Build.a.Weather.Web.App.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 14.07.2021, 15:42   #65758
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 107,495
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Excel Supply Chain Analysis: Managing Simulations Using VBA


MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Skill Level: Intermediate | Genre: eLearning | Language: English + srt | Duration: 54m | Size: 114.4 MB

Did you know you can record and run Solver macros, generate random inputs, run multiple simulations, and more, in Excel? Moreover, you can do all this without buying expensive specialty software. In this course, instructor Curt Frye shows how to enhance your supply chain analysis using the Solver add-in in combination with VBA. Working from an example transportation problem, Curt steps through creating a reference to the Solver VBA library, recording and running a Solver macro, generating random inputs, and defining a loop structure to run multiple simulations. Then he moves on to enabling detailed analysis by writing model output, creating a results dashboard to analyze your model output, exploring alternative scenarios with a Solver model, and more.



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/0ce9b54d958cd91c7eb437cbf8424787/4rg7o.Excel.Supply.Chain.Analysis.Managing.Simulations.Using.VBA.rar.html uploadgig_com: https://uploadgig.com/file/download/E1F5b3b0738f134A/4rg7o.Excel.Supply.Chain.Analysis.Managing.Simulations.Using.VBA.rar nitroflare_com: https://nitroflare.com/view/8FF02611C4DEB71/4rg7o.Excel.Supply.Chain.Analysis.Managing.Simulations.Using.VBA.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 14.07.2021, 15:42   #65759
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 107,495
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Getting started with OAuth 2.0


MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 13 lectures (1h 33m) | Size: 956.6 MB

Covering OAuth 2.0 Workflows, Endpoints, Scopes, Tokens: JWTs and others. No prior programming knowledge needed!

What you'll learn:
Deep understanding of the fundamentals of OAuth 2.0
How is OAuth actually working
OAuth grant types
Deep dive into tokens ,their types and lifetime
What is JWT and its structure
Why Social and Internet Applications give us the option to signup using other applications
Use OAuth to protect your APIs
OAuth Endpoints
OAuth Scopes
Hand-on practice examples to access public APIs using OAuth 2.0

Requirements
No prerequisites needed for this course

Description
OAuth 2.0 has become the web-industry standard protocol for providing secure access to web APIs, allowing applications to access users' data without compromising security and actually passing their password around. Companies around the world add OAuth to their APIs to enable secure access from their own mobile apps and third-party IoT devices and even access to banking APIs. So if you think about the big names in the technology industry, you can pretty much bet they have OAuth implemented.

With that being said, it is pretty obvious that this skill will improve by a mile your software developer abilities and will make you much more valuable in the work field.

If you're building an API, you'll learn in this tutorial the differences and tradeoffs between different access token formats, including JWT, how to choose an appropriate access token lifetime, and how to design scopes to protect various parts of your APIs.

By the end of this course, you'll understand:

The problems OAuth was created to solve

The actual types of workflows regarding OAuth detailed in steps

The basics of OAuth 2.0 including what it is, how it is used, and what it is used for.

OAuth 2.0 Endpoints that you can call

OAuth 2.0 Terminology and key components

Deep dive into tokens and their types

JWT and its structure and also how they work

So, if al of this sounds interesting, I look forward to seeing you guys in the lectures!

Who this course is for
This course is for beginners in API Security and OAuth 2.0



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/b5c1891216eb5a8f538808929db7a7c3/tf69i.Getting.started.with.OAuth.2.0.rar.html nitroflare_com: https://nitroflare.com/view/D050030B05EAF86/tf69i.Getting.started.with.OAuth.2.0.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 14.07.2021, 15:44   #65760
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 107,495
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Git Essentials for Beginners ( 3 Courses in 1) (updated)


MP4 | Video: h264, 1280x720 | Audio: AAC, 44100 Hz
Language: English | Size: 1.96 GB | Duration: 7h 18m

What you'll learn
Git Architecture
Add, Delete, Move & Edit Files
Revert/Undo File Changes
Working with Branches
Working with Tags
Working with Aliases
Ignoring Files
Git Log Filtering
Cloning a remote repository
Merging
Merging Types
Merge Conflicts
Branching Strategies
Stashing
Rebasing
Searching
Rewriting History
Git Reset - Soft, Mixed and Hard

Requirements
Basic Linux Command-line
Description
Version Control has always been part of the software development lifecycle to facilitate programmers to restore the previous versions and assist with release management. Git is a popular open-source distributed version control software and manages hundreds of branches with hundreds of programmers very efficiently.

In this course, you will learn the fundamentals of Git, which also aids in understanding Github, BitBucket, etc.

You will learn to install Git and learn all the fundamentals in a step-by-step approach. You will also learn the Git architecture, which is fundamentals in understanding Git.

You will learn to create git repositories and add, change and delete files. You will learn to commit changes to Git, compare commits, and review commit logs. You will also learn to undo changes and ignore files based on name, regular expression, and folder name.

You will also learn to use the git log command efficiently to filter the commit log.

Learning Objectives:

Different types of Version Control Systems

Installing Git on Linux, MAC, and Windows

Git Architecture - The Three Stages

Git States

Git Workflows

Initializing a repository

Git Configuration

Adding, Modifying, Moving & Deleting files

Adding Commit messages

Tracking files

Viewing commits and comparing versions

Undoing changes

Retrieving previous versions

Ignoring files by name, folders & regular expression

Creating Branches

Merging Branches

Merge Conflicts

Cloning Remote Repository

Branching Strategies

Stashing

Rebasing

Searching

Rewriting History

Git Reset - Soft, Mixed and Hard

With the perfect blend of animations and hands-on demos, the concepts are easy to grasp!

Who this course is for:
Cloud Engineers & Architects
DevOps Engineers & Architects
Developers
Programmers
Software Managers
Modern Operations Managers

Screenshots



Download link:
Код:
rapidgator_net: https://rapidgator.net/file/9c4f47e3ea8205b91fcabf91e6f6bd45/f4fmr.Git.Essentials.for.Beginners..3.Courses.in.1.updated.part1.rar.html https://rapidgator.net/file/9d34e731b175bbefac6d3cdc535cae50/f4fmr.Git.Essentials.for.Beginners..3.Courses.in.1.updated.part2.rar.html https://rapidgator.net/file/c3c1cffe931eb5bf6a921bb8ca943f76/f4fmr.Git.Essentials.for.Beginners..3.Courses.in.1.updated.part3.rar.html uploadgig_com: https://uploadgig.com/file/download/e87D874d48181367/f4fmr.Git.Essentials.for.Beginners..3.Courses.in.1.updated.part1.rar https://uploadgig.com/file/download/552f37Ac767f63a5/f4fmr.Git.Essentials.for.Beginners..3.Courses.in.1.updated.part2.rar https://uploadgig.com/file/download/00c3ba1afC636Cae/f4fmr.Git.Essentials.for.Beginners..3.Courses.in.1.updated.part3.rar nitroflare_com: https://nitroflare.com/view/4B1F29C544C4058/f4fmr.Git.Essentials.for.Beginners..3.Courses.in.1.updated.part1.rar https://nitroflare.com/view/D769B2B643C4DD6/f4fmr.Git.Essentials.for.Beginners..3.Courses.in.1.updated.part2.rar https://nitroflare.com/view/10E9A6B75C6810B/f4fmr.Git.Essentials.for.Beginners..3.Courses.in.1.updated.part3.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Ответ

Любые журналы Актион-МЦФЭР регулярно !!! Пишите https://www.nado.in/private.php?do=newpm&u=12191 или на электронный адрес pantera@nado.ws


Здесь присутствуют: 24 (пользователей: 0 , гостей: 24)
 

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.

Быстрый переход

Похожие темы
Тема Автор Раздел Ответов Последнее сообщение
SamDrivers 15.3 Full - 2015 - 0.0.2 emlieu Различный софт 0 12.03.2015 21:26
SamDrivers 15.3 Full - 2015- 0.0.1 emlieu Различный софт 0 11.03.2015 02:16
Oracle Business Intelligence Applications v11.1.1.8.1 (Win Linux) (10.14.2014) vandit Различный софт 0 15.10.2014 17:34
Oracle Business Intelligence Applications v11.1.1.8.1-NEWiSo always Различный софт 0 15.10.2014 16:53
Oracle Business Intelligence Applications v11.1.1.8.1 (Win / Linux) renato Различный софт 0 14.10.2014 11:17


Текущее время: 01:03. Часовой пояс GMT +1.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc. Перевод: zCarot